<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rumball Motors Interactive &#187; chart</title>
	<atom:link href="http://rumballmotors.com/tag/chart/feed/" rel="self" type="application/rss+xml" />
	<link>http://rumballmotors.com</link>
	<description>Freelance Web Designer Developer</description>
	<lastBuildDate>Wed, 21 Apr 2010 11:17:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating Bar Charts With jQuery: TufteGraph</title>
		<link>http://rumballmotors.com/2009/12/21/creating-bar-charts-with-jquery-tuftegraph/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=creating-bar-charts-with-jquery-tuftegraph</link>
		<comments>http://rumballmotors.com/2009/12/21/creating-bar-charts-with-jquery-tuftegraph/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 13:56:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[chart]]></category>

		<guid isPermaLink="false">http://rumballmotors.com/?p=683</guid>
		<description><![CDATA[TufteGraph is a jQuery plugin that can create standard &#38; stacked bar charts inside any given element.It it configured mostly by dynamic functions which simplifies the usage by allowing for a really compact API.
via Creating Bar Charts With jQuery: TufteGraph.
]]></description>
			<content:encoded><![CDATA[<p>TufteGraph is a jQuery plugin that can create standard &amp; stacked bar charts inside any given element.It it configured mostly by dynamic functions which simplifies the usage by allowing for a really compact API.</p>
<p>via <a href="http://www.webresourcesdepot.com/creating-bar-charts-with-jquery-tuftegraph/">Creating Bar Charts With jQuery: TufteGraph</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://rumballmotors.com/2009/12/21/creating-bar-charts-with-jquery-tuftegraph/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Vector Chart Icons (Vol.2)</title>
		<link>http://rumballmotors.com/2009/11/30/free-vector-chart-icons-vol-2/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=free-vector-chart-icons-vol-2</link>
		<comments>http://rumballmotors.com/2009/11/30/free-vector-chart-icons-vol-2/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 17:45:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[chart]]></category>

		<guid isPermaLink="false">http://rumballmotors.com/?p=454</guid>
		<description><![CDATA[Few weeks ago, a post at WRD was sharing the &#8220;Free Vector Chart Icons&#8221; that included pie, column, line, area charts &#38; a meter.
As there are very few free chart icons on the web, the creative team at IconShock improved the set with 5 more icons.
via Free Vector Chart Icons (Vol.2).
]]></description>
			<content:encoded><![CDATA[<p>Few weeks ago, a post at WRD was sharing the &#8220;Free Vector Chart Icons&#8221; that included pie, column, line, area charts &amp; a meter.</p>
<p>As there are very few free chart icons on the web, the creative team at IconShock improved the set with 5 more icons.</p>
<p>via <a href="http://www.webresourcesdepot.com/free-vector-chart-icons-vol-2/">Free Vector Chart Icons (Vol.2)</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://rumballmotors.com/2009/11/30/free-vector-chart-icons-vol-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamically Create Charts Using MooTools MilkChart and Google Analytics</title>
		<link>http://rumballmotors.com/2009/10/24/dynamically-create-charts-using-mootools-milkchart-and-google-analytics/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=dynamically-create-charts-using-mootools-milkchart-and-google-analytics</link>
		<comments>http://rumballmotors.com/2009/10/24/dynamically-create-charts-using-mootools-milkchart-and-google-analytics/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 13:41:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Controls]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[milkchart]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://rumballmotors.com/?p=68</guid>
		<description><![CDATA[The prospect of creating graphics charts with javascript is exciting. It’s also the perfect use of javascript — creating non-essential features with unobtrusive scripting. I’ve created a mix of PHP (the Analytics class), HTML, and MooTools javascript that will connect to Google Analytics, create an HTML table with the statistics for a given month, and [...]]]></description>
			<content:encoded><![CDATA[<p>The prospect of creating graphics charts with javascript is exciting. It’s also the perfect use of javascript — creating non-essential features with unobtrusive scripting. I’ve created a mix of PHP (the Analytics class), HTML, and MooTools javascript that will connect to Google Analytics, create an HTML table with the statistics for a given month, and use MooTools MilkChart to colorfully chart them out.</p>
<p>View <a class="external" href="http://davidwalsh.name/dw-content/milkchart-analytics.php?month=9&amp;year=2009&amp;type=Column" target="_blank">Demo</a></p>
<p>via <a class="external" target="_blank" href="http://davidwalsh.name/milkchart">Dynamically Create Charts Using MooTools MilkChart and Google Analytics</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://rumballmotors.com/2009/10/24/dynamically-create-charts-using-mootools-milkchart-and-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

