<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Shortest way to create an XMLHttpRequest object</title>
	<atom:link href="http://www.kryogenix.org/days/2007/03/14/shortest-way-to-create-an-xmlhttprequest-object/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kryogenix.org/days/2007/03/14/shortest-way-to-create-an-xmlhttprequest-object</link>
	<description>scratched tallies on the prison wall</description>
	<pubDate>Tue, 02 Dec 2008 21:14:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: of our lives &#187; Shortest way to create an XMLHttpRequest object</title>
		<link>http://www.kryogenix.org/days/2007/03/14/shortest-way-to-create-an-xmlhttprequest-object#comment-84487</link>
		<dc:creator>of our lives &#187; Shortest way to create an XMLHttpRequest object</dc:creator>
		<pubDate>Sun, 01 Apr 2007 14:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2007/03/14/shortest-way-to-create-an-xmlhttprequest-object#comment-84487</guid>
		<description>[...] Original post by sil    &#160; [...]</description>
		<content:encoded><![CDATA[<p>[...] Original post by sil    &nbsp; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sil</title>
		<link>http://www.kryogenix.org/days/2007/03/14/shortest-way-to-create-an-xmlhttprequest-object#comment-70835</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Wed, 14 Mar 2007 19:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2007/03/14/shortest-way-to-create-an-xmlhttprequest-object#comment-70835</guid>
		<description>Matthew: seeing that again was what prompted me to try and come up with a short and standard one that everyone can use :)</description>
		<content:encoded><![CDATA[<p>Matthew: seeing that again was what prompted me to try and come up with a short and standard one that everyone can use :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Somerville</title>
		<link>http://www.kryogenix.org/days/2007/03/14/shortest-way-to-create-an-xmlhttprequest-object#comment-70810</link>
		<dc:creator>Matthew Somerville</dc:creator>
		<pubDate>Wed, 14 Mar 2007 16:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2007/03/14/shortest-way-to-create-an-xmlhttprequest-object#comment-70810</guid>
		<description>I've always gone with Jim Ley: http://www.jibbering.com/2002/4/httprequest.html Note the extra XMLHTTP for a different version of MSXML; even copes with IceBrowser! On the downside, it definitely doesn't meet your shortest requirement... ;)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve always gone with Jim Ley: <a href="http://www.jibbering.com/2002/4/httprequest.html" rel="nofollow">http://www.jibbering.com/2002/4/httprequest.html</a> Note the extra XMLHTTP for a different version of MSXML; even copes with IceBrowser! On the downside, it definitely doesn&#8217;t meet your shortest requirement&#8230; ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sil</title>
		<link>http://www.kryogenix.org/days/2007/03/14/shortest-way-to-create-an-xmlhttprequest-object#comment-70751</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Wed, 14 Mar 2007 07:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2007/03/14/shortest-way-to-create-an-xmlhttprequest-object#comment-70751</guid>
		<description>brothercake: part of the reason it says "I think" up there is precisely because this is supposed to be the start of a conversation where we refine this to be the actual shortest way to do it :) Good point on ActiveX being present but disabled. I shall check that. If we have to use try/catch then we have to. Everyone's either using a library or inventing their own (similar but different) code to do this; it'd be nice to say "*this* is the right way, do it this way" :)

And on the libraries point, &lt;a href="http://www.kryogenix.org/days/2006/12/24/the-fog-of-libraries" rel="nofollow"&gt;I refer the honourable gentleman to the answer I gave some moments ago&lt;/a&gt; :)</description>
		<content:encoded><![CDATA[<p>brothercake: part of the reason it says &#8220;I think&#8221; up there is precisely because this is supposed to be the start of a conversation where we refine this to be the actual shortest way to do it :) Good point on ActiveX being present but disabled. I shall check that. If we have to use try/catch then we have to. Everyone&#8217;s either using a library or inventing their own (similar but different) code to do this; it&#8217;d be nice to say &#8220;*this* is the right way, do it this way&#8221; :)</p>
<p>And on the libraries point, <a href="http://www.kryogenix.org/days/2006/12/24/the-fog-of-libraries" rel="nofollow">I refer the honourable gentleman to the answer I gave some moments ago</a> :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brothercake</title>
		<link>http://www.kryogenix.org/days/2007/03/14/shortest-way-to-create-an-xmlhttprequest-object#comment-70737</link>
		<dc:creator>brothercake</dc:creator>
		<pubDate>Wed, 14 Mar 2007 03:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2007/03/14/shortest-way-to-create-an-xmlhttprequest-object#comment-70737</guid>
		<description>What about try{} catch{} ? Don't you need to test-instantiate the object in IE to protect against runtime errors when ActiveX is disabled?

"which you maybe should be"

Why's that then..?</description>
		<content:encoded><![CDATA[<p>What about try{} catch{} ? Don&#8217;t you need to test-instantiate the object in IE to protect against runtime errors when ActiveX is disabled?</p>
<p>&#8220;which you maybe should be&#8221;</p>
<p>Why&#8217;s that then..?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shortest way to create an XMLHttpRequest object</title>
		<link>http://www.kryogenix.org/days/2007/03/14/shortest-way-to-create-an-xmlhttprequest-object#comment-70733</link>
		<dc:creator>Shortest way to create an XMLHttpRequest object</dc:creator>
		<pubDate>Wed, 14 Mar 2007 02:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/days/2007/03/14/shortest-way-to-create-an-xmlhttprequest-object#comment-70733</guid>
		<description>[...] Original Article [...]</description>
		<content:encoded><![CDATA[<p>[...] Original Article [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
