<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Blog :: render();</title>
	<link>http://blog.jepamedia.org</link>
	<description>Thoughts of an applications developer.</description>
	<lastBuildDate>Tue, 13 Jul 2010 16:49:49 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>OS X Mail.app &#8211; HTML Signature</title>
		<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>
		<link>http://blog.jepamedia.org/2010/07/13/os-x-mail-html-signature/</link>
			</item>
	<item>
		<title>WordPress 2.1.1 to 3.0</title>
		<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>
		<link>http://blog.jepamedia.org/2010/06/19/wordpress-2-1-1-to-3-0/</link>
			</item>
	<item>
		<title>PHP Titleize String for Title</title>
		<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>
		<link>http://blog.jepamedia.org/2010/05/01/php-titleize-string-for-title/</link>
			</item>
	<item>
		<title>Rails number_with_delimiter for PHP</title>
		<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>
		<link>http://blog.jepamedia.org/2010/04/29/rails-number_with_delimiter-for-php/</link>
			</item>
	<item>
		<title>Continuous Integration for PHP with Hudson</title>
		<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>
		<link>http://blog.jepamedia.org/2009/10/28/continuous-integration-for-php-with-hudson/</link>
			</item>
	<item>
		<title>Snow Leopard Connecting to SMB is a Joke</title>
		<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>
		<link>http://blog.jepamedia.org/2009/09/16/snow-leopard-connecting-to-smb-is-a-joke/</link>
			</item>
	<item>
		<title>OS X Set Global Paths</title>
		<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>
		<link>http://blog.jepamedia.org/2009/09/04/os-x-set-global-paths/</link>
			</item>
	<item>
		<title>Rails Extend FormHelper For Custom Form Elements</title>
		<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>
		<link>http://blog.jepamedia.org/2008/12/20/rails-extend-formhelper-for-custom-form-elements/</link>
			</item>
	<item>
		<title>Rails 2 Blog in 15 Minutes</title>
		<description><![CDATA[A great new screencast just came out on the Ruby on Rails site. Check it out]]></description>
		<link>http://blog.jepamedia.org/2008/11/27/rails-2-blog-in-15-minutes/</link>
			</item>
	<item>
		<title>Editing the OS X &#8220;hosts&#8221; File</title>
		<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>
		<link>http://blog.jepamedia.org/2008/06/04/editing-the-os-x-hosts-file/</link>
			</item>
</channel>
</rss>
