<?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; Development</title>
	<atom:link href="http://blog.jepamedia.org/tags/dev/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>
		<item>
		<title>Rails Extend FormHelper For Custom Form Elements</title>
		<link>http://blog.jepamedia.org/2008/12/20/rails-extend-formhelper-for-custom-form-elements/</link>
		<comments>http://blog.jepamedia.org/2008/12/20/rails-extend-formhelper-for-custom-form-elements/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 21:41:56 +0000</pubDate>
		<dc:creator>justinpalmer</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Rails]]></category>
<category>Development</category><category>Rails</category>
		<guid isPermaLink="false">http://blog.jepamedia.org/2008/12/20/rails-extend-formhelper-for-custom-form-elements/</guid>
		<description><![CDATA[This method was tested on Rails 2.2.2. I am currently building a Rails application where I will need to build some custom form elements and have them still work with the FormBuilder. I found a post about building a spinbox field that really helped me on my way. In my application I had a boolean [...]]]></description>
		<wfw:commentRss>http://blog.jepamedia.org/2008/12/20/rails-extend-formhelper-for-custom-form-elements/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Rails 2 Blog in 15 Minutes</title>
		<link>http://blog.jepamedia.org/2008/11/27/rails-2-blog-in-15-minutes/</link>
		<comments>http://blog.jepamedia.org/2008/11/27/rails-2-blog-in-15-minutes/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 02:59:29 +0000</pubDate>
		<dc:creator>justinpalmer</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Rails]]></category>
<category>Development</category><category>Rails</category><category>screancast</category>
		<guid isPermaLink="false">http://blog.jepamedia.org/2008/11/27/rails-2-blog-in-15-minutes/</guid>
		<description><![CDATA[A great new screencast just came out on the Ruby on Rails site. Check it out]]></description>
		<wfw:commentRss>http://blog.jepamedia.org/2008/11/27/rails-2-blog-in-15-minutes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://media.rubyonrails.org/video/rails_blog_2.mov" length="49405864" type="video/quicktime" />
		</item>
		<item>
		<title>Editing the OS X &#8220;hosts&#8221; File</title>
		<link>http://blog.jepamedia.org/2008/06/04/editing-the-os-x-hosts-file/</link>
		<comments>http://blog.jepamedia.org/2008/06/04/editing-the-os-x-hosts-file/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 21:54:27 +0000</pubDate>
		<dc:creator>justinpalmer</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
<category>Apache</category><category>Development</category><category>Linux</category><category>Mac OS X</category>
		<guid isPermaLink="false">http://blog.jepamedia.org/2008/06/04/editing-the-os-x-hosts-file/</guid>
		<description><![CDATA[First of all the path to your hosts file on OS X is: /private/etc/hosts The "hosts" file is in the "etc" folder. Quick command: PLAIN TEXT CODE: sudo nano /private/etc/hosts If you need more help and don't understand the format of the hosts file or need additional help then please continue, if you don't need [...]]]></description>
		<wfw:commentRss>http://blog.jepamedia.org/2008/06/04/editing-the-os-x-hosts-file/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Opera: 421 Server Error</title>
		<link>http://blog.jepamedia.org/2007/11/05/opera_server_error_421/</link>
		<comments>http://blog.jepamedia.org/2007/11/05/opera_server_error_421/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 02:57:38 +0000</pubDate>
		<dc:creator>justinpalmer</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Mac OS X]]></category>
<category>Design</category><category>Development</category><category>dmg</category><category>Mac OS X</category><category>opera 9</category>
		<guid isPermaLink="false">http://blog.jepamedia.org/2007/11/05/opera_server_error_421/</guid>
		<description><![CDATA[Well it seems that I am out of luck for now. Let's see how long. I went to download Opera for my Mac and what did I receive instead of my Opera_9.24_Setup.dmg? A server 421 error: Although it says that I have to many connections from my address, I have only tried to download it [...]]]></description>
		<wfw:commentRss>http://blog.jepamedia.org/2007/11/05/opera_server_error_421/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
