<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Technical Jargon</title>
	<atom:link href="http://www.jeremyskinner.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeremyskinner.co.uk</link>
	<description>Did you notice the information bar?</description>
	<pubDate>Wed, 07 Jan 2009 13:37:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>Comment on Testing Action Results with ASP.NET MVC by Katelecememag</title>
		<link>http://www.jeremyskinner.co.uk/2008/04/19/testing-action-results-with-aspnet-mvc/#comment-2609</link>
		<dc:creator>Katelecememag</dc:creator>
		<pubDate>Wed, 07 Jan 2009 02:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://jeremyskinner.wordpress.com/?p=27#comment-2609</guid>
		<description>What is bumburbia?</description>
		<content:encoded><![CDATA[<p>What is bumburbia?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing Action Results with ASP.NET MVC by Heellance</title>
		<link>http://www.jeremyskinner.co.uk/2008/04/19/testing-action-results-with-aspnet-mvc/#comment-2155</link>
		<dc:creator>Heellance</dc:creator>
		<pubDate>Fri, 19 Dec 2008 07:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://jeremyskinner.wordpress.com/?p=27#comment-2155</guid>
		<description>Hi people 
 
As newly registered user i just want to say hi to everyone else who uses this forum ;-)</description>
		<content:encoded><![CDATA[<p>Hi people </p>
<p>As newly registered user i just want to say hi to everyone else who uses this forum <img src='http://www.jeremyskinner.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using ModelState with MvcContrib&#8217;s Fluent HTML Helpers by Tim Scott</title>
		<link>http://www.jeremyskinner.co.uk/2008/12/18/using-modelstate-with-mvccontribs-fluent-html-helpers/#comment-2145</link>
		<dc:creator>Tim Scott</dc:creator>
		<pubDate>Thu, 18 Dec 2008 20:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremyskinner.co.uk/?p=71#comment-2145</guid>
		<description>Very cool.  I have not used the ModelState stuff yet.  This might provide the incentive.</description>
		<content:encoded><![CDATA[<p>Very cool.  I have not used the ModelState stuff yet.  This might provide the incentive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating FluentValidation with MvcContrib&#8217;s Fluent Html Helpers by Jeremy Skinner</title>
		<link>http://www.jeremyskinner.co.uk/2008/12/13/integrating-fluentvalidation-with-mvccontribs-fluent-html-helpers/#comment-2065</link>
		<dc:creator>Jeremy Skinner</dc:creator>
		<pubDate>Mon, 15 Dec 2008 15:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremyskinner.co.uk/?p=66#comment-2065</guid>
		<description>That's a better idea. I'll try and implement this at some point this evening (unless you beat me to it ;))</description>
		<content:encoded><![CDATA[<p>That&#8217;s a better idea. I&#8217;ll try and implement this at some point this evening (unless you beat me to it ;))</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating FluentValidation with MvcContrib&#8217;s Fluent Html Helpers by Tim Scott</title>
		<link>http://www.jeremyskinner.co.uk/2008/12/13/integrating-fluentvalidation-with-mvccontribs-fluent-html-helpers/#comment-2063</link>
		<dc:creator>Tim Scott</dc:creator>
		<pubDate>Mon, 15 Dec 2008 14:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremyskinner.co.uk/?p=66#comment-2063</guid>
		<description>Another approach might be to extend the API to do whatever you might want to do with TagBuilder.  IElement.GetAttr(string key) might provide what you need while keeping TagBuilder (someone else's class, which is still beta) encapsulated.</description>
		<content:encoded><![CDATA[<p>Another approach might be to extend the API to do whatever you might want to do with TagBuilder.  IElement.GetAttr(string key) might provide what you need while keeping TagBuilder (someone else&#8217;s class, which is still beta) encapsulated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating FluentValidation with MvcContrib&#8217;s Fluent Html Helpers by Jeremy Skinner</title>
		<link>http://www.jeremyskinner.co.uk/2008/12/13/integrating-fluentvalidation-with-mvccontribs-fluent-html-helpers/#comment-2054</link>
		<dc:creator>Jeremy Skinner</dc:creator>
		<pubDate>Mon, 15 Dec 2008 08:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremyskinner.co.uk/?p=66#comment-2054</guid>
		<description>Thanks for the tip.

Personally, I'd prefer to keep the tagbuilder exposed. I think its a useful extensibility point that gives you the option of modifying the HTML before it is rendered. 

For example, I have another custom MemberBehavior that extracts the 'name' attribute from the TagBuilder and lowercases the first character (which is a convention in the app I'm currently working on).</description>
		<content:encoded><![CDATA[<p>Thanks for the tip.</p>
<p>Personally, I&#8217;d prefer to keep the tagbuilder exposed. I think its a useful extensibility point that gives you the option of modifying the HTML before it is rendered. </p>
<p>For example, I have another custom MemberBehavior that extracts the &#8216;name&#8217; attribute from the TagBuilder and lowercases the first character (which is a convention in the app I&#8217;m currently working on).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating FluentValidation with MvcContrib&#8217;s Fluent Html Helpers by Tim Scott</title>
		<link>http://www.jeremyskinner.co.uk/2008/12/13/integrating-fluentvalidation-with-mvccontribs-fluent-html-helpers/#comment-2045</link>
		<dc:creator>Tim Scott</dc:creator>
		<pubDate>Sun, 14 Dec 2008 23:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremyskinner.co.uk/?p=66#comment-2045</guid>
		<description>Very cool!  I had envisioned using IMemberBehavior only with attributes, but because it has a handle on the member, it supports this usage nicely!

One thought.  It might be better to use element.SetAttr method instead of element.Builder.  Two reasons.  First, Law of Demeter.  Second, you are assuming some knowledge of inner workings of the class. I wonder indeed if it's unwise that we expose Builder.  I recall that I did it to facilitate testing some edge cases.  Perhaps a not a good idea?

But this is a small point.  Nice work!</description>
		<content:encoded><![CDATA[<p>Very cool!  I had envisioned using IMemberBehavior only with attributes, but because it has a handle on the member, it supports this usage nicely!</p>
<p>One thought.  It might be better to use element.SetAttr method instead of element.Builder.  Two reasons.  First, Law of Demeter.  Second, you are assuming some knowledge of inner workings of the class. I wonder indeed if it&#8217;s unwise that we expose Builder.  I recall that I did it to facilitate testing some edge cases.  Perhaps a not a good idea?</p>
<p>But this is a small point.  Nice work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dependency Injection with ASP.NET MVC Action Filters by Jeremy Skinner</title>
		<link>http://www.jeremyskinner.co.uk/2008/11/08/dependency-injection-with-aspnet-mvc-action-filters/#comment-1720</link>
		<dc:creator>Jeremy Skinner</dc:creator>
		<pubDate>Tue, 02 Dec 2008 18:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremyskinner.co.uk/?p=52#comment-1720</guid>
		<description>As far as I am aware Windsor doesn't have an equivalent to InjectProperties. However, it should be possible to replicate this feature by using reflection to get all the properties for your object and then call container.Resolve for each one.</description>
		<content:encoded><![CDATA[<p>As far as I am aware Windsor doesn&#8217;t have an equivalent to InjectProperties. However, it should be possible to replicate this feature by using reflection to get all the properties for your object and then call container.Resolve for each one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dependency Injection with ASP.NET MVC Action Filters by Remco</title>
		<link>http://www.jeremyskinner.co.uk/2008/11/08/dependency-injection-with-aspnet-mvc-action-filters/#comment-1719</link>
		<dc:creator>Remco</dc:creator>
		<pubDate>Tue, 02 Dec 2008 18:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremyskinner.co.uk/?p=52#comment-1719</guid>
		<description>How would you handle this when using Windsor ?</description>
		<content:encoded><![CDATA[<p>How would you handle this when using Windsor ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Storing ModelState in TempData with ASP.NET MVC by Jeremy Skinner</title>
		<link>http://www.jeremyskinner.co.uk/2008/10/18/storing-modelstate-in-tempdata-with-aspnet-mvc/#comment-1344</link>
		<dc:creator>Jeremy Skinner</dc:creator>
		<pubDate>Fri, 31 Oct 2008 22:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeremyskinner.co.uk/?p=44#comment-1344</guid>
		<description>Hi Bryan,

Would you be willing to submit a patch with your changes? http://www.codeplex.com/MVCContrib/SourceControl/UploadPatch.aspx

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Bryan,</p>
<p>Would you be willing to submit a patch with your changes? <a href="http://www.codeplex.com/MVCContrib/SourceControl/UploadPatch.aspx" rel="nofollow">http://www.codeplex.com/MVCContrib/SourceControl/UploadPatch.aspx</a></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
