<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.1" -->
<rss version="0.92">
<channel>
	<title>Blog :: render();</title>
	<link>http://blog.jepamedia.org</link>
	<description>Thoughts of an applications developer.</description>
	<lastBuildDate>Sun, 01 Nov 2009 03:06:31 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<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 [...]]]></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 [...]]]></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 field in the [...]]]></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 the help than you, [...]]]></description>
		<link>http://blog.jepamedia.org/2008/06/04/editing-the-os-x-hosts-file/</link>
			</item>
	<item>
		<title>iTerm Background and Text Color Modifications</title>
		<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>
		<link>http://blog.jepamedia.org/2007/11/19/iterm-background-and-text-color-modifications/</link>
			</item>
	<item>
		<title>The Linux Super Mario - Super Tux</title>
		<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>
		<link>http://blog.jepamedia.org/2007/11/05/super-tux/</link>
			</item>
	<item>
		<title>Opera: 421 Server Error</title>
		<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>
		<link>http://blog.jepamedia.org/2007/11/05/opera_server_error_421/</link>
			</item>
	<item>
		<title>Ubuntu Static Ip Address</title>
		<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>
		<link>http://blog.jepamedia.org/2007/10/27/ubuntu_static_ip_address/</link>
			</item>
</channel>
</rss>
