<?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: Better living through DOM builders</title>
	<atom:link href="http://warpspire.com/tipsresources/web-production/better-living-through-dom-builders/feed/" rel="self" type="application/rss+xml" />
	<link>http://warpspire.com/tipsresources/web-production/better-living-through-dom-builders/</link>
	<description>my god, it's full of stars</description>
	<pubDate>Mon, 13 Oct 2008 08:52:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: ocean</title>
		<link>http://warpspire.com/tipsresources/web-production/better-living-through-dom-builders/#comment-121291</link>
		<dc:creator>ocean</dc:creator>
		<pubDate>Fri, 11 Jul 2008 09:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/journal/web-production/better-living-through-dom-builders/#comment-121291</guid>
		<description>&lt;p&gt;ok I know this is ages old but on the off chance someone spots this and can help fix it! :-)&lt;/p&gt;

&lt;p&gt;When I insert the following it fall apart. I guess I have my )] etc all muddled.&lt;/p&gt;

&lt;p&gt;Builder.node('div', {id:'imageDataContainer'},
                Builder.node('div',{id:'imageData'}, [
                    Builder.node('div',{id:'imageDetails'}, [
                        Builder.node('span',{id:'caption'}),
                        Builder.node('span',{id:'numberDisplay'})
            //---------------------------new div
                      Builder.node('div',{id:'hoverNav'}, [
                                       Builder.node('a',{id:'prevLink', href: '#' },"PREV"),
                                       Builder.node('a',{id:'nextLink', href: '#' },"NEXT")
                    ]),
        //----------------------------end div
 ]),
                    Builder.node('div',{id:'bottomNav'},
                        Builder.node('a',{id:'bottomNavClose', href: '#' },
                            Builder.node('img', { src: LightboxOptions.fileBottomNavCloseImage })
                        )
                    )
                ])
            )&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>ok I know this is ages old but on the off chance someone spots this and can help fix it! :-)</p>
<p>When I insert the following it fall apart. I guess I have my )] etc all muddled.</p>
<p>Builder.node(&#8217;div&#8217;, {id:&#8217;imageDataContainer&#8217;},<br />
                Builder.node(&#8217;div&#8217;,{id:&#8217;imageData&#8217;}, [<br />
                    Builder.node('div',{id:'imageDetails'}, [<br />
                        Builder.node('span',{id:'caption'}),<br />
                        Builder.node('span',{id:'numberDisplay'})<br />
            //---------------------------new div<br />
                      Builder.node('div',{id:'hoverNav'}, [<br />
                                       Builder.node('a',{id:'prevLink', href: '#' },"PREV"),<br />
                                       Builder.node('a',{id:'nextLink', href: '#' },"NEXT")<br />
                    ]),<br />
        //&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-end div<br />
 ]),<br />
                    Builder.node(&#8217;div&#8217;,{id:&#8217;bottomNav&#8217;},<br />
                        Builder.node(&#8217;a',{id:&#8217;bottomNavClose&#8217;, href: &#8216;#&#8217; },<br />
                            Builder.node(&#8217;img&#8217;, { src: LightboxOptions.fileBottomNavCloseImage })<br />
                        )<br />
                    )<br />
                ])<br />
            )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ice</title>
		<link>http://warpspire.com/tipsresources/web-production/better-living-through-dom-builders/#comment-113183</link>
		<dc:creator>ice</dc:creator>
		<pubDate>Sat, 07 Jun 2008 19:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/journal/web-production/better-living-through-dom-builders/#comment-113183</guid>
		<description>&lt;p&gt;Thank you for sharing this solution. I have been experience so much pain to create simple html with many many line of dom creation, and doesn't work in IE sometimes. Thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you for sharing this solution. I have been experience so much pain to create simple html with many many line of dom creation, and doesn&#8217;t work in IE sometimes. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SillyCone</title>
		<link>http://warpspire.com/tipsresources/web-production/better-living-through-dom-builders/#comment-51034</link>
		<dc:creator>SillyCone</dc:creator>
		<pubDate>Mon, 29 Oct 2007 14:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/journal/web-production/better-living-through-dom-builders/#comment-51034</guid>
		<description>&lt;p&gt;Actually, prototype now proposes his own version of the DOM Builder (with new Element()), so it's the other way around : you don't need script.aculo.us anymore XD&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Actually, prototype now proposes his own version of the DOM Builder (with new Element()), so it&#8217;s the other way around : you don&#8217;t need script.aculo.us anymore XD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://warpspire.com/tipsresources/web-production/better-living-through-dom-builders/#comment-44965</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Mon, 24 Sep 2007 04:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/journal/web-production/better-living-through-dom-builders/#comment-44965</guid>
		<description>&lt;p&gt;Ah, well it seems they've changed it. at the time of writing this (over a year ago) it did not require prototype (in fact, I was using it on a site w/o prototype).  Not sure what the rational behind that is.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ah, well it seems they&#8217;ve changed it. at the time of writing this (over a year ago) it did not require prototype (in fact, I was using it on a site w/o prototype).  Not sure what the rational behind that is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar Ratnakumar</title>
		<link>http://warpspire.com/tipsresources/web-production/better-living-through-dom-builders/#comment-44948</link>
		<dc:creator>Sridhar Ratnakumar</dc:creator>
		<pubDate>Mon, 24 Sep 2007 02:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/journal/web-production/better-living-through-dom-builders/#comment-44948</guid>
		<description>&lt;p&gt;Kyle,&lt;/p&gt;

&lt;p&gt;Do you or do you not realize that using prototypejs's &lt;a href="http://www.prototypejs.org/api/string" rel="nofollow"&gt;functions&lt;/a&gt; like &lt;code&gt;escapeHTML&lt;/code&gt;, &lt;code&gt;gsub&lt;/code&gt;, etc. would make the script dependent on it?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Kyle,</p>
<p>Do you or do you not realize that using prototypejs&#8217;s <a href="http://www.prototypejs.org/api/string" rel="nofollow">functions</a> like <code>escapeHTML</code>, <code>gsub</code>, etc. would make the script dependent on it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://warpspire.com/tipsresources/web-production/better-living-through-dom-builders/#comment-43916</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Tue, 18 Sep 2007 05:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/journal/web-production/better-living-through-dom-builders/#comment-43916</guid>
		<description>&lt;p&gt;&lt;strong&gt;Sridhar Ratnakumar:&lt;/strong&gt; It most definitely does not.  I understand you'd like to promote your own solution (I never said script.aculo.us was the &lt;em&gt;only&lt;/em&gt; solution -- I said quite the opposite).  But please do not spread misinformation.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>Sridhar Ratnakumar:</strong> It most definitely does not.  I understand you&#8217;d like to promote your own solution (I never said script.aculo.us was the <em>only</em> solution &#8212; I said quite the opposite).  But please do not spread misinformation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar Ratnakumar</title>
		<link>http://warpspire.com/tipsresources/web-production/better-living-through-dom-builders/#comment-43752</link>
		<dc:creator>Sridhar Ratnakumar</dc:creator>
		<pubDate>Mon, 17 Sep 2007 11:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/journal/web-production/better-living-through-dom-builders/#comment-43752</guid>
		<description>&lt;p&gt;&lt;code&gt;builder.js&lt;/code&gt; &lt;em&gt;requires&lt;/em&gt; &lt;code&gt;prototype.js&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;You might want to checkout this, http://nearfar.org/text/dom-builder.html&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><code>builder.js</code> <em>requires</em> <code>prototype.js</code>.</p>
<p>You might want to checkout this, <a href="http://nearfar.org/text/dom-builder.html" rel="nofollow">http://nearfar.org/text/dom-builder.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeno</title>
		<link>http://warpspire.com/tipsresources/web-production/better-living-through-dom-builders/#comment-24484</link>
		<dc:creator>Zeno</dc:creator>
		<pubDate>Fri, 27 Apr 2007 13:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/journal/web-production/better-living-through-dom-builders/#comment-24484</guid>
		<description>&lt;p&gt;the correct syntax is:
Builder.node('div', {className: 'result'...&lt;/p&gt;

&lt;p&gt;and not:
Builder.node('div', {class: 'result'...&lt;/p&gt;

&lt;p&gt;Using "class:" instead of ":className:" will make the whole .js file unreadable under Safari (v2)!!! (it took me hours to figure it out)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>the correct syntax is:<br />
Builder.node(&#8217;div&#8217;, {className: &#8216;result&#8217;&#8230;</p>
<p>and not:<br />
Builder.node(&#8217;div&#8217;, {class: &#8216;result&#8217;&#8230;</p>
<p>Using &#8220;class:&#8221; instead of &#8220;:className:&#8221; will make the whole .js file unreadable under Safari (v2)!!! (it took me hours to figure it out)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Electronic Jazz Rocker Pop's</title>
		<link>http://warpspire.com/tipsresources/web-production/better-living-through-dom-builders/#comment-20186</link>
		<dc:creator>Electronic Jazz Rocker Pop's</dc:creator>
		<pubDate>Sat, 17 Mar 2007 09:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/journal/web-production/better-living-through-dom-builders/#comment-20186</guid>
		<description>&lt;p&gt;DOM Builders&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>DOM Builders</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jg</title>
		<link>http://warpspire.com/tipsresources/web-production/better-living-through-dom-builders/#comment-3976</link>
		<dc:creator>Jg</dc:creator>
		<pubDate>Mon, 04 Sep 2006 05:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://warpspire.com/journal/web-production/better-living-through-dom-builders/#comment-3976</guid>
		<description>&lt;p&gt;Forget all this DOM bullshit. Yurts are the wave of the future.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Forget all this DOM bullshit. Yurts are the wave of the future.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.667 seconds -->
