Anyone used any good macro recorders for Windows Vista? I need to automate some point/click/type tasks with multiple windows and tools.

follow me on

Umbraco Certified Professional

Thursday, August 21, 2008 by David Conlisk

Last week Web Garden went to Copenhagen again to attend the Level 2 Umbraco training course to become an Umbraco Certified Professional. Here are some of the gems that came up over the two days.

This is my first post using Windows Live Writer

Thursday, August 21, 2008 by David Conlisk

As I already posted here, it's possible to use Windows Live Writer to update your Umbraco content, and I've just set it up to allow me to update my blog.

Web Garden heading for Umbraco Developer Level 2 course in Copenhagen

Friday, August 08, 2008 by David Conlisk

It's a bit last minute, but also something that I've been wanting to do for a long time. Next week I'm off to Copenhagen to attend the Umbraco Developer Level 2 course with none other than Niels Hartvig, the man who created the Umbraco project.

The importance of umbracoReservedUrls in your Umbraco web.config

Monday, August 04, 2008 by David Conlisk

Sometimes you want to have a normal .aspx page in your Umbraco site that you would like to function as a normal page (i.e. doesn't get served by Umbraco). If you do, don't forget to update your umbracoReservedUrls setting in the web.config.

A general purpose Umbraco ImageGen solution using xsl call-template instead of RenderMacroContent

Friday, August 01, 2008 by David Conlisk

A comment on my last post pointed out that perhaps using RenderMacroContent isn't the best way to go when trying to develop reusable xslt code blocks. So here's the same solution without using RenderMacroContent.