<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - Roshambo</title>
<link>http://snipplr.com/users/Roshambo/language/javascript</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 13:41:42 GMT</pubDate>
<item>
<title>(JavaScript) JavaScript implementation of Perl’s Chop</title>
<link>http://snipplr.com/view/28185/javascript-implementation-of-perls-chop/</link>
<description><![CDATA[ <p>Simply removes the last character from a string.</p> ]]></description>
<pubDate>Thu, 11 Feb 2010 12:55:19 GMT</pubDate>
<guid>http://snipplr.com/view/28185/javascript-implementation-of-perls-chop/</guid>
</item>
<item>
<title>(JavaScript) HSV to RGB</title>
<link>http://snipplr.com/view/14590/hsv-to-rgb/</link>
<description><![CDATA[ <p>HSV to RGB color conversion. Ported from the excellent java algorithm by Eugene Vishnevsky at: http://www.cs.rit.edu/~ncs/color/t_convert.html.</p> ]]></description>
<pubDate>Wed, 29 Apr 2009 23:56:48 GMT</pubDate>
<guid>http://snipplr.com/view/14590/hsv-to-rgb/</guid>
</item>
<item>
<title>(JavaScript) Load Random Stylesheets</title>
<link>http://snipplr.com/view/1296/load-random-stylesheets/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 03 Oct 2006 11:44:05 GMT</pubDate>
<guid>http://snipplr.com/view/1296/load-random-stylesheets/</guid>
</item>
<item>
<title>(JavaScript) Get URL Variables</title>
<link>http://snipplr.com/view/799/get-url-variables/</link>
<description><![CDATA[ <p>Read a page's GET URL variables and return them as an associative array.

----

Example for URL http://www.example.com/index.html?hello=bonjour&amp;goodevening=bonsoir

var hash = getUrlVars();
alert(hash['hello']); // prints 'bonjour'
alert(hash['goodevening']); // prints 'bonsoir'</p> ]]></description>
<pubDate>Mon, 14 Aug 2006 11:31:47 GMT</pubDate>
<guid>http://snipplr.com/view/799/get-url-variables/</guid>
</item>
<item>
<title>(JavaScript) Add Event Listener</title>
<link>http://snipplr.com/view/561/add-event-listener/</link>
<description><![CDATA[ <p>Cross-browser implementation of element.addEventListener(). Simple, straightforward, and functional.

Useage:
addListener(window, 'load', myFunction);</p> ]]></description>
<pubDate>Sun, 23 Jul 2006 12:54:14 GMT</pubDate>
<guid>http://snipplr.com/view/561/add-event-listener/</guid>
</item>
</channel>
</rss>