<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - richt</title>
<link>http://snipplr.com/users/richt</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 06:08:31 GMT</pubDate>
<item>
<title>(JavaScript) Search for objects attached to the global JS object</title>
<link>http://snipplr.com/view/58681/search-for-objects-attached-to-the-global-js-object/</link>
<description><![CDATA[ <p>Simple recursive function to find objects that match the value of str hanging anywhere off the global JS object (window).</p> ]]></description>
<pubDate>Thu, 15 Sep 2011 00:15:22 GMT</pubDate>
<guid>http://snipplr.com/view/58681/search-for-objects-attached-to-the-global-js-object/</guid>
</item>
<item>
<title>(PHP) CakePHP Timezone Select View helper</title>
<link>http://snipplr.com/view/37075/cakephp-timezone-select-view-helper/</link>
<description><![CDATA[ <p>Save the source provided to /app/view/helpers/timezone_select.php

To use the below helper, just put this code into your view:

    echo $timezoneSelect->select('timezone', 'Please select your timezone', 'Europe/London');

Also, don't forget to include the helper in your CakePHP controller's action:

    $this->helpers[] = 'TimezoneSelect';

Et voila! ;-)</p> ]]></description>
<pubDate>Sat, 10 Jul 2010 13:14:13 GMT</pubDate>
<guid>http://snipplr.com/view/37075/cakephp-timezone-select-view-helper/</guid>
</item>
</channel>
</rss>