<?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/"
	>

<channel>
	<title>Blog :: render(); &#187; php</title>
	<atom:link href="http://blog.jepamedia.org/tags/dev/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jepamedia.org</link>
	<description>Thoughts of an applications developer.</description>
	<lastBuildDate>Tue, 13 Jul 2010 16:49:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PHP Titleize String for Title</title>
		<link>http://blog.jepamedia.org/2010/05/01/php-titleize-string-for-title/</link>
		<comments>http://blog.jepamedia.org/2010/05/01/php-titleize-string-for-title/#comments</comments>
		<pubDate>Sun, 02 May 2010 05:52:58 +0000</pubDate>
		<dc:creator>justinpalmer</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[php]]></category>
<category>Development</category><category>php</category><category>string</category>
		<guid isPermaLink="false">http://blog.jepamedia.org/2010/05/01/php-titleize-string-for-title/</guid>
		<description><![CDATA[Have you ever wanted an easy way to titleize a string? Here it is. PLAIN TEXT PHP: /** &#160; &#160;&#160; * Create a title out of string &#160; &#160;&#160; * &#160; &#160;&#160; * @return string &#160; &#160;&#160; * @author Justin Palmer &#160; &#160;&#160; **/ &#160; &#160; public function titleize&#40;$string&#41; &#160; &#160; &#123; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.jepamedia.org/2010/05/01/php-titleize-string-for-title/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails number_with_delimiter for PHP</title>
		<link>http://blog.jepamedia.org/2010/04/29/rails-number_with_delimiter-for-php/</link>
		<comments>http://blog.jepamedia.org/2010/04/29/rails-number_with_delimiter-for-php/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 03:25:05 +0000</pubDate>
		<dc:creator>justinpalmer</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[php]]></category>
<category>Development</category><category>php</category>
		<guid isPermaLink="false">http://blog.jepamedia.org/2010/04/29/rails-number_with_delimiter-for-php/</guid>
		<description><![CDATA[Have you ever had a number that you need to convert to a more readable number? Maybe get it ready to be displayed like money? PHP does not really have a way to do this, but Rails does. I implemented the number_with_delimiter helper from Rails to PHP. PLAIN TEXT PHP: /** * Formats a number [...]]]></description>
		<wfw:commentRss>http://blog.jepamedia.org/2010/04/29/rails-number_with_delimiter-for-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Continuous Integration for PHP with Hudson</title>
		<link>http://blog.jepamedia.org/2009/10/28/continuous-integration-for-php-with-hudson/</link>
		<comments>http://blog.jepamedia.org/2009/10/28/continuous-integration-for-php-with-hudson/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 05:29:04 +0000</pubDate>
		<dc:creator>justinpalmer</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[php]]></category>
<category>ant</category><category>clover</category><category>code coverage</category><category>continuous integration</category><category>Development</category><category>hudson</category><category>Linux</category><category>pdepend</category><category>php</category><category>php tools</category><category>phpcpd</category><category>phpcs</category><category>phpdoc</category><category>phpdocumentor</category><category>phpunit</category>
		<guid isPermaLink="false">http://blog.jepamedia.org/2009/10/28/continuous-integration-for-php-with-hudson/</guid>
		<description><![CDATA[I was watching a DjangoCon keynote by Cal Henderson from Flickr and he mention that they used Hudson for Continuous Integration (CI). I know that there is phpUnderControl, but with Flickr endorsing Hudson that was enough for me to give Hudson a try over phpUnderControl. I will not be covering the installation of Hudson in [...]]]></description>
		<wfw:commentRss>http://blog.jepamedia.org/2009/10/28/continuous-integration-for-php-with-hudson/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
