<?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 &#187; JavaScript</title>
	<atom:link href="http://www.nickriggs.com/posts/category/javascript/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, 21 Apr 2011 19:35:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Building Cross-Platform Apps Using jQuery Mobile</title>
		<link>http://www.nickriggs.com/posts/building-cross-platform-apps-using-jquery-mobile/</link>
		<comments>http://www.nickriggs.com/posts/building-cross-platform-apps-using-jquery-mobile/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 19:35:06 +0000</pubDate>
		<dc:creator>Nick Riggs</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://www.nickriggs.com/?p=342</guid>
		<description><![CDATA[jQuery Mobile introduces a cross-platform and cross-device framework for developing mobile applications. It supports a wide variety of mobile browsers and delivers a unified user interface to the devices. It has simplified working with mobile browsers by abstracting away inconsistences between the vendors. Just as jQuery changed the way we wrote JavaScript, jQuery Mobile will change the way we build mobile web applications]]></description>
		<wfw:commentRss>http://www.nickriggs.com/posts/building-cross-platform-apps-using-jquery-mobile/feed/</wfw:commentRss>
		<slash:comments>2</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>8</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>11</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>30</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>22</slash:comments>
		</item>
		<item>
		<title>Clean Up the setTimeout Function</title>
		<link>http://www.nickriggs.com/posts/clean-up-the-settimeout-function/</link>
		<comments>http://www.nickriggs.com/posts/clean-up-the-settimeout-function/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 02:08:57 +0000</pubDate>
		<dc:creator>Nick Riggs</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[setTimeOut]]></category>

		<guid isPermaLink="false">http://nickriggs.com/?p=16</guid>
		<description><![CDATA[Create a prototype function to make delaying function execution more readable]]></description>
		<wfw:commentRss>http://www.nickriggs.com/posts/clean-up-the-settimeout-function/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

