<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" 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>Simply loving web development goodies</description>
	<lastBuildDate>Fri, 27 Jan 2012 17:42:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ordinarywebguy.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Ordinary Web Guy</title>
		<link>http://ordinarywebguy.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ordinarywebguy.wordpress.com/osd.xml" title="Ordinary Web Guy" />
	<atom:link rel='hub' href='http://ordinarywebguy.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How To (HTTPS) Redirect Signup and Admin Pages Using .htaccess</title>
		<link>http://ordinarywebguy.wordpress.com/2012/01/27/how-to-https-redirect-signup-pages-using-htaccess/</link>
		<comments>http://ordinarywebguy.wordpress.com/2012/01/27/how-to-https-redirect-signup-pages-using-htaccess/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 17:32:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://ordinarywebguy.wordpress.com/?p=203</guid>
		<description><![CDATA[&#8220;Simple is better than complicated and complicated is better than complex&#8221;. I&#8217;ve read that quote somewhere in blogosphere and abruptly occupies in my brain. Keeping every logic simple within the code is essential and beneficial not only for a team collaboration setup but also for yourself as a coder. KISS principle could explain it. I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ordinarywebguy.wordpress.com&amp;blog=707007&amp;post=203&amp;subd=ordinarywebguy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ordinarywebguy.wordpress.com/2012/01/27/how-to-https-redirect-signup-pages-using-htaccess/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>Compelling Reasons To Use Silverstripe</title>
		<link>http://ordinarywebguy.wordpress.com/2011/02/11/compelling-reasons-to-use-silverstripe/</link>
		<comments>http://ordinarywebguy.wordpress.com/2011/02/11/compelling-reasons-to-use-silverstripe/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 19:40:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Silverstripe]]></category>

		<guid isPermaLink="false">http://ordinarywebguy.wordpress.com/?p=162</guid>
		<description><![CDATA[Silverstripe is a CMS solution built under sapphire PHP framework. To know more about it please visit http://www.silverstripe.org/. Now let&#8217;s go the main point of this blog post. Here&#8217;s the story: I shouldn&#8217;t have been looking for another PHP based CMS solution for my personal projects; totally ditch PHP and try something else like ruby on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ordinarywebguy.wordpress.com&amp;blog=707007&amp;post=162&amp;subd=ordinarywebguy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ordinarywebguy.wordpress.com/2011/02/11/compelling-reasons-to-use-silverstripe/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>Zend_Form a Daunting and Cumbersome Task?</title>
		<link>http://ordinarywebguy.wordpress.com/2010/09/25/zend_form-a-daunting-and-cumbersome-task/</link>
		<comments>http://ordinarywebguy.wordpress.com/2010/09/25/zend_form-a-daunting-and-cumbersome-task/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 18:40:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://ordinarywebguy.wordpress.com/?p=139</guid>
		<description><![CDATA[Zend_Form is simply the easiest way to generate forms in Zend Framework applications. But what if you have a custom web 2.0 form? Is it still applicable to use? I&#8217;ve been into several Zend Framework projects but never came to my mind to utilize Zend_Form. There is a tutorial on how to create custom form [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ordinarywebguy.wordpress.com&amp;blog=707007&amp;post=139&amp;subd=ordinarywebguy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ordinarywebguy.wordpress.com/2010/09/25/zend_form-a-daunting-and-cumbersome-task/feed/</wfw:commentRss>
		<slash:comments>1</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 Install Android Applications using Android SDK?</title>
		<link>http://ordinarywebguy.wordpress.com/2010/08/06/how-to-install-android-applications-using-android-sdk/</link>
		<comments>http://ordinarywebguy.wordpress.com/2010/08/06/how-to-install-android-applications-using-android-sdk/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 18:21:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[android apps]]></category>
		<category><![CDATA[phpforandroid]]></category>
		<category><![CDATA[samsung spica]]></category>

		<guid isPermaLink="false">http://ordinarywebguy.wordpress.com/?p=130</guid>
		<description><![CDATA[Yoohooo! Finally! I recently got my android phone (samsung spica) w/ eclair.  One of the cheapest android phones available in the market as of writing this post. I wanted to try something new to learn and develop mobile applications using java then definitely phpforandroid. The whole universe is going through mobile (actually we are now). [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ordinarywebguy.wordpress.com&amp;blog=707007&amp;post=130&amp;subd=ordinarywebguy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ordinarywebguy.wordpress.com/2010/08/06/how-to-install-android-applications-using-android-sdk/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>A New Leaf</title>
		<link>http://ordinarywebguy.wordpress.com/2010/07/11/a-new-leaf/</link>
		<comments>http://ordinarywebguy.wordpress.com/2010/07/11/a-new-leaf/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 16:00:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Self]]></category>

		<guid isPermaLink="false">http://ordinarywebguy.wordpress.com/?p=120</guid>
		<description><![CDATA[Let me start by defining a leaf. A leaf literally is what trees and plants has. We can identify what kind of a tree/plant by it&#8217;s leaf. It could be small,big or long that symbolizes something. Every season, trees/plants start to sprout new leaves. What does it means? It means a fresh new start to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ordinarywebguy.wordpress.com&amp;blog=707007&amp;post=120&amp;subd=ordinarywebguy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ordinarywebguy.wordpress.com/2010/07/11/a-new-leaf/feed/</wfw:commentRss>
		<slash:comments>1</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>Will Code for Food and Suck on it</title>
		<link>http://ordinarywebguy.wordpress.com/2010/03/30/will-code-for-food-and-suck-on-it/</link>
		<comments>http://ordinarywebguy.wordpress.com/2010/03/30/will-code-for-food-and-suck-on-it/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 05:04:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://ordinarywebguy.wordpress.com/?p=102</guid>
		<description><![CDATA[“When you are trying to make a living, there ain&#8217;t no such thing as pride.” This had been one of my favorite quotes originally from Hasin w/c I could relate much because same as Hasin, I’m also a family man and as a family man I should make a living for the future, for my [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ordinarywebguy.wordpress.com&amp;blog=707007&amp;post=102&amp;subd=ordinarywebguy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ordinarywebguy.wordpress.com/2010/03/30/will-code-for-food-and-suck-on-it/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>Follow me on twitter</title>
		<link>http://ordinarywebguy.wordpress.com/2010/03/02/follow-me-on-twitter/</link>
		<comments>http://ordinarywebguy.wordpress.com/2010/03/02/follow-me-on-twitter/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 05:39:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ordinarywebguy.wordpress.com/2010/03/02/follow-me-on-twitter/</guid>
		<description><![CDATA[I haven&#8217;t blog for so long. For the mean time you can follow me on twitter. http://twitter.com/ordinarywebguy<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ordinarywebguy.wordpress.com&amp;blog=707007&amp;post=99&amp;subd=ordinarywebguy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ordinarywebguy.wordpress.com/2010/03/02/follow-me-on-twitter/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>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>admin</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 = file_get_contents($myImagePath); $at [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ordinarywebguy.wordpress.com&amp;blog=707007&amp;post=85&amp;subd=ordinarywebguy&amp;ref=&amp;feed=1" width="1" height="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>admin</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&amp;blog=707007&amp;post=82&amp;subd=ordinarywebguy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ordinarywebguy.wordpress.com/2008/10/13/google-map-project/feed/</wfw:commentRss>
		<slash:comments>7</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>admin</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. Google [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ordinarywebguy.wordpress.com&amp;blog=707007&amp;post=79&amp;subd=ordinarywebguy&amp;ref=&amp;feed=1" width="1" height="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>
	</channel>
</rss>
