<?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/javascript</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 08:11:43 GMT</pubDate>
<item>
<title>(JavaScript) Timer.js</title>
<link>http://snipplr.com/view/28220/timerjs/</link>
<description><![CDATA[ <p>A constructor that takes a date and returns a Timer object with several calculations. You can enter a string, or number by number or even use it as a counter by calling it as new Timer().</p> ]]></description>
<pubDate>Fri, 12 Feb 2010 02:14:54 GMT</pubDate>
<guid>http://snipplr.com/view/28220/timerjs/</guid>
</item>
<item>
<title>(JavaScript) Math.js</title>
<link>http://snipplr.com/view/8965/mathjs/</link>
<description><![CDATA[ <p>An ECMAScript library that adds some basic Mathematical functions to the Math object.</p> ]]></description>
<pubDate>Sun, 12 Oct 2008 17:12:45 GMT</pubDate>
<guid>http://snipplr.com/view/8965/mathjs/</guid>
</item>
<item>
<title>(JavaScript) Public properties for Objects in Javascript</title>
<link>http://snipplr.com/view/513/public-properties-for-objects-in-javascript/</link>
<description><![CDATA[ <p>This function allows an object's property names to be read by using an index. The properties can be accessed like: someobject.propertyNames[0] or someobject.propertyValues[0]. But you first have to make the object's properties available by calling someobject.makePublic(['name1','name2','name3',...,'nameN']). The array in the makePublic function is an array of the names of the properties you'd like to make available. Perhaps you're only interested in ['foo','bar']. This is useful for situations where you don't explicitly know if an object carries all properties, but you have an array of all the possible properties available.</p> ]]></description>
<pubDate>Wed, 19 Jul 2006 12:27:30 GMT</pubDate>
<guid>http://snipplr.com/view/513/public-properties-for-objects-in-javascript/</guid>
</item>
<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) Make LiteBox work for application/xhtml xml and text/html</title>
<link>http://snipplr.com/view/323/make-litebox-work-for-applicationxhtml-xml-and-texthtml/</link>
<description><![CDATA[ <p>Directions: be sure to set to absolute paths every image location from your litebox-1.0.js and lightbox.css files... and, replace the setInnerHTML function with this one...
http://www.doknowevil.net/litebox/</p> ]]></description>
<pubDate>Mon, 10 Jul 2006 02:33:31 GMT</pubDate>
<guid>http://snipplr.com/view/323/make-litebox-work-for-applicationxhtml-xml-and-texthtml/</guid>
</item>
</channel>
</rss>