<?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; JS &amp; Ajax</title>
	<atom:link href="http://techblog.aasisvinayak.com/category/javascript-and-ajax/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>Ajax: An introduction</title>
		<link>http://techblog.aasisvinayak.com/ajax-an-introduction/</link>
		<comments>http://techblog.aasisvinayak.com/ajax-an-introduction/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 05:57:46 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[JS & Ajax]]></category>

		<guid isPermaLink="false">http://techblog.aasisvinayak.com/ajax-an-introduction/</guid>
		<description><![CDATA[&#160; AJAX stand for Asynchronous JavaScript &#38; XML. AJAX is not a new programming language, rather it is form of advanced JavaScript. I came to know about AJAX a couple of years back when I saw that while typing a query in the search box in Google it is actually returning&#160; suggestions (Google Suggest). I [...]]]></description>
		<wfw:commentRss>http://techblog.aasisvinayak.com/ajax-an-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript : Events and Error handling</title>
		<link>http://techblog.aasisvinayak.com/javascript-events-and-error-handling/</link>
		<comments>http://techblog.aasisvinayak.com/javascript-events-and-error-handling/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 22:09:56 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[JS & Ajax]]></category>
		<category><![CDATA[events using js]]></category>
		<category><![CDATA[javascript error handling]]></category>

		<guid isPermaLink="false">http://techblog.aasisvinayak.com/javascript-events-and-error-handling/</guid>
		<description><![CDATA[We have seen the event ‘onclick’ in the earlier tutorial. Apart from that you can have many other types of events that you can use in your code. Some of them are &#8211; onLoad , onUnload, onFocus, onBlur, onChange, onSubmit, onMouseOver and onMouseOut&#160; . &#160; Most of these event types are self-explanatory from their name. [...]]]></description>
		<wfw:commentRss>http://techblog.aasisvinayak.com/javascript-events-and-error-handling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript : Variables</title>
		<link>http://techblog.aasisvinayak.com/javascript-variables/</link>
		<comments>http://techblog.aasisvinayak.com/javascript-variables/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 20:59:42 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[JS & Ajax]]></category>
		<category><![CDATA[JS : tutorial]]></category>

		<guid isPermaLink="false">http://techblog.aasisvinayak.com/javascript-variables/</guid>
		<description><![CDATA[Variables are used to store values in javascript (of course, in any language!). Here is a code that illustrates this: &#160; var x; for (x=1, x&#60;10, x++) { //some code } .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; [...]]]></description>
		<wfw:commentRss>http://techblog.aasisvinayak.com/javascript-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

