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
ASP>NET

Custom Date Formats and the MVC Model Binder

Customising the way that MVC deals with date properties.

Read More
ASP.NET

Keeping MVC Views Tidy with a Base Class

Share code between your views with a custom base class.

Read More
ASP.NET

Localising MVC Views using Display Modes

When considering localisation/globalisation/internationalisation of an MVC website there are a lot of routes you can take...

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
ASP.NET

Ingenious Solution or Horrible Hack?

Today I found myself writing something that feels...hacky. Very hacky, actually. But it does work, and that`s more than can be said for any of the "clean" solutions I could come up with.

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
WPF

Getting Rid of XAML Boilerplate

No-one likes boilerplate. Here's how you can tidy up some XAML examples.

Read More