<?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: Positioning Inline Scripts</title>
	<atom:link href="http://www.stevesouders.com/blog/2009/05/06/positioning-inline-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevesouders.com/blog/2009/05/06/positioning-inline-scripts/</link>
	<description>Essential knowledge for making your web pages faster.</description>
	<lastBuildDate>Fri, 30 Jul 2010 02:13:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nagaraj Hubli</title>
		<link>http://www.stevesouders.com/blog/2009/05/06/positioning-inline-scripts/comment-page-1/#comment-693</link>
		<dc:creator>Nagaraj Hubli</dc:creator>
		<pubDate>Thu, 09 Jul 2009 20:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=352#comment-693</guid>
		<description>The best possible option is to move inline script to the bottom of the page, along with the DEFER attribute, right?</description>
		<content:encoded><![CDATA[<p>The best possible option is to move inline script to the bottom of the page, along with the DEFER attribute, right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Dunck</title>
		<link>http://www.stevesouders.com/blog/2009/05/06/positioning-inline-scripts/comment-page-1/#comment-606</link>
		<dc:creator>Jeremy Dunck</dc:creator>
		<pubDate>Fri, 22 May 2009 02:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=352#comment-606</guid>
		<description>Steve,
  I have a large body of HTML that I&#039;d like crawlers to be able to see, but that same content will be styled into a nice carousel display when JS gets a chance to run.  I am trying to minimize page jumping, so I can&#039;t wait until the JS in the footer has a chance to run.

  I was planning on using a very fast inline JS-- just setting the carousel container size and overflow:auto-- but now you&#039;ve made me doubt the approach.

  Do you have any suggestions on minimizing page jumping and keeping page content visible without JS, also while avoiding inline scripts?  :-/</description>
		<content:encoded><![CDATA[<p>Steve,<br />
  I have a large body of HTML that I&#8217;d like crawlers to be able to see, but that same content will be styled into a nice carousel display when JS gets a chance to run.  I am trying to minimize page jumping, so I can&#8217;t wait until the JS in the footer has a chance to run.</p>
<p>  I was planning on using a very fast inline JS&#8211; just setting the carousel container size and overflow:auto&#8211; but now you&#8217;ve made me doubt the approach.</p>
<p>  Do you have any suggestions on minimizing page jumping and keeping page content visible without JS, also while avoiding inline scripts?  :-/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tham</title>
		<link>http://www.stevesouders.com/blog/2009/05/06/positioning-inline-scripts/comment-page-1/#comment-589</link>
		<dc:creator>tham</dc:creator>
		<pubDate>Mon, 18 May 2009 08:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=352#comment-589</guid>
		<description>Hi,

I have a question.








document.getElementById(&quot;applet&quot;).innerHTML = ;




From the code above,,,is it possible that the race condition occurs between the declaration of the applet object and the onload event calling to the applet&#039;s function????

I also want to know what is the sequence of execution when we have the onload event and the inline script in the body tag</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a question.</p>
<p>document.getElementById(&#8220;applet&#8221;).innerHTML = ;</p>
<p>From the code above,,,is it possible that the race condition occurs between the declaration of the applet object and the onload event calling to the applet&#8217;s function????</p>
<p>I also want to know what is the sequence of execution when we have the onload event and the inline script in the body tag</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunnybear</title>
		<link>http://www.stevesouders.com/blog/2009/05/06/positioning-inline-scripts/comment-page-1/#comment-587</link>
		<dc:creator>sunnybear</dc:creator>
		<pubDate>Fri, 15 May 2009 18:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=352#comment-587</guid>
		<description>Steve, there is actually one more way to resolve huge timeout because of inline scripts execution. We can perform all critical calculations on the server and put on client only all final numbers (or final DOM tree).</description>
		<content:encoded><![CDATA[<p>Steve, there is actually one more way to resolve huge timeout because of inline scripts execution. We can perform all critical calculations on the server and put on client only all final numbers (or final DOM tree).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkarczm</title>
		<link>http://www.stevesouders.com/blog/2009/05/06/positioning-inline-scripts/comment-page-1/#comment-584</link>
		<dc:creator>jkarczm</dc:creator>
		<pubDate>Mon, 11 May 2009 11:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=352#comment-584</guid>
		<description>sorry, &quot;you CAN&#039;T&quot;</description>
		<content:encoded><![CDATA[<p>sorry, &#8220;you CAN&#8217;T&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkarczm</title>
		<link>http://www.stevesouders.com/blog/2009/05/06/positioning-inline-scripts/comment-page-1/#comment-583</link>
		<dc:creator>jkarczm</dc:creator>
		<pubDate>Mon, 11 May 2009 11:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=352#comment-583</guid>
		<description>Taimar - you can use &#039;defer&#039; when your scripts operates on DOM which you don&#039;t know if it&#039;s full loaded or not</description>
		<content:encoded><![CDATA[<p>Taimar &#8211; you can use &#8216;defer&#8217; when your scripts operates on DOM which you don&#8217;t know if it&#8217;s full loaded or not</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taimar</title>
		<link>http://www.stevesouders.com/blog/2009/05/06/positioning-inline-scripts/comment-page-1/#comment-581</link>
		<dc:creator>Taimar</dc:creator>
		<pubDate>Fri, 08 May 2009 09:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=352#comment-581</guid>
		<description>Are there cases where defer attribute can&#039;t be used (some scripts won&#039;t work etc) in inline but also in external scripts?</description>
		<content:encoded><![CDATA[<p>Are there cases where defer attribute can&#8217;t be used (some scripts won&#8217;t work etc) in inline but also in external scripts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Souders</title>
		<link>http://www.stevesouders.com/blog/2009/05/06/positioning-inline-scripts/comment-page-1/#comment-579</link>
		<dc:creator>Steve Souders</dc:creator>
		<pubDate>Thu, 07 May 2009 21:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=352#comment-579</guid>
		<description>Yes, IE does defer script execution. I go into more detail in the actual chapter, but you can investigate this more using Cuzillion. For example: &lt;a href=&quot;http://stevesouders.com/cuzillion/?c0=bb0hfft0_2&amp;c1=bi1hfff2_0&quot; rel=&quot;nofollow&quot;&gt;this Cuzillion test page&lt;/a&gt; contains a two second inline script and a two second image, but the page loads in two seconds, showing that the script was deferred and executed while the image was downloading. You could add more resources and change the configuration settings to examine edge cases you have in mind.</description>
		<content:encoded><![CDATA[<p>Yes, IE does defer script execution. I go into more detail in the actual chapter, but you can investigate this more using Cuzillion. For example: <a href="http://stevesouders.com/cuzillion/?c0=bb0hfft0_2&#038;c1=bi1hfff2_0" rel="nofollow">this Cuzillion test page</a> contains a two second inline script and a two second image, but the page loads in two seconds, showing that the script was deferred and executed while the image was downloading. You could add more resources and change the configuration settings to examine edge cases you have in mind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Peters</title>
		<link>http://www.stevesouders.com/blog/2009/05/06/positioning-inline-scripts/comment-page-1/#comment-578</link>
		<dc:creator>Aaron Peters</dc:creator>
		<pubDate>Thu, 07 May 2009 19:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=352#comment-578</guid>
		<description>Steve,

Again, strong article about something important, thanks.

I have question about DEFER.
The HTML 4.01 DTD states: &quot;UA may defer execution of script.&quot; The magic word here is of course &#039;may&#039;.

What are your experiences with IE7? Does IE7 always/often/sometimes/hardly ever actually defer the script execution?

- Aaron</description>
		<content:encoded><![CDATA[<p>Steve,</p>
<p>Again, strong article about something important, thanks.</p>
<p>I have question about DEFER.<br />
The HTML 4.01 DTD states: &#8220;UA may defer execution of script.&#8221; The magic word here is of course &#8216;may&#8217;.</p>
<p>What are your experiences with IE7? Does IE7 always/often/sometimes/hardly ever actually defer the script execution?</p>
<p>- Aaron</p>
]]></content:encoded>
	</item>
</channel>
</rss>
