<?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/miceno</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 11:04:10 GMT</pubDate>
<item>
<title>(Groovy) Console input read in groovy - miceno</title>
<link>http://snipplr.com/view/31074/console-input-read-in-groovy/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 07 Apr 2010 16:46:09 GMT</pubDate>
<guid>http://snipplr.com/view/31074/console-input-read-in-groovy/</guid>
</item>
<item>
<title>(HTML) HTML Test Page for CSS Style Guide - miceno</title>
<link>http://snipplr.com/view/8121/html-test-page-for-css-style-guide/</link>
<description><![CDATA[ <p>Great page for testing the style guide for a website.</p> ]]></description>
<pubDate>Mon, 01 Sep 2008 10:12:18 GMT</pubDate>
<guid>http://snipplr.com/view/8121/html-test-page-for-css-style-guide/</guid>
</item>
<item>
<title>(PHP) Prevent SQL Injection - miceno</title>
<link>http://snipplr.com/view/4205/prevent-sql-injection/</link>
<description><![CDATA[ <p>Pass a user-inputted variable to this function in order to prevent SQL injection. Example:

mysql_query("INSERT INTO table VALUES('" . sql_sanitize($_POST["variable") . "')");

Instead of:

mysql_query("INSERT INTO table VALUES('" . $_POST["variable"] . "'");</p> ]]></description>
<pubDate>Wed, 28 Nov 2007 09:25:01 GMT</pubDate>
<guid>http://snipplr.com/view/4205/prevent-sql-injection/</guid>
</item>
<item>
<title>(PHP) Anti-SQL Injection Function - miceno</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>(PHP) PHP Tag Cloud Based on Word Frequency - miceno</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>(CSS) CSS Image Preloader - miceno</title>
<link>http://snipplr.com/view/2122/css-image-preloader/</link>
<description><![CDATA[ <p>A low-tech but useful technique that uses only CSS.  After placing the css in your stylesheet, insert this just below the body tag of your page: "".  Whenever the images are referenced throughout your pages they will now be loaded from cache.</p> ]]></description>
<pubDate>Sun, 04 Feb 2007 19:47:05 GMT</pubDate>
<guid>http://snipplr.com/view/2122/css-image-preloader/</guid>
</item>
<item>
<title>(JavaScript) Get URL Variables - miceno</title>
<link>http://snipplr.com/view/799/get-url-variables/</link>
<description><![CDATA[ <p>Read a page's GET URL variables and return them as an associative array.

----

Example for URL http://www.example.com/index.html?hello=bonjour&amp;goodevening=bonsoir

var hash = getUrlVars();
alert(hash['hello']); // prints 'bonjour'
alert(hash['goodevening']); // prints 'bonsoir'</p> ]]></description>
<pubDate>Mon, 14 Aug 2006 11:31:47 GMT</pubDate>
<guid>http://snipplr.com/view/799/get-url-variables/</guid>
</item>
<item>
<title>(CSS) Handy CSS Debug Snippet - miceno</title>
<link>http://snipplr.com/view/746/handy-css-debug-snippet/</link>
<description><![CDATA[ <p>Great little debuging snippet found while browsing. The code adds different coloured borders to the assets depending on its level. Leave commented out if not needed.</p> ]]></description>
<pubDate>Mon, 07 Aug 2006 13:30:38 GMT</pubDate>
<guid>http://snipplr.com/view/746/handy-css-debug-snippet/</guid>
</item>
<item>
<title>(CSS) Horizontal-Vertical div align - miceno</title>
<link>http://snipplr.com/view/741/horizontalvertical-div-align/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 05 Aug 2006 10:26:02 GMT</pubDate>
<guid>http://snipplr.com/view/741/horizontalvertical-div-align/</guid>
</item>
<item>
<title>(PHP) Php xml Parser - miceno</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>(HTML) Flash Video Player HTML Code - miceno</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>(HTML) hCalendar - miceno</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) Download file - miceno</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 - miceno</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>
<item>
<title>(PHP) Thumbs on fly - miceno</title>
<link>http://snipplr.com/view/93/thumbs-on-fly/</link>
<description><![CDATA[ <p>Only JPG</p> ]]></description>
<pubDate>Thu, 29 Jun 2006 14:44:32 GMT</pubDate>
<guid>http://snipplr.com/view/93/thumbs-on-fly/</guid>
</item>
<item>
<title>(PHP) Login Class - miceno</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>