<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/favorites/frankyfish</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 11:04:40 GMT</pubDate>
<item>
<title>(ActionScript 3) AS3: Basic Timer example - frankyfish</title>
<link>http://snipplr.com/view/4563/as3-basic-timer-example/</link>
<description><![CDATA[ <p>Flash's Timer Class requires two parameters. The first is the delay (in milliseconds), the second is the amount of times you want the delay to fire.</p> ]]></description>
<pubDate>Mon, 14 Jan 2008 15:15:22 GMT</pubDate>
<guid>http://snipplr.com/view/4563/as3-basic-timer-example/</guid>
</item>
<item>
<title>(PHP) Nice URLS PHP .htaccess - frankyfish</title>
<link>http://snipplr.com/view/4562/nice-urls-php-htaccess/</link>
<description><![CDATA[ <p>You can combine them with this: http://snipplr.com/view/4848/underscore-strings/</p> ]]></description>
<pubDate>Mon, 14 Jan 2008 12:22:45 GMT</pubDate>
<guid>http://snipplr.com/view/4562/nice-urls-php-htaccess/</guid>
</item>
<item>
<title>(Rails) Rails helper to check if you're in dev mode. - frankyfish</title>
<link>http://snipplr.com/view/3480/rails-helper-to-check-if-youre-in-dev-mode/</link>
<description><![CDATA[ <p>override the boolean expression with your own conditions.</p> ]]></description>
<pubDate>Tue, 07 Aug 2007 08:56:19 GMT</pubDate>
<guid>http://snipplr.com/view/3480/rails-helper-to-check-if-youre-in-dev-mode/</guid>
</item>
<item>
<title>(JavaScript) onDomReady - frankyfish</title>
<link>http://snipplr.com/view/2337/ondomready/</link>
<description><![CDATA[ <p>UPDATE:
As noted below, document.observe("dom:loaded", functionName) was added to 1.6 which eliminates the need for this function.


Dan at Vivabit created the DOM Ready extension for the Prototype framework which allows you to start executing code when the DOM is ready and all elements are available, leaving the images and other element loading in the background. Very nice work and something i’ve been waiting for a long time!</p> ]]></description>
<pubDate>Thu, 15 Mar 2007 09:08:20 GMT</pubDate>
<guid>http://snipplr.com/view/2337/ondomready/</guid>
</item>
<item>
<title>(PHP) Check for AJAX Request - frankyfish</title>
<link>http://snipplr.com/view/1060/check-for-ajax-request/</link>
<description><![CDATA[ <p>A simple function to check if the request comes from an AJAX XMLHttpRequest.
Use it if your page should behave differently when called from AJAX.
Comes from jquery mailing list: http://jquery.com/discuss/2006-June/006656/</p> ]]></description>
<pubDate>Tue, 12 Sep 2006 04:38:10 GMT</pubDate>
<guid>http://snipplr.com/view/1060/check-for-ajax-request/</guid>
</item>
<item>
<title>(PHP) Download file - frankyfish</title>
<link>http://snipplr.com/view/205/download-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 03 Jul 2006 01:25:31 GMT</pubDate>
<guid>http://snipplr.com/view/205/download-file/</guid>
</item>
<item>
<title>(PHP) Login Class - frankyfish</title>
<link>http://snipplr.com/view/11/login-class/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 30 Nov -0001 00:00:00 GMT</pubDate>
<guid>http://snipplr.com/view/11/login-class/</guid>
</item>
</channel>
</rss>