<?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: Javascript is not ajax</title>
	<atom:link href="http://www.javascriptkata.com/2007/04/13/javascript-is-not-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javascriptkata.com/2007/04/13/javascript-is-not-ajax/</link>
	<description>Advanced katas for javascripters</description>
	<lastBuildDate>Fri, 30 Jul 2010 18:10:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Peter</title>
		<link>http://www.javascriptkata.com/2007/04/13/javascript-is-not-ajax/comment-page-1/#comment-853</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 09 Dec 2009 16:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://javascriptkata.timmyontime.com/?p=25#comment-853</guid>
		<description>AJAX is shorthand for asynchronous JavaScript and XML - says it all really!

Ajax is not a technology in itself, but a group of technologies. Ajax uses a combination of:

1. HTML and CSS for marking up and styling information.

2. The DOM accessed with JavaScript to dynamically display and interact with the information presented.

3. A method for exchanging data asynchronously between browser and server, thereby avoiding page reloads. The XMLHttpRequest (XHR) object is usually used, but sometimes an IFrame object or a dynamically added  tag is used instead.

4. A format for the data sent to the browser. Common formats include XML, pre-formatted HTML, plain text, and JavaScript Object Notation (JSON). This data could be created dynamically by some form of server-side scripting.

Note that JavaScript and XML are not actually required in order to implement AJAX!</description>
		<content:encoded><![CDATA[<p>AJAX is shorthand for asynchronous JavaScript and XML &#8211; says it all really!</p>
<p>Ajax is not a technology in itself, but a group of technologies. Ajax uses a combination of:</p>
<p>1. HTML and CSS for marking up and styling information.</p>
<p>2. The DOM accessed with JavaScript to dynamically display and interact with the information presented.</p>
<p>3. A method for exchanging data asynchronously between browser and server, thereby avoiding page reloads. The XMLHttpRequest (XHR) object is usually used, but sometimes an IFrame object or a dynamically added  tag is used instead.</p>
<p>4. A format for the data sent to the browser. Common formats include XML, pre-formatted HTML, plain text, and JavaScript Object Notation (JSON). This data could be created dynamically by some form of server-side scripting.</p>
<p>Note that JavaScript and XML are not actually required in order to implement AJAX!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Иван Иванов</title>
		<link>http://www.javascriptkata.com/2007/04/13/javascript-is-not-ajax/comment-page-1/#comment-759</link>
		<dc:creator>Иван Иванов</dc:creator>
		<pubDate>Sat, 30 May 2009 16:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://javascriptkata.timmyontime.com/?p=25#comment-759</guid>
		<description>Просто отлично - очень интересные мысли. Разжевано специально как будто бы для меня :)</description>
		<content:encoded><![CDATA[<p>Просто отлично &#8211; очень интересные мысли. Разжевано специально как будто бы для меня <img src='http://www.javascriptkata.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BK</title>
		<link>http://www.javascriptkata.com/2007/04/13/javascript-is-not-ajax/comment-page-1/#comment-102</link>
		<dc:creator>BK</dc:creator>
		<pubDate>Tue, 17 Apr 2007 16:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://javascriptkata.timmyontime.com/?p=25#comment-102</guid>
		<description>simply said, AJAX is another buzz-word created to define something that existed for a long time but wasn&#039;t &quot;marketable&quot;</description>
		<content:encoded><![CDATA[<p>simply said, AJAX is another buzz-word created to define something that existed for a long time but wasn&#8217;t &#8220;marketable&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.javascriptkata.com/2007/04/13/javascript-is-not-ajax/comment-page-1/#comment-101</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 16 Apr 2007 18:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://javascriptkata.timmyontime.com/?p=25#comment-101</guid>
		<description>Ganeshji, you&#039;re right. Ajax is a combination of technologies but ajax is NOT a technology in itself. That&#039;s what I meant.</description>
		<content:encoded><![CDATA[<p>Ganeshji, you&#8217;re right. Ajax is a combination of technologies but ajax is NOT a technology in itself. That&#8217;s what I meant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ganeshji Marwaha</title>
		<link>http://www.javascriptkata.com/2007/04/13/javascript-is-not-ajax/comment-page-1/#comment-100</link>
		<dc:creator>Ganeshji Marwaha</dc:creator>
		<pubDate>Mon, 16 Apr 2007 18:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://javascriptkata.timmyontime.com/?p=25#comment-100</guid>
		<description>Dan,

I completely agree that javascript is not ajax. I also agree that dhtml is not ajax. But at the same time i don&#039;t agree that ajax is just the client-server communication. Ajax is a combination of client-server communication, dhtml and css to perform actions and display responses without page refreshes.

It is wrong to say that dhtml is ajax, but it is equally wrong to say that ajax is just xmlhttprequest.</description>
		<content:encoded><![CDATA[<p>Dan,</p>
<p>I completely agree that javascript is not ajax. I also agree that dhtml is not ajax. But at the same time i don&#8217;t agree that ajax is just the client-server communication. Ajax is a combination of client-server communication, dhtml and css to perform actions and display responses without page refreshes.</p>
<p>It is wrong to say that dhtml is ajax, but it is equally wrong to say that ajax is just xmlhttprequest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.javascriptkata.com/2007/04/13/javascript-is-not-ajax/comment-page-1/#comment-99</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 16 Apr 2007 13:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://javascriptkata.timmyontime.com/?p=25#comment-99</guid>
		<description>It&#039;s sad that a couple of months after jdanylko (first commenter), I have to do an article on the same subject. It proves that it is still not understood even if ajax is becoming older.

@Jim : I really like the &quot;ajax is the new dhtml&quot;. It should have been my article title.</description>
		<content:encoded><![CDATA[<p>It&#8217;s sad that a couple of months after jdanylko (first commenter), I have to do an article on the same subject. It proves that it is still not understood even if ajax is becoming older.</p>
<p>@Jim : I really like the &#8220;ajax is the new dhtml&#8221;. It should have been my article title.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.javascriptkata.com/2007/04/13/javascript-is-not-ajax/comment-page-1/#comment-98</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Mon, 16 Apr 2007 02:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://javascriptkata.timmyontime.com/?p=25#comment-98</guid>
		<description>oops. Sorry</description>
		<content:encoded><![CDATA[<p>oops. Sorry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Plush</title>
		<link>http://www.javascriptkata.com/2007/04/13/javascript-is-not-ajax/comment-page-1/#comment-97</link>
		<dc:creator>Jim Plush</dc:creator>
		<pubDate>Mon, 16 Apr 2007 02:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://javascriptkata.timmyontime.com/?p=25#comment-97</guid>
		<description>frank, learn to read a joke. good lord.</description>
		<content:encoded><![CDATA[<p>frank, learn to read a joke. good lord.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.javascriptkata.com/2007/04/13/javascript-is-not-ajax/comment-page-1/#comment-96</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Sun, 15 Apr 2007 20:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://javascriptkata.timmyontime.com/?p=25#comment-96</guid>
		<description>No it isn&#039;t. AJAX is only a way for a web page to communicate with a server without refreshing itself. It has nothing to do with DOM or client side animation.</description>
		<content:encoded><![CDATA[<p>No it isn&#8217;t. AJAX is only a way for a web page to communicate with a server without refreshing itself. It has nothing to do with DOM or client side animation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Plush</title>
		<link>http://www.javascriptkata.com/2007/04/13/javascript-is-not-ajax/comment-page-1/#comment-95</link>
		<dc:creator>Jim Plush</dc:creator>
		<pubDate>Sun, 15 Apr 2007 17:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://javascriptkata.timmyontime.com/?p=25#comment-95</guid>
		<description>ajax is the new dhtml</description>
		<content:encoded><![CDATA[<p>ajax is the new dhtml</p>
]]></content:encoded>
	</item>
</channel>
</rss>
