<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Oville Project</title>
	<link>http://www.oville.info</link>
	<description>Work and Play</description>
	<lastBuildDate>Wed, 30 Jun 2010 19:19:32 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>PHP: Use isset() Instead of strlen()</title>
		<description><![CDATA[If you are writing an application on which you need to check the minimum length of a string, I would suggest you use isset() and treat the variable as an array. Each character of the string will be become an element in the array, and you can determine the number of characters by adding 1 [...]]]></description>
		<link>http://www.oville.info/2008/12/php-use-isset-instead-of-strlen/</link>
			</item>
	<item>
		<title>PHP: A small benchmark class</title>
		<description><![CDATA[I have been asked with questions like &#8220;how does Wordpress get its code execute time&#8221; or &#8220;how to benchmark my php code&#8221; so many times already, so I decided to share a simple benchmarking class that I have written for debugging purposes. I have been using this to test functions before implementing them in my [...]]]></description>
		<link>http://www.oville.info/2008/08/php-a-small-benchmark-class/</link>
			</item>
	<item>
		<title>PHP: Simple username generator</title>
		<description><![CDATA[Here is a simple function I wrote to generate a username based on user&#8217;s first and last name.  This function will concatenate the first 5 characters of the first name to the first character of the last name. I used the explode function to split names with more than one word, and ran loops to [...]]]></description>
		<link>http://www.oville.info/2008/04/php-simple-username-generator/</link>
			</item>
	<item>
		<title>How to configure Globe Tattoo in Ubuntu</title>
		<description><![CDATA[Here is a simple way to configure Globe Tattoo in Ubuntu. It&#8217;s very useful when you&#8217;re travelling with your *nix powered lappy.

Open your Network Connections &#62; click on Mobile Broadband tab &#62; then click Add

Select your Mobile Modem &#62; click Forward

Select Philippines &#62; click Forward

Select Globe Telecom &#62; click Forward

For Postpaid: Select Internet &#62; click [...]]]></description>
		<link>http://www.oville.info/2008/02/how-to-configure-globe-tattoo-in-ubuntu/</link>
			</item>
</channel>
</rss>
