<?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 &#187; GUI</title>
	<atom:link href="http://www.thecwlzone.com/blog/tag/gui/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thecwlzone.com/blog</link>
	<description>Christopher W Lehman Technical Blog</description>
	<lastBuildDate>Fri, 23 Jul 2010 00:00:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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>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>Compass, SASS, HAML</title>
		<link>http://www.thecwlzone.com/blog/rails/compass-sass-haml/</link>
		<comments>http://www.thecwlzone.com/blog/rails/compass-sass-haml/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 15:56:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[GUI]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=239</guid>
		<description><![CDATA[I&#8217;m working on a project that is using the latest Rails markup buzz, namely Compass, SASS and HAML, so it&#8217;s time to begin the learning process. Part of that effort will be to convert my personal Rails project over to Compass et. al.
I found that the best approach seems to be to install all the [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/rails/compass-sass-haml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watir on Windows XP &#8211; Installation</title>
		<link>http://www.thecwlzone.com/blog/rails/watir-on-windows-xp-installation/</link>
		<comments>http://www.thecwlzone.com/blog/rails/watir-on-windows-xp-installation/#comments</comments>
		<pubDate>Thu, 28 May 2009 19:29:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=175</guid>
		<description><![CDATA[Watir &#8211; Web Application Testing in Ruby &#8211; I&#8217;m thinking about adding this as part of my standard Rails integration tests. I like the idea of capturing keystokes that a user might actually run. Plus, it makes for a dandy demo tool.
Here&#8217;s the summary of installation steps. I&#8217;m assuming you&#8217;re Rails-aware enough to have an [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/rails/watir-on-windows-xp-installation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
