<?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: AJAX vs AJAX</title>
	<atom:link href="http://www.cre8d-design.com/2006/01/ajax-vs-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cre8d-design.com/2006/01/ajax-vs-ajax/</link>
	<description>blog designer</description>
	<lastBuildDate>Tue, 16 Mar 2010 13:35:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dan York</title>
		<link>http://www.cre8d-design.com/2006/01/ajax-vs-ajax/comment-page-1/#comment-186</link>
		<dc:creator>Dan York</dc:creator>
		<pubDate>Mon, 09 Jan 2006 23:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.cre8d-design.com/wordpress/2006/01/03/ajax-vs-ajax/#comment-186</guid>
		<description>Whenever I have been asked to explain AJAX, I have simply said, &quot;Have you played around with Google Maps?  http://maps.google.com/ You know how it all just seems to magically move when you drag the cursor around? You know how you can quickly zoom in or out?  That&#039;s AJAX at work... it&#039;s fast because the browser is doing most of the work and just making small requests for more data when you scroll off the visible area.&quot;

As others have said, it&#039;s a combination of Javascript, XML (usually XHTML) and more.</description>
		<content:encoded><![CDATA[<p>Whenever I have been asked to explain AJAX, I have simply said, &#8220;Have you played around with Google Maps?  <a href="http://maps.google.com/" rel="nofollow">http://maps.google.com/</a> You know how it all just seems to magically move when you drag the cursor around? You know how you can quickly zoom in or out?  That&#8217;s AJAX at work&#8230; it&#8217;s fast because the browser is doing most of the work and just making small requests for more data when you scroll off the visible area.&#8221;</p>
<p>As others have said, it&#8217;s a combination of Javascript, XML (usually XHTML) and more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blog Relations &#38;#187; Blog Archive &#38;#187; Ajax Part 2</title>
		<link>http://www.cre8d-design.com/2006/01/ajax-vs-ajax/comment-page-1/#comment-185</link>
		<dc:creator>Blog Relations &#38;#187; Blog Archive &#38;#187; Ajax Part 2</dc:creator>
		<pubDate>Thu, 05 Jan 2006 22:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.cre8d-design.com/wordpress/2006/01/03/ajax-vs-ajax/#comment-185</guid>
		<description>[...] After my attempt to explain what Ajax is, while at the same time admitting that I didn&#8217;t really know, I&#8217;m glad to see from the comments at Cred8 (Ajax v Ajax) that there others who admit to being in more or less the same boat. [...]</description>
		<content:encoded><![CDATA[<p>[...] After my attempt to explain what Ajax is, while at the same time admitting that I didn&#38;#8217;t really know, I&#38;#8217;m glad to see from the comments at Cred8 (Ajax v Ajax) that there others who admit to being in more or less the same boat. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete...</title>
		<link>http://www.cre8d-design.com/2006/01/ajax-vs-ajax/comment-page-1/#comment-184</link>
		<dc:creator>Pete...</dc:creator>
		<pubDate>Tue, 03 Jan 2006 22:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.cre8d-design.com/wordpress/2006/01/03/ajax-vs-ajax/#comment-184</guid>
		<description>:) Thanks for that Link Rachel, I think I may suggest this to our web-apps company as at present everytime I click an item in there combo boxes it reloads the page, and it is slowly driving me to the brink...</description>
		<content:encoded><![CDATA[<p> <img src='http://www.cre8d-design.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks for that Link Rachel, I think I may suggest this to our web-apps company as at present everytime I click an item in there combo boxes it reloads the page, and it is slowly driving me to the brink&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redstar</title>
		<link>http://www.cre8d-design.com/2006/01/ajax-vs-ajax/comment-page-1/#comment-183</link>
		<dc:creator>redstar</dc:creator>
		<pubDate>Tue, 03 Jan 2006 21:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.cre8d-design.com/wordpress/2006/01/03/ajax-vs-ajax/#comment-183</guid>
		<description>I never heard about AJAX before. Only the household cleaner AJAX and here in Holland the footbal team.</description>
		<content:encoded><![CDATA[<p>I never heard about AJAX before. Only the household cleaner AJAX and here in Holland the footbal team.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachel</title>
		<link>http://www.cre8d-design.com/2006/01/ajax-vs-ajax/comment-page-1/#comment-182</link>
		<dc:creator>Rachel</dc:creator>
		<pubDate>Tue, 03 Jan 2006 19:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.cre8d-design.com/wordpress/2006/01/03/ajax-vs-ajax/#comment-182</guid>
		<description>Sorry I should have given a quick explanation Pete but I am no expert on it yet (waiting for that book, heh).  &lt;a href=&quot;http://en.wikipedia.org/wiki/Ajax_%28programming%29&quot; rel=&quot;nofollow&quot;&gt;Wikipedia&lt;/a&gt; helps a bit - the way I see it is a set of tools which use XML and Javascript and enable you to have some nice interactivity and rich user-interfaces without having to reload/refresh the page.

Here&#039;s a nice example: &lt;a href=&quot;http://www.google.com/webhp?complete=1&amp;hl=en&quot; rel=&quot;nofollow&quot;&gt;Live search&lt;/a&gt; - type some words into Google and it shows common phrases as you type.

Here&#039;s a &lt;a href=&quot;http://www.fiftyfoureleven.com/resources/programming/xmlhttprequest/examples&quot; rel=&quot;nofollow&quot;&gt;long list of other AJAX examples&lt;/a&gt; :)</description>
		<content:encoded><![CDATA[<p>Sorry I should have given a quick explanation Pete but I am no expert on it yet (waiting for that book, heh).  <a href="http://en.wikipedia.org/wiki/Ajax_%28programming%29" rel="nofollow">Wikipedia</a> helps a bit &#8211; the way I see it is a set of tools which use XML and Javascript and enable you to have some nice interactivity and rich user-interfaces without having to reload/refresh the page.</p>
<p>Here&#8217;s a nice example: <a href="http://www.google.com/webhp?complete=1&#38;hl=en" rel="nofollow">Live search</a> &#8211; type some words into Google and it shows common phrases as you type.</p>
<p>Here&#8217;s a <a href="http://www.fiftyfoureleven.com/resources/programming/xmlhttprequest/examples" rel="nofollow">long list of other AJAX examples</a> <img src='http://www.cre8d-design.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete...</title>
		<link>http://www.cre8d-design.com/2006/01/ajax-vs-ajax/comment-page-1/#comment-181</link>
		<dc:creator>Pete...</dc:creator>
		<pubDate>Tue, 03 Jan 2006 18:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.cre8d-design.com/wordpress/2006/01/03/ajax-vs-ajax/#comment-181</guid>
		<description>&#039;K, so I just read the synopsis on Rachel&#039;s book link.  Is Ajax an actual system in itself with its own code/markup, or is it as simple (and by simple I mean to understand) as using JS and XML together, thus avoiding some of the endless annoyances of .NET and similar web app interfaces?</description>
		<content:encoded><![CDATA[<p>&#8216;K, so I just read the synopsis on Rachel&#8217;s book link.  Is Ajax an actual system in itself with its own code/markup, or is it as simple (and by simple I mean to understand) as using JS and XML together, thus avoiding some of the endless annoyances of .NET and similar web app interfaces?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete...</title>
		<link>http://www.cre8d-design.com/2006/01/ajax-vs-ajax/comment-page-1/#comment-180</link>
		<dc:creator>Pete...</dc:creator>
		<pubDate>Tue, 03 Jan 2006 18:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.cre8d-design.com/wordpress/2006/01/03/ajax-vs-ajax/#comment-180</guid>
		<description>Matthew, I was hoping that comment would explian it for me! Is there such a thing as a simple explanation?</description>
		<content:encoded><![CDATA[<p>Matthew, I was hoping that comment would explian it for me! Is there such a thing as a simple explanation?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
