<?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>jQuery Rocks!</title>
	<atom:link href="http://jqueryrocks.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jqueryrocks.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 01 Aug 2009 05:04:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Testing Code Highlighting</title>
		<link>http://jqueryrocks.com/testing-code-highlighting/</link>
		<comments>http://jqueryrocks.com/testing-code-highlighting/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 03:54:55 +0000</pubDate>
		<dc:creator>Yogi</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jqueryrocks.com/?p=6</guid>
		<description><![CDATA[The obligatory &#8216;Hello World&#8217; program for jQuery.

$(document).ready(
    function()
    {
        alert('Hello World');
    }
);

]]></description>
			<content:encoded><![CDATA[<p>The obligatory &#8216;Hello World&#8217; program for jQuery.</p>
<pre class="brush: jscript;">
$(document).ready(
    function()
    {
        alert('Hello World');
    }
);
</pre>
]]></content:encoded>
			<wfw:commentRss>http://jqueryrocks.com/testing-code-highlighting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://jqueryrocks.com/welcome/</link>
		<comments>http://jqueryrocks.com/welcome/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 19:49:28 +0000</pubDate>
		<dc:creator>Yogi</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[welcome]]></category>

		<guid isPermaLink="false">http://jqueryrocks.com/?p=3</guid>
		<description><![CDATA[I still remember when I learned about jQuery in begining of 2007. I was using YUI at that time and I wasn&#8217;t really impressed with jQuery. I felt that verbose YUI code is more readable than jQuery code. What I didn&#8217;t realize at that time is that I found jQuery code hard to read because [...]]]></description>
			<content:encoded><![CDATA[<p>I still remember when I learned about jQuery in begining of 2007. I was using YUI at that time and I wasn&#8217;t really impressed with jQuery. I felt that <em>verbose</em> YUI code is more readable than jQuery code. What I didn&#8217;t realize at that time is that I found jQuery code hard to read because I didn&#8217;t really know much about the library.</p>
<p>As time passed, jQuery became more and more popular and I decided to have a second look. And boy, was I pleasantly surprised! After having used Prototype/YUI/Ext Js, I found jQuery to be fresh breath of air. The more I learned it, more I fell in love with it. Through this blog, I hope to show you how jQuery is a the BEST JS library on planet earth! I plan to show you real jQuery code which will make you say, &#8216;That is cool! jQuery Rocks!&#8217;</p>
]]></content:encoded>
			<wfw:commentRss>http://jqueryrocks.com/welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

