<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 11:37:57 +0000</lastBuildDate>
    <item>
      <title>(JavaScript) Search for objects attached to the global JS object - richt</title>
      <link>https://snipplr.com/view/58681/search-for-objects-attached-to-the-global-js-object</link>
      <description>&lt;p&gt;Simple recursive function to find objects that match the value of str hanging anywhere off the global JS object (window).&lt;/p&gt;</description>
      <pubDate>Thu, 15 Sep 2011 00:15:22 UTC</pubDate>
      <guid>https://snipplr.com/view/58681/search-for-objects-attached-to-the-global-js-object</guid>
    </item>
    <item>
      <title>(PHP) CakePHP Timezone Select View helper - richt</title>
      <link>https://snipplr.com/view/37075/cakephp-timezone-select-view-helper</link>
      <description>&lt;p&gt;Save the source provided to /app/view/helpers/timezone_select.php&#13;
&#13;
To use the below helper, just put this code into your view:&#13;
&#13;
    echo $timezoneSelect-&gt;select('timezone', 'Please select your timezone', 'Europe/London');&#13;
&#13;
Also, don't forget to include the helper in your CakePHP controller's action:&#13;
&#13;
    $this-&gt;helpers[] = 'TimezoneSelect';&#13;
&#13;
Et voila! ;-)&lt;/p&gt;</description>
      <pubDate>Sat, 10 Jul 2010 13:14:13 UTC</pubDate>
      <guid>https://snipplr.com/view/37075/cakephp-timezone-select-view-helper</guid>
    </item>
  </channel>
</rss>
