<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>IamRegin.com</title>
	<link>http://www.iamregin.com</link>
	<description>Random thoughts on life and web development</description>
	<lastBuildDate>Tue, 02 Mar 2010 14:24:27 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Joomla fatal error: Allowed memory size of 8388608 bytes exhausted? &#8211; Problem Solved!</title>
		<description><![CDATA[fatal error: Allowed memory size of 8388608 bytes exhausted?
Ran into this? chances are your memory limit is set to only 8MB, which is rather low for most of the scripts. Lucky you I discovered a quick fix and save you from the frustration trying to fix this  
Ok, let me share what I found.
Open [...]]]></description>
		<link>http://www.iamregin.com/2010/03/joomla-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=joomla-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted</link>
			</item>
	<item>
		<title>Im selling Fortigate 60b for only 15,000 pesos call or text 09237040600</title>
		<description><![CDATA[
Hello everyone, Im selling a Fortigate 60b for only 15,000.00 pesos only, slightly used, 5mos old, used only for two months.
Fortigate 60b is a firewall and security solution within your reach, now with more reason to have one Im selling it for 15,000.00 only.
For more information please call or text me 0923 7040600 or call [...]]]></description>
		<link>http://www.iamregin.com/2010/02/im-selling-fortigate-60b-for-only-15000-pesos-call-or-text-09237040600/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=im-selling-fortigate-60b-for-only-15000-pesos-call-or-text-09237040600</link>
			</item>
	<item>
		<title>Covert amount to US dollar via PHP and Yahoo Finance Rates</title>
		<description><![CDATA[PHP function to Auto automatically convert and display dollar equivalent of your peso value.
Rates via Yahoo Finance, easy to use function, for everybody&#8230;
Read on&#8230;

CONST YAHOO_URL = 'http://finance.yahoo.com/d/quotes.csv?e=.csv&#38;amp;f=sl1d1t1&#38;amp;s=%s%s=X';
function yahoo_convert&#40;$a,$from,$to&#41;&#123;
   $fo = @fopen&#40;sprintf&#40;self::YAHOO_URL,$from,$to&#41;, 'r'&#41;;
   if &#40;$fo&#41;&#123;
      $response = fgets&#40;$fo, 4096&#41;;
	fclose&#40;$fo&#41;;
	array = explode&#40;',',$response&#41;;
	if&#40;strval&#40;$array&#91;1&#93;&#41; &#38;gt; 0&#41; &#123;
	   return [...]]]></description>
		<link>http://www.iamregin.com/2010/02/covert-amount-to-us-dollar-via-php-and-yahoo-finance-rates/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=covert-amount-to-us-dollar-via-php-and-yahoo-finance-rates</link>
			</item>
	<item>
		<title>Validating email via regular expression</title>
		<description><![CDATA[You have an online form.
You want to validate every field,  especially email input fields.
You do not want just check if its has a value of not, but also if its in the right format (e.g. email@email.com).
If you answered yes to all of these then the function below if perfect for you.
Check it out&#8230;

function validate_email&#40;$email&#41;&#123;
  [...]]]></description>
		<link>http://www.iamregin.com/2010/02/validating-email-via-regular-expression/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=validating-email-via-regular-expression</link>
			</item>
	<item>
		<title>Formatting output of datetime MySQL value</title>
		<description><![CDATA[I wanted to give a new output for those ugly looking datetime values in MySQL, which we get by using NOW() function in INSERT.
Why? because it pretty darn ugly, unpresentable and robot like.
Ok ok, maybe that&#8217;s description overkill for datetime, but how would you like this &#8220;2010-02-14 11:12:58&#8243; to look like this &#8220;February 14, 2010&#8243;.
Pretty [...]]]></description>
		<link>http://www.iamregin.com/2010/02/formatting-output-of-datetime-mysql-value/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=formatting-output-of-datetime-mysql-value</link>
			</item>
	<item>
		<title>How to login multiple users on Yahoo Messenger simultaneously with three easy steps</title>
		<description><![CDATA[Chances are  you have more than one (1) yahoo ID, and you are tired of signing in and out whenever you want to use the other.  And you want to do this in three simple steps.
You came into the right place&#8230;
Here I will post the step by step guide / how to do this in [...]]]></description>
		<link>http://www.iamregin.com/2010/02/how-to-use-multiple-users-on-ym-simultaneously/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-use-multiple-users-on-ym-simultaneously</link>
			</item>
</channel>
</rss>
