<?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: XmlHttpRequest  &#8211; blast from the past or future</title>
	<atom:link href="http://technology.amis.nl/2005/03/05/xmlhttprequest-blast-from-the-past-or-future/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2005/03/05/xmlhttprequest-blast-from-the-past-or-future/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=xmlhttprequest-blast-from-the-past-or-future</link>
	<description></description>
	<lastBuildDate>Tue, 11 Jun 2013 22:09:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Marco Gralike</title>
		<link>http://technology.amis.nl/2005/03/05/xmlhttprequest-blast-from-the-past-or-future/#comment-1895</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Thu, 18 Aug 2005 12:59:04 +0000</pubDate>
		<guid isPermaLink="false">/?p=448#comment-1895</guid>
		<description><![CDATA[But be aware, there may be more going on than you know. Look at this article called &quot;Using the XMLHttpRequest Object and AJAX to Spy On You&quot; (http://www.devx.com/webdev/Article/28861).]]></description>
		<content:encoded><![CDATA[<p>But be aware, there may be more going on than you know. Look at this article called &#8220;Using the XMLHttpRequest Object and AJAX to Spy On You&#8221; (<a href="http://www.devx.com/webdev/Article/28861" rel="nofollow">http://www.devx.com/webdev/Article/28861</a>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas</title>
		<link>http://technology.amis.nl/2005/03/05/xmlhttprequest-blast-from-the-past-or-future/#comment-1894</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Sun, 27 Mar 2005 20:24:22 +0000</pubDate>
		<guid isPermaLink="false">/?p=448#comment-1894</guid>
		<description><![CDATA[I think an essay titled &quot;Ajax: A New Approach to Web Applications&quot; by Jesse James Garrett February 18, 2005 provides a good overview of where developments currently are. Find this essay at &lt;a href=&quot;http://www.adaptivepath.com/publications/essays/archives/000385.php&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.adaptivepath.com/publications/essays/archives/000385.php&lt;/a&gt;. Especially the following image from this essay seems enlightening:&lt;img src=&quot;http://www.adaptivepath.com/images/publications/essays/ajax-fig1.png&quot;/&gt;. It does also remind me of Oracle&#039;s Project Cherokee... a JavaScript render engine driven by the server side Model.

I feel that AJAX and the XMLHttpRequest makes sense for a smaller set of functionality: the bulk of the webpages will continue to be generated by JSPs. However, validation, conditional population of select-items, step-by-step build up of a tree (navigator), refresh of the contents of a table (re-sort, next range-set), etc. will allow for a seemingly more dynamic, more responsive HTML user interface.]]></description>
		<content:encoded><![CDATA[<p>I think an essay titled &#8220;Ajax: A New Approach to Web Applications&#8221; by Jesse James Garrett February 18, 2005 provides a good overview of where developments currently are. Find this essay at <a href="http://www.adaptivepath.com/publications/essays/archives/000385.php" target="_blank" rel="nofollow">http://www.adaptivepath.com/publications/essays/archives/000385.php</a>. Especially the following image from this essay seems enlightening:<img src="http://www.adaptivepath.com/images/publications/essays/ajax-fig1.png"/>. It does also remind me of Oracle&#8217;s Project Cherokee&#8230; a JavaScript render engine driven by the server side Model.</p>
<p>I feel that AJAX and the XMLHttpRequest makes sense for a smaller set of functionality: the bulk of the webpages will continue to be generated by JSPs. However, validation, conditional population of select-items, step-by-step build up of a tree (navigator), refresh of the contents of a table (re-sort, next range-set), etc. will allow for a seemingly more dynamic, more responsive HTML user interface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://technology.amis.nl/2005/03/05/xmlhttprequest-blast-from-the-past-or-future/#comment-1893</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Fri, 25 Mar 2005 16:32:48 +0000</pubDate>
		<guid isPermaLink="false">/?p=448#comment-1893</guid>
		<description><![CDATA[Gmail current tells you that your username password combination is incorrect without reloading the page. It is very refreshing.]]></description>
		<content:encoded><![CDATA[<p>Gmail current tells you that your username password combination is incorrect without reloading the page. It is very refreshing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://technology.amis.nl/2005/03/05/xmlhttprequest-blast-from-the-past-or-future/#comment-1892</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 09 Mar 2005 15:01:23 +0000</pubDate>
		<guid isPermaLink="false">/?p=448#comment-1892</guid>
		<description><![CDATA[One fascinating application of this is a login system without the traditional page refresh.

http://www.jamesdam.com/ajax_login/login.html

I can&#039;t wait to see XMLHttpRequest in action more often redefining the traditional web interface.]]></description>
		<content:encoded><![CDATA[<p>One fascinating application of this is a login system without the traditional page refresh.</p>
<p><a href="http://www.jamesdam.com/ajax_login/login.html" rel="nofollow">http://www.jamesdam.com/ajax_login/login.html</a></p>
<p>I can&#8217;t wait to see XMLHttpRequest in action more often redefining the traditional web interface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Java Utilities</title>
		<link>http://technology.amis.nl/2005/03/05/xmlhttprequest-blast-from-the-past-or-future/#comment-1891</link>
		<dc:creator>Java Utilities</dc:creator>
		<pubDate>Sun, 06 Mar 2005 12:19:48 +0000</pubDate>
		<guid isPermaLink="false">/?p=448#comment-1891</guid>
		<description><![CDATA[I suppose the real news is that both of the two big browsers are supporting it and that some big players are starting to use it.  This means defacto standard coming up and any browser that want to be anything in the future is going to have to support it.]]></description>
		<content:encoded><![CDATA[<p>I suppose the real news is that both of the two big browsers are supporting it and that some big players are starting to use it.  This means defacto standard coming up and any browser that want to be anything in the future is going to have to support it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jasper</title>
		<link>http://technology.amis.nl/2005/03/05/xmlhttprequest-blast-from-the-past-or-future/#comment-1890</link>
		<dc:creator>Jasper</dc:creator>
		<pubDate>Sun, 06 Mar 2005 10:12:47 +0000</pubDate>
		<guid isPermaLink="false">/?p=448#comment-1890</guid>
		<description><![CDATA[isn&#039;t this what google suggest is doing? http://www.googlemania.com/noticias.php?1070&amp;Google+Suggest+Dissected]]></description>
		<content:encoded><![CDATA[<p>isn&#8217;t this what google suggest is doing? <a href="http://www.googlemania.com/noticias.php?1070&#038;Google+Suggest+Dissected" rel="nofollow">http://www.googlemania.com/noticias.php?1070&#038;Google+Suggest+Dissected</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi</title>
		<link>http://technology.amis.nl/2005/03/05/xmlhttprequest-blast-from-the-past-or-future/#comment-1889</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Sun, 06 Mar 2005 09:40:02 +0000</pubDate>
		<guid isPermaLink="false">/?p=448#comment-1889</guid>
		<description><![CDATA[I had seen one great search engine script which works using this method but cant remember it now :(
Some live examples here - http://www.fiftyfoureleven.com/resources/programming/xmlhttprequest/examples

cheers
Ravi]]></description>
		<content:encoded><![CDATA[<p>I had seen one great search engine script which works using this method but cant remember it now <img src='http://technology.amis.nl/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
Some live examples here &#8211; <a href="http://www.fiftyfoureleven.com/resources/programming/xmlhttprequest/examples" rel="nofollow">http://www.fiftyfoureleven.com/resources/programming/xmlhttprequest/examples</a></p>
<p>cheers<br />
Ravi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas</title>
		<link>http://technology.amis.nl/2005/03/05/xmlhttprequest-blast-from-the-past-or-future/#comment-1888</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Sun, 06 Mar 2005 09:25:15 +0000</pubDate>
		<guid isPermaLink="false">/?p=448#comment-1888</guid>
		<description><![CDATA[I found an interesting introduction to the XMLHttpRequestObject at &lt;a href=&quot;http://developer.apple.com/internet/webcontent/xmlhttpreq.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Dynamic HTML and XML: The XMLHttpRequest Object&lt;/a&gt; (5th December 2004)]]></description>
		<content:encoded><![CDATA[<p>I found an interesting introduction to the XMLHttpRequestObject at <a href="http://developer.apple.com/internet/webcontent/xmlhttpreq.html" target="_blank" rel="nofollow">Dynamic HTML and XML: The XMLHttpRequest Object</a> (5th December 2004)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
