<?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: Using DOM Scripting to Plug the Holes in CSS</title>
        <link>http://domscripting.com/blog/display/80</link>
        <description>The audio from my @media presentation is online. I&#8217;ve had it transcribed.</description>
        <language>en</language>
        <item>
            <title>Des Traynor</title>
            <link>http://domscripting.com/blog/display.php/80#comment640</link>
            <content:encoded><![CDATA[<p>Hi Jeremy, 
               Most of the time when I look at peoples slides on the web, I get very little out of them. Usually just &quot;ooh, thats an interesting font&quot; , or &quot;Aww, look, a picture of his puppy&quot;. But your talk and transcript are really useful and educational. Fair play. Look forward to seeing you at dConstruct</p>
]]></content:encoded>
            <pubDate>Thu, 03 Aug 2006 17:22:11 GMT</pubDate>
        </item>
        <item>
            <title>Peter Nemec</title>
            <link>http://domscripting.com/blog/display.php/80#comment618</link>
            <content:encoded><![CDATA[<p>Hi Jeremy,</p>

<p>Thanks for the transcript, it&#8217;s very helpful. I have just ordered your book and I want to ask if the scripts in the book work with Firefox or there could be some hidden problems with implementation (please, have a look at my comments above).</p>

<p>Thanks for your answer in advance.</p>
]]></content:encoded>
            <pubDate>Thu, 20 Jul 2006 06:56:12 GMT</pubDate>
        </item>
        <item>
            <title>Peter Nemec</title>
            <link>http://domscripting.com/blog/display.php/80#comment606</link>
            <content:encoded><![CDATA[<p>hm, cannot write &quot;plus&quot; sign in comments?</p>
]]></content:encoded>
            <pubDate>Mon, 17 Jul 2006 19:18:09 GMT</pubDate>
        </item>
        <item>
            <title>Peter Nemec</title>
            <link>http://domscripting.com/blog/display.php/80#comment605</link>
            <content:encoded><![CDATA[<p>The DEMO table in
<a href="http://domscripting.com/presentations/atmedia2006/examples/table/after/index.html">http://domscripting.com/presentations/atmedia2006/examples/table/after/index.html</a>
doesn&#8217;t work in Firefox 1.5.0.4.
The problem is in this part of code:</p>

<p>&#8230;
element.className = &quot; &quot;;
element.className = name;
&#8230;</p>

<p>This results in class &quot;veventodd&quot; (without the space!) in Firefox.</p>

<p>This one works properly:</p>

<p>&#8230;
element.className = &quot; &quot; name;
&#8230;</p>

<p>Interesting&#8230; Anybody knows why?</p>
]]></content:encoded>
            <pubDate>Mon, 17 Jul 2006 18:31:50 GMT</pubDate>
        </item>
        <item>
            <title>Steve Tucker</title>
            <link>http://domscripting.com/blog/display.php/80#comment604</link>
            <content:encoded><![CDATA[<p>Thanks mate, and cheers again for providing the transcript - great hour of listening. I was also rather impressed with the little DOM-powered slideshow system you have going there to accompany it. Nice to see such lean markup, especially when it works so effectively.</p>
]]></content:encoded>
            <pubDate>Sat, 15 Jul 2006 14:07:46 GMT</pubDate>
        </item>
        <item>
            <title>Jeremy Keith</title>
            <link>http://domscripting.com/blog/display.php/80#comment603</link>
            <content:encoded><![CDATA[<p>Hi Steve. Yes, you missed the boat somewhere. I was indeed describing situation three which, as I pointed out, was less than ideal. I didn&#8217;t say that multiple background images could be &quot;accomplished effectively&quot; with DOM Scripting &#8212; I just offered up one of three, equally unsatisfactory solutions.</p>

<p>Sorry if that wasn&#8217;t clear.</p>
]]></content:encoded>
            <pubDate>Sat, 15 Jul 2006 01:19:04 GMT</pubDate>
        </item>
        <item>
            <title>Steve Tucker</title>
            <link>http://domscripting.com/blog/display.php/80#comment602</link>
            <content:encoded><![CDATA[<p>Great presentation Jeremy, I wish id have been there. Its kinda difficult listening to the transcription and trying to make educated guesses as to when to click for the next slide, but eh, what the heck. All part of the fun.</p>

<p>There was one thing that confused me a little however. You spoke of the lack of CSS support for mulitple background images and the three (particularly bad) options available to developers; accept partial CSS support, use convoluted markup (in this case, DIVs to make corner images), or the latter - convoluted markup - except with it [markup] being generated by Javascript and the DOM on the fly. All fair points I agree. However you went on to describe how multiple background images - the Kobayashi Maru scenario - could be acomplished effectively with Javascript and the DOM - but was that not the same as solution 3 you spoke of? As you put it &quot;passing the buck&quot;? Are you not putting markup into the document on the fly? or have I missed the boat somewhere?</p>

<p>Cheers mate</p>
]]></content:encoded>
            <pubDate>Fri, 14 Jul 2006 20:03:12 GMT</pubDate>
        </item>
   </channel>
</rss>