<?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>qsopht &#187; javascript</title>
	<atom:link href="http://www.qsopht.com/wordpress/category/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.qsopht.com/wordpress</link>
	<description>Tech, Web, and Stupid Stuff</description>
	<lastBuildDate>Fri, 13 Feb 2009 14:51:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>ajax javascript function to create XMLHttpRequest object</title>
		<link>http://www.qsopht.com/wordpress/2007/02/18/ajax-javascript-function-to-create-xmlhttprequest-object</link>
		<comments>http://www.qsopht.com/wordpress/2007/02/18/ajax-javascript-function-to-create-xmlhttprequest-object#comments</comments>
		<pubDate>Sun, 18 Feb 2007 13:11:32 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.qsopht.com/wordpress/2007/02/18/ajax-javascript-function-to-create-xmlhttprequest-object/</guid>
		<description><![CDATA[function getXMLHttp&#40;&#41; &#123; &#160; &#160; var xmlHttp; &#160; &#160; // Firefox, Opera 8.0+, Safari &#160; &#160; try &#123; xmlHttp=new XMLHttpRequest&#40;&#41;; &#125; &#160; &#160; // Internet Explorer &#160; &#160; catch &#40;e&#41; &#160; &#160; &#123; &#160; &#160; &#160; &#160; try &#123; xmlHttp=new ActiveXObject&#40;&#34;Msxml2.XMLHTTP&#34;&#41;; &#125; &#160; &#160; &#160; &#160; //Older IE? &#160; &#160; &#160; &#160; catch &#40;e&#41; &#160; [...]]]></description>
		<wfw:commentRss>http://www.qsopht.com/wordpress/2007/02/18/ajax-javascript-function-to-create-xmlhttprequest-object/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

