<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - jatkins</title>
<link>http://snipplr.com/users/jatkins</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 15 Oct 2008 17:13:17 GMT</pubDate>
<item>
<title>(PHP) File v. MD5 validator</title>
<link>http://snipplr.com/view/8017/file-v-md5-validator/</link>
<description><![CDATA[ <p>Is that file really the file you think it is?</p> ]]></description>
<pubDate>Mon, 25 Aug 2008 13:37:04 GMT</pubDate>
<guid>http://snipplr.com/view/8017/file-v-md5-validator/</guid>
</item>
<item>
<title>(PHP) PHP File extension case changer</title>
<link>http://snipplr.com/view/7396/php-file-extension-case-changer/</link>
<description><![CDATA[ <p>Small script to rename files in a given directory so that their extension is lowercase (i.e. example.JPEG becomes example.jpeg). Useful for keeping extensions consistent before uploading to a server with a case sensitive file system.

Note this includes code specifically for PHP on Windows (merely because it was written for use on my local XP box) which remove the XP-created "Thumbs.db" files. On OS X, the equivalent is .DS_STORE. I don't now about Linux (it probably differs depending on the distribution??).</p> ]]></description>
<pubDate>Sat, 19 Jul 2008 08:09:42 GMT</pubDate>
<guid>http://snipplr.com/view/7396/php-file-extension-case-changer/</guid>
</item>
<item>
<title>(PHP) PHP Binary colours</title>
<link>http://snipplr.com/view/6933/php-binary-colours/</link>
<description><![CDATA[ <p>Pretty pointless.</p> ]]></description>
<pubDate>Thu, 26 Jun 2008 15:37:38 GMT</pubDate>
<guid>http://snipplr.com/view/6933/php-binary-colours/</guid>
</item>
<item>
<title>(JavaScript) get() function for easy DOM access</title>
<link>http://snipplr.com/view/5175/get-function-for-easy-dom-access/</link>
<description><![CDATA[ <p>Saves you calling document.getElementById() every time to want to access an element.</p> ]]></description>
<pubDate>Sun, 24 Feb 2008 12:17:01 GMT</pubDate>
<guid>http://snipplr.com/view/5175/get-function-for-easy-dom-access/</guid>
</item>
<item>
<title>(CSS) CSS Tabs</title>
<link>http://snipplr.com/view/5174/css-tabs/</link>
<description><![CDATA[ <p>Tested in Firefox 2, Opera 9, IE8 (Beta 1), and Safari 3. No issues with text resizing.
Simply apply the 'tabset' class to any (un-)ordered list with hyperlinks, and it will be converted to a tab set.</p> ]]></description>
<pubDate>Sun, 24 Feb 2008 11:25:57 GMT</pubDate>
<guid>http://snipplr.com/view/5174/css-tabs/</guid>
</item>
<item>
<title>(Other) Load Firefox, IE6, Safari, and Opera in one go</title>
<link>http://snipplr.com/view/4790/load-firefox-ie6-safari-and-opera-in-one-go/</link>
<description><![CDATA[ <p>This is a simple Windows batch file, and assumes those paths are the same on your system - modify as needed. Save it as browsers.bat. Running it will load each of the browsers in one click.</p> ]]></description>
<pubDate>Sun, 27 Jan 2008 10:05:13 GMT</pubDate>
<guid>http://snipplr.com/view/4790/load-firefox-ie6-safari-and-opera-in-one-go/</guid>
</item>
<item>
<title>(HTML) XHTML 1.0 Strict Template (DOCTYPE, charset, stylesheet)</title>
<link>http://snipplr.com/view/4508/xhtml-10-strict-template-doctype-charset-stylesheet/</link>
<description><![CDATA[ <p>100% valid (validates against the W3C's validator), pure XHTML. Enjoy!

Add profile="http://gmpg.org/xfn/11" to the 'head' element for social stuff.

Stylesheet media type is "all", so you can do different media types in one file (http://meiert.com/en/blog/20070221/print-style-sheets-the-basics-for-no-excuses/).</p> ]]></description>
<pubDate>Sun, 13 Jan 2008 08:03:55 GMT</pubDate>
<guid>http://snipplr.com/view/4508/xhtml-10-strict-template-doctype-charset-stylesheet/</guid>
</item>
</channel>
</rss>