A problem using sIFR for menus that link to databound forms in IE7

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.This is quite possibly the most interesting/ann…

Read this article

Testing Outgoing SMTP Emails - So Simple!

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.At the Umbraco retreat before CodeGarden 09 in…

Read this article

Guide to installing Cold Fusion 8 on Windows Server 2008 (IIS 7) 64 bit

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.After a lot of trial and error i finally figure…

Read this article

jQuery Vertical Align

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.UPDATED! (2009-04-29) An easy way to vertical…

Read this article

jQuery popup bubble extension

quick and extensible JavaScript + jQuery framework to enable popup windows, popup bubbles, or popup anything!!…

Read this article

Super easy jQuery events

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.I've been using jQuery for a while but haven't…

Read this article

Custom MVC routes within the Umbraco pipeline

A while ago I wrote a post on how to do custom MVC routing in Umbraco, though the end result wasn’t quite ideal. There were a few tricks required and It wasn’t perfect since there were problems with r…

Read this article

This blog now powered by Articulate

I’ve recently decided to build a new open source blog engine powered by Umbraco called Articulate. There’s a few reasons why i wanted to do this: Since my full time job is an Umbraco core developer,…

Read this article

Multiple WebApi controllers with the same name but different namespaces

Warren recently reported this issue on Umbraco which prohibits WebApi from routing to two different paths that specify the same controller name but different namespaces. This type of thing is fully su…

Read this article

Paging with Examine

Paging with Lucene and Examine requires some specific API usage. It's very easy to get wrong by using Linq's Skip/Take methods and when doing this you'll inadvertently end up loading in all search results from Lucene and then filtering in memory when what you really want to do is have Lucene only create the minimal search result objects that you are interested in.…

Read this article