<?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</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 07 Sep 2008 04:18:47 GMT</pubDate>
<item>
<title>(Apache) Force HTTPS with mod_rewrite</title>
<link>http://snipplr.com/view/7791/force-https-with-modrewrite/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 09 Aug 2008 17:28:33 GMT</pubDate>
<guid>http://snipplr.com/view/7791/force-https-with-modrewrite/</guid>
</item>
<item>
<title>(Bash) Ubuntu Hardy: Set Timezone</title>
<link>http://snipplr.com/view/7152/ubuntu-hardy-set-timezone/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 07 Jul 2008 00:37:56 GMT</pubDate>
<guid>http://snipplr.com/view/7152/ubuntu-hardy-set-timezone/</guid>
</item>
<item>
<title>(ActionScript 3) Get document's URL arguments and FlashVars (a.k.a. parameters)</title>
<link>http://snipplr.com/view/2864/get-documents-url-arguments-and-flashvars-aka-parameters/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 14 Jun 2007 11:02:18 GMT</pubDate>
<guid>http://snipplr.com/view/2864/get-documents-url-arguments-and-flashvars-aka-parameters/</guid>
</item>
<item>
<title>(Bash) Determine the last time OS X's maintenance scripts ran</title>
<link>http://snipplr.com/view/2317/determine-the-last-time-os-xs-maintenance-scripts-ran/</link>
<description><![CDATA[ <p>Enter this at the commandline.</p> ]]></description>
<pubDate>Tue, 13 Mar 2007 10:49:00 GMT</pubDate>
<guid>http://snipplr.com/view/2317/determine-the-last-time-os-xs-maintenance-scripts-ran/</guid>
</item>
<item>
<title>(Bash) Find and delete all Thumbs.db files</title>
<link>http://snipplr.com/view/1824/find-and-delete-all-thumbsdb-files/</link>
<description><![CDATA[ <p>Remove all those annoying thumbnail files that Windows users created while browsing your network drive. This command traverses all directories and deletes all "Thumbs.db" files as it finds them.</p> ]]></description>
<pubDate>Wed, 20 Dec 2006 10:20:25 GMT</pubDate>
<guid>http://snipplr.com/view/1824/find-and-delete-all-thumbsdb-files/</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) JSON Parser</title>
<link>http://snipplr.com/view/1031/json-parser/</link>
<description><![CDATA[ <p>A good alternative to eval when security is a concern. From json.org.</p> ]]></description>
<pubDate>Thu, 07 Sep 2006 12:37:47 GMT</pubDate>
<guid>http://snipplr.com/view/1031/json-parser/</guid>
</item>
<item>
<title>(HTML) US State Select Element (Sans-PHP)</title>
<link>http://snipplr.com/view/984/us-state-select-element-sansphp/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 30 Aug 2006 12:39:41 GMT</pubDate>
<guid>http://snipplr.com/view/984/us-state-select-element-sansphp/</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>
<item>
<title>(Other) OS X Icon Cache Cleaner-Upper</title>
<link>http://snipplr.com/view/259/os-x-icon-cache-cleanerupper/</link>
<description><![CDATA[ <p>Greatly speeds up a slow Safari by purging any cached icons which have not been accessed in the past 30 days. Works well as a cron job.

From http://www.macosxhints.com/article.php?story=20040323144305318</p> ]]></description>
<pubDate>Thu, 06 Jul 2006 17:52:13 GMT</pubDate>
<guid>http://snipplr.com/view/259/os-x-icon-cache-cleanerupper/</guid>
</item>
</channel>
</rss>