<?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: Google Closure&#8217;s idiocies: Ajax can&#8217;t be synchronous :(</title>
	<atom:link href="http://www.daveoncode.com/2009/12/31/google-closures-idiocies-ajax-cant-be-synchronous/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daveoncode.com/2009/12/31/google-closures-idiocies-ajax-cant-be-synchronous/</link>
	<description>coder and technology lover</description>
	<lastBuildDate>Sat, 24 Jul 2010 20:37:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Maxence</title>
		<link>http://www.daveoncode.com/2009/12/31/google-closures-idiocies-ajax-cant-be-synchronous/comment-page-1/#comment-6819</link>
		<dc:creator>Maxence</dc:creator>
		<pubDate>Sat, 24 Jul 2010 20:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?p=564#comment-6819</guid>
		<description>You can create a XmlHttpRequest with goog.net.XmlHttp and pass true in the third argument of the open method.</description>
		<content:encoded><![CDATA[<p>You can create a XmlHttpRequest with goog.net.XmlHttp and pass true in the third argument of the open method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gsziszi</title>
		<link>http://www.daveoncode.com/2009/12/31/google-closures-idiocies-ajax-cant-be-synchronous/comment-page-1/#comment-6443</link>
		<dc:creator>gsziszi</dc:creator>
		<pubDate>Fri, 25 Jun 2010 13:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?p=564#comment-6443</guid>
		<description>I accept</description>
		<content:encoded><![CDATA[<p>I accept</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davide Zanotti</title>
		<link>http://www.daveoncode.com/2009/12/31/google-closures-idiocies-ajax-cant-be-synchronous/comment-page-1/#comment-6442</link>
		<dc:creator>Davide Zanotti</dc:creator>
		<pubDate>Fri, 25 Jun 2010 12:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?p=564#comment-6442</guid>
		<description>XmlHttpRequest is not a method, is an object and it has methods like open(). By saying &quot;ajax&quot; I merely mean an xhr call to retrieve data on demand, this data can be plain text, json, xml or something else and can be retrieved synchronously or asynchronously, but from a generic point of view is always ajax (the term is very generic)... I hope I was clear :^)</description>
		<content:encoded><![CDATA[<p>XmlHttpRequest is not a method, is an object and it has methods like open(). By saying &#8220;ajax&#8221; I merely mean an xhr call to retrieve data on demand, this data can be plain text, json, xml or something else and can be retrieved synchronously or asynchronously, but from a generic point of view is always ajax (the term is very generic)&#8230; I hope I was clear :^)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gsziszi</title>
		<link>http://www.daveoncode.com/2009/12/31/google-closures-idiocies-ajax-cant-be-synchronous/comment-page-1/#comment-6441</link>
		<dc:creator>gsziszi</dc:creator>
		<pubDate>Fri, 25 Jun 2010 10:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?p=564#comment-6441</guid>
		<description>That is correct, but XmlHttpRequest is a method, AJAX is a technology based on that method.
Otherwise, the JSON version of AJAX is AJAJ, however we use also XmlHttpRequest not JsonHttpRequest. So, we should be cautious when we use these words and abbreviations.</description>
		<content:encoded><![CDATA[<p>That is correct, but XmlHttpRequest is a method, AJAX is a technology based on that method.<br />
Otherwise, the JSON version of AJAX is AJAJ, however we use also XmlHttpRequest not JsonHttpRequest. So, we should be cautious when we use these words and abbreviations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davide Zanotti</title>
		<link>http://www.daveoncode.com/2009/12/31/google-closures-idiocies-ajax-cant-be-synchronous/comment-page-1/#comment-6423</link>
		<dc:creator>Davide Zanotti</dc:creator>
		<pubDate>Wed, 23 Jun 2010 06:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?p=564#comment-6423</guid>
		<description>LOL :^) XmlHttpRequest can be opened both in synchronous (asynchronous flag set to &quot;false&quot;) than asynchronous mode (asynchronous flag set to &quot;true&quot;)</description>
		<content:encoded><![CDATA[<p>LOL :^) XmlHttpRequest can be opened both in synchronous (asynchronous flag set to &#8220;false&#8221;) than asynchronous mode (asynchronous flag set to &#8220;true&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gsziszi</title>
		<link>http://www.daveoncode.com/2009/12/31/google-closures-idiocies-ajax-cant-be-synchronous/comment-page-1/#comment-6387</link>
		<dc:creator>gsziszi</dc:creator>
		<pubDate>Thu, 17 Jun 2010 12:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?p=564#comment-6387</guid>
		<description>ajax never can be synchronous:
Asynchronous JavaScript and XML
:)</description>
		<content:encoded><![CDATA[<p>ajax never can be synchronous:<br />
Asynchronous JavaScript and XML<br />
:)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
