<?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>Abhinav Sharma &#187; google code</title>
	<atom:link href="http://abhinav.ideativeflux.com/tag/google-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://abhinav.ideativeflux.com</link>
	<description>Founder and Lead Developer</description>
	<lastBuildDate>Sun, 16 Aug 2009 08:30:56 +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 Code University</title>
		<link>http://abhinav.ideativeflux.com/development/google-code-university/</link>
		<comments>http://abhinav.ideativeflux.com/development/google-code-university/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 18:07:51 +0000</pubDate>
		<dc:creator>Abhinav</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[cs]]></category>
		<category><![CDATA[google code]]></category>
		<category><![CDATA[google code university]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://abhinav.ideativeflux.com/development/google-code-university/</guid>
		<description><![CDATA[
The sparkling new Google Code University is a really cool concept still in its nascent stages. Basically, its about Google trying to simplify the process of learning about emerging technologies and the ones like AJAX which are all the rage these days. With Google at the helm, I&#8217;m sure this website is going to become [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://farm3.static.flickr.com/2236/2352762694_33fe6e8a8d.jpg?v=0" height="64" width="169" /></p>
<p>The sparkling new Google Code University is a really cool concept still in its nascent stages. Basically, its about Google trying to simplify the process of learning about emerging technologies and the ones like AJAX which are all the rage these days. With Google at the helm, I&#8217;m sure this website is going to become a must-see for CS students and even professionals all over the world.</p>
<p><strong>Current Courses</strong></p>
<ul>
<li><a href="http://code.google.com/edu/ajax/index.html" class="tlw-ignore">AJAX Programming</a></li>
<li><a href="http://code.google.com/edu/parallel/index.html">Distributed Systems</a></li>
<li><a href="http://code.google.com/edu/security/index.html">Web Security</a></li>
<li><a href="http://code.google.com/edu/languages/index.html">Languages</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://abhinav.ideativeflux.com/development/google-code-university/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Charts API</title>
		<link>http://abhinav.ideativeflux.com/development/google-charts-api/</link>
		<comments>http://abhinav.ideativeflux.com/development/google-charts-api/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 17:57:50 +0000</pubDate>
		<dc:creator>Abhinav</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[dynamic charts]]></category>
		<category><![CDATA[google charts]]></category>
		<category><![CDATA[google code]]></category>

		<guid isPermaLink="false">http://abhinav.ideativeflux.com/development/google-charts-api/</guid>
		<description><![CDATA[This is one of the best tools out that that not many web developers know about. The Google Charts API is a great way to visualize data on the fly. While it doesn&#8217;t have too many complex features, it has most of the features most of us would ever need. For example, the Pie Chart [...]]]></description>
			<content:encoded><![CDATA[<p>This is one of the best tools out that that not many web developers know about. The <a href="http://code.google.com/apis/chart/">Google Charts API</a> is a great way to visualize data on the fly. While it doesn&#8217;t have too many complex features, it has most of the features most of us would ever need. For example, the Pie Chart below is being dynamically generated with the following URL:</p>
<blockquote><p>http://chart.apis.google.com/chart?cht=p3&amp;chd=t:90,49&amp;chs=400&#215;150&amp;chl=Ideative%20Flux|Dumb%20Fluxes</p></blockquote>
<p><img src="http://chart.apis.google.com/chart?cht=p3&amp;chd=t:90,49&amp;chs=400x150&amp;chl=Ideative%20Flux|Dumb%20Fluxes" height="150" width="400" /></p>
<p>The following types of charts are available:</p>
<ul>
<li><a href="http://code.google.com/apis/chart/#line_charts">Line chart</a></li>
<li><a href="http://code.google.com/apis/chart/#sparkline">Sparkline</a></li>
<li><a href="http://code.google.com/apis/chart/#bar_charts">Bar chart</a></li>
<li><a href="http://code.google.com/apis/chart/#pie_charts">Pie chart</a></li>
<li><a href="http://code.google.com/apis/chart/#venn">Venn diagram</a></li>
<li><a href="http://code.google.com/apis/chart/#scatter_plot">Scatter plot</a></li>
<li><a href="http://code.google.com/apis/chart/#radar">Radar chart</a></li>
<li><a href="http://code.google.com/apis/chart/#maps">Map</a></li>
</ul>
<p>I&#8217;ve already put it on one test, it powers the stats visualization for <a href="http://apps.facebook.com/iplcricket/players.php">player performances</a> on my <a href="http://apps.facebook.com/iplcricket/">Indian Premier League</a> application for Facebook.</p>
]]></content:encoded>
			<wfw:commentRss>http://abhinav.ideativeflux.com/development/google-charts-api/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
