Javascript

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
Unit Testing

Concurrently Testing JavaScript

Get live feedback on your JavaScript unit tests.

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

Translating Date Formats in JavaScript

Urgh, dates.  It's always bloody dates.

Read More
Knockout

Fallback Images with Knockout

Handle missing images with Knockout data bindings.

Read More
Knockout

Single Page Applications using Node & Knockout

This post is going to be a short walkthrough on how to use Node and KnockoutJS to create a simple single page application.

Read More