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

And it begins

The first post of my new blog…

Read this article

Adding embedded resource with ClientDependency

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 uComponents project for Umbraco is coming a…

Read this article

Multi-node tree picker in uComponents v1.0 BETA

The uComponents team has been hard at work trying to get this project launched and finally we managed to get a beta out last week. Woot! Hopefully we can get the RTM out within a week or two and get a…

Read this article

Injecting JavaScript into other frames

The beautiful part of JavaScript is that it is ridiculously flexible and lets you do things that ‘probably’ shouldn’t be done. Here’s a good example of that. During uComponents development I stumble…

Read this article

Multi-node tree picker enhanced!

Thanks to everyone who’s submitted feedback for the Multi-node tree picker (or MNTP as it’s known by the uComponents guys). I’ve pretty much done everything everyone’s asked for except for a couple of…

Read this article

uComponents 2.0 beta out soon

It’s been a while since I’ve had the time to write a blog post and this is far overdue. We very quietly released uComponents v2.0 Preview on Oct 16th (which you can find here: http://ucomponents.codep…

Read this article

Umbraco Jupiter Plugins - Part 1

This is the first blog post in a series of posts relating to building plugins for Umbraco v5 (Jupiter) Disclaimer This post is about developing for Umbraco v5 (Jupiter) which at the time of this pos…

Read this article