
<!-- CVSNO: query.php: 1: '' -->
<!-- CVSNO: query.php: 2: '' -->
<!-- CVSNO: query.php: 3: '0' --><?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"
	>
<channel>
	<title>Comments on: Web 2.0 Expo</title>
	<atom:link href="http://www.stevesouders.com/blog/2008/03/25/web-20-expo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevesouders.com/blog/2008/03/25/web-20-expo/</link>
	<description>Essential knowledge for making your web pages faster.</description>
	<pubDate>Fri, 29 Aug 2008 03:36:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Steve Souders</title>
		<link>http://www.stevesouders.com/blog/2008/03/25/web-20-expo/#comment-134</link>
		<dc:creator>Steve Souders</dc:creator>
		<pubDate>Wed, 30 Apr 2008 04:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/2008/03/25/web-20-expo/#comment-134</guid>
		<description>ccruz: In my slides I have a Cuzillion page that shows how an inline script with a 5 second loop blocks the page from rendering:

http://stevesouders.com/cuzillion/?ex=10020

To show how setTimeout avoids the problem I took the document source from that example and wrapped the 5 second loop in a function called through setTimeout:

http://stevesouders.com/inline-scripts-settimeout.php

You can use the "Now:" time value to see that this second example renders immediately.</description>
		<content:encoded><![CDATA[<p>ccruz: In my slides I have a Cuzillion page that shows how an inline script with a 5 second loop blocks the page from rendering:</p>
<p><a href="http://stevesouders.com/cuzillion/?ex=10020" rel="nofollow">http://stevesouders.com/cuzillion/?ex=10020</a></p>
<p>To show how setTimeout avoids the problem I took the document source from that example and wrapped the 5 second loop in a function called through setTimeout:</p>
<p><a href="http://stevesouders.com/inline-scripts-settimeout.php" rel="nofollow">http://stevesouders.com/inline-scripts-settimeout.php</a></p>
<p>You can use the &#8220;Now:&#8221; time value to see that this second example renders immediately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ccruz</title>
		<link>http://www.stevesouders.com/blog/2008/03/25/web-20-expo/#comment-133</link>
		<dc:creator>ccruz</dc:creator>
		<pubDate>Wed, 30 Apr 2008 01:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/2008/03/25/web-20-expo/#comment-133</guid>
		<description>Hi Steve, 

Your Web 2.0 session was easily one of the most valuable I attended.

I had one lingering question, though. You mentioned that large chunks of inline script will block page rendering and suggested using setTimeout's to circumvent the problem. 

Could you please provide a code sample of this technique in action?

Thanks so much!!</description>
		<content:encoded><![CDATA[<p>Hi Steve, </p>
<p>Your Web 2.0 session was easily one of the most valuable I attended.</p>
<p>I had one lingering question, though. You mentioned that large chunks of inline script will block page rendering and suggested using setTimeout&#8217;s to circumvent the problem. </p>
<p>Could you please provide a code sample of this technique in action?</p>
<p>Thanks so much!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marvin mitchell</title>
		<link>http://www.stevesouders.com/blog/2008/03/25/web-20-expo/#comment-128</link>
		<dc:creator>marvin mitchell</dc:creator>
		<pubDate>Tue, 29 Apr 2008 15:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/2008/03/25/web-20-expo/#comment-128</guid>
		<description>as usual steve your talk was enlightening and inspiring. really excited to here about your new focus on js execution.</description>
		<content:encoded><![CDATA[<p>as usual steve your talk was enlightening and inspiring. really excited to here about your new focus on js execution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans</title>
		<link>http://www.stevesouders.com/blog/2008/03/25/web-20-expo/#comment-108</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Fri, 04 Apr 2008 14:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/2008/03/25/web-20-expo/#comment-108</guid>
		<description>believe I found an anomaly in YSlow. some extensions values in the yslow.js are not being being picked up. I have found the extension values are being defaulted to the values in lint.js, specifically:
pref("extensions.firebug.yslow.pointsGzip", 1);
pref("extensions.firebug.yslow.gzipFileSize", 700);
What I found was the yslowFirebug.js getPref() would receive a "undefined" type as the nsiPrefBranch type is INVALID (0)</description>
		<content:encoded><![CDATA[<p>believe I found an anomaly in YSlow. some extensions values in the yslow.js are not being being picked up. I have found the extension values are being defaulted to the values in lint.js, specifically:<br />
pref(&#8221;extensions.firebug.yslow.pointsGzip&#8221;, 1);<br />
pref(&#8221;extensions.firebug.yslow.gzipFileSize&#8221;, 700);<br />
What I found was the yslowFirebug.js getPref() would receive a &#8220;undefined&#8221; type as the nsiPrefBranch type is INVALID (0)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joao Prado Maia</title>
		<link>http://www.stevesouders.com/blog/2008/03/25/web-20-expo/#comment-107</link>
		<dc:creator>Joao Prado Maia</dc:creator>
		<pubDate>Thu, 27 Mar 2008 14:50:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/2008/03/25/web-20-expo/#comment-107</guid>
		<description>Steve,

That looks really interesting. It's too bad that I will be attending the MySQL conference just the previous week, or I would try to attend Web 2.0 for your session.

Maybe you could include those new rules into the 2nd edition of your book?

--Joao</description>
		<content:encoded><![CDATA[<p>Steve,</p>
<p>That looks really interesting. It&#8217;s too bad that I will be attending the MySQL conference just the previous week, or I would try to attend Web 2.0 for your session.</p>
<p>Maybe you could include those new rules into the 2nd edition of your book?</p>
<p>&#8211;Joao</p>
]]></content:encoded>
	</item>
</channel>
</rss>
