<?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: Where is getElementsByClassName()?</title>
	<atom:link href="http://nexus.zteo.com/2007/01/14/where-is-getelementsbyclassname/feed/" rel="self" type="application/rss+xml" />
	<link>http://nexus.zteo.com/2007/01/14/where-is-getelementsbyclassname/</link>
	<description>Variously Interesting Projects</description>
	<lastBuildDate>Thu, 18 Feb 2010 15:12:08 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: SneakyWho_am_i</title>
		<link>http://nexus.zteo.com/2007/01/14/where-is-getelementsbyclassname/comment-page-1/#comment-18177</link>
		<dc:creator>SneakyWho_am_i</dc:creator>
		<pubDate>Sun, 16 Nov 2008 12:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://nexus.zteo.com/2007/01/14/where-is-getelementsbyclassname/#comment-18177</guid>
		<description>Fortunately a lot of other people have written equivalent functions for the browsers yet to support this (IE6, IE7, IE8...) and old versions of proper browsers (Firefox, Opera, Safari). I say it&#039;s fortunate because Firefox (for example) can do it in XPath, which is something like a gazillion times faster than doing it your way :P - no offense intended there.

Of course the main thing is to have this lifesaving function working, and a few picoseconds here and there probably don&#039;t matter at all. I know that premature optimizations are bad, and the faster you make this the bigger it gets.

Still, worth googling at the moment to see how others have approached it! If you haven&#039;t played with XPath yet I recommend trying it out - it is a lot of fun :)</description>
		<content:encoded><![CDATA[<p>Fortunately a lot of other people have written equivalent functions for the browsers yet to support this (IE6, IE7, IE8&#8230;) and old versions of proper browsers (Firefox, Opera, Safari). I say it&#8217;s fortunate because Firefox (for example) can do it in XPath, which is something like a gazillion times faster than doing it your way <img src='http://nexus.zteo.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  &#8211; no offense intended there.</p>
<p>Of course the main thing is to have this lifesaving function working, and a few picoseconds here and there probably don&#8217;t matter at all. I know that premature optimizations are bad, and the faster you make this the bigger it gets.</p>
<p>Still, worth googling at the moment to see how others have approached it! If you haven&#8217;t played with XPath yet I recommend trying it out &#8211; it is a lot of fun <img src='http://nexus.zteo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://nexus.zteo.com/2007/01/14/where-is-getelementsbyclassname/comment-page-1/#comment-16383</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 22 Jul 2007 08:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://nexus.zteo.com/2007/01/14/where-is-getelementsbyclassname/#comment-16383</guid>
		<description>I shall absolutely test for it, then. Thanks for the information.
I guess we can only hope for Microsoft to follow suit now.</description>
		<content:encoded><![CDATA[<p>I shall absolutely test for it, then. Thanks for the information.<br />
I guess we can only hope for Microsoft to follow suit now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Champ</title>
		<link>http://nexus.zteo.com/2007/01/14/where-is-getelementsbyclassname/comment-page-1/#comment-8217</link>
		<dc:creator>Champ</dc:creator>
		<pubDate>Wed, 16 May 2007 13:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://nexus.zteo.com/2007/01/14/where-is-getelementsbyclassname/#comment-8217</guid>
		<description>Actually getElementsByClassName() does exist!  It&#039;s part of the Web Apps 1.0 Spec.  http://www.whatwg.org/specs/web-apps/current-work/

Unfortunately the only browser that currently supports it is Firefox Beta 3. Nevertheless, it should be tested for in your script for future compatibility.</description>
		<content:encoded><![CDATA[<p>Actually getElementsByClassName() does exist!  It&#8217;s part of the Web Apps 1.0 Spec.  <a href="http://www.whatwg.org/specs/web-apps/current-work/" rel="nofollow">http://www.whatwg.org/specs/web-apps/current-work/</a></p>
<p>Unfortunately the only browser that currently supports it is Firefox Beta 3. Nevertheless, it should be tested for in your script for future compatibility.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
