<?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: DOM access optimization</title>
	<atom:link href="http://www.phpied.com/dom-access-optimization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpied.com/dom-access-optimization/</link>
	<description>Stoyan&#039;s blog about &#60;a href=&#34;/category/xhtml&#34; class=&#34;tag-minor&#34;&#62;(x)html(5)&#60;/a&#62;, &#60;a href=&#34;/category/ajax&#34; class=&#34;tag-major&#34;&#62;ajax&#60;/a&#62;, &#60;a href=&#34;/category/bookmarklets&#34; class=&#34;tag-major&#34;&#62;bookmarklets&#60;/a&#62;, &#60;a href=&#34;/category/browsers&#34; class=&#34;tag-minor&#34;&#62;browsers&#60;/a&#62;, &#60;a href=&#34;/category/css&#34; class=&#34;tag-normal&#34;&#62;css&#60;/a&#62;, &#60;a href=&#34;/category/firebug&#34; class=&#34;tag-minor&#34;&#62;firebug&#60;/a&#62;, &#60;a href=&#34;/category/javascript&#34; class=&#34;tag-numero-uno&#34;&#62;javascript&#60;/a&#62;, &#60;a href=&#34;/category/json&#34; class=&#34;tag-normal&#34;&#62;json&#60;/a&#62;, &#60;a href=&#34;/category/mdb2&#34; class=&#34;tag-minor&#34;&#62;mdb2&#60;/a&#62;, &#60;a href=&#34;/category/mysql&#34; class=&#34;tag-normal&#34;&#62;mysql&#60;/a&#62;, &#60;a href=&#34;/category/pear&#34; class=&#34;tag-numero-uno&#34;&#62;pear&#60;/a&#62;, &#60;a href=&#34;/category/performance&#34; class=&#34;tag-major&#34;&#62;performance&#60;/a&#62;, &#60;a href=&#34;/category/php&#34; class=&#34;tag-numero-uno&#34;&#62;php&#60;/a&#62;, &#60;a href=&#34;/category/phpbb&#34; class=&#34;tag-major&#34;&#62;phpbb&#60;/a&#62;, &#60;a href=&#34;/category/tools&#34; class=&#34;tag-normal&#34;&#62;tools&#60;/a&#62;, &#60;a href=&#34;/category/yslow&#34; class=&#34;tag-minor&#34;&#62;yslow&#60;/a&#62;, &#60;a href=&#34;/category/yui&#34; class=&#34;tag-normal&#34;&#62;yui&#60;/a&#62;, &#60;a href=&#34;/category/writing&#34; class=&#34;tag-minor&#34;&#62;writing&#60;/a&#62;, &#60;a href=&#34;/category/music&#34; class=&#34;tag-major&#34;&#62;music&#60;/a&#62;,... &#60;a href=&#34;/category/life-and-everything&#34; class=&#34;tag-normal&#34;&#62;life and everything&#60;/a&#62;.</description>
	<lastBuildDate>Sat, 11 Feb 2012 14:07:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Non-Stop Traffic Formula</title>
		<link>http://www.phpied.com/dom-access-optimization/#comment-80273</link>
		<dc:creator>Non-Stop Traffic Formula</dc:creator>
		<pubDate>Sat, 26 Nov 2011 20:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=1204#comment-80273</guid>
		<description>&lt;strong&gt;Non-Stop Traffic Formula...&lt;/strong&gt;

[...]DOM access optimization / Stoyan&#039;s phpied.com[...]...</description>
		<content:encoded><![CDATA[<p><strong>Non-Stop Traffic Formula&#8230;</strong></p>
<p>[...]DOM access optimization / Stoyan&#8217;s phpied.com[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iouri Goussev</title>
		<link>http://www.phpied.com/dom-access-optimization/#comment-75267</link>
		<dc:creator>Iouri Goussev</dc:creator>
		<pubDate>Wed, 15 Dec 2010 16:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=1204#comment-75267</guid>
		<description>If you are using jquery, live events will be slow, unless you attach them close to event target.</description>
		<content:encoded><![CDATA[<p>If you are using jquery, live events will be slow, unless you attach them close to event target.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.phpied.com/dom-access-optimization/#comment-72456</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sun, 07 Mar 2010 00:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=1204#comment-72456</guid>
		<description>Do you know of any online web application that will take a &quot;sample piece of HTML&quot;  and will generate the javascript code needed to access that html element using the dom access functions?</description>
		<content:encoded><![CDATA[<p>Do you know of any online web application that will take a &#8220;sample piece of HTML&#8221;  and will generate the javascript code needed to access that html element using the dom access functions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Lee</title>
		<link>http://www.phpied.com/dom-access-optimization/#comment-72003</link>
		<dc:creator>Michael Lee</dc:creator>
		<pubDate>Fri, 18 Dec 2009 16:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=1204#comment-72003</guid>
		<description>Nice post pngstar ;-)

Really concise set of justified best practices. I agree with Iunot that an event delegation snippet would be a nice touch. I see the link to the how-tos but an at-a-glance snippet could go a long way for those not yet using the technique or just curious about how it works.

Prolific last few days for you. Thanks for sharing. Hoping to get through your reflow post soon!</description>
		<content:encoded><![CDATA[<p>Nice post pngstar <img src='http://www.phpied.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Really concise set of justified best practices. I agree with Iunot that an event delegation snippet would be a nice touch. I see the link to the how-tos but an at-a-glance snippet could go a long way for those not yet using the technique or just curious about how it works.</p>
<p>Prolific last few days for you. Thanks for sharing. Hoping to get through your reflow post soon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach Leatherman</title>
		<link>http://www.phpied.com/dom-access-optimization/#comment-72001</link>
		<dc:creator>Zach Leatherman</dc:creator>
		<pubDate>Fri, 18 Dec 2009 14:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=1204#comment-72001</guid>
		<description>Teach a man to fish, and he&#039;ll ask you to teach him how to cook too!

Great post today.  Don&#039;t most JS Libraries cache HTMLCollections for you as part of their selector engines?</description>
		<content:encoded><![CDATA[<p>Teach a man to fish, and he&#8217;ll ask you to teach him how to cook too!</p>
<p>Great post today.  Don&#8217;t most JS Libraries cache HTMLCollections for you as part of their selector engines?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ionut Popa</title>
		<link>http://www.phpied.com/dom-access-optimization/#comment-72000</link>
		<dc:creator>Ionut Popa</dc:creator>
		<pubDate>Fri, 18 Dec 2009 13:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=1204#comment-72000</guid>
		<description>You didn&#039;t give any code examples for best practices Using event delegation. It would of had been nice to do so :)</description>
		<content:encoded><![CDATA[<p>You didn&#8217;t give any code examples for best practices Using event delegation. It would of had been nice to do so <img src='http://www.phpied.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

