<?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/Morgano</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 09 Jan 2009 07:15:08 GMT</pubDate>
<item>
<title>(JavaScript) function isDefined() - Morgano</title>
<link>http://snipplr.com/view/4903/function-isdefined/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 05 Feb 2008 07:21:05 GMT</pubDate>
<guid>http://snipplr.com/view/4903/function-isdefined/</guid>
</item>
<item>
<title>(PHP) retrieve and/or show a visitors ip address - Morgano</title>
<link>http://snipplr.com/view/4770/retrieve-andor-show-a-visitors-ip-address/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 24 Jan 2008 15:25:10 GMT</pubDate>
<guid>http://snipplr.com/view/4770/retrieve-andor-show-a-visitors-ip-address/</guid>
</item>
<item>
<title>(PHP) A-Z Index - Morgano</title>
<link>http://snipplr.com/view/4687/az-index/</link>
<description><![CDATA[ <p>Get an A-Z index from MySQL query. Link only letters where there are matches.</p> ]]></description>
<pubDate>Sun, 20 Jan 2008 22:01:55 GMT</pubDate>
<guid>http://snipplr.com/view/4687/az-index/</guid>
</item>
<item>
<title>(PHP) Posts by month - Morgano</title>
<link>http://snipplr.com/view/4572/posts-by-month/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 14 Jan 2008 16:51:38 GMT</pubDate>
<guid>http://snipplr.com/view/4572/posts-by-month/</guid>
</item>
<item>
<title>(PHP) Nice URLS PHP .htaccess - Morgano</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>(PHP) Copyright Year - Morgano</title>
<link>http://snipplr.com/view/4549/copyright-year/</link>
<description><![CDATA[ <p>Display correctly the Copyright advice</p> ]]></description>
<pubDate>Sun, 13 Jan 2008 20:16:59 GMT</pubDate>
<guid>http://snipplr.com/view/4549/copyright-year/</guid>
</item>
<item>
<title>(PHP) BBCode - Morgano</title>
<link>http://snipplr.com/view/3615/bbcode/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 01 Sep 2007 08:37:07 GMT</pubDate>
<guid>http://snipplr.com/view/3615/bbcode/</guid>
</item>
<item>
<title>(PHP) Anti-SQL Injection Function - Morgano</title>
<link>http://snipplr.com/view/2742/antisql-injection-function/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 27 May 2007 11:53:02 GMT</pubDate>
<guid>http://snipplr.com/view/2742/antisql-injection-function/</guid>
</item>
<item>
<title>(CSS) Transparent PNG Fix for IE 5.5 &amp;amp; 6 - Morgano</title>
<link>http://snipplr.com/view/2243/transparent-png-fix-for-ie-55--6/</link>
<description><![CDATA[ <p>This is an excellent solution for fixing IE 6's inability to display transparent PNGs correctly.

Step 1: Include the following conditional comment the HEAD area of your document. You will need to update the CSS selector and also the path to whereever you put the .htc file.

&amp;lt;!--[if lte IE 6]&amp;gt;
&amp;lt;style type="text/css"&amp;gt;
&amp;#160;&amp;#160;img { behavior: url(/css/iepngfix.htc) }
&amp;lt;/style&amp;gt;
&amp;lt;![endif]--&amp;gt;

Step 2: Create a transparent GIF that's 1x1 and save it as blank.gif in your images folder.

Step 3. Copy the source below and save it in a file called iepngfix.htc and place it in your CSS folder. Note, you may need to update the images folder to match the folder you're using on your site.

That's it. Once you have everything in place and assuming everything is referenced correclty, PNG transparency will work in IE 6.</p> ]]></description>
<pubDate>Wed, 07 Mar 2007 12:10:25 GMT</pubDate>
<guid>http://snipplr.com/view/2243/transparent-png-fix-for-ie-55--6/</guid>
</item>
<item>
<title>(PHP) PHP Tag Cloud Based on Word Frequency - Morgano</title>
<link>http://snipplr.com/view/2225/php-tag-cloud-based-on-word-frequency/</link>
<description><![CDATA[ <p>I was only responsible for wrapping a demo around the function. See URL for original script.</p> ]]></description>
<pubDate>Tue, 27 Feb 2007 20:40:24 GMT</pubDate>
<guid>http://snipplr.com/view/2225/php-tag-cloud-based-on-word-frequency/</guid>
</item>
<item>
<title>(PHP) read images of directory - Morgano</title>
<link>http://snipplr.com/view/742/read-images-of-directory/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 06 Aug 2006 09:39:40 GMT</pubDate>
<guid>http://snipplr.com/view/742/read-images-of-directory/</guid>
</item>
<item>
<title>(PHP) Download file - Morgano</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) MySQL Dump - Morgano</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>