<?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: Building Rich Web Applications with AJAX</title>
	<atom:link href="http://blog.joshuaeichorn.com/archives/2005/04/12/building-rich-web-applications-with-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joshuaeichorn.com/archives/2005/04/12/building-rich-web-applications-with-ajax/</link>
	<description>The weblog of Joshua Eichorn, AJAX, PHP and Open Source</description>
	<pubDate>Mon, 08 Sep 2008 04:43:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1-alpha</generator>
		<item>
		<title>By: Joshua Eichorn's Blog &#187; Blog Archive &#187; AJAX Hello World with Sajax</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/12/building-rich-web-applications-with-ajax/#comment-294262</link>
		<dc:creator>Joshua Eichorn's Blog &#187; Blog Archive &#187; AJAX Hello World with Sajax</dc:creator>
		<pubDate>Fri, 09 Nov 2007 17:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/12/building-rich-web-applications-with-ajax/#comment-294262</guid>
		<description>[...] in my last AJAX post I talked about a couple AJAX toolkits for PHP. Today I&#8217;ll cover a small example using [...]</description>
		<content:encoded><![CDATA[<p>[...] in my last AJAX post I talked about a couple AJAX toolkits for PHP. Today I&#8217;ll cover a small example using [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claude Hussenet</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/12/building-rich-web-applications-with-ajax/#comment-4619</link>
		<dc:creator>Claude Hussenet</dc:creator>
		<pubDate>Fri, 09 Sep 2005 20:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/12/building-rich-web-applications-with-ajax/#comment-4619</guid>
		<description>AJAX applied to a portal page at http://www.claudehussenet.com
No refresh for :
-Min/Max portlets.
-Change the number of news displayed
-Change the news category (Moreover Portlet)
-Add/remove quote (MyPortfolio Portlet)
-changing the location by drag and drop !

Rgds-Claude Independent Consultant


Note by Josh:
This is a little more of an ad then I normally let through, but it does seem to be a good ajax demo</description>
		<content:encoded><![CDATA[<p>AJAX applied to a portal page at <a href="http://www.claudehussenet.com" rel="nofollow">http://www.claudehussenet.com</a><br />
No refresh for :<br />
-Min/Max portlets.<br />
-Change the number of news displayed<br />
-Change the news category (Moreover Portlet)<br />
-Add/remove quote (MyPortfolio Portlet)<br />
-changing the location by drag and drop !</p>
<p>Rgds-Claude Independent Consultant</p>
<p>Note by Josh:<br />
This is a little more of an ad then I normally let through, but it does seem to be a good ajax demo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daren Jackson</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/12/building-rich-web-applications-with-ajax/#comment-4145</link>
		<dc:creator>Daren Jackson</dc:creator>
		<pubDate>Sun, 12 Jun 2005 08:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/12/building-rich-web-applications-with-ajax/#comment-4145</guid>
		<description>Here is an example of SAJAX and PHP to create a new way to edit data presented in a table.

http://www.logitica.com/dynatab/dynatab.php

Cheers.</description>
		<content:encoded><![CDATA[<p>Here is an example of SAJAX and PHP to create a new way to edit data presented in a table.</p>
<p><a href="http://www.logitica.com/dynatab/dynatab.php" rel="nofollow">http://www.logitica.com/dynatab/dynatab.php</a></p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Eichorn</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/12/building-rich-web-applications-with-ajax/#comment-4141</link>
		<dc:creator>Joshua Eichorn</dc:creator>
		<pubDate>Fri, 10 Jun 2005 01:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/12/building-rich-web-applications-with-ajax/#comment-4141</guid>
		<description>Phil: I don't lots of stuff like that, but don't forgot your still using the dom.

innerHTML is part of the dom, and im sure your using document.getElementById('') to do the replacements.

Also if your looking at content replacement as your main use you might want to try a toolkit that is optomized for that.  xajax (xajax.sf.net) is one i Just heard about today and it even hides the document.getElementById part, you just specify the id to replace, or append/prepend the html too on the php side.</description>
		<content:encoded><![CDATA[<p>Phil: I don&#8217;t lots of stuff like that, but don&#8217;t forgot your still using the dom.</p>
<p>innerHTML is part of the dom, and im sure your using document.getElementById(&#8221;) to do the replacements.</p>
<p>Also if your looking at content replacement as your main use you might want to try a toolkit that is optomized for that.  xajax (xajax.sf.net) is one i Just heard about today and it even hides the document.getElementById part, you just specify the id to replace, or append/prepend the html too on the php side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/12/building-rich-web-applications-with-ajax/#comment-4140</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Thu, 09 Jun 2005 23:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/12/building-rich-web-applications-with-ajax/#comment-4140</guid>
		<description>You can use AJAX just fine without any DOM messiness. Just use the innerHTML method. It is a little more verbose since it has to send more data over the line, but a helluva lot cleaner in the implementation.

For an example:
http://rails.philisha.net/old</description>
		<content:encoded><![CDATA[<p>You can use AJAX just fine without any DOM messiness. Just use the innerHTML method. It is a little more verbose since it has to send more data over the line, but a helluva lot cleaner in the implementation.</p>
<p>For an example:<br />
<a href="http://rails.philisha.net/old" rel="nofollow">http://rails.philisha.net/old</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Henderson</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/12/building-rich-web-applications-with-ajax/#comment-3794</link>
		<dc:creator>Alan Henderson</dc:creator>
		<pubDate>Sun, 29 May 2005 10:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/12/building-rich-web-applications-with-ajax/#comment-3794</guid>
		<description>Cool AJAX widget...

http://www.ajaxadvocates.com</description>
		<content:encoded><![CDATA[<p>Cool AJAX widget&#8230;</p>
<p><a href="http://www.ajaxadvocates.com" rel="nofollow">http://www.ajaxadvocates.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Eichorn</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/12/building-rich-web-applications-with-ajax/#comment-3414</link>
		<dc:creator>Joshua Eichorn</dc:creator>
		<pubDate>Tue, 17 May 2005 16:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/12/building-rich-web-applications-with-ajax/#comment-3414</guid>
		<description>I think its way to late for that, for better or worse were stuck with AJAX.</description>
		<content:encoded><![CDATA[<p>I think its way to late for that, for better or worse were stuck with AJAX.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Mitchell</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/12/building-rich-web-applications-with-ajax/#comment-3411</link>
		<dc:creator>Justin Mitchell</dc:creator>
		<pubDate>Tue, 17 May 2005 13:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/12/building-rich-web-applications-with-ajax/#comment-3411</guid>
		<description>Thank God I'm not the only one that hates the term AJAX. For some reason, I cringe every time I hear it. Pleeaase someone come up with something better!</description>
		<content:encoded><![CDATA[<p>Thank God I&#8217;m not the only one that hates the term AJAX. For some reason, I cringe every time I hear it. Pleeaase someone come up with something better!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dotvoid</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/12/building-rich-web-applications-with-ajax/#comment-3014</link>
		<dc:creator>dotvoid</dc:creator>
		<pubDate>Thu, 21 Apr 2005 12:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/12/building-rich-web-applications-with-ajax/#comment-3014</guid>
		<description>There are very few occasions where I find async communication usable. The widely known example of word completion is one though. But in the applications I usually create I really only want to simplify handling forms and validation. That is my main objective.

Async is, however, not that complicated. So I'll add it later as I can agree that sometimes it is a good solution.</description>
		<content:encoded><![CDATA[<p>There are very few occasions where I find async communication usable. The widely known example of word completion is one though. But in the applications I usually create I really only want to simplify handling forms and validation. That is my main objective.</p>
<p>Async is, however, not that complicated. So I&#8217;ll add it later as I can agree that sometimes it is a good solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralf Stadtaus</title>
		<link>http://blog.joshuaeichorn.com/archives/2005/04/12/building-rich-web-applications-with-ajax/#comment-3011</link>
		<dc:creator>Ralf Stadtaus</dc:creator>
		<pubDate>Wed, 20 Apr 2005 22:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuaeichorn.com/archives/2005/04/12/building-rich-web-applications-with-ajax/#comment-3011</guid>
		<description>I never really liked JavaScript and only used it for popup windows. But I used that kind of technology in a recent project. Despite the bandwith saving and the faster page loading it increased the usibility dramatically. I will definitely use that again. 

Also, it has been quite benefiting that we first developed the UI the old way (page reloading). Once that worked we enhanced it by using the xmlhttpclient.   That makes sure that everyone with JS disabled or without IE and Firefox still can use the application.</description>
		<content:encoded><![CDATA[<p>I never really liked JavaScript and only used it for popup windows. But I used that kind of technology in a recent project. Despite the bandwith saving and the faster page loading it increased the usibility dramatically. I will definitely use that again. </p>
<p>Also, it has been quite benefiting that we first developed the UI the old way (page reloading). Once that worked we enhanced it by using the xmlhttpclient.   That makes sure that everyone with JS disabled or without IE and Firefox still can use the application.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
