<?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: Say Hello to JavaScript's Native getElementsByClassName</title>
	<atom:link href="http://www.drunkenfist.com/304/2008/07/02/say-hello-to-javascripts-native-getelementsbyclassname/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.drunkenfist.com/304/2008/07/02/say-hello-to-javascripts-native-getelementsbyclassname/</link>
	<description>Rob Larsen writes on web design and development, entertainment, sports and culture.</description>
	<pubDate>Fri, 09 Jan 2009 05:53:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rob</title>
		<link>http://www.drunkenfist.com/304/2008/07/02/say-hello-to-javascripts-native-getelementsbyclassname/comment-page-1/#comment-16663</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Thu, 03 Jul 2008 12:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.drunkenfist.com/304/?p=4645#comment-16663</guid>
		<description>That sounds like a plan. I'll do that tonight and post the results later on...</description>
		<content:encoded><![CDATA[<p>That sounds like a plan. I'll do that tonight and post the results later on&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Proctor</title>
		<link>http://www.drunkenfist.com/304/2008/07/02/say-hello-to-javascripts-native-getelementsbyclassname/comment-page-1/#comment-16662</link>
		<dc:creator>Simon Proctor</dc:creator>
		<pubDate>Thu, 03 Jul 2008 11:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.drunkenfist.com/304/?p=4645#comment-16662</guid>
		<description>Of course you could modify your code to look to see if the native function exists and if it does run that and copy the result into an array which is then returned.

This way you get the speed of the native code with the immutable list quality of the existing code (which I have to admit I like, I had similar issues with getElementsByName one time before I twigged what was going on)</description>
		<content:encoded><![CDATA[<p>Of course you could modify your code to look to see if the native function exists and if it does run that and copy the result into an array which is then returned.</p>
<p>This way you get the speed of the native code with the immutable list quality of the existing code (which I have to admit I like, I had similar issues with getElementsByName one time before I twigged what was going on)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
