<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ordinary Web Guy</title>
	<atom:link href="http://ordinarywebguy.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ordinarywebguy.wordpress.com</link>
	<description>wandering my mind around the web + PHP, Java and more...</description>
	<lastBuildDate>Tue, 14 Oct 2008 04:00:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='ordinarywebguy.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/0e23fec92105401efc576134e199858f?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Ordinary Web Guy</title>
		<link>http://ordinarywebguy.wordpress.com</link>
	</image>
			<item>
		<title>Zend_Mail attachment missing line</title>
		<link>http://ordinarywebguy.wordpress.com/2008/10/14/zend_mail-attachment-missing-line/</link>
		<comments>http://ordinarywebguy.wordpress.com/2008/10/14/zend_mail-attachment-missing-line/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 03:55:02 +0000</pubDate>
		<dc:creator>ordinarywebguy</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://ordinarywebguy.wordpress.com/?p=85</guid>
		<description><![CDATA[If you may ever find hard to make it work using Zend_Mail file attachment and following the documentation here http://framework.zend.com/manual/en/zend.mail.attachments.html, there&#8217;s a missing line.
$mail = new Zend_Mail();
$at = $mail-&#62;createAttachment($myImage);
$at-&#62;type        = &#8216;image/gif&#8217;;
$at-&#62;disposition = Zend_Mime::DISPOSITION_INLINE;
$at-&#62;encoding    = Zend_Mime::ENCODING_8BIT;
$at-&#62;filename    = &#8216;test.gif&#8217;;
$mail-&#62;send();
This should be
$mail = new Zend_Mail();
$myImage [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ordinarywebguy.wordpress.com&blog=707007&post=85&subd=ordinarywebguy&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ordinarywebguy.wordpress.com/2008/10/14/zend_mail-attachment-missing-line/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/669543fad3b8905fede5245c419b6296?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ordinarywebguy</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Map Project</title>
		<link>http://ordinarywebguy.wordpress.com/2008/10/13/google-map-project/</link>
		<comments>http://ordinarywebguy.wordpress.com/2008/10/13/google-map-project/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 17:47:45 +0000</pubDate>
		<dc:creator>ordinarywebguy</dc:creator>
				<category><![CDATA[GMaps]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Project Bookmark]]></category>

		<guid isPermaLink="false">http://ordinarywebguy.wordpress.com/?p=82</guid>
		<description><![CDATA[Just a project bookmark.
My recent project at YW, Google Map API integration. It also utilizes jQuery, Zend_Db and Zend_Paginator.
Check it out here: http://88.191.66.96/index.php
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ordinarywebguy.wordpress.com&blog=707007&post=82&subd=ordinarywebguy&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ordinarywebguy.wordpress.com/2008/10/13/google-map-project/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/669543fad3b8905fede5245c419b6296?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ordinarywebguy</media:title>
		</media:content>
	</item>
		<item>
		<title>Don&#8217;t use google chrome to open your google notebook</title>
		<link>http://ordinarywebguy.wordpress.com/2008/10/13/dont-use-google-chrome-to-open-your-google-notebook/</link>
		<comments>http://ordinarywebguy.wordpress.com/2008/10/13/dont-use-google-chrome-to-open-your-google-notebook/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 17:31:29 +0000</pubDate>
		<dc:creator>ordinarywebguy</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Google Notebook]]></category>

		<guid isPermaLink="false">http://ordinarywebguy.wordpress.com/?p=79</guid>
		<description><![CDATA[Exactly as what the title is &#8220;Don&#8217;t use google chrome to open your google notebook&#8221; if you don&#8217;t want to lose data in your google notebook. It just happen to me after a click on my notebook section, the data on it was disappeared. And I can&#8217;t find a way how to retrieve it.  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ordinarywebguy.wordpress.com&blog=707007&post=79&subd=ordinarywebguy&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ordinarywebguy.wordpress.com/2008/10/13/dont-use-google-chrome-to-open-your-google-notebook/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/669543fad3b8905fede5245c419b6296?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ordinarywebguy</media:title>
		</media:content>
	</item>
		<item>
		<title>Calendar with Zend_Date</title>
		<link>http://ordinarywebguy.wordpress.com/2008/10/10/calendar-with-zend_date/</link>
		<comments>http://ordinarywebguy.wordpress.com/2008/10/10/calendar-with-zend_date/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 18:35:52 +0000</pubDate>
		<dc:creator>ordinarywebguy</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Frameworks]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://ordinarywebguy.wordpress.com/?p=77</guid>
		<description><![CDATA[As I&#8217;ve started to learn mvc zend framework, I&#8217;ve also started to use it as a stack framework library for some of my side projects. This module utilizes the Zend_Date component. See code:
class Calendar {
protected $year;
protected $month;
protected $day;
private $ctr = 0;
public function __construct() {
$date = Zend_Date::now();
$this-&#62;year = $date-&#62;get(Zend_Date::YEAR);
$this-&#62;month = $date-&#62;get(Zend_Date::MONTH);
$this-&#62;day = $date-&#62;get(Zend_Date::DAY);
unset($date);
}
public function viewMonth($year = [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ordinarywebguy.wordpress.com&blog=707007&post=77&subd=ordinarywebguy&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ordinarywebguy.wordpress.com/2008/10/10/calendar-with-zend_date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/669543fad3b8905fede5245c419b6296?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ordinarywebguy</media:title>
		</media:content>
	</item>
		<item>
		<title>Java == New Machine &#124;&#124; Upgrade</title>
		<link>http://ordinarywebguy.wordpress.com/2008/05/09/java-new-machine-upgrade/</link>
		<comments>http://ordinarywebguy.wordpress.com/2008/05/09/java-new-machine-upgrade/#comments</comments>
		<pubDate>Fri, 09 May 2008 14:58:47 +0000</pubDate>
		<dc:creator>ordinarywebguy</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Head First]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Self]]></category>

		<guid isPermaLink="false">http://ordinarywebguy.wordpress.com/?p=76</guid>
		<description><![CDATA[Yes, I need a new machine or an upgrade after almost a half way reading both Head First Java and Head First Passing SCWCD ebooks. And yes I&#8217;m inlove w/ Java. For enforcing me to be code-displined, OOP centric, in short a better developer. Sweet Java!!! But my current PC is kidda slow  and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ordinarywebguy.wordpress.com&blog=707007&post=76&subd=ordinarywebguy&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ordinarywebguy.wordpress.com/2008/05/09/java-new-machine-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/669543fad3b8905fede5245c419b6296?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ordinarywebguy</media:title>
		</media:content>
	</item>
		<item>
		<title>I love Zend Framework! It really rocks!!!</title>
		<link>http://ordinarywebguy.wordpress.com/2008/04/22/i-love-zend-framework-it-really-rocks/</link>
		<comments>http://ordinarywebguy.wordpress.com/2008/04/22/i-love-zend-framework-it-really-rocks/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 17:01:59 +0000</pubDate>
		<dc:creator>ordinarywebguy</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Frameworks]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://ordinarywebguy.wordpress.com/?p=75</guid>
		<description><![CDATA[Yes, I just can&#8217;t stop loving to learn it and being inspired by Dohdoh with his tutorials.
http://www.dohdoh.net/category/zend-framework/
By Zend
http://framework.zend.com/manual/videos
And by others
http://akrabat.com/zend-framework-tutorial/
WHY I LOVE IT?
For some reason, I just get tired of what they say &#8220;reinventing the wheel&#8221;, building my own PHP framework MK-PHP. Though MK-PHP really makes me better at PHP making everything you want on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ordinarywebguy.wordpress.com&blog=707007&post=75&subd=ordinarywebguy&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ordinarywebguy.wordpress.com/2008/04/22/i-love-zend-framework-it-really-rocks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/669543fad3b8905fede5245c419b6296?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ordinarywebguy</media:title>
		</media:content>
	</item>
		<item>
		<title>Free Icons for your Web Application and more&#8230;</title>
		<link>http://ordinarywebguy.wordpress.com/2008/03/14/free-icons-for-your-web-application-and-more/</link>
		<comments>http://ordinarywebguy.wordpress.com/2008/03/14/free-icons-for-your-web-application-and-more/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 00:21:59 +0000</pubDate>
		<dc:creator>ordinarywebguy</dc:creator>
				<category><![CDATA[3006357]]></category>
		<category><![CDATA[Cool Websites]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Icons]]></category>

		<guid isPermaLink="false">http://ordinarywebguy.wordpress.com/2008/03/14/free-icons-for-your-web-application-and-more/</guid>
		<description><![CDATA[Last night I was coding for a functionality / module that be able to browse folders and files in a specific specified directory on server or should I say web root directory. I finished testing the code and the only thing left was the layout thinking of making it more appealing that will mimic a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ordinarywebguy.wordpress.com&blog=707007&post=74&subd=ordinarywebguy&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ordinarywebguy.wordpress.com/2008/03/14/free-icons-for-your-web-application-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/669543fad3b8905fede5245c419b6296?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ordinarywebguy</media:title>
		</media:content>
	</item>
		<item>
		<title>How to beautifully retrieve arrays in PHP?</title>
		<link>http://ordinarywebguy.wordpress.com/2008/02/29/how-to-beautifully-retrieve-arrays-in-php/</link>
		<comments>http://ordinarywebguy.wordpress.com/2008/02/29/how-to-beautifully-retrieve-arrays-in-php/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 00:42:57 +0000</pubDate>
		<dc:creator>ordinarywebguy</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://ordinarywebguy.wordpress.com/?p=73</guid>
		<description><![CDATA[ How?
Cast it to object type.  
See example:
$info = array(
&#8216;first_name&#8217; =&#62; &#8216;Mitch Khenly&#8217;,
&#8216;last_name&#8217; =&#62; &#8216;Pascual&#8217;,
&#8216;age&#8217; =&#62; 1
);
$info = (object) $info; # the secret  

You can now access it like this:
$info-&#62;first_name;
$info-&#62;last_name;
$info-&#62;age;
I find and see it more beautiful to retrieve / access arrays that way. It&#8217;s more readable. Agree?   
    [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ordinarywebguy.wordpress.com&blog=707007&post=73&subd=ordinarywebguy&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ordinarywebguy.wordpress.com/2008/02/29/how-to-beautifully-retrieve-arrays-in-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/669543fad3b8905fede5245c419b6296?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ordinarywebguy</media:title>
		</media:content>
	</item>
		<item>
		<title>Head First E-books</title>
		<link>http://ordinarywebguy.wordpress.com/2008/02/14/head-first-e-books/</link>
		<comments>http://ordinarywebguy.wordpress.com/2008/02/14/head-first-e-books/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 22:40:50 +0000</pubDate>
		<dc:creator>ordinarywebguy</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[E-books]]></category>
		<category><![CDATA[Head First]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[OOP]]></category>

		<guid isPermaLink="false">http://ordinarywebguy.wordpress.com/?p=72</guid>
		<description><![CDATA[I frustratingly  wished and wanted to have a copy of these books &#8230; but these e-books make my wish come true.
Head First Java, 2nd Edition
Head First Design Patterns
Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam (SCWCD)
and&#8230;
more here.
Got to print them out soon&#8230; Hehe!
       [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ordinarywebguy.wordpress.com&blog=707007&post=72&subd=ordinarywebguy&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ordinarywebguy.wordpress.com/2008/02/14/head-first-e-books/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/669543fad3b8905fede5245c419b6296?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ordinarywebguy</media:title>
		</media:content>
	</item>
		<item>
		<title>Multiple Constructor in PHP</title>
		<link>http://ordinarywebguy.wordpress.com/2008/01/31/multiple-constructor-in-php/</link>
		<comments>http://ordinarywebguy.wordpress.com/2008/01/31/multiple-constructor-in-php/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 22:58:25 +0000</pubDate>
		<dc:creator>ordinarywebguy</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP 5]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://ordinarywebguy.wordpress.com/?p=71</guid>
		<description><![CDATA[How?
See code:
class MultipleConstructor {
private $info = &#8221;;
function __construct() {
$argv = func_get_args();
switch( func_num_args() )
{
default:
case 1:
self::__construct1($argv[0]);
break;
case 2:
self::__construct2( $argv[0], $argv[1] );
break;
}
}
function __construct1($value) {
$this-&#62;info =  $value;
}
function __construct2($value, $value2) {
$this-&#62;info =  $value . &#8221; &#8221; . $value2;
}
function get() {
return $this-&#62;info;
}
}
$a = new MultipleConstructor(&#8216;Value 1&#8242;);
echo $a-&#62;get();
$b = new MultipleConstructor(&#8216;Value 1&#8242;, &#8216;Value 2&#8242;);
echo $b-&#62;get();
Viola!!!
       [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ordinarywebguy.wordpress.com&blog=707007&post=71&subd=ordinarywebguy&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ordinarywebguy.wordpress.com/2008/01/31/multiple-constructor-in-php/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/669543fad3b8905fede5245c419b6296?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ordinarywebguy</media:title>
		</media:content>
	</item>
	</channel>
</rss>