Twitter About Home

Scaffold your ASP.NET MVC 3 project with the MvcScaffolding package

Jan 13, 2011

This post is part of a series about the MvcScaffolding NuGet package: Read More

MvcScaffolding: Standard Usage

Jan 13, 2011

This post is part of a series about the MvcScaffolding NuGet package: Read More

Using 51Degrees.Mobi Foundation for accurate mobile browser detection on ASP.NET MVC 3

Dec 17, 2010

Mobile devices continue to grow in popularity as a way to access the Web. If you’re building any kind of public-facing site, you probably way to make it look and behave well on mobiles just as on traditional desktop browsers. Read More

Hello, Microsoft

Nov 3, 2010

Starting later this month, I’m going to be working for Microsoft – I just accepted a job on the Web Platform and Tools (WPT) team in the Developer Division. This is pretty exciting for me, as it means I’ll be able to directly focus my energy on pushing the MS web stack forwards, and will get to work with many of the very smart people who bring you technologies like ASP.NET and IIS. Read More

Knockout 1.1.0 + new project site launched

Oct 20, 2010

Yes, it’s been a while since my last blog post… Partly this is due to other work, and partly it’s because my community efforts lately have increasingly focused on open source projects. Read More

Editing a variable-length list, Knockout-style

Jul 12, 2010

Following my previous blog post about Knockout, a JavaScript UI library that provides a nice structure for building responsive web UIs with a similar programming model to Silverlight, a few people have asked to see an “editable grid”-type example. There’s a read-only paging grid example here, but what about editing and validating? Read More