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…
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…
quick and extensible JavaScript + jQuery framework to enable popup windows, popup bubbles, or popup anything!!…
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…
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…
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,…
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…
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.…
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…
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…
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…