<?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();</title>
	<atom:link href="http://blog.jepamedia.org/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</generator>
		<item>
		<title>OS X Mail.app &#8211; HTML Signature</title>
		<link>http://blog.jepamedia.org/2010/07/13/os-x-mail-html-signature/</link>
		<comments>http://blog.jepamedia.org/2010/07/13/os-x-mail-html-signature/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 16:49:49 +0000</pubDate>
		<dc:creator>justinpalmer</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Mac OS X]]></category>
<category>Design</category>
		<guid isPermaLink="false">http://blog.jepamedia.org/?p=54</guid>
		<description><![CDATA[HTML signatures are debated on their worth. Some people think that it is visual chaos detracting from the important information. Others, think that it is visual bliss allowing them to highlight important bits and create a more aesthetically pleasing email. I think that it is great. I don&#8217;t have a problem with it, but I [...]]]></description>
		<wfw:commentRss>http://blog.jepamedia.org/2010/07/13/os-x-mail-html-signature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.1.1 to 3.0</title>
		<link>http://blog.jepamedia.org/2010/06/19/wordpress-2-1-1-to-3-0/</link>
		<comments>http://blog.jepamedia.org/2010/06/19/wordpress-2-1-1-to-3-0/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 01:00:24 +0000</pubDate>
		<dc:creator>justinpalmer</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://blog.jepamedia.org/?p=56</guid>
		<description><![CDATA[Yesterday I upgraded my WordPress installation. I was really happy to see that the upgrade went without a hitch from 2.1.1 to 3.0. Well done WordPress!]]></description>
		<wfw:commentRss>http://blog.jepamedia.org/2010/06/19/wordpress-2-1-1-to-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>11</slash:comments>
		</item>
		<item>
		<title>Snow Leopard Connecting to SMB is a Joke</title>
		<link>http://blog.jepamedia.org/2009/09/16/snow-leopard-connecting-to-smb-is-a-joke/</link>
		<comments>http://blog.jepamedia.org/2009/09/16/snow-leopard-connecting-to-smb-is-a-joke/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 04:26:30 +0000</pubDate>
		<dc:creator>justinpalmer</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
<category>Mac OS X</category><category>os x</category><category>snow leopard</category>
		<guid isPermaLink="false">http://blog.jepamedia.org/2009/09/16/snow-leopard-connecting-to-smb-is-a-joke/</guid>
		<description><![CDATA[Today I upgraded, I mean downgraded, to OS X Snow Leopard. There is no SMB support!! I was in the #mac room tonight and someone told me that this is what I get for adopting early. What is this open source software? APPLE DON'T RELEASE AN OS IF YOU CAN'T SUPPORT FEATURES YOU DID IN [...]]]></description>
		<wfw:commentRss>http://blog.jepamedia.org/2009/09/16/snow-leopard-connecting-to-smb-is-a-joke/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OS X Set Global Paths</title>
		<link>http://blog.jepamedia.org/2009/09/04/os-x-set-global-paths/</link>
		<comments>http://blog.jepamedia.org/2009/09/04/os-x-set-global-paths/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 15:57:48 +0000</pubDate>
		<dc:creator>justinpalmer</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
<category>Mac OS X</category>
		<guid isPermaLink="false">http://blog.jepamedia.org/2009/09/04/os-x-add-global-paths/</guid>
		<description><![CDATA[If you have multiple users on your Mac then there may come a point when you want to add paths for all users. It is a really easy process. PLAIN TEXT CODE: sudo nano /etc/paths One path per line. What else do you want, now get out of here. Justin]]></description>
		<wfw:commentRss>http://blog.jepamedia.org/2009/09/04/os-x-set-global-paths/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</channel>
</rss>
