<?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: Javascript/AJAX UI libraries&#8230;</title>
	<atom:link href="http://blogs.backupbrain.com.au/glenn/2006/02/15/javascriptajax-ui-libraries/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.backupbrain.com.au/glenn/2006/02/15/javascriptajax-ui-libraries/</link>
	<description></description>
	<lastBuildDate>Mon, 16 Oct 2006 21:09:36 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: M.Al-Habshi</title>
		<link>http://blogs.backupbrain.com.au/glenn/2006/02/15/javascriptajax-ui-libraries/comment-page-1/#comment-110</link>
		<dc:creator>M.Al-Habshi</dc:creator>
		<pubDate>Sun, 11 Jun 2006 11:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.backupbrain.com.au/glenn/2006/02/15/javascriptajax-ui-libraries/#comment-110</guid>
		<description>You should check http://openrecord.org/
it is based on Dojo . the project have screencast which shows you how to create dynamic webpages with quite no coding. the project is interesting regarding dynamic data in webpages.</description>
		<content:encoded><![CDATA[<p>You should check <a href="http://openrecord.org/" rel="nofollow">http://openrecord.org/</a><br />
it is based on Dojo . the project have screencast which shows you how to create dynamic webpages with quite no coding. the project is interesting regarding dynamic data in webpages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: glenn</title>
		<link>http://blogs.backupbrain.com.au/glenn/2006/02/15/javascriptajax-ui-libraries/comment-page-1/#comment-109</link>
		<dc:creator>glenn</dc:creator>
		<pubDate>Wed, 01 Mar 2006 01:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.backupbrain.com.au/glenn/2006/02/15/javascriptajax-ui-libraries/#comment-109</guid>
		<description>Prototype does seem to be quite widely used. I may have to try it out first.

Anyway, I look forward to having a closer look at PlanHack when you release to see how its interface works. Thanks for comment, Jesse.</description>
		<content:encoded><![CDATA[<p>Prototype does seem to be quite widely used. I may have to try it out first.</p>
<p>Anyway, I look forward to having a closer look at PlanHack when you release to see how its interface works. Thanks for comment, Jesse.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Kim</title>
		<link>http://blogs.backupbrain.com.au/glenn/2006/02/15/javascriptajax-ui-libraries/comment-page-1/#comment-108</link>
		<dc:creator>Jesse Kim</dc:creator>
		<pubDate>Tue, 28 Feb 2006 14:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.backupbrain.com.au/glenn/2006/02/15/javascriptajax-ui-libraries/#comment-108</guid>
		<description>I use Prototype in PlanHack.</description>
		<content:encoded><![CDATA[<p>I use Prototype in PlanHack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: glenn</title>
		<link>http://blogs.backupbrain.com.au/glenn/2006/02/15/javascriptajax-ui-libraries/comment-page-1/#comment-107</link>
		<dc:creator>glenn</dc:creator>
		<pubDate>Wed, 15 Feb 2006 04:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.backupbrain.com.au/glenn/2006/02/15/javascriptajax-ui-libraries/#comment-107</guid>
		<description>Script.aculo.us was one site I&#039;d looked briefly at and forgotten about - thanks for the reminder.

I have similar feelings re: x-desktop. It&#039;s clever and it looks like it would make a great app, but for most purposes I think it&#039;s just overkill. Building up from a simpler base makes more sense to me.

Thanks for the comments, Kevin.</description>
		<content:encoded><![CDATA[<p>Script.aculo.us was one site I&#8217;d looked briefly at and forgotten about &#8211; thanks for the reminder.</p>
<p>I have similar feelings re: x-desktop. It&#8217;s clever and it looks like it would make a great app, but for most purposes I think it&#8217;s just overkill. Building up from a simpler base makes more sense to me.</p>
<p>Thanks for the comments, Kevin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Dangoor</title>
		<link>http://blogs.backupbrain.com.au/glenn/2006/02/15/javascriptajax-ui-libraries/comment-page-1/#comment-106</link>
		<dc:creator>Kevin Dangoor</dc:creator>
		<pubDate>Wed, 15 Feb 2006 03:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.backupbrain.com.au/glenn/2006/02/15/javascriptajax-ui-libraries/#comment-106</guid>
		<description>I&#039;ve used MochiKit quite a bit. I like it because it includes Python idioms that I&#039;m familiar with and it&#039;s overall quite easy and robust. It&#039;s well-documented and tested.

Odds are good that Yahoo!&#039;s package is high-quality, but I haven&#039;t even downloaded it, so I can&#039;t really comment.

Dojo is some powerful stuff. It&#039;s been a while since I touched it, but I know that Alex Russell and Co. no their JavaScript very well.

Script.aculo.us (which I believe has taken over Prototype) has fairly big mindshare because of its Ruby on Rails positioning. That said, it monkeys with Object.prototype which is not considered good form by many.

As with anything, it depends on what you&#039;re trying to do. Something like x-desktop is not appealing to me. I prefer to start with a &quot;standard&quot; web page as a base and build up useful application bits on top of that, rather than trying to emulate a desktop in-browser.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used MochiKit quite a bit. I like it because it includes Python idioms that I&#8217;m familiar with and it&#8217;s overall quite easy and robust. It&#8217;s well-documented and tested.</p>
<p>Odds are good that Yahoo!&#8217;s package is high-quality, but I haven&#8217;t even downloaded it, so I can&#8217;t really comment.</p>
<p>Dojo is some powerful stuff. It&#8217;s been a while since I touched it, but I know that Alex Russell and Co. no their JavaScript very well.</p>
<p>Script.aculo.us (which I believe has taken over Prototype) has fairly big mindshare because of its Ruby on Rails positioning. That said, it monkeys with Object.prototype which is not considered good form by many.</p>
<p>As with anything, it depends on what you&#8217;re trying to do. Something like x-desktop is not appealing to me. I prefer to start with a &#8220;standard&#8221; web page as a base and build up useful application bits on top of that, rather than trying to emulate a desktop in-browser.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
