<?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>breddy.net &#187; dev</title>
	<atom:link href="http://www.breddy.net/tag/dev/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.breddy.net</link>
	<description>Personal and professional weblog of Chris Bredesen</description>
	<lastBuildDate>Sun, 02 May 2010 20:05:46 +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>IETab Firefox Plugin</title>
		<link>http://www.breddy.net/2006/08/29/ietab-firefox-plugin/</link>
		<comments>http://www.breddy.net/2006/08/29/ietab-firefox-plugin/#comments</comments>
		<pubDate>Tue, 29 Aug 2006 23:28:26 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Professional]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.breddy.net/2006/08/29/ietab-firefox-plugin/</guid>
		<description><![CDATA[Not much else to say about this sweet plugin.Â  It lets you view any webpage using IE without leaving Firefox.Â  Kickass.
]]></description>
			<content:encoded><![CDATA[<p>Not much else to say about this sweet <a title="IETab at MozDev" href="http://ietab.mozdev.org/">plugin</a>.Â  It lets you view any webpage using IE without leaving Firefox.Â  Kickass.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.breddy.net/2006/08/29/ietab-firefox-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS Layout Gala</title>
		<link>http://www.breddy.net/2006/07/10/css-layout-gala/</link>
		<comments>http://www.breddy.net/2006/07/10/css-layout-gala/#comments</comments>
		<pubDate>Tue, 11 Jul 2006 00:33:26 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Professional]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.breddy.net/2006/07/10/css-layout-gala/</guid>
		<description><![CDATA[This is just too freakin sweet not to pass along.  I&#8217;m not a regular del.icio.us user, but I happend to stop by today only to be greeted with this gem:
Layout Gala
I had to give this treasure its own line because it embodies everything that is good and right in the field of web design. [...]]]></description>
			<content:encoded><![CDATA[<p>This is just too freakin sweet not to pass along.  I&#8217;m not a regular <a title="del.icio.us" href="http://del.icio.us">del.icio.us</a> user, but I happend to stop by today only to be greeted with this gem:</p>
<p><a title="Layout Gala" href="http://blog.html.it/layoutgala/">Layout Gala</a></p>
<p>I had to give this treasure its own line because it embodies everything that is good and right in the field of web design.  Pure, compatible, solid layouts that don&#8217;t rely on hacks.  They&#8217;re all there, kids.  Two-column, three-column, liquid, static &#8212; many even support <a title="Any Order Columns" href="http://www.positioniseverything.net/articles/onetruelayout/anyorder">any-order columns</a>.  Squirt.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.breddy.net/2006/07/10/css-layout-gala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My First Rail</title>
		<link>http://www.breddy.net/2006/05/02/my-first-rail/</link>
		<comments>http://www.breddy.net/2006/05/02/my-first-rail/#comments</comments>
		<pubDate>Tue, 02 May 2006 12:58:43 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Professional]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.breddy.net/?p=27</guid>
		<description><![CDATA[I finally got a little time last night to check out Ruby on Rails.  I have been hearing the hype now for over a year and I was pretty certain it would live up, and I&#8217;m here to tell you that it does.  As a J2EE developer I respect OO design and and [...]]]></description>
			<content:encoded><![CDATA[<p>I finally got a little time last night to check out <a title="Ruby on Rails homepage" target="_blank" href="http://www.rubyonrails.com">Ruby on Rails</a>.  I have been hearing the hype now for over a year and I was pretty certain it would live up, and I&#8217;m here to tell you that it does.  As a J2EE developer I respect OO design and and well thought-out conventions.  Ruby embraces both and delivers a slick little setup that lets you get a data-connected webapp running in minutes.</p>
<p>The nice part is that with one install, you get the Ruby language along with <a title="RubyGems documentation" target="_blank" href="http://docs.rubygems.org/">Gems</a>, the package manager.  Gems works a lot like <a title="Yellow dog Updater, Modified" target="_blank" href="http://linux.duke.edu/projects/yum/">Yum</a> does for linux, and with one gem command, you get the complete rails package, including a little webserver called WEBrick.  RoR passes the 10-minute test with flying colors.</p>
<p>I followed along with one of the recommended <a title="OnLamp Ruby Tutorial" target="_blank" href="http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html">tutorials</a> before I hit the sack, and I found myself lying in bed running through use cases for my new score.  Damn I&#8217;m a geek.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.breddy.net/2006/05/02/my-first-rail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
