<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The Ajax Transport Method(s)</title>
	<atom:link href="http://ajaxian.com/archives/the-ajax-transport-methods/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/the-ajax-transport-methods</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: riax</title>
		<link>http://ajaxian.com/archives/the-ajax-transport-methods/comment-page-1#comment-38754</link>
		<dc:creator>riax</dc:creator>
		<pubDate>Fri, 30 Jun 2006 05:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/the-ajax-transport-methods#comment-38754</guid>
		<description>hey this PDF is Intresting..Cheers 2 Jack Herrington</description>
		<content:encoded><![CDATA[<p>hey this PDF is Intresting..Cheers 2 Jack Herrington</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drx</title>
		<link>http://ajaxian.com/archives/the-ajax-transport-methods/comment-page-1#comment-24339</link>
		<dc:creator>drx</dc:creator>
		<pubDate>Sun, 11 Jun 2006 10:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/the-ajax-transport-methods#comment-24339</guid>
		<description>That PDF link is dead ... could somebody post an alternative link?</description>
		<content:encoded><![CDATA[<p>That PDF link is dead &#8230; could somebody post an alternative link?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deep Codes &#187; AJAX Transport Methods</title>
		<link>http://ajaxian.com/archives/the-ajax-transport-methods/comment-page-1#comment-23867</link>
		<dc:creator>Deep Codes &#187; AJAX Transport Methods</dc:creator>
		<pubDate>Sat, 10 Jun 2006 16:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/the-ajax-transport-methods#comment-23867</guid>
		<description>[...] Ajaxian Â» The Ajax Transport Method(s) [...]</description>
		<content:encoded><![CDATA[<p>[...] Ajaxian Â» The Ajax Transport Method(s) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Ashley</title>
		<link>http://ajaxian.com/archives/the-ajax-transport-methods/comment-page-1#comment-22918</link>
		<dc:creator>Brent Ashley</dc:creator>
		<pubDate>Fri, 09 Jun 2006 15:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/the-ajax-transport-methods#comment-22918</guid>
		<description>I&#039;ve published the wiki notes for my Ajax Transport Layer Alternatives presentation from the Ajax Experience at http://www.ashleyit.com/ajax/AjaxExperience.htm
and I&#039;ve got a related blog entry at http://www.ashleyit.com/blogs/brentashley/2006/06/08/reference-for-ajax-transport-layer-alternatives/</description>
		<content:encoded><![CDATA[<p>I&#8217;ve published the wiki notes for my Ajax Transport Layer Alternatives presentation from the Ajax Experience at <a href="http://www.ashleyit.com/ajax/AjaxExperience.htm" rel="nofollow">http://www.ashleyit.com/ajax/AjaxExperience.htm</a><br />
and I&#8217;ve got a related blog entry at <a href="http://www.ashleyit.com/blogs/brentashley/2006/06/08/reference-for-ajax-transport-layer-alternatives/" rel="nofollow">http://www.ashleyit.com/blogs/brentashley/2006/06/08/reference-for-ajax-transport-layer-alternatives/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2006-06-09 at /dev/caffeine</title>
		<link>http://ajaxian.com/archives/the-ajax-transport-methods/comment-page-1#comment-22072</link>
		<dc:creator>links for 2006-06-09 at /dev/caffeine</dc:creator>
		<pubDate>Fri, 09 Jun 2006 00:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/the-ajax-transport-methods#comment-22072</guid>
		<description>[...] Ajaxian Â» The Ajax Transport Method(s) (tags: ajax transport) [...]</description>
		<content:encoded><![CDATA[<p>[...] Ajaxian Â» The Ajax Transport Method(s) (tags: ajax transport) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Gahl</title>
		<link>http://ajaxian.com/archives/the-ajax-transport-methods/comment-page-1#comment-21811</link>
		<dc:creator>Ryan Gahl</dc:creator>
		<pubDate>Thu, 08 Jun 2006 17:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/the-ajax-transport-methods#comment-21811</guid>
		<description>...also, forgot, script tags allow cross-domain communications whereas XHR does not.</description>
		<content:encoded><![CDATA[<p>&#8230;also, forgot, script tags allow cross-domain communications whereas XHR does not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Gahl</title>
		<link>http://ajaxian.com/archives/the-ajax-transport-methods/comment-page-1#comment-21810</link>
		<dc:creator>Ryan Gahl</dc:creator>
		<pubDate>Thu, 08 Jun 2006 17:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/the-ajax-transport-methods#comment-21810</guid>
		<description>linb... it&#039;s not a matter of just supporting modern browsers...

js-ondemand script insertion as an AJAX transport mechanism is very often much faster than the XHR object and it doesn&#039;t carry any memory overhead. And iFrames are handy for file uploading and portable (albeit not entirely ideal) comet simulation...

Any good AJAX framework should support all 3 transports, it&#039;s very easy to do so in an abstracted manner.</description>
		<content:encoded><![CDATA[<p>linb&#8230; it&#8217;s not a matter of just supporting modern browsers&#8230;</p>
<p>js-ondemand script insertion as an AJAX transport mechanism is very often much faster than the XHR object and it doesn&#8217;t carry any memory overhead. And iFrames are handy for file uploading and portable (albeit not entirely ideal) comet simulation&#8230;</p>
<p>Any good AJAX framework should support all 3 transports, it&#8217;s very easy to do so in an abstracted manner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linb</title>
		<link>http://ajaxian.com/archives/the-ajax-transport-methods/comment-page-1#comment-21762</link>
		<dc:creator>linb</dc:creator>
		<pubDate>Thu, 08 Jun 2006 15:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/the-ajax-transport-methods#comment-21762</guid>
		<description>I used XMLHttpRequest only in my Ajax framework - jsLINB.  We support modern browsers.</description>
		<content:encoded><![CDATA[<p>I used XMLHttpRequest only in my Ajax framework &#8211; jsLINB.  We support modern browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shailendra</title>
		<link>http://ajaxian.com/archives/the-ajax-transport-methods/comment-page-1#comment-21743</link>
		<dc:creator>Shailendra</dc:creator>
		<pubDate>Thu, 08 Jun 2006 14:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/the-ajax-transport-methods#comment-21743</guid>
		<description>A very good insight on other transport mechanisms used in  AJAX!!
But not able to download code through the link.</description>
		<content:encoded><![CDATA[<p>A very good insight on other transport mechanisms used in  AJAX!!<br />
But not able to download code through the link.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

