<?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: jQuery Introduction</title>
	<atom:link href="http://techrageo.us/2007/07/05/jquery-introduction/feed/" rel="self" type="application/rss+xml" />
	<link>http://techrageo.us/2007/07/05/jquery-introduction/</link>
	<description>insight on technology</description>
	<lastBuildDate>Sat, 24 Dec 2011 17:14:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Ahmad</title>
		<link>http://techrageo.us/2007/07/05/jquery-introduction/comment-page-1/#comment-17178</link>
		<dc:creator>Ahmad</dc:creator>
		<pubDate>Tue, 28 Jul 2009 00:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://techrageo.us/2007/07/05/jquery-introduction/#comment-17178</guid>
		<description>This is my first tutorial/reading of JQuery and it is great. I learned quite a few things. thanks!</description>
		<content:encoded><![CDATA[<p>This is my first tutorial/reading of JQuery and it is great. I learned quite a few things. thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://techrageo.us/2007/07/05/jquery-introduction/comment-page-1/#comment-11193</link>
		<dc:creator>john</dc:creator>
		<pubDate>Tue, 19 May 2009 22:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://techrageo.us/2007/07/05/jquery-introduction/#comment-11193</guid>
		<description>your site demo links do not wrk nothing happens</description>
		<content:encoded><![CDATA[<p>your site demo links do not wrk nothing happens</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ronald</title>
		<link>http://techrageo.us/2007/07/05/jquery-introduction/comment-page-1/#comment-971</link>
		<dc:creator>ronald</dc:creator>
		<pubDate>Mon, 01 Oct 2007 03:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://techrageo.us/2007/07/05/jquery-introduction/#comment-971</guid>
		<description>never seen a good tutorial of jquery aside from their site... tnx for this.</description>
		<content:encoded><![CDATA[<p>never seen a good tutorial of jquery aside from their site&#8230; tnx for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Read The Bible In A Year</title>
		<link>http://techrageo.us/2007/07/05/jquery-introduction/comment-page-1/#comment-970</link>
		<dc:creator>Read The Bible In A Year</dc:creator>
		<pubDate>Sat, 29 Sep 2007 19:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://techrageo.us/2007/07/05/jquery-introduction/#comment-970</guid>
		<description>[...] with jQuery, a very nice Javascript framework, I hooked it up to link to all three, or open all three in tabs. Also it uses cookies to remember [...]</description>
		<content:encoded><![CDATA[<p>[...] with jQuery, a very nice Javascript framework, I hooked it up to link to all three, or open all three in tabs. Also it uses cookies to remember [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery Makes Ajax Easy, Part 1</title>
		<link>http://techrageo.us/2007/07/05/jquery-introduction/comment-page-1/#comment-972</link>
		<dc:creator>jQuery Makes Ajax Easy, Part 1</dc:creator>
		<pubDate>Fri, 03 Aug 2007 04:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://techrageo.us/2007/07/05/jquery-introduction/#comment-972</guid>
		<description>[...] RSS     &#8592; jQuery Introduction [...]</description>
		<content:encoded><![CDATA[<p>[...] RSS     &larr; jQuery Introduction [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bill</title>
		<link>http://techrageo.us/2007/07/05/jquery-introduction/comment-page-1/#comment-969</link>
		<dc:creator>bill</dc:creator>
		<pubDate>Fri, 06 Jul 2007 02:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://techrageo.us/2007/07/05/jquery-introduction/#comment-969</guid>
		<description>@Grant, thanks. I&#039;ve used those before too and they&#039;re all pretty cool in their own ways. Let me know what you think if you get a chance to try out jQuery.

@John, thanks for nod and the suggestion; I thought my way felt a little hokey, but will give yours a shot. And I might add, oh my goodness, it&#039;s John Resig, father of jQuery! :-D</description>
		<content:encoded><![CDATA[<p>@Grant, thanks. I&#8217;ve used those before too and they&#8217;re all pretty cool in their own ways. Let me know what you think if you get a chance to try out jQuery.</p>
<p>@John, thanks for nod and the suggestion; I thought my way felt a little hokey, but will give yours a shot. And I might add, oh my goodness, it&#8217;s John Resig, father of jQuery! <img src='http://techrageo.us/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Resig</title>
		<link>http://techrageo.us/2007/07/05/jquery-introduction/comment-page-1/#comment-968</link>
		<dc:creator>John Resig</dc:creator>
		<pubDate>Thu, 05 Jul 2007 14:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://techrageo.us/2007/07/05/jquery-introduction/#comment-968</guid>
		<description>Good write-up. Just a quick suggestion on your demo, you can change the following:
for(i=0;i&lt;$(&quot;div#jqueryintro p&quot;).length;i++){
      $(&quot;div#jqueryintro p:nth(&quot; + i + &quot;)&quot;).css({color:rwb[i % 3]});
    }

to be this instead:
$(&quot;div#jqueryintro p&quot;).each(function(i){
  $(this).css({color:rwb[i % 3]});
});

Much more elegant, and much faster.</description>
		<content:encoded><![CDATA[<p>Good write-up. Just a quick suggestion on your demo, you can change the following:<br />
for(i=0;i&lt;$(&#8220;div#jqueryintro p&#8221;).length;i++){<br />
      $(&#8220;div#jqueryintro p:nth(&#8221; + i + &#8220;)&#8221;).css({color:rwb[i % 3]});<br />
    }</p>
<p>to be this instead:<br />
$(&#8220;div#jqueryintro p&#8221;).each(function(i){<br />
  $(this).css({color:rwb[i % 3]});<br />
});</p>
<p>Much more elegant, and much faster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant</title>
		<link>http://techrageo.us/2007/07/05/jquery-introduction/comment-page-1/#comment-973</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Thu, 05 Jul 2007 12:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://techrageo.us/2007/07/05/jquery-introduction/#comment-973</guid>
		<description>Looks cool.  We are using a mixture of Prototype and mootools here, which is working out pretty well.  Most of the time.  ;)</description>
		<content:encoded><![CDATA[<p>Looks cool.  We are using a mixture of Prototype and mootools here, which is working out pretty well.  Most of the time.  <img src='http://techrageo.us/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

