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

Dynamically registering custom trees without writing to UmbracoAppTree

When creating custom trees in Umbraco, the standard rule of thumb is that you need to register your tree definition into the UmbracoAppTree table so that it shows up in the back-office for a particula…

Read this article

Multi-node tree picker now supporting filters

This data type is coming quite close to release with full support for XPath filtering. Here’s some screen shots with an example: So the above basically will make sure that the editor cannot link…

Read this article

How to embed ASMX web services in a DLL

The development of uComponents for Umbraco is still ongoing but is probably close to a v1.0 release. During the development of the Multi-node tree picker data type, I’ve spotted a bug in the Umbraco c…

Read this article