<?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>red-library.com &#187; development</title>
	<atom:link href="http://www.red-library.com/tag/development/feed" rel="self" type="application/rss+xml" />
	<link>http://www.red-library.com</link>
	<description>Programming &#38; Web Development</description>
	<lastBuildDate>Wed, 31 Mar 2010 16:39:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jQuery &#8211; why it will save your sanity</title>
		<link>http://www.red-library.com/jquery-why-it-will-save-your-sanity-26</link>
		<comments>http://www.red-library.com/jquery-why-it-will-save-your-sanity-26#comments</comments>
		<pubDate>Thu, 24 Dec 2009 14:58:27 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.red-library.com/?p=26</guid>
		<description><![CDATA[Sanity. Its an important thing. It stops you shouting at passing cars in the street or smothering yourself in ice cream before hurling yourself down a supermarket aisle. That is why jQuery is so important to me &#8211; I value my sanity. Also, Tesco value their stock of Ben &#38; Jerry&#8217;s.

Cross-browser differences with JavaScript can [...]]]></description>
			<content:encoded><![CDATA[<p>Sanity. Its an important thing. It stops you shouting at passing cars in the street or smothering yourself in ice cream before hurling yourself down a supermarket aisle. That is why jQuery is so important to me &#8211; I value my sanity. Also, Tesco value their stock of Ben &amp; Jerry&#8217;s.</p>
<ol>
<li>Cross-browser differences with JavaScript can be largely eliminated. No need to re-code that bit of animation so it works in IE 6 as well as Firefox 3.5, jQuery will handle it all for you. Don&#8217;t get me started on the &#8216;for&#8230;in&#8217; construct and how &#8216;.each()&#8217; saves the day every time.</li>
<li>Everything you want to do is even more simple than you can believe. What used to take over a dozen lines of code can usually be expressed in one line.</li>
<li>Chaining. It may rile some programmers up, but when you can chain function calls together on a single object, you end up with cleaner, more readable and more semantic code.</li>
<li>Plug-ins. There are so many of them around now that just about anything you want to do has already been done at least once. Sure, the jQuery site could use some improvements when it comes to searching the docs or plugin database, but it is all there for you.</li>
<li>Light weight. In comparison to MooTools, jQuery is quite hefty. But when you compare it to nearly every other JavaScript framework out there, you will see that when minified, the library is small enough to justify its addition to your code base. Every byte transmitted and processed delays the user seeing your website, so you have to balance the good against the bad!</li>
</ol>
<p>These are my reasons, what are yours?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.red-library.com/jquery-why-it-will-save-your-sanity-26/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
