<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>They Call Me Mister James</title>
	<link>http://jameschambers.com</link>
	<description>Building the Web on the Cloud (and other musings)</description>
	<lastBuildDate>Thu, 18 Apr 2013 14:35:24 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en-US</language>
	<!-- generator="WordPress/3.5" -->

	<item>
		<title>Updating Data in CouchDb from c#/Asp.Net Mvc</title>
		<description><![CDATA[One of my repositories is working against the REST interface of a CouchDb set of data.&#160; Reads have been awesome, and the “Paste JSON as classes” feature of Visual Studio 2012 makes getting POCOs up and running a treat. However I ran into the following error doing a POST to update a document in the [...]]]></description>
		<link>http://jameschambers.com/2013/04/updating-data-in-couchdb-from-casp-net-mvc/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=updating-data-in-couchdb-from-casp-net-mvc</link>
			</item>
	<item>
		<title>Easily Build A Time Selector</title>
		<description><![CDATA[I’m working on a project where I need the user to select a time in 24 hour format.&#160; It would have taken me a couple of minutes to punch out the lines to build a select option for each of the items that were to appear in the drop down list, but I elected to [...]]]></description>
		<link>http://jameschambers.com/2013/03/easily-build-a-time-selector/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=easily-build-a-time-selector</link>
			</item>
	<item>
		<title>Bootstrap Icon Classes as Strings</title>
		<description><![CDATA[I’m working on the Twitter.Bootstrap.Mvc package with Eric Hexter and one of the things that we’re going to be doing is templating around forms and controls as an extension to the NavigationRoutes project that we’ve broken out.&#160; We’re going to be adding support to include automatic prepending/appending of icons to known form elements. This has [...]]]></description>
		<link>http://jameschambers.com/2013/02/bootstrap-icon-classes-as-strings/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bootstrap-icon-classes-as-strings</link>
			</item>
	<item>
		<title>System.Web.WebPages Aren&#8217;t the HtmlHelpers You&#8217;re Looking For&#8230;</title>
		<description><![CDATA[Had a bit of a frustrating morning, one of those times when your tools work against you by helping you out but cost you 35 minutes and an extra cup of coffee.&#160; And maybe a sanity check or two.&#160; The goal was to create a very simple HtmlHelper extension method.&#160; I kept getting the error: [...]]]></description>
		<link>http://jameschambers.com/2013/02/system-web-webpages-arent-the-htmlhelpers-youre-looking-for/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=system-web-webpages-arent-the-htmlhelpers-youre-looking-for</link>
			</item>
	<item>
		<title>Web Camp&#8211;Vancouver</title>
		<description><![CDATA[I am geeked to announce that my videos for MVC4 and Web API from Web Camp in Vancouver have been made available.&#160; All of the videos in the collection are located here, and the videos I contributed are below. Building and Deploying Web Sites with ASP.NET MVC 4 Watch the video on Channel 9 Disclaimer [...]]]></description>
		<link>http://jameschambers.com/2013/02/web-campvancouver/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=web-campvancouver</link>
			</item>
	<item>
		<title>VS2012 Code Snippet for Test Methods</title>
		<description><![CDATA[I don’t post about unit testing, but when I do, lather, rinse, repeat. Here’s a snippet to generate a AAA-friendly test method that can be invoked by typing aaa and then pressing tab. Better if you do it in a test class #JustSaying.&#160; Tested in VS2012, works here . The great thing about VS2012 – [...]]]></description>
		<link>http://jameschambers.com/2013/02/vs2012-code-snippet-for-test-methods/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vs2012-code-snippet-for-test-methods</link>
			</item>
	<item>
		<title>A Comparison of Asp.Net MVC Templates</title>
		<description><![CDATA[Visual Studio 2012 and the Asp.Net refresh (2012.2) have introduced a number of new and refreshed templates to help bootstrap your project as you turn up a new MVC 4 site.&#160; This post breaks down the key items that are in each of the templates to help you get a better understanding of your starting [...]]]></description>
		<link>http://jameschambers.com/2013/02/a-comparison-of-asp-net-mvc-templates/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-comparison-of-asp-net-mvc-templates</link>
			</item>
	<item>
		<title>Bootstrapping Asp.Net MVC&#8211;Introduction to Twitter.Bootstrap.Mvc4</title>
		<description><![CDATA[I’m continuing my series in exploring Bootstrap integration with the Mvc Framework – part of the Asp.Net stack – and in this entry we’re going to be looking at a helper package that you can install in seconds to kickstart a project.&#160; Covered in this video are: Installing from NuGet Forking from GitHub, building locally [...]]]></description>
		<link>http://jameschambers.com/2013/02/bootstrapping-asp-net-mvcintroduction-to-twitter-bootstrap-mvc4/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bootstrapping-asp-net-mvcintroduction-to-twitter-bootstrap-mvc4</link>
			</item>
	<item>
		<title>jQuery Script Map Causing Critical Error in jQuery 1.9.0</title>
		<description><![CDATA[Script maps are a great addition to the debugging arsenal of any script developer. Even for those of us who are “consumers” of some of the libraries out there, the script maps will help us get at the details of why something is going sideways when we’re working with minified versions of the code.&#160; Without [...]]]></description>
		<link>http://jameschambers.com/2013/01/jquery-script-map-causing-critical-error-in-jquery-1-9-0/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=jquery-script-map-causing-critical-error-in-jquery-1-9-0</link>
			</item>
	<item>
		<title>Upgrading to jQuery 1.9.0 Starts Giving you Unhandled Exception Errors</title>
		<description><![CDATA[I am running Windows 8, Visual Studio 2012 and working with Asp.Net MVC4. My upgrade was from jQuery 1.8.2 to jQuery 1.9.0 when this error surfaced. If you upgrade an MVC project to the latest jQuery bits, you man run into an error similar to the following: Unhandled exception at line 115, column 5 in [...]]]></description>
		<link>http://jameschambers.com/2013/01/upgrading-to-jquery-1-9-0-starts-giving-you-unhandled-exception-errors/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=upgrading-to-jquery-1-9-0-starts-giving-you-unhandled-exception-errors</link>
			</item>
</channel>
</rss>
