<?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>id[e]as &#187; google</title>
	<atom:link href="http://www.eprugh.com/blog/category/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eprugh.com/blog</link>
	<description>brainstorming ablog.</description>
	<lastBuildDate>Fri, 09 Oct 2009 06:06:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Charts: not used enough</title>
		<link>http://www.eprugh.com/blog/2008/11/06/google-charts-not-used-enough/</link>
		<comments>http://www.eprugh.com/blog/2008/11/06/google-charts-not-used-enough/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 04:44:56 +0000</pubDate>
		<dc:creator>ep</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[innovate]]></category>

		<guid isPermaLink="false">http://www.eprugh.com/blog/?p=18</guid>
		<description><![CDATA[I believe firmly in the use of top-tier level platforms for the things you want to accomplish. Not necessarily for brand recognition, but because of a superior product that&#8217;s offered as part of a larger goal of accomplishing everything you need to do. Specifically, I relate to interactive marketing tools.
Google offers an incredible API for [...]]]></description>
			<content:encoded><![CDATA[<p>I believe firmly in the use of top-tier level platforms for the things you want to accomplish. Not necessarily for brand recognition, but because of a superior product that&#8217;s offered as part of a larger goal of accomplishing everything you need to do. Specifically, I relate to interactive marketing tools.</p>
<p>Google offers an incredible API for use with their <a title="Google Charts API &amp; Developer's Guide" href="http://code.google.com/apis/chart/">Charts</a> capabilities. You have the ability to pass numbers to a URL and define that URL for the source of an image. That image will render a graph or chart that you specify.<span id="more-18"></span></p>
<p>That means any time, any where, through any medium, you have the ability to better prove your point through charts. By the way, <strong>this really requires no development work</strong>. The only things you need to know are&#8230;</p>
<ol>
<li>chart size (width x height)</li>
<li>the data points</li>
<li>chart type</li>
<li>chart text</li>
</ol>
<p>That&#8217;s it. From there, you can either direct your browser to the URL that you need to build—and go to File &gt; Save As&#8230; to save the image—or you can insert the chart in a Web page using an HTML &#8220;img&#8221; tag.</p>
<p>The URL would look something like&#8230;</p>
<p><code>http://chart.apis.google.com/chart?<br />
chs=250x100<br />
&amp;chd=t:60,40<br />
&amp;cht=p3<br />
&amp;chl=Hello|World</code></p>
<p>And will render like this&#8230;</p>
<p><img src="http://chart.apis.google.com/chart?chs=250x100&amp;chd=t:60,40&amp;cht=p3&amp;chl=Hello|World" alt="" /></p>
<p>And that&#8217;s amazing. This stuff should be on every website. Seriously.</p>
<p>So get out there and go check out how you can start using <a title="Start using Google Charts API" href="http://code.google.com/apis/chart/basics.html">Google Charts</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eprugh.com/blog/2008/11/06/google-charts-not-used-enough/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

