Recent Posts
LINQ in JavaScript, now with more ES5
A look at the way ECMAScript 5 is improving LINQ in JavaScript
Orchard & Umbraco - Managing Content
An overview of how to manage content in the two different CMSs
Creating Controllers-as-plugins using MVC3
A look at how to make pluggable Controllers using MVC3
Unit Testing with Umbraco - Video
Video of my Unit Testing with Umbraco session from CG10
How to get the field name for a model property
Ever needed to find the name that'll be generated for a property in MVC? Here's how
Orchard & Umbraco - Creating Content
In this article we'll look at the difference between the two systems when it comes to creating content.
Orchard & Umbraco - The Admin
A look at the admin systems for Orchard and Umbraco
Orchard & Umbraco - Introduction
An introduction to a series of looking at comparing Orchard CMS and Umbraco
Orchard & Umbraco - The install experience
A comparison between the install experience between Orchard CMS and Umbraco Juno
Orchard & Umbraco - The install experience
A comparison between the install experience between Orchard CMS and Umbraco Juno
NHaml Umbraco MacroEngine
How to implement a fully functional custom Umbraco MacroEngine using NHaml language
Custom Umbraco Macro Engines
A quick look at the new abstraction layer on top of the Umbraco Macro Engine in Umbraco Juno
Using Razor in Umbraco 4
A quick look at how to use the Razor support which is coming with Umbraco Juno (4.6)
SydJs talk about JavaScript Frameworks
Talk given at SydJs on building JavaScript frameworks
Umbraco & Mercurial - How to contribute
A quick guide on how to contribute to Umbraco using Mercurial
Mercurial 101 as an Umbraco developer
A Mercurial primer for Umbraco developers
WhatKey.net, a simple way to find JavaScript keycodes
An overview of a simple site which helps JavaScript developers working with keyboard events
Ole Erling appears in NodeJS
Having some fun with NodeJS and a crazy Danish dude
Some tips and tricks for working with IronRuby and Umbraco
Some things which I've learnt while working with IronRuby in Umbraco
Internet Explorer bug with assigning CSS classes
An interesting problem when assigning CSS classes in JavaScript
Base64 Encoding of Images via Powershell
Turning an image into a string... simply
JavaScript functions are objects
JavaScript functions are more than just functions
DocumentDataProvider - Creating a custom LINQ to Umbraco Tree
Creating a custom LINQ to Umbraco provider - implementing a Tree
JavaScript functions that rewrite themselves for a Singleton pattern
Time for more crazy JavaScript, functions that can rewrite themselves!
Overview of the DocumentDataProvider
What is the DocumentDataProvider, why does it exists, and how can it complete me?