jQuery

ProxyApi

ProxyApi & Anti-Forgery Tokens

Prevent CSRF with an anti-forgery token in ProxyApi.

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
ProxyApi

ProxyApi: Now With Intellisense!

Adding intellisense to ProxyApi.

Read More
ProxyApi

ProxyApi: Automatic JavaScript Proxies for WebAPI and MVC

Generate JavaScript proxies for your MVC or WebAPI site.

Read More
JavaScript

Publish & Subscribe Distributed Events in JavaScript

Distributed events let you define a named event that can be published or subscribed to without the need to have a reference to any other object; this post attempts to bring that behaviour to JavaScript

Read More
Knockout

Command Pattern with jQuery.Deferred & Knockout

Working in WPF using the MVVM pattern it is almost impossible to get away from commands and the ICommand interface, so when I started writing view models in knockout that had to perform actions I started to miss the commands quite quickly

Read More
Knockout

Placeholders using Knockout JS

Whenever you have an asynchronous call to the server from a web page it is good practice to have some form of loading indicator to let the user know that something is happening in the background

Read More