<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Geek by Day &#187; ajax</title>
	<atom:link href="http://www.geekbyday.com/tag/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekbyday.com</link>
	<description>A blog with no particularly interesting tagline</description>
	<lastBuildDate>Thu, 05 Nov 2009 16:46:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Some AJAX Libraries</title>
		<link>http://www.geekbyday.com/2006/05/17/some-ajax-libraries/</link>
		<comments>http://www.geekbyday.com/2006/05/17/some-ajax-libraries/#comments</comments>
		<pubDate>Wed, 17 May 2006 20:05:45 +0000</pubDate>
		<dc:creator>Mason</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://scripts.mit.edu/~masont/blog/?p=6</guid>
		<description><![CDATA[At work today, my boss asked me to write a tag library for Spring, and in the process, I found these two really neat Javascript libraries that reduce a lot of the tedium of writing an AJAX (Asychronous Javascript And XML) web application. Prototype &#8211; A fairly large (~50kb) Javascript library that defines several classes [...]]]></description>
			<content:encoded><![CDATA[<p>At work today, my boss asked me to write a tag library for Spring, and in the process, I found these two really neat Javascript libraries that reduce a lot of the tedium of writing an AJAX (Asychronous Javascript And XML) web application.</p>
<ul>
<li><a title="Prototype" href="http://prototype.conio.net/">Prototype</a> &#8211; A fairly large (~50kb) Javascript library that defines several classes to make your life easier.  There are many functions provided that simply reduce the amount of typing you have to do, and even Ruby-style closures for lists, through the Enumeration class.  Of course, it also provides some great classes for AJAX tasks as well.  However, be warned, there is very little official documentation for Prototype.</li>
<li><a title="script.aculo.us" href="http://script.aculo.us/">script.aculo.us</a> &#8211; A Javascript library that layers itself on top of Prototype and adds a plethora of eye candy.  Some of the effects it includes are: drag &#038; drop support, fading, sliding panels, and highlighting.</li>
</ul>
<p>Working with either library is extremely pleasant, especially when compared to the task of manually coding all of the functionality that they provide for free.  Also, I&#8217;ve seen the end results on many websites and they look great.  Highly recommended.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekbyday.com/2006/05/17/some-ajax-libraries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
