Javascript

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
Knockout

Progressive, In-Place Menu Navigation with jQuery & Knockout

Progressive navigation is a pretty common theme throughout the web - we see hierarchical tree menus on half the sites we visit - but a menu structure doesn't always fit.

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

Editable Fields with Cancelability using Knockout

I quite often find myself wanting to write UI that is read-only until someone clicks on an Edit link, at which point it becomes editable and they can either save or cancel their changes.

Read More
ASP.NET

The Magic of SignalR

I recently managed to find both the time and a suitable project to get my hands dirty with SignalR

Read More
Knockout

Server-Side Paged Lists in Knockout

Extending Knockout client-side paging to use server-side paging.

Read More
Knockout

Command Pattern v2 using Knockout

A few enahcements to a command pattern for KnockoutJs

Read More
Knockout

Forcing Computed Observables to Refresh in Knockout

Sometimes you need to force a computed observable to update in response to external events.

Read More
Knockout

Paging Lists with Knockout

Knockout can get a little bit slow when trying to render large amounts of data...

Read More