<?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>Tech Blog &#187; GMaps</title>
	<atom:link href="http://techblog.aasisvinayak.com/category/javascript-google-maps/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.aasisvinayak.com</link>
	<description>Aasis Vinayak&#039;s Blog</description>
	<lastBuildDate>Tue, 20 Sep 2011 16:56:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Track (Live) your flight online</title>
		<link>http://techblog.aasisvinayak.com/track-live-your-flight-online/</link>
		<comments>http://techblog.aasisvinayak.com/track-live-your-flight-online/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 13:58:27 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[GMaps]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[European flight tracking]]></category>
		<category><![CDATA[flight tracking using Google maps]]></category>
		<category><![CDATA[Real time flight tracking]]></category>
		<category><![CDATA[US flight tracking]]></category>

		<guid isPermaLink="false">http://techblog.aasisvinayak.com/track-live-your-flight-online/</guid>
		<description><![CDATA[This edition of techblog is about services that allows you to track ‘live flight information’ – just like the one which you see on your screen when you are on board. Casper is such type of a service that allows you to track almost all flights flying across European countries (especially those from /to the [...]]]></description>
		<wfw:commentRss>http://techblog.aasisvinayak.com/track-live-your-flight-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript: Introduction</title>
		<link>http://techblog.aasisvinayak.com/javascript-introduction/</link>
		<comments>http://techblog.aasisvinayak.com/javascript-introduction/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 20:28:48 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[GMaps]]></category>
		<category><![CDATA[Introduction to javascript]]></category>
		<category><![CDATA[javascript tutorial]]></category>

		<guid isPermaLink="false">http://techblog.aasisvinayak.com/javascript-introduction/</guid>
		<description><![CDATA[After starting this new segment I received a couple emails asking me to add tutorials for Javascript (JS) as well. Considering those requests, I am starting a sub-segment that helps novice users to program in Javascript. Of course, our first one will be to print a statement: &#160; &#60;html&#62; &#60;head&#62; &#60;/head&#62; &#60;body&#62; document.write("First tutorial!"); &#60;/body&#62; [...]]]></description>
		<wfw:commentRss>http://techblog.aasisvinayak.com/javascript-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Google Maps to show locations : Tutorial</title>
		<link>http://techblog.aasisvinayak.com/using-google-maps-to-show-locations-tutorial/</link>
		<comments>http://techblog.aasisvinayak.com/using-google-maps-to-show-locations-tutorial/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 01:11:46 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[GMaps]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Google Maps to locations and descriptions]]></category>

		<guid isPermaLink="false">http://techblog.aasisvinayak.com/using-google-maps-to-show-locations-tutorial/</guid>
		<description><![CDATA[Let’s add few more lines of code to our old code. &#160; &#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34; &#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#34;&#62; &#60;head&#62; &#60;title&#62;Trial 2 - Google Map &#60;/title&#62; &#60;script src= &#34;http://maps.google.com/maps?file=api&#38;amp;v=2&#38;amp;key=ABQIAAAA2jxKTWtTb3k1GWIa3mujjhQl_lmNMpOxuWfURPaKz0unkHV6ixSeTRtOIMen8GTW05sHGBBMYhQbXw&#34; type=&#34;text/javascript&#34;&#62; &#60;/script&#62; &#60;script type=&#34;text/javascript&#34;&#62; var icon = new GIcon(); icon.image = &#34;http://www.google.com/mapfiles/marker.png&#34;; icon.shadow = &#34;http://www.google.com/mapfiles/shadow50.png&#34;; icon.iconSize = new GSize(20, 30); icon.shadowSize = new GSize(35, 30); [...]]]></description>
		<wfw:commentRss>http://techblog.aasisvinayak.com/using-google-maps-to-show-locations-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Maps &amp; Javascript : An Intro</title>
		<link>http://techblog.aasisvinayak.com/google-maps-javascript-an-intro/</link>
		<comments>http://techblog.aasisvinayak.com/google-maps-javascript-an-intro/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 23:27:03 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[GMaps]]></category>
		<category><![CDATA[Google map tutorial]]></category>

		<guid isPermaLink="false">http://techblog.aasisvinayak.com/google-maps-javascript-an-intro/</guid>
		<description><![CDATA[Today, I am staring a new section &#8211; ‘Google Maps &#38; Javascript’. It seems there is a lot of interest in Google maps and using them in user applications. In this segment I will be discussing about the ways to accomplish this. The first thing that you need to note is that Google has done&#160; [...]]]></description>
		<wfw:commentRss>http://techblog.aasisvinayak.com/google-maps-javascript-an-intro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

