Web

Unit Testing

Selenium: Early Thoughts on Test Automation

My thoughts on a first dive into using Selenium for test automation.

Read More
Knockout

3 Ways to Deal with SFOUC in KnockoutJS

How you can avoid sudden flashes of unstyled content in Knockout?

Read More
CouchDb

Protecting your CouchDB Views

If you work with a SQL or other RDBMS database you most likely have your schema backed up somewhere under source control.  CouchDB is a slightly more complicated beast...

Read More
ASP.NET

Excluding Current RouteData from UrlHelper

By default, the MVC `UrlHelper` will include all of the route values for the current route in it's calculations. What if you don't want it to?

Read More
Build

Creating NuGet packages with Grunt

Using Grunt to automate creation of your nuget packages.

Read More
Knockout

Handling "this" in ko.command

The vagaries of "this" in Knockout commands.

Read More
ProxyApi

ProxyApi & Anti-Forgery Tokens

Prevent CSRF with an anti-forgery token in ProxyApi.

Read More
Knockout

Editable Object Graphs in Knockout

Extending `ko.plus` cancellability to whole object graphs.

Read More
ASP.NET

Exception Handling for Web API Controller Constructors

How to handle those scenarios that exception filters will miss.

Read More
ASP.NET

Translating Date Formats in JavaScript

Urgh, dates.  It's always bloody dates.

Read More