<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - rolandog</title>
<link>http://snipplr.com/users/rolandog/tags/DOM</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Nov 2008 07:04:16 GMT</pubDate>
<item>
<title>(JavaScript) Konstructor: Dynamic Element Kreator</title>
<link>http://snipplr.com/view/500/konstructor-dynamic-element-kreator/</link>
<description><![CDATA[ <p>Constructs an element out of arrays. Using nested arrays translates into nested ChildNodes.
Update 2006-07-19: Added documentation (comments).
Update 2006-11-25: Reduced the ammount of code needed.</p> ]]></description>
<pubDate>Tue, 18 Jul 2006 15:16:41 GMT</pubDate>
<guid>http://snipplr.com/view/500/konstructor-dynamic-element-kreator/</guid>
</item>
<item>
<title>(JavaScript) Wordpress XHTML and HTML Comment Preview</title>
<link>http://snipplr.com/view/294/wordpress-xhtml-and-html-comment-preview/</link>
<description><![CDATA[ <p>For a working demo in application/xhtml+xml or text/html, go to:
http://rolandog.com/archives/2006/07/10/litebox-demasiado-bueno-para-ser-cierto/

You should delete the multi-line comments after completing the setup, some old browsers will complain about those.</p> ]]></description>
<pubDate>Sun, 09 Jul 2006 01:44:14 GMT</pubDate>
<guid>http://snipplr.com/view/294/wordpress-xhtml-and-html-comment-preview/</guid>
</item>
<item>
<title>(JavaScript) Iterative Node Deletion</title>
<link>http://snipplr.com/view/293/iterative-node-deletion/</link>
<description><![CDATA[ <p>This script makes it possible to delete every childNodes, childNodes.childNodes, childNodes.childNodes.childNodes and so on. Includes example functions for deleting all childNodes, firstChild and lastChild from an 'id'. It uses twin functions that call each other until everything is removed.</p> ]]></description>
<pubDate>Sun, 09 Jul 2006 01:07:58 GMT</pubDate>
<guid>http://snipplr.com/view/293/iterative-node-deletion/</guid>
</item>
</channel>
</rss>