<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: ajax</title>
	<link>http://www.shakykaiser.com/blog/archives/2005/11/22/ajax/</link>
	<description></description>
	<pubDate>Thu, 04 Dec 2008 23:27:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: Phil</title>
		<link>http://www.shakykaiser.com/blog/archives/2005/11/22/ajax/#comment-11881</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Wed, 23 Nov 2005 14:18:04 +0000</pubDate>
		<guid>http://www.shakykaiser.com/blog/archives/2005/11/22/ajax/#comment-11881</guid>
		<description>From a developer's point of view it is the dog's kahoonas.</description>
		<content:encoded><![CDATA[<p>From a developer&#8217;s point of view it is the dog&#8217;s kahoonas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.shakykaiser.com/blog/archives/2005/11/22/ajax/#comment-11872</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 22 Nov 2005 08:41:07 +0000</pubDate>
		<guid>http://www.shakykaiser.com/blog/archives/2005/11/22/ajax/#comment-11872</guid>
		<description>Very simple.  It's a use of the XMLHttpRequest object available in the javascript namespace within a browser which allows you, asychronously, to submit HTTP requests and handle the response which, coupled with dynamic HTML techniques, allows you to submit and request data, and update a web page to reflect that data, without reloading the entire page, thereby providing a rich user experience more akin to the desktop paradigm than the usual HTTP fill-in-form-submit-process-get-new-page model.

It's not a standard, which is why you need different initialisation code to create the object for different browsers, and the X part of it is strictly optional...

Simple, eh?</description>
		<content:encoded><![CDATA[<p>Very simple.  It&#8217;s a use of the XMLHttpRequest object available in the javascript namespace within a browser which allows you, asychronously, to submit <acronym title="HyperText Transfer Protocol">HTTP</acronym> requests and handle the response which, coupled with dynamic <acronym title="HyperText Markup Language">HTML</acronym> techniques, allows you to submit and request data, and update a web page to reflect that data, without reloading the entire page, thereby providing a rich user experience more akin to the desktop paradigm than the usual <acronym title="HyperText Transfer Protocol">HTTP</acronym> fill-in-form-submit-process-get-new-page model.</p>
<p>It&#8217;s not a standard, which is why you need different initialisation code to create the object for different browsers, and the X part of it is strictly optional&#8230;</p>
<p>Simple, eh?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
