Articulate 1.0.4 released

I’ve finally got around to releasing Articulate 1.0.4 today. Want to say a big thanks to all those who submitted pull requests, you guys rock! There’s a few nice fixes in this release but most importa…

Read this article

Powershell script to create an Umbraco package in Umbraco’s native file format

Since I like using Powershell for my build scripts for various projects I thought it would be handy to create a 100% Powershell powered script to create an Umbraco package in Umbraco’s native package…

Read this article

Isolated WebApi attribute routing

Attribute routing in ASP.Net WebApi is great and makes routing your controllers quite a bit more elegant than writing routes manually. However one problem I have with it is that it is either “on” or “off” at…

Read this article

All about ASP.Net File Change Notification (FCN)

There’s a chance you might not have heard of FCN (File Change Notification) in ASP.Net and there’s an even bigger chance you didn’t realize how much it might affect you. What is FCN in ASP.Net? As…

Read this article

Rendering Controls in XSLT - Umbraco

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.Scenario: Your Umbraco content node has a WYSIW…

Read this article

FamFamFam Icon Package in Umbraco!

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.The FARM has just released an exciting icon pac…

Read this article

Problem: Inserting custom media types in the WYSIWYG of Umbraco 4.0.2.1 shows blank.gif instead of the correct Url

The ScenarioWe had a custom media type called Image. We did this to store more information about each image that was uploaded.The ProblemThe CMS user wants to insert the image to the WYSIWYG of one of…

Read this article

Introducing Snapshot

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.Over the past few weeks Shannon and I have been…

Read this article

Unit Testing meets Umbraco 4.1

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.Yup, it's true, unit tests are now part of Umbr…

Read this article

Umbraco 4.1 Benchmarks Part 1 (Do Over)

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.Doh! Turns out that my first Umbraco 4.1 benchm…

Read this article