<?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>txt &#187; xhr</title>
	<atom:link href="http://txt.binnyva.com/tag/xhr/feed/" rel="self" type="application/rss+xml" />
	<link>http://txt.binnyva.com</link>
	<description>Linux commands and code snippets collection</description>
	<lastBuildDate>Wed, 02 Jun 2010 07:20:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Shortest way to create an XMLHttpRequest object</title>
		<link>http://txt.binnyva.com/2007/03/shortest-way-to-create-an-xmlhttprequest-object/</link>
		<comments>http://txt.binnyva.com/2007/03/shortest-way-to-create-an-xmlhttprequest-object/#comments</comments>
		<pubDate>Wed, 14 Mar 2007 02:44:27 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[xhr]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/2007/03/shortest-way-to-create-an-xmlhttprequest-object/</guid>
		<description><![CDATA[For best results use a framework &#8211; like jx
http = window.XMLHttpRequest ? new window.XMLHttpRequest : (window.ActiveXObject ? new ActiveXObject("MSXML2.XMLHTTP"): null);
Original Article
[tags]javascript,ajax,code,xhr[/tags]
]]></description>
			<content:encoded><![CDATA[<p>For best results use a framework &#8211; like<a href="http://www.openjs.com/scripts/jx/"> jx</a></p>
<p><code>http = window.XMLHttpRequest ? new window.XMLHttpRequest : (window.ActiveXObject ? new ActiveXObject("MSXML2.XMLHTTP"): null);</code></p>
<p><a href="http://www.kryogenix.org/days/2007/03/14/shortest-way-to-create-an-xmlhttprequest-object">Original Article</a><br />
[tags]javascript,ajax,code,xhr[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2007/03/shortest-way-to-create-an-xmlhttprequest-object/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
