<?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"
	>
<channel>
	<title>Comments on: AJAX</title>
	<atom:link href="http://www.robertnyman.com/2005/04/08/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robertnyman.com/2005/04/08/ajax/</link>
	<description>Web development and Internet trends</description>
	<pubDate>Fri, 05 Dec 2008 11:45:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Robert</title>
		<link>http://www.robertnyman.com/2005/04/08/ajax/#comment-108</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Mon, 11 Apr 2005 11:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/04/10/ajax/#comment-108</guid>
		<description>Kind of hard to deliver content on-the-fly without scripting, don't you think?  :-)</description>
		<content:encoded><![CDATA[<p>Kind of hard to deliver content on-the-fly without scripting, don&#8217;t you think?  <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://www.robertnyman.com/2005/04/08/ajax/#comment-106</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Mon, 11 Apr 2005 10:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/04/10/ajax/#comment-106</guid>
		<description>I heard .NET will fix everything, no more javascript is needed :-))</description>
		<content:encoded><![CDATA[<p>I heard .NET will fix everything, no more javascript is needed :-))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.robertnyman.com/2005/04/08/ajax/#comment-84</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sun, 10 Apr 2005 01:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/04/10/ajax/#comment-84</guid>
		<description>Yes, Gmail is a very nice one!</description>
		<content:encoded><![CDATA[<p>Yes, Gmail is a very nice one!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rimantas</title>
		<link>http://www.robertnyman.com/2005/04/08/ajax/#comment-83</link>
		<dc:creator>Rimantas</dc:creator>
		<pubDate>Sun, 10 Apr 2005 01:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/04/10/ajax/#comment-83</guid>
		<description>I'd say most notable use is in Gmail.</description>
		<content:encoded><![CDATA[<p>I&#8217;d say most notable use is in Gmail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.robertnyman.com/2005/04/08/ajax/#comment-82</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sun, 10 Apr 2005 01:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/04/10/ajax/#comment-82</guid>
		<description>As a sidenote, I just have to add this link Dejan sent me:
&lt;a href="http://serversideguy.blogspot.com/2004/12/google-suggest-dissected.html" rel="nofollow"&gt;Google Suggest Dissected...&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>As a sidenote, I just have to add this link Dejan sent me:<br />
<a href="http://serversideguy.blogspot.com/2004/12/google-suggest-dissected.html" rel="nofollow">Google Suggest Dissected&#8230;</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.robertnyman.com/2005/04/08/ajax/#comment-81</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sun, 10 Apr 2005 01:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/04/10/ajax/#comment-81</guid>
		<description>Dejan,

I haven't really considered the bandwidth issue. Interesting to hear!</description>
		<content:encoded><![CDATA[<p>Dejan,</p>
<p>I haven&#8217;t really considered the bandwidth issue. Interesting to hear!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dejan</title>
		<link>http://www.robertnyman.com/2005/04/08/ajax/#comment-80</link>
		<dc:creator>Dejan</dc:creator>
		<pubDate>Sun, 10 Apr 2005 01:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/04/10/ajax/#comment-80</guid>
		<description>I am using this "new" technology for some time now. A few years ago I started learning SOAP but then discovered &lt;a href="http://www.xmlrpc.com/" rel="nofollow"&gt;XML-RPC&lt;/a&gt; and liked it more because of its simplicity.
AJAX
is making pages more interactive, being especially effective for
visitors with narrower bandwidth, and for those with higher connection
speed, web applications can really compete with winforms. Lately, most
notable use of this technology is being presented on &lt;a href="http://www.google.com/webhp?complete=1&#38;hl=en" rel="nofollow"&gt;Google Suggest&lt;/a&gt;,
where sugestions fetched from Google database of keywords are presented
(and autocompleted) as you type. That is really impressive. You can
also find it on other Google sites such as Maps and Gmail.
Besides
being really cool and usable, this technique is having one aspect that
is mainly unnoticed - saving bandwidth. Since noone of us is ever
satisfied with speed of his/hers internet connection, in the long term
this could bring huge savings in traffic, especially taking into
account that ASP.NET introduced viewstate that sometimes can make your
pages really bulky and server roundtrips rather expensive.</description>
		<content:encoded><![CDATA[<p>I am using this &#8220;new&#8221; technology for some time now. A few years ago I started learning <acronym title="Simple Object Access Protocol">SOAP</acronym> but then discovered <a href="http://www.xmlrpc.com/" rel="nofollow"><acronym title="eXtensible Markup Language">XML</acronym>-<acronym title="Remote Procedure Call">RPC</acronym></a> and liked it more because of its simplicity.<br />
<acronym title="Asynchronous Javascript and XML">AJAX</acronym><br />
is making pages more interactive, being especially effective for<br />
visitors with narrower bandwidth, and for those with higher connection<br />
speed, web applications can really compete with winforms. Lately, most<br />
notable use of this technology is being presented on <a href="http://www.google.com/webhp?complete=1&amp;hl=en" rel="nofollow">Google Suggest</a>,<br />
where sugestions fetched from Google database of keywords are presented<br />
(and autocompleted) as you type. That is really impressive. You can<br />
also find it on other Google sites such as Maps and Gmail.<br />
Besides<br />
being really cool and usable, this technique is having one aspect that<br />
is mainly unnoticed - saving bandwidth. Since noone of us is ever<br />
satisfied with speed of his/hers internet connection, in the long term<br />
this could bring huge savings in traffic, especially taking into<br />
account that ASP.NET introduced viewstate that sometimes can make your<br />
pages really bulky and server roundtrips rather expensive.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
