<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>www.elg3ne.com &#187; Scipts &amp; Tutorials</title>
	<atom:link href="http://blog101.elg3ne.com/category/scipts-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog101.elg3ne.com</link>
	<description>[Collection of Scripts, Tips, Tricks &#38; Tutorials]</description>
	<lastBuildDate>Tue, 12 Jan 2010 19:26:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Currency Converter on your website</title>
		<link>http://blog101.elg3ne.com/2009/09/01/currency-converter-on-your-website/</link>
		<comments>http://blog101.elg3ne.com/2009/09/01/currency-converter-on-your-website/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 20:39:23 +0000</pubDate>
		<dc:creator>elg3ne</dc:creator>
				<category><![CDATA[Scipts & Tutorials]]></category>

		<guid isPermaLink="false">http://blog101.elg3ne.com/?p=153</guid>
		<description><![CDATA[Just sharing this currency converter script that I used on my website. Feel free to modify it based on your needs. It uses finance.yahoo.com conversion table. &#60;?php $from = 'USD'; //US Dollar $to = 'SAR'; //to Philippine Peso $url = 'http://finance.yahoo.com/d/quotes.csv?e=.csv&#38;f=sl1d1t1&#38;s='. $from . $to .'=X'; $handle = @fopen&#40;$url, 'r'&#41;; if &#40;$handle&#41; &#123; &#160; &#160; $result [...]]]></description>
		<wfw:commentRss>http://blog101.elg3ne.com/2009/09/01/currency-converter-on-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy email validation with PHP</title>
		<link>http://blog101.elg3ne.com/2009/09/01/easy-email-validation-with-php/</link>
		<comments>http://blog101.elg3ne.com/2009/09/01/easy-email-validation-with-php/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 19:37:42 +0000</pubDate>
		<dc:creator>elg3ne</dc:creator>
				<category><![CDATA[Scipts & Tutorials]]></category>

		<guid isPermaLink="false">http://blog101.elg3ne.com/?p=143</guid>
		<description><![CDATA[Just found this very simple &#38; efficient way of validating email address with PHP. You can use this to replace the usual regular expression email checking. &#60;?php $email = &#34;john@doe.com&#34;; if &#40;!filter_var&#40;$email, FILTER_VALIDATE_EMAIL&#41;&#41; &#123; &#160; &#160; &#160; echo &#34;Please check your email address&#34;; &#125; else &#123; &#160; &#160; &#160; echo &#34;Great! valid email address&#34;; &#125; [...]]]></description>
		<wfw:commentRss>http://blog101.elg3ne.com/2009/09/01/easy-email-validation-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript &#8211;  Word and Character Counter</title>
		<link>http://blog101.elg3ne.com/2008/06/12/javascript-word-and-character-counter/</link>
		<comments>http://blog101.elg3ne.com/2008/06/12/javascript-word-and-character-counter/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 17:44:34 +0000</pubDate>
		<dc:creator>elg3ne</dc:creator>
				<category><![CDATA[Scipts & Tutorials]]></category>

		<guid isPermaLink="false">http://blog101.elg3ne.com/?p=36</guid>
		<description><![CDATA[&#60;?xml version=&#34;1.0&#34; encoding=&#34;iso-8859-1&#34;?&#62; &#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34; &#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#34;&#62; &#60;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34;&#62; &#60;head&#62; &#60;TITLE&#62;Text word and character counter&#60;/TITLE&#62; &#60;meta name=&#34;description&#34; content=&#34;Use this handy tool to get a count of the words or characters in a text document.&#34;&#62; &#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=iso-8859-1&#34; /&#62; &#60;SCRIPT LANGUAGE=&#34;JavaScript&#34;&#62; &#60;!-- Original: &#160;Shawn Seley --&#62; &#60;!-- This script and many [...]]]></description>
		<wfw:commentRss>http://blog101.elg3ne.com/2008/06/12/javascript-word-and-character-counter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; Automated Creation of Thumbnails</title>
		<link>http://blog101.elg3ne.com/2008/06/08/php-automated-creation-of-thumbnails/</link>
		<comments>http://blog101.elg3ne.com/2008/06/08/php-automated-creation-of-thumbnails/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 08:19:53 +0000</pubDate>
		<dc:creator>elg3ne</dc:creator>
				<category><![CDATA[Scipts & Tutorials]]></category>

		<guid isPermaLink="false">http://blog101.elg3ne.com/2008/06/08/php-automated-creation-of-thumbnails/</guid>
		<description><![CDATA[&#60;?php // define the base image dir $base_img_dir = &#34;./&#34;; // $QUERY_STRING = // &#160;f(3c9b5fa6bc0fa) &#160;img_file // &#160;w(123&#124;15%) &#160; &#160; &#160; &#160;width of output // &#160;h(123&#124;10%) &#160; &#160; &#160; &#160;height of output // &#160;x(123) &#160; &#160; &#160; &#160; &#160; &#160;max width of output // &#160;y(123) &#160; &#160; &#160; &#160; &#160; &#160;max height of output // [...]]]></description>
		<wfw:commentRss>http://blog101.elg3ne.com/2008/06/08/php-automated-creation-of-thumbnails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Auto-FTP</title>
		<link>http://blog101.elg3ne.com/2008/05/05/simple-auto-ftp/</link>
		<comments>http://blog101.elg3ne.com/2008/05/05/simple-auto-ftp/#comments</comments>
		<pubDate>Mon, 05 May 2008 14:28:03 +0000</pubDate>
		<dc:creator>elg3ne</dc:creator>
				<category><![CDATA[Scipts & Tutorials]]></category>

		<guid isPermaLink="false">http://blog101.elg3ne.com/2008/05/05/simple-auto-ftp/</guid>
		<description><![CDATA[#!/bin/bash ftp -n 192.168.1.1 &#60;&#60;! user myusername mypassword bin prompt mput *`date +%Y-%m-%d`* quit !]]></description>
		<wfw:commentRss>http://blog101.elg3ne.com/2008/05/05/simple-auto-ftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auto-delete files with Bash after 7 days</title>
		<link>http://blog101.elg3ne.com/2008/05/05/auto-delete-files-with-bash-after-7-days/</link>
		<comments>http://blog101.elg3ne.com/2008/05/05/auto-delete-files-with-bash-after-7-days/#comments</comments>
		<pubDate>Mon, 05 May 2008 14:22:02 +0000</pubDate>
		<dc:creator>elg3ne</dc:creator>
				<category><![CDATA[Scipts & Tutorials]]></category>

		<guid isPermaLink="false">http://blog101.elg3ne.com/2008/05/05/auto-delete-files-with-bash-after-7-days/</guid>
		<description><![CDATA[#!/bin/bash find /home/backup_files -name &#34;*.gz&#34; -mtime +7 -mtime -365 -print0 &#124; &#160;xargs -0r rm -f]]></description>
		<wfw:commentRss>http://blog101.elg3ne.com/2008/05/05/auto-delete-files-with-bash-after-7-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Apache, PHP 4 as CGI, PHP 5 as Module, MySql, PostgreSql, OpenSSL, Tomcat, Mod_Python, Mod_Perl, ZLib, LibXml, LibJpg, LibPng, LibFreetype, GD</title>
		<link>http://blog101.elg3ne.com/2008/05/05/installing-apache-php-4-as-cgi-php-5-as-module-mysql-postgresql-openssl-tomcat-mod_python-mod_perl-zlib-libxml-libjpg-libpng-libfreetype-gd/</link>
		<comments>http://blog101.elg3ne.com/2008/05/05/installing-apache-php-4-as-cgi-php-5-as-module-mysql-postgresql-openssl-tomcat-mod_python-mod_perl-zlib-libxml-libjpg-libpng-libfreetype-gd/#comments</comments>
		<pubDate>Mon, 05 May 2008 14:04:28 +0000</pubDate>
		<dc:creator>elg3ne</dc:creator>
				<category><![CDATA[Scipts & Tutorials]]></category>

		<guid isPermaLink="false">http://blog101.elg3ne.com/2008/05/05/installing-apache-php-4-as-cgi-php-5-as-module-mysql-postgresql-openssl-tomcat-mod_python-mod_perl-zlib-libxml-libjpg-libpng-libfreetype-gd/</guid>
		<description><![CDATA[#################################################### ##### ZLIB ##### http://www.gzip.org/zlib/ cd zlib-version ./configure --prefix=/usr/local/zlib make make install #################################################### ##### LIBXML ##### ftp://xmlsoft.org/ cd libxml-version ./configure --prefix=/usr/local/libxml --with-zlib=/usr/local/zlib make make install #################################################### ##### LIBJPG ##### wget ftp://ftp.uu.net/graphics/jpeg/jpegsrc.version.tar.gz cd jpeg-version ./configure --enable-shared make make install make install-lib ranlib /usr/local/lib/libjpeg.a #################################################### ##### LIBPNG ##### wget http://puzzle.dl.sourceforge.net/sourceforge/libpng/libpng-version.tar.gz cd libpng-version cp scripts/makefile.std ./ cp makefile.std [...]]]></description>
		<wfw:commentRss>http://blog101.elg3ne.com/2008/05/05/installing-apache-php-4-as-cgi-php-5-as-module-mysql-postgresql-openssl-tomcat-mod_python-mod_perl-zlib-libxml-libjpg-libpng-libfreetype-gd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; MD5 Password Generator</title>
		<link>http://blog101.elg3ne.com/2008/03/10/php-md5-password-generator/</link>
		<comments>http://blog101.elg3ne.com/2008/03/10/php-md5-password-generator/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 08:56:52 +0000</pubDate>
		<dc:creator>elg3ne</dc:creator>
				<category><![CDATA[Scipts & Tutorials]]></category>

		<guid isPermaLink="false">http://blog101.elg3ne.com/2008/03/10/php-md5-password-generator/</guid>
		<description><![CDATA[&#60;html&#62; &#60;head&#62; &#60;title&#62;MD5 password generator&#60;/title&#62; &#60;/head&#62; &#60;body&#62; &#60;h2&#62;MD5 password generator&#60;/h2&#62; &#60;?php import_request_variables&#40;'P'&#41;; if&#40;$pw&#41; &#123; &#160; &#160; &#160; &#160; echo &#34;The encrypted version of &#60;b&#62;$pw&#60;/b&#62; is:&#60;br&#62;&#34;; &#160; &#160; &#160; &#160; echo &#34;&#60;br&#62;&#60;tt&#62;&#34; . strtoupper&#40;decrypt_md5&#40;$pw&#41;&#41; . &#34;&#60;/tt&#62;&#34;; &#125; ?&#62; &#60;p&#62; &#60;form name=&#34;pw&#34; method=&#34;post&#34;&#62; Enter a password to encrypt:&#60;br&#62; &#60;input type=&#34;text&#34; name=&#34;pw&#34;&#62; &#60;br&#62; &#60;input type=&#34;submit&#34; value=&#34;Submit&#34;&#62; &#60;/form&#62; &#60;p&#62; [...]]]></description>
		<wfw:commentRss>http://blog101.elg3ne.com/2008/03/10/php-md5-password-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
