<?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>TheCWLZone Blog</title>
	<atom:link href="http://www.thecwlzone.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thecwlzone.com/blog</link>
	<description>Christopher W Lehman Technical Blog</description>
	<lastBuildDate>Wed, 03 Feb 2010 13:01:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Rails Time Extension Edge Case</title>
		<link>http://www.thecwlzone.com/blog/rails/rails-time-extension-edge-case/</link>
		<comments>http://www.thecwlzone.com/blog/rails/rails-time-extension-edge-case/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 17:31:14 +0000</pubDate>
		<dc:creator>cwl</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=315</guid>
		<description><![CDATA[I love the extensions that Rails has for the Ruby Time object (see ActiveSupport::CoreExtensions::Integer::Time) &#8211; you can do calculations like Time.now + 1.month, (4.months + 5.years).from_now, and other cool things.
In my last post, I mentioned working with an application that uses a subscription service. One of the things I want to do is send the [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/rails/rails-time-extension-edge-case/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ouch. Tricky Rails Multiparameter Bug In Attribute Writers</title>
		<link>http://www.thecwlzone.com/blog/rails/ouch-tricky-rails-multiparameter-bug-in-attribute-writers/</link>
		<comments>http://www.thecwlzone.com/blog/rails/ouch-tricky-rails-multiparameter-bug-in-attribute-writers/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 14:56:27 +0000</pubDate>
		<dc:creator>cwl</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=311</guid>
		<description><![CDATA[I&#8217;m building a web site with a subscription-based payment system using ActiveMerchant. The first rule is, don&#8217;t put any user financial information into your local database, just pass the user input to your payment system (i.e. Pay Pal, Authorize.net, etc.). So how do you handle this information? attr_accessor to the rescue. You can have something [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/rails/ouch-tricky-rails-multiparameter-bug-in-attribute-writers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple Rails Apps Under Passenger</title>
		<link>http://www.thecwlzone.com/blog/rails/multiple-rails-apps-under-passenger/</link>
		<comments>http://www.thecwlzone.com/blog/rails/multiple-rails-apps-under-passenger/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 19:19:01 +0000</pubDate>
		<dc:creator>cwl</dc:creator>
				<category><![CDATA[IT-Related]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Passenger]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=299</guid>
		<description><![CDATA[My development server is on a home LAN behind a firewall, and I don&#8217;t want to make it a DNS sub-domain. I have directed my router to issue fixed IP addresses through DHCP, so I can use the IP address as part of the URL.
Setting up multiple Rails applications is pretty easy, but if you [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/rails/multiple-rails-apps-under-passenger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSolaris Under VMware</title>
		<link>http://www.thecwlzone.com/blog/solaris/opensolaris-under-vmware/</link>
		<comments>http://www.thecwlzone.com/blog/solaris/opensolaris-under-vmware/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 21:43:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT-Related]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=295</guid>
		<description><![CDATA[OpenSolaris looks pretty cool, so I&#8217;m giving it a spin as a VMware Virtual Machine. The trick is to set up the new VM as a Solaris 10 system &#8211; that wasn&#8217;t obvious to me. Pointers here &#8211; thanks to Sun. Already getting a kick out of ZFS.
]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/solaris/opensolaris-under-vmware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails and PHP under Ubuntu Apache</title>
		<link>http://www.thecwlzone.com/blog/rails/rails-and-php-under-ubuntu-apache/</link>
		<comments>http://www.thecwlzone.com/blog/rails/rails-and-php-under-ubuntu-apache/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 14:34:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT-Related]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=277</guid>
		<description><![CDATA[I have Ubuntu 9.10 (aka Karmic Koala) running on my laptop. It&#8217;s rapidly becoming my portable development machine, so I set up the Rails environment right away. I have decided to add PHP to the development mix, so I began to install all the PHP stuff using Ubuntu&#8217;s built-in Synaptic Package Manager found under System [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/rails/rails-and-php-under-ubuntu-apache/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Close Enough for Now</title>
		<link>http://www.thecwlzone.com/blog/whatever/close-enough-for-now/</link>
		<comments>http://www.thecwlzone.com/blog/whatever/close-enough-for-now/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 17:32:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Whatever]]></category>
		<category><![CDATA[GUI]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=272</guid>
		<description><![CDATA[I think the format is a bit better. On to other things&#8230;
- Changed the image to something I own
- font-family: Verdana,Tahoma,Arial,sans-serif;
- Changed text color to black
- Changed line-height to 150%
]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/whatever/close-enough-for-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Theme Thrashing</title>
		<link>http://www.thecwlzone.com/blog/whatever/theme-thrashing/</link>
		<comments>http://www.thecwlzone.com/blog/whatever/theme-thrashing/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 22:37:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Whatever]]></category>
		<category><![CDATA[GUI]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=269</guid>
		<description><![CDATA[I&#8217;ve never been entirely satisfied with the way my blog looks &#8211; it still feels &#8220;hard to read&#8221;, and I&#8217;m not sure how to fix that, except to experiment with some other two-column, fixed-width WP themes. So, the site will be undergoing some changes whilst I play around a bit with the look and feel. [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/whatever/theme-thrashing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VMware Server 2.0.2</title>
		<link>http://www.thecwlzone.com/blog/linux/vmware-server-2-0-2/</link>
		<comments>http://www.thecwlzone.com/blog/linux/vmware-server-2-0-2/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 19:30:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT-Related]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=265</guid>
		<description><![CDATA[The latest VMware Server version is 2.0.2, released on October 27 of this year, so I thought I would give it a spin. The downloads are available as RPMs, so that was the obvious choice for my Fedora Core 8 server. FC8 is pretty rusty now, but that means the kernel is stable, which also [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/linux/vmware-server-2-0-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A New Look for the Web Site</title>
		<link>http://www.thecwlzone.com/blog/ruby/a-new-look-for-the-web-site/</link>
		<comments>http://www.thecwlzone.com/blog/ruby/a-new-look-for-the-web-site/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 02:10:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[GUI]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=261</guid>
		<description><![CDATA[My mostly static web site was hacked together about 5 years ago with straight HTML tags using the XEmacs editor. To say the least, it was starting to look pretty frayed around the edges, not to mention boring.
My ISP doesn&#8217;t support Rails sites well &#8211; they are a shared hosting ISP, with the main mission [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/ruby/a-new-look-for-the-web-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rewind Ruby 1.9.1 (or &#8220;Put The Candle Back&#8221;)</title>
		<link>http://www.thecwlzone.com/blog/rails/rewind-ruby-1-9-1-or-put-the-candle-back/</link>
		<comments>http://www.thecwlzone.com/blog/rails/rewind-ruby-1-9-1-or-put-the-candle-back/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 16:33:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Passenger]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=256</guid>
		<description><![CDATA[I updated all the gems for my current Rails development project that is using Ruby 1.9.1. This also included an upgrade to Phusion Passenger 2.2.5. Then I upgraded to Ruby 1.9.1-p243, which promptly crashed Passenger when I did a session request through Authlogic 2.1.2. Ouch. So, I reinstalled Ruby 1.9.1-p129, and all is well again.
Oddly [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/rails/rewind-ruby-1-9-1-or-put-the-candle-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
