<?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: Techy Treasures #4: What&#8217;s inside a dollar function?</title>
	<atom:link href="http://www.sitepoint.com/blogs/2008/12/10/techy-treasures-4-whats-inside-a-dollar-function/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2008/12/10/techy-treasures-4-whats-inside-a-dollar-function/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<lastBuildDate>Mon, 23 Nov 2009 05:23:27 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: SalvatoreC</title>
		<link>http://www.sitepoint.com/blogs/2008/12/10/techy-treasures-4-whats-inside-a-dollar-function/comment-page-1/#comment-870309</link>
		<dc:creator>SalvatoreC</dc:creator>
		<pubDate>Thu, 29 Jan 2009 22:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=3260#comment-870309</guid>
		<description>Thanks for being so kind and writing and publishing this code!

I recently wrote something similar but not as complex, and feel very gratefull to see someone who knows more about Javascript than I demonstrate something similar.

Lately I&#039;ve been thinking I&#039;m not writing enough code to learn how JavaScript really works without even considering cross-browser issues.  I must write more code! I&#039;m looking at too much code and not writing enough examples.

Thanks again!
I&#039;m learning a lot!</description>
		<content:encoded><![CDATA[<p>Thanks for being so kind and writing and publishing this code!</p>
<p>I recently wrote something similar but not as complex, and feel very gratefull to see someone who knows more about Javascript than I demonstrate something similar.</p>
<p>Lately I&#8217;ve been thinking I&#8217;m not writing enough code to learn how JavaScript really works without even considering cross-browser issues.  I must write more code! I&#8217;m looking at too much code and not writing enough examples.</p>
<p>Thanks again!<br />
I&#8217;m learning a lot!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: kangax</title>
		<link>http://www.sitepoint.com/blogs/2008/12/10/techy-treasures-4-whats-inside-a-dollar-function/comment-page-1/#comment-854660</link>
		<dc:creator>kangax</dc:creator>
		<pubDate>Fri, 26 Dec 2008 14:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=3260#comment-854660</guid>
		<description>Interesting snippet.

A couple of notes:
1) The scripts doesn&#039;t take care of some attributes conversion (it only takes care of &quot;class&quot; -&gt; &quot;className&quot; conversion but not, say, &quot;for&quot; -&gt; &quot;htmlFor&quot;)

2) When creating regexp, it&#039;s a good idea to escape meta characters, since trying to match something like &quot;?&quot; will throw SyntaxError. I would just treat strings as strings and allow regexp objects as values.</description>
		<content:encoded><![CDATA[<p>Interesting snippet.</p>
<p>A couple of notes:<br />
1) The scripts doesn&#8217;t take care of some attributes conversion (it only takes care of &#8220;class&#8221; -&gt; &#8220;className&#8221; conversion but not, say, &#8220;for&#8221; -&gt; &#8220;htmlFor&#8221;)</p>
<p>2) When creating regexp, it&#8217;s a good idea to escape meta characters, since trying to match something like &#8220;?&#8221; will throw SyntaxError. I would just treat strings as strings and allow regexp objects as values.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: brothercake</title>
		<link>http://www.sitepoint.com/blogs/2008/12/10/techy-treasures-4-whats-inside-a-dollar-function/comment-page-1/#comment-846738</link>
		<dc:creator>brothercake</dc:creator>
		<pubDate>Thu, 11 Dec 2008 00:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=3260#comment-846738</guid>
		<description>If you&#039;re not interested in learning, Jeremy, that&#039;s your choice. But please don&#039;t waste other people&#039;s time with your dismissive comments.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re not interested in learning, Jeremy, that&#8217;s your choice. But please don&#8217;t waste other people&#8217;s time with your dismissive comments.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Lachlan</title>
		<link>http://www.sitepoint.com/blogs/2008/12/10/techy-treasures-4-whats-inside-a-dollar-function/comment-page-1/#comment-846698</link>
		<dc:creator>Lachlan</dc:creator>
		<pubDate>Wed, 10 Dec 2008 22:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=3260#comment-846698</guid>
		<description>I actually was recommending the library as a way to learn how it works (which was the point of the post), it&#039;s very well written code.</description>
		<content:encoded><![CDATA[<p>I actually was recommending the library as a way to learn how it works (which was the point of the post), it&#8217;s very well written code.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.sitepoint.com/blogs/2008/12/10/techy-treasures-4-whats-inside-a-dollar-function/comment-page-1/#comment-846559</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Wed, 10 Dec 2008 17:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=3260#comment-846559</guid>
		<description>Lachlan hit the nail on the head; why would anyone want to use this wannabe-library with a single &quot;get&quot; function when every major library has a much better implementation of $ (not to mention that those libraries also have a ton of useful functions BESIDES $).  However, I disagree with Lachlan on using Sizzle directly; it may be appealing because it is used by several major libraries, but the VAST majority of developers would be better of using a library that implements Sizzle rather than using Sizzle itself.</description>
		<content:encoded><![CDATA[<p>Lachlan hit the nail on the head; why would anyone want to use this wannabe-library with a single &#8220;get&#8221; function when every major library has a much better implementation of $ (not to mention that those libraries also have a ton of useful functions BESIDES $).  However, I disagree with Lachlan on using Sizzle directly; it may be appealing because it is used by several major libraries, but the VAST majority of developers would be better of using a library that implements Sizzle rather than using Sizzle itself.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Lachlan</title>
		<link>http://www.sitepoint.com/blogs/2008/12/10/techy-treasures-4-whats-inside-a-dollar-function/comment-page-1/#comment-846331</link>
		<dc:creator>Lachlan</dc:creator>
		<pubDate>Wed, 10 Dec 2008 05:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=3260#comment-846331</guid>
		<description>John Resig&#039;s Sizzle library is excellent for this, lean, fast and very readable code.

http://github.com/jeresig/sizzle/tree/master/sizzle.js</description>
		<content:encoded><![CDATA[<p>John Resig&#8217;s Sizzle library is excellent for this, lean, fast and very readable code.</p>
<p><a href="http://github.com/jeresig/sizzle/tree/master/sizzle.js" rel="nofollow">http://github.com/jeresig/sizzle/tree/master/sizzle.js</a></p>]]></content:encoded>
	</item>
</channel>
</rss>
