<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>DOM Scripting comments: Share the onload</title>
        <link>http://domscripting.com/blog/display/3</link>
        <description>A long-winded way of pointing to a nice post on Web Graphics about the window.onload event.</description>
        <language>en</language>
        <item>
            <title>Tony B</title>
            <link>http://domscripting.com/blog/display.php/3#comment22</link>
            <content:encoded><![CDATA[<p>Added this comment lower down unintentionally..</p>

<p>Jeremy, you mentioned the &quot;flash of unstyled content&quot; thing; but do you ever get a &quot;styles not quite right&quot; thing in Firefox, where if you hit &quot;refresh&quot; it puts itself right? I just got it looking at your site, so I thought I’d mention it!</p>

<p>To elaborate, sometimes your dashed line &quot;strikes through&quot; the title instead of being underneath it. May or may not be related to this: <a href="http://www.themaninblue.com/writing/perspective/2005/08/29/">http://www.themaninblue.com/writing/perspective/2005/08/29/</a></p>
]]></content:encoded>
            <pubDate>Fri, 02 Sep 2005 13:10:34 GMT</pubDate>
        </item>
        <item>
            <title>Marko Samastur</title>
            <link>http://domscripting.com/blog/display.php/3#comment18</link>
            <content:encoded><![CDATA[<p>I think it&#8217;s less annoying on content-centric website then in web applications with more heavy use of Javascript.</p>

<p>In later case you really don&#8217;t want to have UI changing significantly possibly under users cursor.</p>

<p>I still heretically believe that sometimes it makes sense to put Javascript onload handler on body tag and not to have all of Javascript in external files.</p>

<p>It might pollute file a bit, but it&#8217;s really not much worse than for example redundant xhtml elements to hang CSS on.</p>
]]></content:encoded>
            <pubDate>Tue, 30 Aug 2005 07:07:49 GMT</pubDate>
        </item>
   </channel>
</rss>