<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using ModelMetaData in ASP.Net MVC 2 to wire up sweet jQuery awesomeness</title>
	<atom:link href="http://lostechies.com/erichexter/2010/06/23/using-modelmetadata-in-asp-net-mvc-2-to-wire-up-sweet-jquery-awesomeness/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/erichexter/2010/06/23/using-modelmetadata-in-asp-net-mvc-2-to-wire-up-sweet-jquery-awesomeness/</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 18:10:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Rick (From Microsoft)</title>
		<link>http://lostechies.com/erichexter/2010/06/23/using-modelmetadata-in-asp-net-mvc-2-to-wire-up-sweet-jquery-awesomeness/#comment-315</link>
		<dc:creator>Rick (From Microsoft)</dc:creator>
		<pubDate>Thu, 01 Jul 2010 19:46:51 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2010/06/23/using-modelmetadata-in-asp-net-mvc-2-to-wire-up-sweet-jquery-awesomeness.aspx#comment-315</guid>
		<description>A complete sample would be great! I added this to the MVC FAQ http://www.lostechies.com/blogs/hex/archive/2010/06/23/using-modelmetadata-in-asp-net-mvc-2-to-wire-up-sweet-jquery-awesomeness.aspx</description>
		<content:encoded><![CDATA[<p>A complete sample would be great! I added this to the MVC FAQ <a href="http://www.lostechies.com/blogs/hex/archive/2010/06/23/using-modelmetadata-in-asp-net-mvc-2-to-wire-up-sweet-jquery-awesomeness.aspx" rel="nofollow">http://www.lostechies.com/blogs/hex/archive/2010/06/23/using-modelmetadata-in-asp-net-mvc-2-to-wire-up-sweet-jquery-awesomeness.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick (From Microsoft)</title>
		<link>http://lostechies.com/erichexter/2010/06/23/using-modelmetadata-in-asp-net-mvc-2-to-wire-up-sweet-jquery-awesomeness/#comment-314</link>
		<dc:creator>Rick (From Microsoft)</dc:creator>
		<pubDate>Thu, 01 Jul 2010 19:43:39 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2010/06/23/using-modelmetadata-in-asp-net-mvc-2-to-wire-up-sweet-jquery-awesomeness.aspx#comment-314</guid>
		<description>I&#039;ve added this to the MVC FAQ (http://blogs.msdn.com/b/rickandy/archive/2009/10/15/mvc-faq.aspx ) A complete sample would be great!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve added this to the MVC FAQ (<a href="http://blogs.msdn.com/b/rickandy/archive/2009/10/15/mvc-faq.aspx" rel="nofollow">http://blogs.msdn.com/b/rickandy/archive/2009/10/15/mvc-faq.aspx</a> ) A complete sample would be great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IanG</title>
		<link>http://lostechies.com/erichexter/2010/06/23/using-modelmetadata-in-asp-net-mvc-2-to-wire-up-sweet-jquery-awesomeness/#comment-313</link>
		<dc:creator>IanG</dc:creator>
		<pubDate>Thu, 01 Jul 2010 09:28:55 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2010/06/23/using-modelmetadata-in-asp-net-mvc-2-to-wire-up-sweet-jquery-awesomeness.aspx#comment-313</guid>
		<description>I wouldn&#039;t want to put this metadata straight onto my model, because it&#039;s mixing presentation and business tier concerns, not separating them.  However, if you use a ViewModel to fully separate your presentation tier then this looks like a great approach.</description>
		<content:encoded><![CDATA[<p>I wouldn&#8217;t want to put this metadata straight onto my model, because it&#8217;s mixing presentation and business tier concerns, not separating them.  However, if you use a ViewModel to fully separate your presentation tier then this looks like a great approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://lostechies.com/erichexter/2010/06/23/using-modelmetadata-in-asp-net-mvc-2-to-wire-up-sweet-jquery-awesomeness/#comment-312</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Tue, 29 Jun 2010 02:13:54 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2010/06/23/using-modelmetadata-in-asp-net-mvc-2-to-wire-up-sweet-jquery-awesomeness.aspx#comment-312</guid>
		<description>You dont seem to have mentioned what plugins are implementing the watermark or mask functionality.</description>
		<content:encoded><![CDATA[<p>You dont seem to have mentioned what plugins are implementing the watermark or mask functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: corey coogan</title>
		<link>http://lostechies.com/erichexter/2010/06/23/using-modelmetadata-in-asp-net-mvc-2-to-wire-up-sweet-jquery-awesomeness/#comment-311</link>
		<dc:creator>corey coogan</dc:creator>
		<pubDate>Thu, 24 Jun 2010 15:00:16 +0000</pubDate>
		<guid isPermaLink="false">/blogs/hex/archive/2010/06/23/using-modelmetadata-in-asp-net-mvc-2-to-wire-up-sweet-jquery-awesomeness.aspx#comment-311</guid>
		<description>Looks pretty slick to me.  I admire the way you guys are always pushing the envelope, looking for ways to leverage the framework to make life easier.

Have you had any troubles with the masked input plugin?  I had to scrap it on a client site because when a form was being edited, the field would go blank when you tabbed through it.  I read others reporting this as a bug as well.</description>
		<content:encoded><![CDATA[<p>Looks pretty slick to me.  I admire the way you guys are always pushing the envelope, looking for ways to leverage the framework to make life easier.</p>
<p>Have you had any troubles with the masked input plugin?  I had to scrap it on a client site because when a form was being edited, the field would go blank when you tabbed through it.  I read others reporting this as a bug as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
