<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Adam Esterline</title>
	<atom:link href="http://adamesterline.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://adamesterline.com</link>
	<description>%w(agile, c#, dotnet, ruby, fun).any? { &#124;word&#124; word == “sense” }</description>
	<pubDate>Sun, 17 Feb 2008 19:01:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Cost Effective C# IDE</title>
		<link>http://adamesterline.com/2007/10/29/cost-effective-c-ide/</link>
		<comments>http://adamesterline.com/2007/10/29/cost-effective-c-ide/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 02:37:51 +0000</pubDate>
		<dc:creator>Adam Esterline</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Agile]]></category>

		<category><![CDATA[C#]]></category>

		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://adamesterline.com/2007/10/29/cost-effective-c-ide/</guid>
		<description><![CDATA[What is the most cost effective way to develop C#?I use VS 2005 with R# when working with clients, but unfortunately that copy of VS 2005 is owned by my employer.   The same setup at home would cost $1400+.   I know there are free C# IDEs, but they all have flaws [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><b>What is the most cost effective way to develop C#?</b>I use VS 2005 with R# when working with clients, but unfortunately that copy of VS 2005 is owned by my employer.   The same setup at home would cost $1400+.   I know there are free C# IDEs, but they all have flaws that are hard to overlook.<b>What are you using to develop C# outside of your workplace?</b>Looking for ideas.p.s.I wish the ALT.NET guys would start building the <a href="http://ayende.com/Blog/archive/2007/10/27/The-ideal-IDE.aspx" title="The Ideal IDE">Ideal IDE</a> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aresterline.wordpress.com/67/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aresterline.wordpress.com/67/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aresterline.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aresterline.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aresterline.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aresterline.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aresterline.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aresterline.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aresterline.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aresterline.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aresterline.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aresterline.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adamesterline.com&blog=814395&post=67&subd=aresterline&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://adamesterline.com/2007/10/29/cost-effective-c-ide/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aresterline-128.jpg" medium="image">
			<media:title type="html">aresterline</media:title>
		</media:content>
	</item>
		<item>
		<title>RoR based MVC Web Frameworks - Friend or Foe?</title>
		<link>http://adamesterline.com/2007/10/24/ror-based-mvc-web-frameworks-friend-or-foe/</link>
		<comments>http://adamesterline.com/2007/10/24/ror-based-mvc-web-frameworks-friend-or-foe/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 03:44:36 +0000</pubDate>
		<dc:creator>Adam Esterline</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Agile]]></category>

		<category><![CDATA[C#]]></category>

		<category><![CDATA[MonoRail]]></category>

		<category><![CDATA[MS MVC]]></category>

		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://adamesterline.com/2007/10/24/ror-based-mvc-web-frameworks-friend-or-foe/</guid>
		<description><![CDATA[Ruby on Rails has inspired a whole generation of MVC Web Frameworks.   The RoR inspired frameworks follow the same basic design; Controllers whose public methods are web endpoints.  So…Do RoR based MVC Web Frameworks encourage good design?
MonoRail and MS MVC are a part of the RoR generation.  
They must.  Right?  I [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://rubyonrails.org" title="Ruby on Rails">Ruby on Rails</a> has inspired a whole generation of <a href="http://martinfowler.com/eaaCatalog/frontController.html" title="Front Controller">MVC Web Frameworks</a>.   The <a href="http://rubyonrails.org" title="Ruby on Rails">RoR</a> inspired frameworks follow the same basic <a href="http://martinfowler.com/eaaCatalog/frontController.html" title="Front Controller">design</a>; Controllers whose public methods are web endpoints.  So…<b>Do RoR based MVC Web Frameworks encourage good design?</b><br />
<blockquote><a href="http://castleproject.org" title="MonoRail">MonoRail</a> and <a href="http://weblogs.asp.net/scottgu/archive/2007/10/14/asp-net-mvc-framework.aspx" title="MS MVC">MS MVC</a> are a part of the <a href="http://rubyonrails.org" title="Ruby on Rails">RoR</a> generation.  </p></blockquote>
<p>They must.  <b>Right?</b>  I show, in the code below, that <a href="http://rubyonrails.org" title="Ruby on Rails">RoR</a> inspired frameworks can actually encourage bad design.   I show, in the end, what I think is a better way.<br />
<blockquote>The code presented here is written for <a href="http://castleproject.org" title="MonoRail">MonoRail</a>, but the same problems exist in <a href="http://weblogs.asp.net/scottgu/archive/2007/10/14/asp-net-mvc-framework.aspx" title="MS MVC">MS MVC</a> and <a href="http://rubyonrails.org" title="Ruby on Rails">RoR</a>.  </p></blockquote>
<p>Let’s start with a simple <code>ProductsController</code>.   The index method of this controller is the implementation of <code>http://whocares.com/products/&lt;code&gt;</code>.   The code on the end of the URL is the code for a specific product (i.e. nj1287).
<pre><code>public class ProductsController : SmartDispatcherController{   public void Index(string code)   {      Product product = Product.FindByCode(code);      if(product == null)      {         PropertyBag["UnknownSearchTerm"] = code;         RenderView("common/unknown_quick_search");      }      PropertyBag["Product"] = product;      RenderView("display_product");   }}</code></pre>
<p><code>CategoriesController</code> is our next controller.   The index method of this controller is the implementation of <code>http://whocares.com/categories/&lt;name&gt;</code>.   The name on the end of the URL is the name for a specific category (i.e. montiors).
<pre><code>public class CategoriesController : SmartDispatcherController{   public void Index(string name)   {      Category cat = Category.FindByName(name);      if(cat == null)      {         PropertyBag["UnknownSearchTerm"] = name;         RenderView("common/unknown_quick_search");      }      PropertyBag["Category"] = cat;      RenderView("display_category");   }}</code></pre>
<p>The index method in both classes are basically the same.   We can remove the duplication.   Let’s extract an abstract class.
<pre><code>public abstract class SearchableController : SmartDispatcherController{   public void Index(string name)   {      ISearchable item = FindByName(name);      if(item == null)      {         PropertyBag["UnknownSearchTerm"] = name;         RenderView("common/unknown_quick_search");      }      PropertyBag["Item"] = item;      RenderView(IndexView);   }   protected abstract ISearchable FindByName(string name);   protected abstract string IndexView { get; }}public class ProductsController : SearchableController{   protected ISearchable FindByName(string name)   {      return Product.FindByCode(name);   }   protected string IndexView { get { return "display_product"; } }}public class CategoriesController : SearchableController{   protected ISearchable FindByName(string name)   {      return Category.FindByName(name);   }   protected string IndexView { get { return "display_category"; } }}</code></pre>
<p><b>What do you think about our new DRY code?</b>I don’t like it.   Why?
<ol>
<li>ProductsController and CategoriesController no longer “speak” to me.</li>
<li>Inheritance.   I really don’t like the template method pattern because of #1.</li>
</ol>
<p><b>Can we fix this?</b>We can use a <a href="http://www.castleproject.org/MonoRail/documentation/trunk/advanced/dynactions.html" title="Dynamic Actions">DynamicAction</a> in <a href="http://castleproject.org" title="MonoRail">MonoRail</a>.   Let’s see that code.<br />
<blockquote>Does <a href="http://rubyonrails.org" title="Ruby on Rails">RoR</a> or <a href="http://weblogs.asp.net/scottgu/archive/2007/10/14/asp-net-mvc-framework.aspx" title="MS MVC">MS MVC</a> have a concept of a “DynamicAction”?  </p></blockquote>
<pre><code>public class IndexAction : IDynamicAction{   private ISearchableRepository repos;   private string indexView;   public IndexAction(      ISearchableRepository repos,      string indexView)   {      this.repos = repos;      this.indexView = indexView;   }   public void Execute(Controller controller)   {      string name = controller.Params["name"];      ISearchable item = repos.FindByName(name);      if(item == null)      {         controller.PropertyBag["UnknownSearchTerm"] = name;         controller.RenderView("common/unknown_quick_search");      }      controller.PropertyBag["Item"] = item;      controller.RenderView(indexView);   }}public class ProductsController : SmartDispatcherController{   public ProductsController()   {      DynamicActions["Index"] = new IndexAction(             new ProductsRepository(), "display_product");   }} public class CategoriesController : SmartDispatcherController{   public CategoriesController()   {      DynamicActions["Index"] = new IndexAction(             new CategoryRepository(), "display_category");   }}</code></pre>
<p>I like this code better.   We are no longer using inheritance to reuse code and the code “speaks” better to me.   This code has two things that bug me.
<ol>
<li>The controllers are really not doing much.</li>
<li>DynamicActions are second class citizens in MonoRail.</li>
</ol>
<p><b>How do we fix these issues?</b>   I don’t know how in the RoR inspired frameworks.    I think we need another abstraction.   <a href="http://codeprairie.net/blogs/chrisortman" title="Chris Ortman">Chris Ortman</a> and I discussed the below code at <a href="http://www.heartlanddc.com/" title="Heartland Developers Conference; HDC 07">HDC 07</a> (so he deserves at least part of the credit).    I am not sure he agreed, but maybe this post will change his mind.<br />
<blockquote>The code below is not apart of any framework.   It is only an idea.  </p></blockquote>
<pre><code>public class IndexAction : SmartDispatcherAction{   private ISearchableRepository repos;   private string indexView;   public IndexAction(      ISearchableRepository repos,      string indexView)   {      this.repos = repos;      this.indexView = indexView;   }   public void Execute(string name)   {      ISearchable item = repos.FindByName(name);      if(item == null)      {         PropertyBag["UnknownSearchTerm"] = name;         RenderView("common/unknown_quick_search");      }      PropertyBag["Item"] = item;      RenderView(indexView);   }}</code></pre>
<p><code>IndexAction</code> is now a first class citizen of the framework.   Actions have all the benefits that controllers have in MonoRail (parameter binding, …).<b>How do we hook this action to a URL?</b>
<pre><code>new Route("/products/&lt;name&gt;",    new IndexAction(new ProductRepository(), "display_product"));new Route("/categories/&lt;name&gt;",    new IndexAction(new CategoryRepository(), "display_category"));</code></pre>
<p>Routing engines allow us to remove the “controller” completely.   We don’t need a “controller” (at least not in the RoR framework form).   <b>What were our controllers doing?</b>   They were really just organizing our actions.   Routing engines allow us to organize our actions without the “controller”.<b>What do you think?</b>   I would really like some feedback on this topic.   <b>Does anyone else feel this pain with these frameworks?</b></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aresterline.wordpress.com/66/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aresterline.wordpress.com/66/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aresterline.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aresterline.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aresterline.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aresterline.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aresterline.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aresterline.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aresterline.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aresterline.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aresterline.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aresterline.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adamesterline.com&blog=814395&post=66&subd=aresterline&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://adamesterline.com/2007/10/24/ror-based-mvc-web-frameworks-friend-or-foe/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aresterline-128.jpg" medium="image">
			<media:title type="html">aresterline</media:title>
		</media:content>
	</item>
		<item>
		<title>Rumbster has Graduated to RubyForge</title>
		<link>http://adamesterline.com/2007/10/23/rumbster-has-graduated-to-rubyforge/</link>
		<comments>http://adamesterline.com/2007/10/23/rumbster-has-graduated-to-rubyforge/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 20:13:46 +0000</pubDate>
		<dc:creator>Adam Esterline</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Email]]></category>

		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[TDD]]></category>

		<category><![CDATA[Testing]]></category>

		<category><![CDATA[UAT]]></category>

		<guid isPermaLink="false">http://adamesterline.com/2007/10/23/rumbster-has-graduated-to-rubyforge/</guid>
		<description><![CDATA[Thanks to Pat Courtney, Rumbster - The Fake Email Server has graduated to RubyForge!Rumbster is a fake email server, written in Ruby.   Rumbster was designed to test web based email functionality with Watir.   Rumbster facilitates email testing by publishing received emails to registered observers.   Rumbster currently ships with two [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><b>Thanks to Pat Courtney</b>, <a href="http://adamesterline.com/2007/03/06/rumbster-ruby-fake-email-server/" title="Rumbster - The Fake Email Server">Rumbster - The Fake Email Server</a> has graduated to <a href="http://rubyforge.org/projects/rumbster/" title="Rumbster - The Fake Email Server">RubyForge</a>!<a href="http://adamesterline.com/2007/03/06/rumbster-ruby-fake-email-server/" title="Rumbster - The Fake Email Server">Rumbster</a> is a fake email server, written in Ruby.   <a href="http://adamesterline.com/2007/03/06/rumbster-ruby-fake-email-server/" title="Rumbster - The Fake Email Server">Rumbster</a> was designed to test web based email functionality with <a href="http://wtr.rubyforge.org/" title="Watir">Watir</a>.   <a href="http://adamesterline.com/2007/03/06/rumbster-ruby-fake-email-server/" title="Rumbster - The Fake Email Server">Rumbster</a> facilitates email testing by publishing received emails to registered observers.   <a href="http://adamesterline.com/2007/03/06/rumbster-ruby-fake-email-server/" title="Rumbster - The Fake Email Server">Rumbster</a> currently ships with two observers; FileMessageObserver and MailMessageObserver.FileMessageObserver dumps received email messages to a file in a defined message directory.   The files are named <code>"#{@system_time.current_time_in_seconds}_#{mail.to}.txt"</code>.MailMessageObserver appends all received email messages to a message list.
<pre><code>message_observer = MailMessageObserver.newserver = Rumbster.newserver.add_observer(message_observer)server.add_observer(FileMessageObserver.new('message_dir'))server.start# assert message_observer.messages has your email messagesserver.stop</code></pre>
<p><b>How do I get Rumbster?</b><code>gem install rumbster</code>svn co <a href="http://rumbster.rubyforge.org/svn/trunk/" title="Rumbster Code Repository">http://rumbster.rubyforge.org/svn/trunk</a><b>How do I learn more about Rumbster?</b><b>Read the tests.</b>   <a href="http://adamesterline.com/2007/03/06/rumbster-ruby-fake-email-server/" title="Rumbster - The Fake Email Server">Rumbster</a> was written test first, so the tests should tell a good story.   If you would like to contribute documentation, we would be happy to have it <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aresterline.wordpress.com/65/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aresterline.wordpress.com/65/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aresterline.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aresterline.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aresterline.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aresterline.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aresterline.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aresterline.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aresterline.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aresterline.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aresterline.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aresterline.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adamesterline.com&blog=814395&post=65&subd=aresterline&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://adamesterline.com/2007/10/23/rumbster-has-graduated-to-rubyforge/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aresterline-128.jpg" medium="image">
			<media:title type="html">aresterline</media:title>
		</media:content>
	</item>
		<item>
		<title>MonoRail - Beginner FAQ</title>
		<link>http://adamesterline.com/2007/10/14/monorail-beginner-faq/</link>
		<comments>http://adamesterline.com/2007/10/14/monorail-beginner-faq/#comments</comments>
		<pubDate>Mon, 15 Oct 2007 01:11:43 +0000</pubDate>
		<dc:creator>Adam Esterline</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[C#]]></category>

		<category><![CDATA[Conference]]></category>

		<category><![CDATA[HDC07]]></category>

		<category><![CDATA[MonoRail]]></category>

		<guid isPermaLink="false">http://adamesterline.com/2007/10/14/monorail-beginner-faq/</guid>
		<description><![CDATA[I am giving a MonoRail talk, at HDC 07, on Thursday morning.What questions do you think I should be prepared to answer?Here is a list of questions, and answers, that I typically get, and give, about MonoRail.Why would I use (care about) MonoRail?

Separation of concerns makes your application easier to test.
Microsoft will soon be releasing [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I am giving a <a href="http://adamesterline.com/2007/07/19/heartland-develpers-conference-hdc-07/" title="HDC 07">MonoRail</a> talk, at <a href="http://www.heartlanddc.com/" title="Heartland Developers Conference; HDC 07">HDC 07</a>, on Thursday morning.<b>What questions do you think I should be prepared to answer?</b>Here is a list of questions, and answers, that I typically get, and give, about MonoRail.<b>Why would I use (care about) MonoRail?</b>
<ul>
<li>Separation of concerns makes your application easier to test.</li>
<li>Microsoft will soon be releasing MS MVC.    It is very similar to MonoRail.</li>
<li>It works well on teams where the designers and developers are not the same people.</li>
<li>Your team does not come from the MS world.   MonoRail is closer to the framework designs from other languages (Java, Ruby).</li>
</ul>
<p><b>Why would I not use MonoRail?</b>
<ul>
<li>Your project depends too much on 3rd party controls.</li>
<li>Your teams skill set is totally centered around WebForms.</li>
<li>If your only experience with developing web sites is with WebForms, then you will have to learn HTTP.</li>
</ul>
<p><b>What kinds of projects work best with MonoRail?</b>
<ul>
<li>I would choose MonoRail for all projects, except for simple reporting web applications.</li>
</ul>
<p>Do you have any other questions that you think I should be prepared to answer?    Do you have anything to add to the current set of answers?</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aresterline.wordpress.com/62/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aresterline.wordpress.com/62/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aresterline.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aresterline.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aresterline.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aresterline.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aresterline.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aresterline.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aresterline.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aresterline.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aresterline.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aresterline.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adamesterline.com&blog=814395&post=62&subd=aresterline&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://adamesterline.com/2007/10/14/monorail-beginner-faq/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aresterline-128.jpg" medium="image">
			<media:title type="html">aresterline</media:title>
		</media:content>
	</item>
		<item>
		<title>MS MVC - A MonoRail Perspective</title>
		<link>http://adamesterline.com/2007/10/11/ms-mvc-a-monorail-perspective/</link>
		<comments>http://adamesterline.com/2007/10/11/ms-mvc-a-monorail-perspective/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 03:40:08 +0000</pubDate>
		<dc:creator>Adam Esterline</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Agile]]></category>

		<category><![CDATA[C#]]></category>

		<category><![CDATA[MonoRail]]></category>

		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://adamesterline.com/2007/10/11/ms-mvc-a-monorail-perspective/</guid>
		<description><![CDATA[Scott Guthrie gave us our first look at the the new Microsoft MVC framework at ALT.NET.   I took special care, while watching the video, to answer one question.What, if anything, can MonoRail learn from MS MVC?

Routing - RoR and MS MVC treat Routing as a first class citizen.   Routing in MonoRail [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://weblogs.asp.net/scottgu/" title="ScottGu's Blog">Scott Guthrie</a> gave us our first look at the the new <a href="http://www.hanselman.com/blog/ScottGuMVCPresentationAndScottHaScreencastFromALTNETConference.aspx" title="MS MVC Video Presentation">Microsoft MVC framework</a> at <a href="http://weblogs.asp.net/rosherove/archive/2007/06/04/alt-net-alternative-tools-and-approaches-to-mainstream-net.aspx" title="ALT.NET">ALT.NET</a>.   I took special care, while <a href="http://www.hanselman.com/blog/ScottGuMVCPresentationAndScottHaScreencastFromALTNETConference.aspx" title="MS MVC Video Presentation">watching the video</a>, to answer one question.What, if anything, can <a href="http://www.castleproject.org/monorail/index.html" title="MonoRail">MonoRail</a> learn from MS MVC?
<ol>
<li>Routing - RoR and MS MVC treat Routing as a first class citizen.   Routing in <a href="http://www.castleproject.org/monorail/index.html" title="MonoRail">MonoRail</a> is an after thought and it shows.<b>Why is first class Routing a big deal?</b>
<ul>
<li><b>DRY</b> - Tight integration between the routing engine and URL generation allows URLs to refactored easily and safely.</li>
<li><b>Testing</b> - Testing routes, in <a href="http://www.castleproject.org/monorail/index.html" title="MonoRail">MonoRail</a>, requires an end-to-end test.   If routes were first class objects, then routes could be tested in isolation.</li>
</ul>
</li>
<li>Typed PropertyBag - Typed PropertyBag is not the default behavior in MS MVC, but it is supported.<b>Why is a Typed PropertyBag important?</b><b>Contract</b> - A Typed PropertyBag communicates the contract between the controller and view.   Without this contract, refactoring anything in the view or the controller is difficult and error prone.  We enforced a contract by implementing <a href="http://adamesterline.com/2007/10/04/no-dots/" title="No Dots">Advocates</a>, but it would be nice if it were supported by <a href="http://www.castleproject.org/monorail/index.html" title="MonoRail">MonoRail</a>.</li>
</ol>
<p>What are your thoughts?</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aresterline.wordpress.com/60/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aresterline.wordpress.com/60/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aresterline.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aresterline.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aresterline.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aresterline.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aresterline.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aresterline.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aresterline.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aresterline.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aresterline.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aresterline.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adamesterline.com&blog=814395&post=60&subd=aresterline&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://adamesterline.com/2007/10/11/ms-mvc-a-monorail-perspective/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aresterline-128.jpg" medium="image">
			<media:title type="html">aresterline</media:title>
		</media:content>
	</item>
		<item>
		<title>Updated: Rumbster; Ruby Fake Email Server</title>
		<link>http://adamesterline.com/2007/10/11/updated-rumbster-ruby-fake-email-server/</link>
		<comments>http://adamesterline.com/2007/10/11/updated-rumbster-ruby-fake-email-server/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 19:42:02 +0000</pubDate>
		<dc:creator>Adam Esterline</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Agile]]></category>

		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://adamesterline.com/2007/10/11/updated-rumbster-ruby-fake-email-server/</guid>
		<description><![CDATA[Update: Rumbster has been moved to RubyForge.What is Rumbster?Rumbster is a simple SMTP server that receives email sent from a SMTP client. Received emails are published to observers that have registered with Rumbster.Updated

Applied patch from Pat Courtney that allowed Rumbster to handle multiple emails per session.

Downloadhttp://rumbster.rubyforge.org/svn/trunk/
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Update: <a href="http://adamesterline.com/2007/10/23/rumbster-has-graduated-to-rubyforge/" title="Rumbster is on RubyForge">Rumbster</a> has been moved to RubyForge.<b>What is Rumbster?</b><a href="http://adamesterline.com/2007/03/06/rumbster-ruby-fake-email-server/" title="Rumbster">Rumbster</a> is a simple SMTP server that receives email sent from a SMTP client. Received emails are published to observers that have registered with <a href="http://adamesterline.com/2007/03/06/rumbster-ruby-fake-email-server/" title="Rumbster">Rumbster</a>.<b>Updated</b>
<ul>
<li>Applied patch from Pat Courtney that allowed <a href="http://adamesterline.com/2007/03/06/rumbster-ruby-fake-email-server/" title="Rumbster">Rumbster</a> to handle multiple emails per session.</li>
</ul>
<p><b>Download</b><a href="http://rumbster.rubyforge.org/svn/trunk/" title="Rumbster Code Repository">http://rumbster.rubyforge.org/svn/trunk/</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aresterline.wordpress.com/59/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aresterline.wordpress.com/59/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aresterline.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aresterline.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aresterline.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aresterline.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aresterline.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aresterline.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aresterline.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aresterline.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aresterline.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aresterline.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adamesterline.com&blog=814395&post=59&subd=aresterline&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://adamesterline.com/2007/10/11/updated-rumbster-ruby-fake-email-server/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aresterline-128.jpg" medium="image">
			<media:title type="html">aresterline</media:title>
		</media:content>
	</item>
		<item>
		<title>C# Puzzlers: The Joy of Lists</title>
		<link>http://adamesterline.com/2007/10/09/c-puzzlers-the-joy-of-lists/</link>
		<comments>http://adamesterline.com/2007/10/09/c-puzzlers-the-joy-of-lists/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 04:24:26 +0000</pubDate>
		<dc:creator>Adam Esterline</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Puzzlers]]></category>

		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://adamesterline.com/2007/10/09/c-puzzlers-the-joy-of-lists/</guid>
		<description><![CDATA[My quest to take a “deep dive” into C# has led me to this variation on the ShortSet Java Puzzler.   I translated the ShortSet class, described in Java Puzzlers, to C#.   C# does not have a Set class, so I used List.
public class ShortList{    public static void Main(string[] [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>My <a href="http://adamesterline.com/tag/puzzlers/" title="C# Puzzlers">quest</a> to take a “deep dive” into C# has led me to this variation on the <a href="http://video.google.com/videoplay?docid=9214177555401838409" title="Java Puzzlers">ShortSet Java Puzzler</a>.   I translated the ShortSet class, described in <a href="http://www.javapuzzlers.com/" title="Java Puzzlers Book">Java Puzzlers</a>, to C#.   C# does not have a Set class, so I used <a href="http://msdn2.microsoft.com/en-us/library/6sh2ey19.aspx" title="Generic List">List</a>.
<pre><code>public class ShortList{    public static void Main(string[] args)    {        IList&lt;short&gt; l = new List&lt;short&gt;();        for(short i=0; i&lt;100; i++)        {            l.Add(i);            l.Remove(i - 1);        }        Console.WriteLine(l.Count);        Console.Write("Press any key to continue . . . ");        Console.ReadKey(true);    }}</code></pre>
<p><b>What gets printed to the console?</b>Well… this code does not even compile.   List defines the Remove method as <code>Remove(T value)</code>.   The compiler correctly tells us that <code>i - 1</code> is an <code>int</code>.   We cannot remove an <code>int</code> from a <code>List&lt;short&gt;</code>.The Java compiler correctly allows this to compile, because Set’s <code>remove</code> method is defined with <code>Object</code> as a parameter.   Remove is defined this way for backward compatibility.<b>Does C# always behave as expected?</b>My second attempt at a “deep dive” results in another boring/pointless example.   Does C# not have puzzler material?   Is it really that well designed?<b>Where are the C# edge cases?</b></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aresterline.wordpress.com/58/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aresterline.wordpress.com/58/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aresterline.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aresterline.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aresterline.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aresterline.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aresterline.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aresterline.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aresterline.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aresterline.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aresterline.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aresterline.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adamesterline.com&blog=814395&post=58&subd=aresterline&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://adamesterline.com/2007/10/09/c-puzzlers-the-joy-of-lists/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aresterline-128.jpg" medium="image">
			<media:title type="html">aresterline</media:title>
		</media:content>
	</item>
		<item>
		<title>Great Query DSL</title>
		<link>http://adamesterline.com/2007/10/09/great-query-dsl/</link>
		<comments>http://adamesterline.com/2007/10/09/great-query-dsl/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 19:39:12 +0000</pubDate>
		<dc:creator>Adam Esterline</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[ActiveRecord]]></category>

		<category><![CDATA[MonoRail]]></category>

		<category><![CDATA[NHibernate]]></category>

		<guid isPermaLink="false">http://adamesterline.com/2007/10/09/great-query-dsl/</guid>
		<description><![CDATA[Update:  Ayenda replied with the following
This is Rhino Commons repository + NHibernate Query Generator code.
Ayende posted an example of a great query DSL.   Is this real?   If so, where can I download this framework?
ICollection&#60;Event&#62; eventsInTwoDays = Repository&#60;Event&#62;.FindAll(        Where.Event.ScheduledDate == DateTime.Today.AddDays(2) &#38;&#38;   [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><b>Update:</b>  <a href="http://ayende.com/Blog/" title="Ayenda">Ayenda</a> replied with the following<br />
<blockquote>This is Rhino Commons repository + NHibernate Query Generator code.</p></blockquote>
<p><a href="http://ayende.com/Blog/" title="Ayenda">Ayende</a> posted an example of a <a href="http://ayende.com/Blog/archive/2007/10/09/From-demo-to-production-Handling-the-edge-cases-that-arent.aspx" title="Query DSL?">great query DSL</a>.   Is this real?   If so, where can I download this framework?
<pre><code>ICollection&lt;Event&gt; eventsInTwoDays = Repository&lt;Event&gt;.FindAll(        Where.Event.ScheduledDate == DateTime.Today.AddDays(2) &amp;&amp;        Where.Event.Participants.With(FetchMode.Join)    );</code></pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aresterline.wordpress.com/57/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aresterline.wordpress.com/57/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aresterline.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aresterline.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aresterline.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aresterline.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aresterline.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aresterline.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aresterline.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aresterline.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aresterline.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aresterline.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adamesterline.com&blog=814395&post=57&subd=aresterline&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://adamesterline.com/2007/10/09/great-query-dsl/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aresterline-128.jpg" medium="image">
			<media:title type="html">aresterline</media:title>
		</media:content>
	</item>
		<item>
		<title>Flattering</title>
		<link>http://adamesterline.com/2007/10/07/flattering/</link>
		<comments>http://adamesterline.com/2007/10/07/flattering/#comments</comments>
		<pubDate>Sun, 07 Oct 2007 19:31:24 +0000</pubDate>
		<dc:creator>Adam Esterline</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Agile]]></category>

		<category><![CDATA[C#]]></category>

		<category><![CDATA[MonoRail]]></category>

		<guid isPermaLink="false">http://adamesterline.com/2007/10/07/flattering/</guid>
		<description><![CDATA[I want to thank the person that added my blog as a reference for MonoRail on Wikipedia.   I am flattered.Thanks.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I want to thank the person that added my blog as a reference for <a href="http://en.wikipedia.org/wiki/Monorail_%28.Net%29" title="MonoRail (.NET)">MonoRail</a> on <a href="http://wikipedia.org" title="Wikipedia">Wikipedia</a>.   I am flattered.Thanks.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aresterline.wordpress.com/55/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aresterline.wordpress.com/55/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aresterline.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aresterline.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aresterline.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aresterline.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aresterline.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aresterline.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aresterline.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aresterline.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aresterline.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aresterline.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adamesterline.com&blog=814395&post=55&subd=aresterline&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://adamesterline.com/2007/10/07/flattering/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aresterline-128.jpg" medium="image">
			<media:title type="html">aresterline</media:title>
		</media:content>
	</item>
		<item>
		<title>C# Puzzlers: Elvis Lives</title>
		<link>http://adamesterline.com/2007/10/07/c-puzzlers-elvis-lives/</link>
		<comments>http://adamesterline.com/2007/10/07/c-puzzlers-elvis-lives/#comments</comments>
		<pubDate>Sun, 07 Oct 2007 14:30:57 +0000</pubDate>
		<dc:creator>Adam Esterline</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Puzzlers]]></category>

		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://adamesterline.com/2007/10/07/c-puzzlers-elvis-lives/</guid>
		<description><![CDATA[I was a Java instructor earlier in my career.   The best thing about being a Java instructor is you really learn Java.   I knew Java as well or better than anybody while I was teaching.   I quickly learned that students ask the best questions and they forced me to [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I was a Java instructor earlier in my career.   The best thing about being a Java instructor is you <b>really</b> learn Java.   I knew Java as well or better than anybody while I was teaching.   I quickly learned that students ask the best questions and they forced me to truly understand Java.A group of developers, at work, started exploring <a href="http://www.javapuzzlers.com/" title="Java Puzzlers">Java Puzzlers</a>.   <a href="http://www.javapuzzlers.com/" title="Java Puzzlers">Java Puzzlers</a> reminded me about how well I knew Java and how I don’t have the same depth of knowledge in C#.   I want/need the same depth of knowledge in C# as I do in Java.I am currently working my way through the Java puzzlers in C#.   This post is the result of the first puzzler.   This puzzler was written by <a href="http://c2.com/cgi/wiki?JeffGrigg" title="Jeff Grigg">Jeff Grigg</a>.<b>Given the following:   What will be printed to the console?</b>
<pre><code>public class Elvis : King{    public bool IsAlive = true;    protected override void Kill()    {        IsAlive = false;        Console.WriteLine("The king is dead.");    }    public static void Main(String[] args)    {        Elvis elvis = new Elvis();        if (elvis.IsAlive)            Console.WriteLine("Long live the king!");        Console.WriteLine("Hit enter to continue....");        Console.ReadLine();    }}public abstract class King{    public King()    {        Kill();    }    protected abstract void Kill();}</code></pre>
<p>It turns out it only prints
<pre><code>The king is dead.</code></pre>
<p>This went against my instinct.   Why?   The same puzzler prints
<pre><code>The king is dead.Long live the king!</code></pre>
<p>in Java.   Java does not execute <code>public bool IsAlive = true;</code> until after the super constructor executes.This obviously does not happen in C#.   C# must initialize all member variables before executing the constructor.   This behavior seems to be more obvious than the Java behavior.   I guess I should try not to think so hard when I am working through these puzzles ;)The code for the puzzlers can be found in my svn repository.<a href="https://esterline.devguard.com/svn/code/csharp_puzzlers" title="C# Puzzlers">https://esterline.devguard.com/svn/code/csharp_puzzlers</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/aresterline.wordpress.com/56/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/aresterline.wordpress.com/56/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aresterline.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aresterline.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aresterline.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aresterline.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aresterline.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aresterline.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aresterline.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aresterline.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aresterline.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aresterline.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=adamesterline.com&blog=814395&post=56&subd=aresterline&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://adamesterline.com/2007/10/07/c-puzzlers-elvis-lives/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aresterline-128.jpg" medium="image">
			<media:title type="html">aresterline</media:title>
		</media:content>
	</item>
	</channel>
</rss>