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

SocialFront for Umbraco - Development Day Two

Friday, December 18, 2009 by David Conlisk

On November 28th Jon and I had our second day of development work on SocialFront for Umbraco. A little overdue but here are our notes from the day.

SocialFront for Umbraco - Development Day One

Monday, November 09, 2009 by David Conlisk

Day one developing a social networking package called SocialFront for Umbraco. Lots of mistakes were made, tea was drunk, fun was had - and progress was made. Read all about it!

SocialFront for Umbraco - Introduction

Monday, November 09, 2009 by David Conlisk

I've just spent a full day working with Jon Carlos on a new open-source social networking platform called SocialFront for Umbraco. It's nowhere near ready for release yet, but I thought I'd introduce the project by talking about the philosophy behind the project and the hopes that we have for its future.

Umbraco with Windows Live Writer integration: the dangers

Sunday, March 29, 2009 by David Conlisk

I had a couple of problems on the new Web Garden Umbraco v4.0.1 with Windows Live Writer 2009 integration. In this blog post I describe the issues that I had and the solution to those issues.

Web Garden site upgraded to Umbraco v4

Sunday, March 29, 2009 by David Conlisk

At last I have gotten around to upgrading the Web Garden site to the latest version of Umbraco. Here are the details of some of the packages that I installed, including site compression, image caching, google sitemap, new blog package for Umbraco v4 and some other features that may be of interest.

An update to my Umbraco helper class

Saturday, March 28, 2009 by David Conlisk

I previously blogged about a simple Umbraco helper class to get Umbraco data into your usercontrols, but since then I've updated it quite a bit. Due to ongoing efforts to package up my code into more easily re-usable chunks, I've created a new class library, WebGarden.Utilities, that I just add to each new project. It gives me access to a number of handy functions, a few of which I'm going to share here (the more general purpose ones).

A simple Umbraco helper class to get Umbraco data into your usercontrols

Thursday, January 15, 2009 by David Conlisk

I usually use an Umbraco Helper class with my user controls to encapsulate any business logic that interacts with Umbraco. Here are a couple of very basic, general purpose methods which you can use to start easily pulling Umbraco data into your user controls.

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.

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.

Turn on XSLT Autocomplete for Visual Studio 2008

Tuesday, July 22, 2008 by David Conlisk

I have been using visual studio 2008 for a while now, and I just found out how to turn on XSLT autocomplete! This is very handy for any XSLT development, but especially nice for Umbraco developers.