<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.1" -->
<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/"
	>

<channel>
	<title>Blog :: render();</title>
	<link>http://blog.jepamedia.org</link>
	<description>Thoughts of an applications developer.</description>
	<pubDate>Sun, 01 Nov 2009 03:06:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.1</generator>
	<language>en</language>
			<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 [...]]]></description>
		<wfw:commentRss>http://blog.jepamedia.org/2009/10/28/continuous-integration-for-php-with-hudson/feed/</wfw:commentRss>
		</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 [...]]]></description>
		<wfw:commentRss>http://blog.jepamedia.org/2009/09/16/snow-leopard-connecting-to-smb-is-a-joke/feed/</wfw:commentRss>
		</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>
		</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 field in the [...]]]></description>
		<wfw:commentRss>http://blog.jepamedia.org/2008/12/20/rails-extend-formhelper-for-custom-form-elements/feed/</wfw:commentRss>
		</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>
<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 the help than you, [...]]]></description>
		<wfw:commentRss>http://blog.jepamedia.org/2008/06/04/editing-the-os-x-hosts-file/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iTerm Background and Text Color Modifications</title>
		<link>http://blog.jepamedia.org/2007/11/19/iterm-background-and-text-color-modifications/</link>
		<comments>http://blog.jepamedia.org/2007/11/19/iterm-background-and-text-color-modifications/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 05:58:37 +0000</pubDate>
		<dc:creator>justinpalmer</dc:creator>
		
		<category><![CDATA[Mac OS X]]></category>
<category>Mac OS X</category><category>session preferences</category><category>terminal window</category>
		<guid isPermaLink="false">http://blog.jepamedia.org/2007/11/19/iterm-background-and-text-color-modifications/</guid>
		<description><![CDATA[I really like iTerm as most people in the OS X world do.  The one thing that I hated and hade no solution for was the white background and black text.  Below I show how to change these settings to make it feel more like a terminal that I am used to.
Go to [...]]]></description>
		<wfw:commentRss>http://blog.jepamedia.org/2007/11/19/iterm-background-and-text-color-modifications/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Linux Super Mario - Super Tux</title>
		<link>http://blog.jepamedia.org/2007/11/05/super-tux/</link>
		<comments>http://blog.jepamedia.org/2007/11/05/super-tux/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 06:29:08 +0000</pubDate>
		<dc:creator>justinpalmer</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Mac OS X]]></category>

		<category><![CDATA[Games]]></category>
<category>Games</category><category>legend of zelda 2</category><category>Linux</category><category>Mac OS X</category><category>mario bros game</category><category>tux</category><category>youtube</category>
		<guid isPermaLink="false">http://blog.jepamedia.org/2007/11/05/super-tux/</guid>
		<description><![CDATA[Like the Nintendo hit Super Mario Bros. comes the Super Tux.  Great game!  It kinda reminds me of Super Mario Bros. game play  with The Legend of Zelda 2 Map layout.
Check out the game play:

And the map layout:


Go get it today!
And take a look at Super Mario Bros. in 5 minutes:




]]></description>
		<wfw:commentRss>http://blog.jepamedia.org/2007/11/05/super-tux/feed/</wfw:commentRss>
		</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 [...]]]></description>
		<wfw:commentRss>http://blog.jepamedia.org/2007/11/05/opera_server_error_421/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu Static Ip Address</title>
		<link>http://blog.jepamedia.org/2007/10/27/ubuntu_static_ip_address/</link>
		<comments>http://blog.jepamedia.org/2007/10/27/ubuntu_static_ip_address/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 06:31:03 +0000</pubDate>
		<dc:creator>justinpalmer</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Networking]]></category>
<category>Linux</category><category>networking</category><category>samba</category><category>static ip address</category><category>ubuntu</category>
		<guid isPermaLink="false">http://blog.jepamedia.org/2007/10/27/ubuntu_static_ip_address/</guid>
		<description><![CDATA[Today I wanted to set up my Linux box so that it had a static ip address for shared resources like Samba.  
The network card that I happen to be using for it was eth0.  If you are using a different one then you may need to modify the code below to match [...]]]></description>
		<wfw:commentRss>http://blog.jepamedia.org/2007/10/27/ubuntu_static_ip_address/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
