<?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>Yum yum ..</title>
	<atom:link href="http://dbforch.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dbforch.wordpress.com</link>
	<description>Well .. Just another WordPress.com site</description>
	<lastBuildDate>Fri, 29 Jul 2011 13:21:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='dbforch.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Yum yum ..</title>
		<link>http://dbforch.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dbforch.wordpress.com/osd.xml" title="Yum yum .." />
	<atom:link rel='hub' href='http://dbforch.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Java: Understanding Streams, Bytes and Character sets</title>
		<link>http://dbforch.wordpress.com/2011/06/19/java-understanding-streams-bytes-and-character-sets/</link>
		<comments>http://dbforch.wordpress.com/2011/06/19/java-understanding-streams-bytes-and-character-sets/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 11:14:22 +0000</pubDate>
		<dc:creator>dbforch</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://dbforch.wordpress.com/?p=483</guid>
		<description><![CDATA[I had to evolve myself back to Java, one of the first languages I learned to program in, and boy was that a fallback. Being in PHP so long, used to the OOP capabilities it brings a long, I noticed the side effects of using PHP&#8217;s flawed and missing OOP principles. The project I was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbforch.wordpress.com&amp;blog=13781033&amp;post=483&amp;subd=dbforch&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dbforch.wordpress.com/2011/06/19/java-understanding-streams-bytes-and-character-sets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d436fff812b24e62ec7b757e16f87c52?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dbforch</media:title>
		</media:content>
	</item>
		<item>
		<title>You Can Use If, Instead Of count()</title>
		<link>http://dbforch.wordpress.com/2010/06/28/you-can-use-if-instead-of-count/</link>
		<comments>http://dbforch.wordpress.com/2010/06/28/you-can-use-if-instead-of-count/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 11:42:03 +0000</pubDate>
		<dc:creator>dbforch</dc:creator>
				<category><![CDATA[PHP5]]></category>
		<category><![CDATA[PHP5.3]]></category>

		<guid isPermaLink="false">http://dbforch.wordpress.com/?p=422</guid>
		<description><![CDATA[If your using arrays as a collection for a container of data, very few know that count isn&#8217;t always needed to know if an array has values or not. Here is a comparison: $array = array(); // without count, // shall output nothing. if($array) var_dump($array); // with count, // shall output nothing if(count($array) &#62; 0) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbforch.wordpress.com&amp;blog=13781033&amp;post=422&amp;subd=dbforch&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dbforch.wordpress.com/2010/06/28/you-can-use-if-instead-of-count/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d436fff812b24e62ec7b757e16f87c52?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dbforch</media:title>
		</media:content>
	</item>
		<item>
		<title>The Logic Behind Template Engines (PHP-Based)</title>
		<link>http://dbforch.wordpress.com/2010/06/26/the-logic-behind-template-engines-php-based/</link>
		<comments>http://dbforch.wordpress.com/2010/06/26/the-logic-behind-template-engines-php-based/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 15:34:29 +0000</pubDate>
		<dc:creator>dbforch</dc:creator>
				<category><![CDATA[PHP5]]></category>
		<category><![CDATA[PHP5.3]]></category>

		<guid isPermaLink="false">http://dbforch.wordpress.com/?p=253</guid>
		<description><![CDATA[Blup
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbforch.wordpress.com&amp;blog=13781033&amp;post=253&amp;subd=dbforch&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dbforch.wordpress.com/2010/06/26/the-logic-behind-template-engines-php-based/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d436fff812b24e62ec7b757e16f87c52?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dbforch</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP Types, An Objective Approach</title>
		<link>http://dbforch.wordpress.com/2010/06/13/php-types-an-objective-approach/</link>
		<comments>http://dbforch.wordpress.com/2010/06/13/php-types-an-objective-approach/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 17:23:42 +0000</pubDate>
		<dc:creator>dbforch</dc:creator>
				<category><![CDATA[PHP5]]></category>
		<category><![CDATA[PHP5.3]]></category>
		<category><![CDATA[Method chaining]]></category>
		<category><![CDATA[Native type wrappers]]></category>
		<category><![CDATA[Object chaining]]></category>
		<category><![CDATA[Object wrappers]]></category>
		<category><![CDATA[Objective-PHP]]></category>
		<category><![CDATA[ObjectivePHP]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[OOP5]]></category>
		<category><![CDATA[Rapid development]]></category>

		<guid isPermaLink="false">http://dbforch.wordpress.com/?p=69</guid>
		<description><![CDATA[You can read all about this approach here: ObjectivePHP<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbforch.wordpress.com&amp;blog=13781033&amp;post=69&amp;subd=dbforch&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dbforch.wordpress.com/2010/06/13/php-types-an-objective-approach/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d436fff812b24e62ec7b757e16f87c52?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dbforch</media:title>
		</media:content>
	</item>
		<item>
		<title>Parameter Options Array With Default Values (array_merge).</title>
		<link>http://dbforch.wordpress.com/2010/06/11/parameter-options-array-with-default-values-array_merge/</link>
		<comments>http://dbforch.wordpress.com/2010/06/11/parameter-options-array-with-default-values-array_merge/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 13:30:56 +0000</pubDate>
		<dc:creator>dbforch</dc:creator>
				<category><![CDATA[PHP5]]></category>
		<category><![CDATA[PHP5.3]]></category>
		<category><![CDATA[array_merge]]></category>
		<category><![CDATA[Optional parameters]]></category>
		<category><![CDATA[Optional settings]]></category>
		<category><![CDATA[Parameter array]]></category>

		<guid isPermaLink="false">http://dbforch.wordpress.com/?p=142</guid>
		<description><![CDATA[When some method or function call can be specified with alternate options using a one dimensional array, for example: function whoAmI($iam, $baboon, array('setme' =&#62; false, 'else' =&#62; true)); A lot of programmers tend to manually check the passed option keys and set it&#8217;s value, this is what I see in a lot of tutorials on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbforch.wordpress.com&amp;blog=13781033&amp;post=142&amp;subd=dbforch&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dbforch.wordpress.com/2010/06/11/parameter-options-array-with-default-values-array_merge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d436fff812b24e62ec7b757e16f87c52?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dbforch</media:title>
		</media:content>
	</item>
		<item>
		<title>Apache2, FastCGI &amp; Multiple PHP Versions (Ubuntu/Lucid-10.04)</title>
		<link>http://dbforch.wordpress.com/2010/05/21/apache2-fastcgi-multiple-php-versions-ubuntulucid-10-04/</link>
		<comments>http://dbforch.wordpress.com/2010/05/21/apache2-fastcgi-multiple-php-versions-ubuntulucid-10-04/#comments</comments>
		<pubDate>Fri, 21 May 2010 00:31:34 +0000</pubDate>
		<dc:creator>dbforch</dc:creator>
				<category><![CDATA[Apache2]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[FastCGI]]></category>
		<category><![CDATA[FCGI]]></category>
		<category><![CDATA[Multiple PHP versions]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://dbforch.wordpress.com/?p=3</guid>
		<description><![CDATA[Update # Some minor mistakes solved, tnx a lot for the emails # &#8212; A little guide I&#8217;ve made for those who would like to develop with multiple PHP versions on a local server without restarting the Apache server every time you wish to change the PHP version. If you would like to read more [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbforch.wordpress.com&amp;blog=13781033&amp;post=3&amp;subd=dbforch&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dbforch.wordpress.com/2010/05/21/apache2-fastcgi-multiple-php-versions-ubuntulucid-10-04/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d436fff812b24e62ec7b757e16f87c52?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dbforch</media:title>
		</media:content>
	</item>
	</channel>
</rss>
