<?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: You can only go as fast as the slowest component</title>
	<atom:link href="http://www.crossbrowser.net/338/you-can-only-go-as-fast-as-the-slowest-component/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.crossbrowser.net/338/you-can-only-go-as-fast-as-the-slowest-component/</link>
	<description>Web engineering and software development</description>
	<lastBuildDate>Fri, 03 Feb 2012 02:21:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: abowman</title>
		<link>http://www.crossbrowser.net/338/you-can-only-go-as-fast-as-the-slowest-component/comment-page-1/#comment-137</link>
		<dc:creator>abowman</dc:creator>
		<pubDate>Wed, 02 Dec 2009 03:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.crossbrowser.net/?p=338#comment-137</guid>
		<description>I&#039;m going through a similar experience witha large table of checkboxes.  I started off coding all of the behaviors in jQuery, then had to add LiveQuery to get more flexibility (rows get added and removed).  IE6 didn&#039;t like the big table of checkboxes with dozens of events scattered though out.  I changed it all to use event delegation and the speed improved across all browsers except, you guessed it, IE6. I chose to use the change event to bind to but IE6 doesn&#039;t bubble the change event.  Now several days later I have it working again using click events.  What a pain!

Microsoft needs to fix its browser.</description>
		<content:encoded><![CDATA[<p>I&#8217;m going through a similar experience witha large table of checkboxes.  I started off coding all of the behaviors in jQuery, then had to add LiveQuery to get more flexibility (rows get added and removed).  IE6 didn&#8217;t like the big table of checkboxes with dozens of events scattered though out.  I changed it all to use event delegation and the speed improved across all browsers except, you guessed it, IE6. I chose to use the change event to bind to but IE6 doesn&#8217;t bubble the change event.  Now several days later I have it working again using click events.  What a pain!</p>
<p>Microsoft needs to fix its browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel Billard</title>
		<link>http://www.crossbrowser.net/338/you-can-only-go-as-fast-as-the-slowest-component/comment-page-1/#comment-136</link>
		<dc:creator>Michel Billard</dc:creator>
		<pubDate>Tue, 01 Dec 2009 14:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.crossbrowser.net/?p=338#comment-136</guid>
		<description>Yes, the more specific, the better. Specifying the tag before the class also helps.

However, it&#039;s sad to note that this is only an issue for IE as all other browsers perform equally fast with the &quot;slow&quot; class selector.</description>
		<content:encoded><![CDATA[<p>Yes, the more specific, the better. Specifying the tag before the class also helps.</p>
<p>However, it&#8217;s sad to note that this is only an issue for IE as all other browsers perform equally fast with the &#8220;slow&#8221; class selector.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schmoo</title>
		<link>http://www.crossbrowser.net/338/you-can-only-go-as-fast-as-the-slowest-component/comment-page-1/#comment-135</link>
		<dc:creator>Schmoo</dc:creator>
		<pubDate>Tue, 01 Dec 2009 14:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.crossbrowser.net/?p=338#comment-135</guid>
		<description>jQuery&#039;s class selector can often suck less if you&#039;re more specific, ie, $(&#039;#someContainer .someClass&#039;);</description>
		<content:encoded><![CDATA[<p>jQuery&#8217;s class selector can often suck less if you&#8217;re more specific, ie, $(&#8216;#someContainer .someClass&#8217;);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
