<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - AzizLight</title>
<link>http://snipplr.com/users/AzizLight</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 12:47:26 GMT</pubDate>
<item>
<title>(PHP) Count the number of lines in a file</title>
<link>http://snipplr.com/view/28200/count-the-number-of-lines-in-a-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 11 Feb 2010 16:36:34 GMT</pubDate>
<guid>http://snipplr.com/view/28200/count-the-number-of-lines-in-a-file/</guid>
</item>
<item>
<title>(CSS) Replace NOBR Tags with CSS</title>
<link>http://snipplr.com/view/25044/replace-nobr-tags-with-css/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 18 Dec 2009 21:15:31 GMT</pubDate>
<guid>http://snipplr.com/view/25044/replace-nobr-tags-with-css/</guid>
</item>
<item>
<title>(HTML) HTML 5 Template</title>
<link>http://snipplr.com/view/25002/html-5-template/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 18 Dec 2009 08:59:56 GMT</pubDate>
<guid>http://snipplr.com/view/25002/html-5-template/</guid>
</item>
<item>
<title>(PHP) Restrict direct access to a file in a CodeIgniter</title>
<link>http://snipplr.com/view/24997/restrict-direct-access-to-a-file-in-a-codeigniter/</link>
<description><![CDATA[ <p>Put this at the top of your CodeIgniter models, controllers, libraries and helpers to restrict direct access to them.</p> ]]></description>
<pubDate>Fri, 18 Dec 2009 07:08:06 GMT</pubDate>
<guid>http://snipplr.com/view/24997/restrict-direct-access-to-a-file-in-a-codeigniter/</guid>
</item>
<item>
<title>(PHP) Set default timezone for date/time functions (php 5.3 compatibility requirement)</title>
<link>http://snipplr.com/view/24566/set-default-timezone-for-datetime-functions-php-53-compatibility-requirement/</link>
<description><![CDATA[ <p>Set the default timezone for date/time functions to use if none is set on the server.</p> ]]></description>
<pubDate>Thu, 10 Dec 2009 14:02:32 GMT</pubDate>
<guid>http://snipplr.com/view/24566/set-default-timezone-for-datetime-functions-php-53-compatibility-requirement/</guid>
</item>
<item>
<title>(CSS) Clear Fix</title>
<link>http://snipplr.com/view/24405/clear-fix/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 07 Dec 2009 04:51:24 GMT</pubDate>
<guid>http://snipplr.com/view/24405/clear-fix/</guid>
</item>
<item>
<title>(jQuery) Dynamically add an icon for external links</title>
<link>http://snipplr.com/view/23828/dynamically-add-an-icon-for-external-links/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 27 Nov 2009 05:53:29 GMT</pubDate>
<guid>http://snipplr.com/view/23828/dynamically-add-an-icon-for-external-links/</guid>
</item>
<item>
<title>(PHP) Convert string to ASCII</title>
<link>http://snipplr.com/view/23796/convert-string-to-ascii/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 26 Nov 2009 10:16:43 GMT</pubDate>
<guid>http://snipplr.com/view/23796/convert-string-to-ascii/</guid>
</item>
<item>
<title>(PHP) TimeZone select for PHP</title>
<link>http://snipplr.com/view/23747/timezone-select-for-php/</link>
<description><![CDATA[ <p>Simple script that returns to us a list with possible TimeZones</p> ]]></description>
<pubDate>Wed, 25 Nov 2009 07:14:39 GMT</pubDate>
<guid>http://snipplr.com/view/23747/timezone-select-for-php/</guid>
</item>
<item>
<title>(jQuery) jQuery Sexy Clock</title>
<link>http://snipplr.com/view/22323/jquery-sexy-clock/</link>
<description><![CDATA[ <p>(I am not the author of this script. I suppose the homepage of the author is the following: [http://iyoremo.com/](http://iyoremo.com/))</p> ]]></description>
<pubDate>Mon, 02 Nov 2009 10:34:56 GMT</pubDate>
<guid>http://snipplr.com/view/22323/jquery-sexy-clock/</guid>
</item>
<item>
<title>(PHP) Display Dynamic Copyright Year</title>
<link>http://snipplr.com/view/21927/display-dynamic-copyright-year/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 26 Oct 2009 18:05:00 GMT</pubDate>
<guid>http://snipplr.com/view/21927/display-dynamic-copyright-year/</guid>
</item>
<item>
<title>(PHP) Dynamic age</title>
<link>http://snipplr.com/view/21926/dynamic-age/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 26 Oct 2009 18:00:54 GMT</pubDate>
<guid>http://snipplr.com/view/21926/dynamic-age/</guid>
</item>
<item>
<title>(PHP) Random Password Generator Shell Script - PHP Class + SHA1 based</title>
<link>http://snipplr.com/view/21909/random-password-generator-shell-script--php-class--sha1-based/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 26 Oct 2009 11:30:03 GMT</pubDate>
<guid>http://snipplr.com/view/21909/random-password-generator-shell-script--php-class--sha1-based/</guid>
</item>
<item>
<title>(PHP) Random Password Generator PHP Class</title>
<link>http://snipplr.com/view/21907/random-password-generator-php-class/</link>
<description><![CDATA[ <p>I rewrote [this snippet](http://snipplr.com/view/15402/php-password-generator/).

Usage:
	
	$password1 = new Password;
	$password2 = new Password;
	
	echo '' . $password1->generate() . '';
	echo '' . $password2->generate(array('length' => 50)) . '';</p> ]]></description>
<pubDate>Mon, 26 Oct 2009 10:11:41 GMT</pubDate>
<guid>http://snipplr.com/view/21907/random-password-generator-php-class/</guid>
</item>
<item>
<title>(PHP) Random Password Generator PHP Shell Script</title>
<link>http://snipplr.com/view/21633/random-password-generator-php-shell-script/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 22 Oct 2009 10:21:46 GMT</pubDate>
<guid>http://snipplr.com/view/21633/random-password-generator-php-shell-script/</guid>
</item>
<item>
<title>(CSS) Clearfix Improved</title>
<link>http://snipplr.com/view/21449/clearfix-improved/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 19 Oct 2009 07:39:30 GMT</pubDate>
<guid>http://snipplr.com/view/21449/clearfix-improved/</guid>
</item>
<item>
<title>(PHP) Refresh the current page - CodeIgniter</title>
<link>http://snipplr.com/view/21391/refresh-the-current-page--codeigniter/</link>
<description><![CDATA[ <p>This line can be used to refresh the current page. Submitted by philsturgeon on #codeigniter in the Freenode IRC server.</p> ]]></description>
<pubDate>Sat, 17 Oct 2009 12:38:11 GMT</pubDate>
<guid>http://snipplr.com/view/21391/refresh-the-current-page--codeigniter/</guid>
</item>
<item>
<title>(PHP) Generate unique random hash</title>
<link>http://snipplr.com/view/20236/generate-unique-random-hash/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 24 Sep 2009 18:55:18 GMT</pubDate>
<guid>http://snipplr.com/view/20236/generate-unique-random-hash/</guid>
</item>
<item>
<title>(Bash) Bash color codes - Snow Leopard compatible</title>
<link>http://snipplr.com/view/20116/bash-color-codes--snow-leopard-compatible/</link>
<description><![CDATA[ <p>In Snow Leopard, bash treats colors differently. All the color codes that are escaped with \e won't be recognized. The new escape sequence is \033.

The list below works perfectly in Snow Leopard</p> ]]></description>
<pubDate>Wed, 23 Sep 2009 14:26:49 GMT</pubDate>
<guid>http://snipplr.com/view/20116/bash-color-codes--snow-leopard-compatible/</guid>
</item>
<item>
<title>(CSS) Force Firefox to show the broken image icon</title>
<link>http://snipplr.com/view/19885/force-firefox-to-show-the-broken-image-icon/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 17 Sep 2009 21:13:49 GMT</pubDate>
<guid>http://snipplr.com/view/19885/force-firefox-to-show-the-broken-image-icon/</guid>
</item>
</channel>
</rss>