<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Just My Two Cents &#187; Django</title>
	<atom:link href="http://jeffself.net/category/programming/python-programming/django/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeffself.net</link>
	<description>Miscellaneous Ramblings of an Apple, Linux, Photography and sports geek</description>
	<lastBuildDate>Tue, 13 Mar 2012 23:10:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jeffself.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Just My Two Cents &#187; Django</title>
		<link>http://jeffself.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jeffself.net/osd.xml" title="Just My Two Cents" />
	<atom:link rel='hub' href='http://jeffself.net/?pushpress=hub'/>
		<item>
		<title>Two months of Rails Development</title>
		<link>http://jeffself.net/2011/02/01/two-months-of-rails-development/</link>
		<comments>http://jeffself.net/2011/02/01/two-months-of-rails-development/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 13:59:58 +0000</pubDate>
		<dc:creator>jeffself</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[heroku]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rspec]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://jeffself.net/?p=190</guid>
		<description><![CDATA[Two months ago, I was fortunate to land a job doing Rails development full-time.  It&#8217;s been a long slow process, but I&#8217;m finally getting a grasp of it.  Or at least pieces of it.  Here is my story: My Programming &#8230; <a href="http://jeffself.net/2011/02/01/two-months-of-rails-development/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeffself.net&#038;blog=19403292&#038;post=190&#038;subd=jeffself&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Two months ago, I was fortunate to land a job doing <a href="http://www.rubyonrails.org">Rails</a> development full-time.  It&#8217;s been a long slow process, but I&#8217;m finally getting a grasp of it.  Or at least pieces of it.  Here is my story:</p>
<h2>My Programming Background</h2>
<p>For the last 5 years, my background in web development was <a href="http://www.adobe.com/products/coldfusion/">ColdFusion</a>. It was easy to understand, easy to connect to databases, and quite expensive.  What I found lacking were good frameworks.  I had grown sick of repeating myself every time I started a new project.  On the side, I had been playing with <a href="http://www.djangoproject.com/">Django</a> and wished I could develop in it full-time.  I had even dabbled in <a href="http://www.rubyonrails.org">Ruby on Rails</a> a bit.</p>
<p>However, there was change in the air at my work, and it wasn&#8217;t for the better.  I worked for a <a href="http://www.cityofchesapeake.net/">city government</a> and I pushed for open source technologies as a way to save taxpayer&#8217;s dollars.  Unfortunately, not enough people higher up cared about this. It looked like management was drinking the <a href="http://www.microsoft.com">Microsoft</a> flavored kool-aid and we were going to become a <a href="http://www.microsoft.com/net/">.Net</a> shop.  We had already brought <a href="http://sharepoint.microsoft.com/en-us/Pages/default.aspx">Sharepoint</a> into the office.  I knew it was time to leave.</p>
<p>I set a goal to find a job using either <a href="http://www.python.org/">Python</a> or <a href="http://www.ruby-lang.org/en/">Ruby</a>, and if worse came to worst, even <a href="http://www.php.net/">PHP</a>.  Unbelievably, I landed a job within one month of searching.  I was going to do <a href="http://www.rubyonrails.org">Ruby on Rails</a> development.  Professionally!  Amazing!</p>
<h2>Rails Development</h2>
<p>As a new Rails developer, I was fortunate enough to work for a company that has allowed me to learn Rails on the job.  For the first four weeks of employment, I spent nearly all my time on <a href="http://railsforzombies.org/">Rails for Zombies</a> and then<a href="http://railstutorial.org/"> Rails Tutorial</a>.  I highly recommend this site for anyone wanting to learn about Rails development.  It covers everything from setting up Rails to using <a href="http://github.com">GitHub</a>, <a href="http://relishapp.com/rspec">Rspec</a>, and deploying to <a href="http://heroku.com/">Heroku</a>.</p>
<p>I&#8217;m now fully engulfed in the development process.  I feel overwhelmed at times, but completely love it.  The Rails ecosystem is vast and there is a lot to learn.  I&#8217;m spending most of my time writing Rspec tests and updating models.</p>
<p>I&#8217;ve learned a lot in the last two months.  I&#8217;ve realized that I&#8217;ll never go back to the &#8220;old&#8221; days of coding by myself, coding without a framework, coding without writing tests, and manually deploying to a Java application server.  There&#8217;s a part of me that wants to go back to my old job and say &#8220;Don&#8217;t you see how wrong you are?  This is how it should be done&#8221;.  But I guess that the current management isn&#8217;t comfortable with a technology unless there are salespeople selling it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jeffself.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jeffself.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jeffself.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jeffself.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jeffself.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jeffself.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jeffself.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jeffself.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jeffself.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jeffself.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jeffself.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jeffself.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jeffself.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jeffself.wordpress.com/190/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeffself.net&#038;blog=19403292&#038;post=190&#038;subd=jeffself&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jeffself.net/2011/02/01/two-months-of-rails-development/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/17bfc311c2da1e3954d493fab676864c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jeffself</media:title>
		</media:content>
	</item>
		<item>
		<title>DjangoCon Videos are online now!</title>
		<link>http://jeffself.net/2008/09/16/djangocon-videos-are-online-now/</link>
		<comments>http://jeffself.net/2008/09/16/djangocon-videos-are-online-now/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 22:44:17 +0000</pubDate>
		<dc:creator>jeffself</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[djangocon]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.jeffself.net/blog/?p=61</guid>
		<description><![CDATA[I wasn&#8217;t fortunate enough to attend DjangoCon 2008 at Google&#8217;s headquarters but I&#8217;m happy to see that the videos from the conference are now available on Youtube and Google Video.  I really liked the Django Success Stories discussion.  It is &#8230; <a href="http://jeffself.net/2008/09/16/djangocon-videos-are-online-now/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeffself.net&#038;blog=19403292&#038;post=61&#038;subd=jeffself&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I wasn&#8217;t fortunate enough to attend <a title="DjangoCon 2008" href="http://djangocon.org/">DjangoCon 2008</a> at Google&#8217;s headquarters but I&#8217;m happy to see that the videos from the conference are now available on Youtube and Google Video.  I really liked the Django Success Stories discussion.  It is interesting to see how small most of the development teams are for these projects.  The team I work on is small too, in fact there are only two of us.  And we don&#8217;t have a designer.  So I spend most of my time fighting CSS and HTML rather than working on real code.  Of course, starting a project with ColdFusion is a lot more painful and slower than starting a project with Django.  But I&#8217;m comparing apples to oranges.  ColdFusion is not a real web framework like Django.</p>
<p>You can find the DjangoCon 2008 playlist <a title="DjangoCon 2008 Playlist" href="http://www.youtube.com/view_play_list?p=D415FAF806EC47A1">here</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jeffself.wordpress.com/61/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jeffself.wordpress.com/61/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jeffself.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jeffself.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jeffself.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jeffself.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jeffself.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jeffself.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jeffself.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jeffself.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jeffself.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jeffself.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jeffself.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jeffself.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jeffself.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jeffself.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeffself.net&#038;blog=19403292&#038;post=61&#038;subd=jeffself&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jeffself.net/2008/09/16/djangocon-videos-are-online-now/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/17bfc311c2da1e3954d493fab676864c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jeffself</media:title>
		</media:content>
	</item>
		<item>
		<title>Selecting a Content Management System for work</title>
		<link>http://jeffself.net/2008/09/08/selecting-a-content-management-system-for-work/</link>
		<comments>http://jeffself.net/2008/09/08/selecting-a-content-management-system-for-work/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 01:47:08 +0000</pubDate>
		<dc:creator>jeffself</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[Government]]></category>
		<category><![CDATA[alfresco]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[commonspot]]></category>
		<category><![CDATA[content management]]></category>
		<category><![CDATA[ektron]]></category>
		<category><![CDATA[ellington]]></category>
		<category><![CDATA[grails]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[jboss]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[plone]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[websphere]]></category>
		<category><![CDATA[zope]]></category>

		<guid isPermaLink="false">http://www.jeffself.net/blog/?p=57</guid>
		<description><![CDATA[I work for a city government.  It&#8217;s actually my second time with them.  I left them in January 2001 because I was ready to write web applications and they weren&#8217;t.  Because the I.T. department didn&#8217;t care about the web in &#8230; <a href="http://jeffself.net/2008/09/08/selecting-a-content-management-system-for-work/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeffself.net&#038;blog=19403292&#038;post=57&#038;subd=jeffself&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I work for a <a href="http://www.cityofchesapeake.net">city</a> government.  It&#8217;s actually my second time with them.  I left them in January 2001 because I was ready to write web applications and they weren&#8217;t.  Because the I.T. department didn&#8217;t care about the web in the 1990&#8242;s, the website fell into the hands of the Public Information Office.  And its been there ever since.</p>
<p>A couple of years after I left, the I.T. department finally decided it was time to have a presence on the web.  So they wrote a couple of &#8220;eServices&#8221;, bulk trash pickup, real estate assessment, etc.  But they never thought about taking back control of the website itself.  They concentrated on what I call &#8220;business apps&#8221; but totally ignored other types of web apps.</p>
<p>In the three years that I&#8217;ve been back, there have been on and off discussions about getting a Content Management System.  The city originally looked at products like Vignette (don&#8217;t know why they thought they could afford that one).  Well, the discussions are back on and this team it is getting serious.  But there is a problem.  Remember how I mentioned the website is not under I.T.&#8217;s control?  You guessed it.  PIO would like to make the decision on the product.  And I&#8217;m not fond of what they&#8217;ve chosen.  They are sold on <a href="http://www.ektron.com/">Ektron</a>.  While Ektron is full-featured and could do everything we want (actually its probably overkill), I have a few issues with it.  It&#8217;s expensive, maybe not to a city budget, but it is to me.  And more importantly, it runs on Microsoft-only technology.  It&#8217;s .Net, requires SQL Server, and uses Windows Servers with IIS.  Yuck.  I prefere to run my apps on a <a href="http://www.linux.org/">Linux</a> server using <a href="http://www.postgresql.org/">PostgreSQL</a> for the database.  As a developer who would like to be writing cool web apps for citizens, rather than boring business apps, this is personal.  I don&#8217;t write .Net now and I have no intention of writing .Net.</p>
<p>As an alternative, we looked at <a href="http://www.alfresco.com/">Alfresco</a>.  Alfresco is commercial open source.  Alfresco is very powerful and web content management is only a piece of the Alfresco puzzle.  Alfresco also does document management, image management, and record keeping.  Unfortunately, our design team in PIO weren&#8217;t thrilled by it.  I liked it but I now believe that it would probably be too technical and demanding for the few we have on our web team.</p>
<p>The next CMS we looked at is <a href="http://www.paperthin.com/">CommonSpot</a> by <a href="http://www.paperthin.com/">Paper Thin</a>.  CommonSpot is a <a href="http://www.adobe.com/products/coldfusion/">ColdFusion</a>-based CMS.  It has many of the same features that Ektron has and runs on our current J2EE platform on WebSphere.  On a side note, we&#8217;re looking to migrate away from <a href="http://www-01.ibm.com/software/websphere/">WebSphere</a> to <a href="http://www.jboss.com/">JBoss</a>, but I&#8217;ll save that for another story.  The biggest drawback I have to CommonSpot is that it needs ColdFusion.  We have ColdFusion and I&#8217;ve written several apps in it, but my long-term goal is to move away from ColdFusion and utilize other languages and frameworks like <a href="http://groovy.codehaus.org/">Groovy</a> and <a href="http://grails.org/">Grails</a>.</p>
<p>So what&#8217;s left?  I&#8217;ve looked at <a href="http://drupal.org/">Drupal</a> and <a href="http://www.joomla.org/">Joomla</a> but I don&#8217;t really care for <a href="http://www.php.net/">PHP</a>.  I really want a CMS that I can build apps to work within its framework.  We looked at <a href="http://plone.org/">Plone</a> in the past, but I&#8217;ve never been a big fan of Plone.  I always thought it was too complicated.  Do you write your app in Plone?  Or do you go down a layer and use <a href="http://www.zope.org/">Zope</a> and the ZMI?</p>
<p>I&#8217;m a big fan of <a href="http://www.djangoproject.com/">Django</a>, so I contacted the <a href="http://ellingtoncms.com/">Ellington</a> team and spoke to them about Ellington today.  Since Ellington is designed primarily for newspaper and publishing sites, I&#8217;m going to try and persuade our team that a city website should probably be more like a newspaper site and that Ellington might be a good fit.  It doesn&#8217;t have the features of Ektron or CommonSpot, but I believe it may have just what we need.  Plus, if there is a piece that is missing, I could add it myself or find it in the Django community.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jeffself.wordpress.com/57/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jeffself.wordpress.com/57/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jeffself.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jeffself.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jeffself.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jeffself.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jeffself.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jeffself.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jeffself.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jeffself.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jeffself.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jeffself.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jeffself.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jeffself.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jeffself.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jeffself.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeffself.net&#038;blog=19403292&#038;post=57&#038;subd=jeffself&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jeffself.net/2008/09/08/selecting-a-content-management-system-for-work/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/17bfc311c2da1e3954d493fab676864c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jeffself</media:title>
		</media:content>
	</item>
		<item>
		<title>Web Framework Comparison</title>
		<link>http://jeffself.net/2006/11/06/web-framework-comparison/</link>
		<comments>http://jeffself.net/2006/11/06/web-framework-comparison/#comments</comments>
		<pubDate>Mon, 06 Nov 2006 02:11:02 +0000</pubDate>
		<dc:creator>jeffself</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[High School]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[football]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rankings]]></category>

		<guid isPermaLink="false">http://www.jeffself.net/2006/11/06/web-framework-comparison/</guid>
		<description><![CDATA[I&#8217;ve been keeping track of high school football scores in Virginia for quite a while. And I&#8217;ve been meaning to create a site to that will provide information on schools, seasons, etc. I also plan to add video highlights as &#8230; <a href="http://jeffself.net/2006/11/06/web-framework-comparison/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeffself.net&#038;blog=19403292&#038;post=6&#038;subd=jeffself&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been keeping track of high school football scores in Virginia for quite a while.  And I&#8217;ve been meaning to create a site to that will provide information on schools, seasons, etc.  I also plan to add video highlights as well.  Since I haven&#8217;t yet settled on a framework, I&#8217;ve decided that I will detail the creation of my site in my blog as well as provide video of the design of the site using the three frameworks I&#8217;m looking at:</p>
<ul>
<li><a href="http://www.rubyonrails.org">Ruby on Rails</a></li>
<li><a href="http://www.djangoproject.com">Django</a></li>
<li><a href="http://www.adobe.com/products/coldfusion">ColdFusion</a> with <a href="http://http://www.model-glue.com/">Model-Glue:Unity</a></li>
</ul>
<p>Of course, I&#8217;ll be creating all this on my <a href="http://www.apple.com/macbookpro">MacBook Pro</a> using <a href="http://www.macromates.com/">TextMate</a> and maybe <a href="http://www.eclipse.org/">Eclipse</a> with <a href="http://www.cfeclipse.org/">CFEclipse</a>.  And the database will be <a href="http://www.postgresql.org/">PostgreSQL</a> because well is there anything better?</p>
<p>So, the stage has been set.  I&#8217;m still trying to decide which I like better, Django or RoR.  There are some things in each that I&#8217;m really impressed with.  And what about CF with M-G:U?  Its the definite underdog.  But I write in ColdFusion at work and I&#8217;ve been looking for a project to use M-G:U.  It could surprise me.</p>
<p>I haven&#8217;t worked out the details yet, but I&#8217;m thinking that I&#8217;ll do one particular piece at a time and do it under each framework for comparison&#8217;s sake.  And of course, I&#8217;m planning to make a screencast showing how each framework handles the particular task.</p>
<p>Now if only I can convince my work to let me have the time off to work on this, while still paying me, then we can make some progress.  Otherwise, this will take a while.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jeffself.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jeffself.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jeffself.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jeffself.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jeffself.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jeffself.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jeffself.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jeffself.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jeffself.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jeffself.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jeffself.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jeffself.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jeffself.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jeffself.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jeffself.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jeffself.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeffself.net&#038;blog=19403292&#038;post=6&#038;subd=jeffself&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jeffself.net/2006/11/06/web-framework-comparison/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/17bfc311c2da1e3954d493fab676864c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jeffself</media:title>
		</media:content>
	</item>
	</channel>
</rss>
