<?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/popular</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 17 May 2008 11:42:57 GMT</pubDate>
<item>
<title>(CSS) PNG background transparency IE - luman</title>
<link>http://snipplr.com/view/137/png-background-transparency-ie/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 30 Jun 2006 08:50:37 GMT</pubDate>
<guid>http://snipplr.com/view/137/png-background-transparency-ie/</guid>
</item>
<item>
<title>(JavaScript) AJAX Edit in Place - tylerhall</title>
<link>http://snipplr.com/view/8/ajax-edit-in-place/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 31 Dec 1969 19:00:00 GMT</pubDate>
<guid>http://snipplr.com/view/8/ajax-edit-in-place/</guid>
</item>
<item>
<title>(JavaScript) ShowHide - luman</title>
<link>http://snipplr.com/view/68/showhide/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 28 Jun 2006 15:22:28 GMT</pubDate>
<guid>http://snipplr.com/view/68/showhide/</guid>
</item>
<item>
<title>(CSS) min-height for IE (and all other browsers) - jonhenshaw</title>
<link>http://snipplr.com/view/62/minheight-for-ie-and-all-other-browsers/</link>
<description><![CDATA[ <p>Since min-height doesn't work in IE, this code makes up for IE's shortcomings. The first part of the code is the correct code that works in Firefox and Safari. The second part of the code is for IE. Internet Explorer will ignore min-height and is just given a height of 8em. The IE bug automatically expands the container to fit the extra text.</p> ]]></description>
<pubDate>Wed, 31 Dec 1969 19:00:00 GMT</pubDate>
<guid>http://snipplr.com/view/62/minheight-for-ie-and-all-other-browsers/</guid>
</item>
<item>
<title>(HTML) XHTML 1.1 web standard template - luxuryluke</title>
<link>http://snipplr.com/view/203/xhtml-11-web-standard-template/</link>
<description><![CDATA[ <p>This is a generic template for an XHMTL 1.1 doc that I start with at the beginning of every project.

Then i setup the directories to match. I use @import for CSS, then a seperate CSS file for screen-specific, and then one for print.
I have the basic DIV structure setup, too.

Hope it helps!</p> ]]></description>
<pubDate>Sun, 02 Jul 2006 19:24:11 GMT</pubDate>
<guid>http://snipplr.com/view/203/xhtml-11-web-standard-template/</guid>
</item>
<item>
<title>(CSS) Clear floats without structural markup - travis</title>
<link>http://snipplr.com/view/86/clear-floats-without-structural-markup/</link>
<description><![CDATA[ <p>".clearfix" is the container that holds all of your floated elements. Works in all browsers that support "float" and "clear".</p> ]]></description>
<pubDate>Thu, 29 Jun 2006 14:00:48 GMT</pubDate>
<guid>http://snipplr.com/view/86/clear-floats-without-structural-markup/</guid>
</item>
<item>
<title>(CSS) CSS ROUNDED CORNERS - zensir</title>
<link>http://snipplr.com/view/830/css-rounded-corners/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 16 Aug 2006 10:06:11 GMT</pubDate>
<guid>http://snipplr.com/view/830/css-rounded-corners/</guid>
</item>
<item>
<title>(CSS) Opacity Hack - speck</title>
<link>http://snipplr.com/view/200/opacity-hack/</link>
<description><![CDATA[ <p>Sets the opacity of an element and its children. Doesn't validate. Mozilla began supporting the opacity rule in version 1.7, so '-moz-opacity' may not be necessary...</p> ]]></description>
<pubDate>Sun, 02 Jul 2006 16:31:25 GMT</pubDate>
<guid>http://snipplr.com/view/200/opacity-hack/</guid>
</item>
<item>
<title>(PHP) Check for valid email address - tylerhall</title>
<link>http://snipplr.com/view/2/check-for-valid-email-address/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 31 Dec 1969 19:00:00 GMT</pubDate>
<guid>http://snipplr.com/view/2/check-for-valid-email-address/</guid>
</item>
<item>
<title>(CSS) Dead Centre a DIV - 1man</title>
<link>http://snipplr.com/view/231/dead-centre-a-div/</link>
<description><![CDATA[ <p>Taken from Dead Centre. Adjust #content depending on the size div you need.</p> ]]></description>
<pubDate>Wed, 05 Jul 2006 10:02:21 GMT</pubDate>
<guid>http://snipplr.com/view/231/dead-centre-a-div/</guid>
</item>
<item>
<title>(HTML) Countries Menu - luman</title>
<link>http://snipplr.com/view/338/countries-menu/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 10 Jul 2006 15:07:00 GMT</pubDate>
<guid>http://snipplr.com/view/338/countries-menu/</guid>
</item>
<item>
<title>(CSS) min/max-width fix for IE6 - roberocity</title>
<link>http://snipplr.com/view/318/minmaxwidth-fix-for-ie6/</link>
<description><![CDATA[ <p>Javascript expression in css to allow for min/max widths. replaces the min-width, max-width that works for IE6.</p> ]]></description>
<pubDate>Sun, 09 Jul 2006 19:48:32 GMT</pubDate>
<guid>http://snipplr.com/view/318/minmaxwidth-fix-for-ie6/</guid>
</item>
<item>
<title>(JavaScript) GetElementsByClassName() - travis</title>
<link>http://snipplr.com/view/88/getelementsbyclassname/</link>
<description><![CDATA[ <p>From here: http://www.dustindiaz.com/top-ten-javascript/</p> ]]></description>
<pubDate>Thu, 29 Jun 2006 14:13:46 GMT</pubDate>
<guid>http://snipplr.com/view/88/getelementsbyclassname/</guid>
</item>
<item>
<title>(JavaScript) Browser Detection - MyKey_</title>
<link>http://snipplr.com/view/271/browser-detection/</link>
<description><![CDATA[ <p>Detects the browser and its version.</p> ]]></description>
<pubDate>Sat, 08 Jul 2006 07:28:30 GMT</pubDate>
<guid>http://snipplr.com/view/271/browser-detection/</guid>
</item>
<item>
<title>(HTML) Standard Compliant Way to Open a New Page (no target tag) - 1man</title>
<link>http://snipplr.com/view/282/standard-compliant-way-to-open-a-new-page-no-target-tag/</link>
<description><![CDATA[ <p>Very simple standard compliant way of opening a page in a new window. Since XHTML 1.0 Strict doesn't allow the target attribute in the  tag. This method isn't recommended, use the DOM folks! See "Standard Compliant Way to Open a New Page Function" in my other snippets of code.</p> ]]></description>
<pubDate>Sat, 08 Jul 2006 13:30:23 GMT</pubDate>
<guid>http://snipplr.com/view/282/standard-compliant-way-to-open-a-new-page-no-target-tag/</guid>
</item>
<item>
<title>(CSS) Big Curly Blockquotes - 1man</title>
<link>http://snipplr.com/view/235/big-curly-blockquotes/</link>
<description><![CDATA[ <p>Markup example: See Big Curly Quotes Markup.
Thx to difusion.org.uk. No need for images to make big quotes on a page, CSS does it for you. Tested in many browsers.</p> ]]></description>
<pubDate>Wed, 05 Jul 2006 11:08:19 GMT</pubDate>
<guid>http://snipplr.com/view/235/big-curly-blockquotes/</guid>
</item>
<item>
<title>(PHP) RSS Writer Class - tylerhall</title>
<link>http://snipplr.com/view/23/rss-writer-class/</link>
<description><![CDATA[ <p>Contains two classes. RSS and RSSItem. Create a new RSS object and then populate it with RSSItems. Supports enclosures (audio/video files).</p> ]]></description>
<pubDate>Wed, 31 Dec 1969 19:00:00 GMT</pubDate>
<guid>http://snipplr.com/view/23/rss-writer-class/</guid>
</item>
<item>
<title>(PHP) Login Class - tylerhall</title>
<link>http://snipplr.com/view/11/login-class/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 31 Dec 1969 19:00:00 GMT</pubDate>
<guid>http://snipplr.com/view/11/login-class/</guid>
</item>
<item>
<title>(HTML) hCard (Microformat for vCard) - kaminogoya</title>
<link>http://snipplr.com/view/218/hcard-microformat-for-vcard/</link>
<description><![CDATA[ <p>hCard is a simple, open, distributed contact information format for people, companies, and organizations.</p> ]]></description>
<pubDate>Tue, 04 Jul 2006 19:41:06 GMT</pubDate>
<guid>http://snipplr.com/view/218/hcard-microformat-for-vcard/</guid>
</item>
<item>
<title>(PHP) Php xml Parser - nicolaspar</title>
<link>http://snipplr.com/view/483/php-xml-parser/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 17 Jul 2006 11:42:30 GMT</pubDate>
<guid>http://snipplr.com/view/483/php-xml-parser/</guid>
</item>
<item>
<title>(CSS) CSS Box Model Hack - alvaroisorna</title>
<link>http://snipplr.com/view/214/css-box-model-hack/</link>
<description><![CDATA[ <p>classical box model hack, by Tantek Çelik

http://www.tantek.com/CSS/Examples/boxmodelhack.html</p> ]]></description>
<pubDate>Tue, 04 Jul 2006 07:50:38 GMT</pubDate>
<guid>http://snipplr.com/view/214/css-box-model-hack/</guid>
</item>
<item>
<title>(HTML) Flash Video Player HTML Code - 1man</title>
<link>http://snipplr.com/view/288/flash-video-player-html-code/</link>
<description><![CDATA[ <p>Great little flash player for playing FLV files. Code below simply adds them to your web page. Remember to add 20 pixels to the height="" attribute to allow for the player controler.
For the player goto: http://www.jeroenwijering.com/?item=Flash_Video_Player.</p> ]]></description>
<pubDate>Sat, 08 Jul 2006 14:24:25 GMT</pubDate>
<guid>http://snipplr.com/view/288/flash-video-player-html-code/</guid>
</item>
<item>
<title>(CSS) undohtml.css - Tantek's Original (Removes Browser Default Style) - expertseries</title>
<link>http://snipplr.com/view/266/undohtmlcss--tanteks-original-removes-browser-default-style/</link>
<description><![CDATA[ <p>Purpose: undo some of the default styling of common (X)HTML browsers. (CC) 2004 Tantek Celik.</p> ]]></description>
<pubDate>Fri, 07 Jul 2006 18:19:28 GMT</pubDate>
<guid>http://snipplr.com/view/266/undohtmlcss--tanteks-original-removes-browser-default-style/</guid>
</item>
<item>
<title>(HTML) hCalendar - kaminogoya</title>
<link>http://snipplr.com/view/246/hcalendar/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 06 Jul 2006 01:34:22 GMT</pubDate>
<guid>http://snipplr.com/view/246/hcalendar/</guid>
</item>
<item>
<title>(PHP) MySQL Dump - neogeek</title>
<link>http://snipplr.com/view/173/mysql-dump/</link>
<description><![CDATA[ <p>Creates a backup of a MySQL database in SQL format.</p> ]]></description>
<pubDate>Sat, 01 Jul 2006 10:00:19 GMT</pubDate>
<guid>http://snipplr.com/view/173/mysql-dump/</guid>
</item>
</channel>
</rss>