<?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>Fahd Murtaza&#187; Google APIs</title>
	<atom:link href="http://www.fahdmurtaza.com/myblog/category/google-apis/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fahdmurtaza.com/myblog</link>
	<description>Portfolio &#38; Blog</description>
	<lastBuildDate>Sat, 04 Feb 2012 06:47:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Innovation continues! Google’s New Chart API</title>
		<link>http://www.fahdmurtaza.com/myblog/2007/12/06/innovation-continues-google%e2%80%99s-new-chart-api.html</link>
		<comments>http://www.fahdmurtaza.com/myblog/2007/12/06/innovation-continues-google%e2%80%99s-new-chart-api.html#comments</comments>
		<pubDate>Thu, 06 Dec 2007 19:15:17 +0000</pubDate>
		<dc:creator>Fahd</dc:creator>
				<category><![CDATA[Google APIs]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development Software]]></category>

		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/2007/12/06/innovation-continues-google%e2%80%99s-new-chart-api.html</guid>
		<description><![CDATA[&#160; The innovation continues with Google. Yeah innovation is another name for Google and to me Google is the reason for the word &#8220;innovation&#8221; in the web technology. Yeah Google continues to innovate on the API front, today releasing an API in a very different category: charting. What is it? From the FAQ: “The Google [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.fahdmurtaza.com%2Fmyblog%2F2007%2F12%2F06%2Finnovation-continues-google%25e2%2580%2599s-new-chart-api.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.fahdmurtaza.com%2Fmyblog%2F2007%2F12%2F06%2Finnovation-continues-google%25e2%2580%2599s-new-chart-api.html&amp;source=fahdmurtaza&amp;style=compact&amp;space=2&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: center; margin-top: 10px"> <a href="http://www.fahdmurtaza.com/myblog/2007/12/06/innovation-continues-google%e2%80%99s-new-chart-api.html/fahd-murtazas-personal-and-technical-blog-2/" rel="attachment wp-att-90" title="Fahd Murtaza’s Personal and Technical Blog"><img src="http://www.fahdmurtaza.com/myblog/wp-content/uploads/2007/12/google-code-image-fahd-murtaza-personal-technical-blog.png" alt="Fahd Murtaza’s Personal and Technical Blog" /></a></p>
<p style="text-align: center; margin-top: 10px">&nbsp;</p>
<p>The innovation continues with Google. Yeah innovation is another name for Google and to me Google is the reason for the word &#8220;innovation&#8221; in the web technology. Yeah Google continues to innovate on the API front, today releasing an API in a very different category: charting. What is it? From the <a href="http://code.google.com/support/bin/topic.py?topic=13605">FAQ</a>: “The <a href="http://code.google.com/apis/chart/">Google Chart API</a> is an extremely simple tool that lets you easily create a chart from some data and embed it in a web page. You embed the data and formatting parameters in an HTTP request, and Google returns a PNG image of the chart. Many types of chart are supported, and by making the request into an image tag you can simply include the chart in a web page.” You can see more details on our new <a href="http://www.programmableweb.com/api/google-chart">Google Chart API Profile here</a>. Steve Crossan from the Chart API team in Zurich notes via <a href="http://google-code-updates.blogspot.com/2007/12/embed-charts-in-webpages-with-one-of.html">their blog</a> that it’s one of Google’s simplest APIs yet: “Let’s get straight in with an example.  This URL creates this image:</p>
<p><code>http://chart.apis.google.com/chart?cht=p3&amp;chd=s:hW&amp;chs=250x100&amp;chl=Hello|World</code></p>
<p style="text-align: center; margin-top: 10px"><a href="http://www.fahdmurtaza.com/myblog/2007/12/06/innovation-continues-google%e2%80%99s-new-chart-api.html/fahd-murtaza%e2%80%99s-personal-and-technical-blog/" rel="attachment wp-att-92" title="Fahd Murtaza’s Personal and Technical Blog"><img src="http://www.fahdmurtaza.com/myblog/wp-content/uploads/2007/12/fahd-murtaza-personal-technical-blog-google_charts-hello-world.png" alt="Fahd Murtaza’s Personal and Technical Blog" /></a></p>
<p>“That’s it &#8211; no state, no calls, just send your data in an http request and get a png image graph back. Embed the request in an img tag and you’re done.” He notes also this was built as a 20% project to support services like <a href="http://video.google.com/">Google Video</a> and <a href="http://finance.google.com/">Google Finance</a>.” Given that no API key is required, this is indeed a very easy API to start using right away.</p>
<p>Currently supported are <a href="http://code.google.com/apis/chart/#line_charts">line</a>, <a href="http://code.google.com/apis/chart/#bar_charts">bar</a>, and <a href="http://code.google.com/apis/chart/#pie_charts">pie</a> charts, as well as <a href="http://code.google.com/apis/chart/#venn">venn diagrams</a> and <a href="http://code.google.com/apis/chart/#scatter_plots">scatter plots</a>. You can also add things like fill gradients and markers to charts.</p>
<p style="text-align: center; margin-top: 10px"> <a href="http://www.fahdmurtaza.com/myblog/2007/12/06/innovation-continues-google%e2%80%99s-new-chart-api.html/fahd-murtazas-personal-and-technical-blog/" rel="attachment wp-att-89" title="Fahd Murtaza’s Personal and Technical Blog"><img src="http://www.fahdmurtaza.com/myblog/wp-content/uploads/2007/12/fahd-murtaza-personal-technical-blog-google_charts.png" alt="Fahd Murtaza’s Personal and Technical Blog" /></a></p>
<p>Google does note there’s a limit of 50,000 queries per user per day. But this is a reasonable constraint given that most charts can be generated and then cached on developer’s own servers.</p>

<p class="FacebookLikeButton"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.fahdmurtaza.com%2Fmyblog%2F2007%2F12%2F06%2Finnovation-continues-google%25e2%2580%2599s-new-chart-api.html&amp;layout=standard&amp;show_faces=yes&amp;width=450&amp;action=like&amp;colorscheme=light&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 25px"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fahdmurtaza.com/myblog/2007/12/06/innovation-continues-google%e2%80%99s-new-chart-api.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

