<?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>Nick Riggs, Web Developer</title>
	<atom:link href="http://www.nickriggs.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nickriggs.com</link>
	<description>Making stuff up about web development since last week.</description>
	<lastBuildDate>Thu, 15 Jul 2010 21:27:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Getting the id and name Attribute Generated by Typed Html Helpers</title>
		<link>http://www.nickriggs.com/posts/getting-the-id-and-name-attribute-generated-by-typed-html-helpers/</link>
		<comments>http://www.nickriggs.com/posts/getting-the-id-and-name-attribute-generated-by-typed-html-helpers/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 21:26:55 +0000</pubDate>
		<dc:creator>Nick Riggs</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.nickriggs.com/?p=287</guid>
		<description><![CDATA[ASP.NET MVC typed html helpers generate helpful ready-to-bind markup for us. Learn how to detect what the resulting id and name attribute will be for use in your view code]]></description>
		<wfw:commentRss>http://www.nickriggs.com/posts/getting-the-id-and-name-attribute-generated-by-typed-html-helpers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Client Side Model-Aware Validation</title>
		<link>http://www.nickriggs.com/posts/client-side-model-aware-validation/</link>
		<comments>http://www.nickriggs.com/posts/client-side-model-aware-validation/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 22:07:59 +0000</pubDate>
		<dc:creator>Nick Riggs</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Foolproof]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[client side]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://www.nickriggs.com/?p=265</guid>
		<description><![CDATA[In a previous post, we built a model-aware validator using Foolproof for ASP.NET MVC. Now, it’s time to create the client side version because posting back sucks. ]]></description>
		<wfw:commentRss>http://www.nickriggs.com/posts/client-side-model-aware-validation/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Render Your Model With Client Side jQuery Templates Instead of ASP.NET MVC Partial Views</title>
		<link>http://www.nickriggs.com/posts/render-your-model-with-client-side-jquery-templates-instead-of-asp-net-mvc-partial-views/</link>
		<comments>http://www.nickriggs.com/posts/render-your-model-with-client-side-jquery-templates-instead-of-asp-net-mvc-partial-views/#comments</comments>
		<pubDate>Tue, 25 May 2010 22:04:54 +0000</pubDate>
		<dc:creator>Nick Riggs</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://www.nickriggs.com/?p=239</guid>
		<description><![CDATA[Stop writing render code in multiple places in your ASP.NET MVC ajax applications. Learn how to push your model to the browser and use jQuery to bind it to templates. ]]></description>
		<wfw:commentRss>http://www.nickriggs.com/posts/render-your-model-with-client-side-jquery-templates-instead-of-asp-net-mvc-partial-views/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Build Model-Aware Custom Validation Attributes in ASP.NET MVC 2</title>
		<link>http://www.nickriggs.com/posts/build-model-aware-custom-validation-attributes-in-asp-net-mvc-2/</link>
		<comments>http://www.nickriggs.com/posts/build-model-aware-custom-validation-attributes-in-asp-net-mvc-2/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 21:53:16 +0000</pubDate>
		<dc:creator>Nick Riggs</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Foolproof]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[data annotations]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://nickriggs.com/?p=234</guid>
		<description><![CDATA[Using Foolproof’s ModelAwareValidationAttribute class, you can create custom model-aware data annotations to solve any complex validation scenario]]></description>
		<wfw:commentRss>http://www.nickriggs.com/posts/build-model-aware-custom-validation-attributes-in-asp-net-mvc-2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Foolproof Provides Contingent Data Annotation Validation for ASP.NET MVC 2</title>
		<link>http://www.nickriggs.com/posts/foolproof-provides-contingent-data-annotation-validation-for-asp-net-mvc-2/</link>
		<comments>http://www.nickriggs.com/posts/foolproof-provides-contingent-data-annotation-validation-for-asp-net-mvc-2/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 02:49:17 +0000</pubDate>
		<dc:creator>Nick Riggs</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Foolproof]]></category>

		<guid isPermaLink="false">http://nickriggs.com/?p=213</guid>
		<description><![CDATA[<a href="http://foolproof.codeplex.com">"MVC Foolproof Validation"</a> is my first open source project to help bridge the gap in ASP.NET MVC Data Annotations when dealing with contingent or dependent scenarios]]></description>
		<wfw:commentRss>http://www.nickriggs.com/posts/foolproof-provides-contingent-data-annotation-validation-for-asp-net-mvc-2/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Entity Framwork&#039;s Include Function Produces Inner Joins Instead of Outer Joins</title>
		<link>http://www.nickriggs.com/posts/entity-framworks-include-function-produces-inner-joins-instead-of-outer-joins/</link>
		<comments>http://www.nickriggs.com/posts/entity-framworks-include-function-produces-inner-joins-instead-of-outer-joins/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 17:39:00 +0000</pubDate>
		<dc:creator>Nick Riggs</dc:creator>
				<category><![CDATA[Data Access]]></category>
		<category><![CDATA[entity framework]]></category>

		<guid isPermaLink="false">http://nickriggs.com/?p=199</guid>
		<description><![CDATA[Entity Framework's Include function usually produces OUTER JOINs. I ran into an scenario where INNER JOINs were being produced that filtered out needed records. The solution is in the direction of the EF expression]]></description>
		<wfw:commentRss>http://www.nickriggs.com/posts/entity-framworks-include-function-produces-inner-joins-instead-of-outer-joins/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Rendering and Binding Drop Down Lists using ASP.NET MVC 2 EditorFor</title>
		<link>http://www.nickriggs.com/posts/rendering-and-binding-drop-down-lists-using-asp-net-mvc-2-editorfor/</link>
		<comments>http://www.nickriggs.com/posts/rendering-and-binding-drop-down-lists-using-asp-net-mvc-2-editorfor/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 17:24:15 +0000</pubDate>
		<dc:creator>Nick Riggs</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[editor templates]]></category>
		<category><![CDATA[editorfor]]></category>
		<category><![CDATA[model binding]]></category>

		<guid isPermaLink="false">http://nickriggs.com/?p=168</guid>
		<description><![CDATA[Use ASP.NET MVC’s EditorFor to render a drop down list from a view model. Then use a custom model binder to bind the selection back to the view model]]></description>
		<wfw:commentRss>http://www.nickriggs.com/posts/rendering-and-binding-drop-down-lists-using-asp-net-mvc-2-editorfor/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>A Simple ForEach Loop Solution for JavaScript</title>
		<link>http://www.nickriggs.com/posts/a-simple-foreach-loop-solution-for-javascript/</link>
		<comments>http://www.nickriggs.com/posts/a-simple-foreach-loop-solution-for-javascript/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 13:28:28 +0000</pubDate>
		<dc:creator>Nick Riggs</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[foreach]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://nickriggs.com/?p=152</guid>
		<description><![CDATA[Create "foreach" functionality in JavaScript using an Array prototype function]]></description>
		<wfw:commentRss>http://www.nickriggs.com/posts/a-simple-foreach-loop-solution-for-javascript/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Post Complex JavaScript Objects to ASP.NET MVC Controllers</title>
		<link>http://www.nickriggs.com/posts/post-complex-javascript-objects-to-asp-net-mvc-controllers/</link>
		<comments>http://www.nickriggs.com/posts/post-complex-javascript-objects-to-asp-net-mvc-controllers/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 13:27:57 +0000</pubDate>
		<dc:creator>Nick Riggs</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Model Binders]]></category>
		<category><![CDATA[postify]]></category>

		<guid isPermaLink="false">http://nickriggs.com/?p=106</guid>
		<description><![CDATA[Use the plug-in postify.js to handle posting complex JavaScript objects to ASP.NET MVC controllers using the default model binder]]></description>
		<wfw:commentRss>http://www.nickriggs.com/posts/post-complex-javascript-objects-to-asp-net-mvc-controllers/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Simple AJAX Polling Plugin for jQuery</title>
		<link>http://www.nickriggs.com/posts/simple-ajax-polling-plugin-for-jquery/</link>
		<comments>http://www.nickriggs.com/posts/simple-ajax-polling-plugin-for-jquery/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 12:10:57 +0000</pubDate>
		<dc:creator>Nick Riggs</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[polling]]></category>

		<guid isPermaLink="false">http://nickriggs.com/?p=83</guid>
		<description><![CDATA[Implement a simple jQuery plugin that simplifies AJAX-based polling in your web applications]]></description>
		<wfw:commentRss>http://www.nickriggs.com/posts/simple-ajax-polling-plugin-for-jquery/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
