<?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/jonhenshaw</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 29 Aug 2008 22:19:17 GMT</pubDate>
<item>
<title>(CSS) My CSS Reset - jonhenshaw</title>
<link>http://snipplr.com/view/7954/my-css-reset/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 20 Aug 2008 16:17:16 GMT</pubDate>
<guid>http://snipplr.com/view/7954/my-css-reset/</guid>
</item>
<item>
<title>(CSS) How To Style A Horizontal Rule With CSS (IE Friendly) - jonhenshaw</title>
<link>http://snipplr.com/view/7751/how-to-style-a-horizontal-rule-with-css-ie-friendly/</link>
<description><![CDATA[ <p>A good CSS example of how to style Horizontal Rule (HR) elements. It's also Internet Explorer (IE) friendly.</p> ]]></description>
<pubDate>Wed, 06 Aug 2008 20:24:35 GMT</pubDate>
<guid>http://snipplr.com/view/7751/how-to-style-a-horizontal-rule-with-css-ie-friendly/</guid>
</item>
<item>
<title>(Other) Recursively compress a directory with zip in Unix - jonhenshaw</title>
<link>http://snipplr.com/view/7614/recursively-compress-a-directory-with-zip-in-unix/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 31 Jul 2008 09:32:28 GMT</pubDate>
<guid>http://snipplr.com/view/7614/recursively-compress-a-directory-with-zip-in-unix/</guid>
</item>
<item>
<title>(JavaScript) Alternating Table Rows via jQuery - jonhenshaw</title>
<link>http://snipplr.com/view/7539/alternating-table-rows-via-jquery/</link>
<description><![CDATA[ <p>Uses jQuery to add a class to odd table rows, for purposes of alternating colors, etc.</p> ]]></description>
<pubDate>Sun, 27 Jul 2008 18:11:33 GMT</pubDate>
<guid>http://snipplr.com/view/7539/alternating-table-rows-via-jquery/</guid>
</item>
<item>
<title>(PHP) whois information for domain - jonhenshaw</title>
<link>http://snipplr.com/view/7535/whois-information-for-domain/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 27 Jul 2008 12:05:44 GMT</pubDate>
<guid>http://snipplr.com/view/7535/whois-information-for-domain/</guid>
</item>
<item>
<title>(PHP) PHP Include Path - jonhenshaw</title>
<link>http://snipplr.com/view/7313/php-include-path/</link>
<description><![CDATA[ <p>If you're using includes that sit in different relative locations to the files your including *into*, you normally end up with stuff like `include("../../header.php")` in one place and `include("../../../header.php")` in another.  This is a bit easier, but be sure to include a leading `/`, because depending on your sever configuration, it may or may not add one for you.  It's better to have 2 `/`s than none.</p> ]]></description>
<pubDate>Tue, 15 Jul 2008 17:50:32 GMT</pubDate>
<guid>http://snipplr.com/view/7313/php-include-path/</guid>
</item>
<item>
<title>(PHP) Approximate / Fuzzy search base. - jonhenshaw</title>
<link>http://snipplr.com/view/7302/approximate--fuzzy-search-base/</link>
<description><![CDATA[ <p>This is a simple base for an approximate search application. You can currently use this to do search's but it, is not very sophisticated, right now anything that is as difference in characters base on the threshold will show up in the result, so with a threshold of 1 "the" would return, "he", "she", "thee", etc. But this is more made for a base for extending with your own capabilities.</p> ]]></description>
<pubDate>Tue, 15 Jul 2008 10:38:01 GMT</pubDate>
<guid>http://snipplr.com/view/7302/approximate--fuzzy-search-base/</guid>
</item>
<item>
<title>(CSS) Firefox 3 CSS hack - jonhenshaw</title>
<link>http://snipplr.com/view/7043/firefox-3-css-hack/</link>
<description><![CDATA[ <p>Firefox 3 CSS hack</p> ]]></description>
<pubDate>Tue, 01 Jul 2008 03:00:50 GMT</pubDate>
<guid>http://snipplr.com/view/7043/firefox-3-css-hack/</guid>
</item>
<item>
<title>(HTML) Text Input with rounded corners - jonhenshaw</title>
<link>http://snipplr.com/view/6890/text-input-with-rounded-corners/</link>
<description><![CDATA[ <p>This HTML/CSS shows how to make text inputs with rounded corners in the most basic way (it doesn't expand according to its width).</p> ]]></description>
<pubDate>Tue, 24 Jun 2008 17:10:32 GMT</pubDate>
<guid>http://snipplr.com/view/6890/text-input-with-rounded-corners/</guid>
</item>
<item>
<title>(PHP) Get Email when Googlebot Pays a Visit - jonhenshaw</title>
<link>http://snipplr.com/view/6837/get-email-when-googlebot-pays-a-visit/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 22 Jun 2008 18:03:29 GMT</pubDate>
<guid>http://snipplr.com/view/6837/get-email-when-googlebot-pays-a-visit/</guid>
</item>
<item>
<title>(JavaScript) jquery, firefox mac hack - jonhenshaw</title>
<link>http://snipplr.com/view/6581/jquery-firefox-mac-hack/</link>
<description><![CDATA[ <p>Links brighten or fade when things animate in ff mac. use this fix - first line of jquery.</p> ]]></description>
<pubDate>Wed, 04 Jun 2008 17:37:57 GMT</pubDate>
<guid>http://snipplr.com/view/6581/jquery-firefox-mac-hack/</guid>
</item>
<item>
<title>(CSS) CSS Structure for XHTML Strict - jonhenshaw</title>
<link>http://snipplr.com/view/6499/css-structure-for-xhtml-strict/</link>
<description><![CDATA[ <p>To complement my XHTML Strict.</p> ]]></description>
<pubDate>Thu, 29 May 2008 18:20:55 GMT</pubDate>
<guid>http://snipplr.com/view/6499/css-structure-for-xhtml-strict/</guid>
</item>
<item>
<title>(CSS) Toolbox CSS - Layout, Print and Typographic Tools - jonhenshaw</title>
<link>http://snipplr.com/view/6144/toolbox-css--layout-print-and-typographic-tools/</link>
<description><![CDATA[ <p>Toolbox CSS is styling information that has nothing uniquely to do with any particular website. These are a collection of common styles that can be useful on any web project. How many times have you written a class for clearing a float? Too many, is my guess. The idea with Toolbox CSS is to include a separate stylesheet for these “utility” styles.</p> ]]></description>
<pubDate>Wed, 07 May 2008 13:01:43 GMT</pubDate>
<guid>http://snipplr.com/view/6144/toolbox-css--layout-print-and-typographic-tools/</guid>
</item>
<item>
<title>(CSS) Easy cross-browser transparency - jonhenshaw</title>
<link>http://snipplr.com/view/6140/easy-crossbrowser-transparency/</link>
<description><![CDATA[ <p>If you've ever found yourself in the position of needing to place a semi-transparent image or layer on a web page, you've probably ended up reading various arcane methods involving 24-bit PNG graphics and proprietary IE AlphaImageLoader expressions. Luckily, there is an easier way; albeit at the expense of valid CSS.</p> ]]></description>
<pubDate>Wed, 07 May 2008 04:52:55 GMT</pubDate>
<guid>http://snipplr.com/view/6140/easy-crossbrowser-transparency/</guid>
</item>
<item>
<title>(PHP) Inverse Hex Color - jonhenshaw</title>
<link>http://snipplr.com/view/5812/inverse-hex-color/</link>
<description><![CDATA[ <p>Sorry to those who previously bookmarked this. In an attempt to delete a previous version that had a logic flaw, I accidently deleted the entire snippet. Anyway, here is a much improved version. Any comments/suggestions are always welcome.</p> ]]></description>
<pubDate>Sun, 13 Apr 2008 19:04:44 GMT</pubDate>
<guid>http://snipplr.com/view/5812/inverse-hex-color/</guid>
</item>
<item>
<title>(CSS) 8 Premium One Line Css Tips - jonhenshaw</title>
<link>http://snipplr.com/view/5760/8-premium-one-line-css-tips/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 09 Apr 2008 19:56:26 GMT</pubDate>
<guid>http://snipplr.com/view/5760/8-premium-one-line-css-tips/</guid>
</item>
<item>
<title>(HTML) How to set IE8 in previous (IE7, IE5) rendering mode for backwards compatibility - jonhenshaw</title>
<link>http://snipplr.com/view/5544/how-to-set-ie8-in-previous-ie7-ie5-rendering-mode-for-backwards-compatibility/</link>
<description><![CDATA[ <p>„Versioning and Cross-document InteractionInternet Explorer 8 introduces the IE8 standards mode by default—this lets Web designers use the latest rendering features available in Internet Explorer 8. In addition to layout changes, IE8 standards mode will also affect the behavior of scripted APIs (DOM). 
To opt-out of IE8 standards mode, the META tag may be used to obtain IE7 compatibility mode“

Take a look at http://code.google.com/p/ie7-js/ too.
This is a tiny JS library to makes IE versions behave like a standard browser.</p> ]]></description>
<pubDate>Mon, 24 Mar 2008 14:18:03 GMT</pubDate>
<guid>http://snipplr.com/view/5544/how-to-set-ie8-in-previous-ie7-ie5-rendering-mode-for-backwards-compatibility/</guid>
</item>
<item>
<title>(JavaScript) MooTools alternate table row colors - jonhenshaw</title>
<link>http://snipplr.com/view/5319/mootools-alternate-table-row-colors/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 08 Mar 2008 10:51:21 GMT</pubDate>
<guid>http://snipplr.com/view/5319/mootools-alternate-table-row-colors/</guid>
</item>
<item>
<title>(CSS) CSS Tabs - jonhenshaw</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>(PHP) strip youtube video id from url - jonhenshaw</title>
<link>http://snipplr.com/view/5163/strip-youtube-video-id-from-url/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 23 Feb 2008 15:47:39 GMT</pubDate>
<guid>http://snipplr.com/view/5163/strip-youtube-video-id-from-url/</guid>
</item>
</channel>
</rss>