Lee Kelleher

Latest posts

Manipulate XSLTsearch

When developing websites with Umbraco, I always use the XSLTsearch package to handle the search solution. As well as being easy and quick to install, it is customisable and very fast in searching content nodes. As much as I love XSLTsearch, the one dilemma I always face is having to modify the HTML output that [...]

Robots.txt Editor for Umbraco 5

First migration of my Umbraco packages to the newly released v5 (Jupiter), I am proud to announce… Robots.txt Editor for Umbraco 5! The majority of the re-development was done during the #umbWeekend (last weekend – 27th January). It was fun to explore the new codebase and APIs for Umbraco v5; creating tree nodes and building [...]

Want to help develop Google Maps Umbraco package?

There are 2 outstanding bugs in the Google Maps for Umbraco package. Would you like to help us fix these bugs and collaborate on the project? My current workload is high and I am aware that there are 2 major bugs that need fixing on the Google Map data-type. With my heavy involvement on the [...]

uComponents: 100 karma votes and 10,000 downloads!

Very proud and happy to announce that uComponents has reached 100 karma votes and 10,000 downloads! (that’s not including the additional 4,000 download from our CodePlex project) I just downloaded the 10,000th copy of uComponents. is.gd/ZVxhfy #H5YR #Umbraco — Douglas Robar(@drobar) September 7, 2011 A huge thank you to the uComponents team for developing a great set [...]


Popular posts

Manipulate XSLTsearch

When developing websites with Umbraco, I always use the XSLTsearch package to handle the search solution. As well as being easy and quick to install, it is customisable and very fast in searching content nodes. As much as I love XSLTsearch, the one dilemma I always face is having to modify the HTML output that [...]

How to use umbraco.library GetMedia in XSLT for Umbraco v4.5

This is a quick follow-up on my previous blog post: “How to use umbraco.library GetMedia in XSLT“.  At the request of fellow Umbraco South-West UK developer, Dan, that I should update the code snippets for the new XML schema in Umbraco v4.5+ First a quick notice; if you are using v4.5.0, then please upgrade to [...]

Working with XSLT using new XML schema in Umbraco 4.1

Most of the Umbraco community are aware that the XML schema in the upcoming Umbraco 4.1 release has changed. Instead of each document being a node element, the element name is the node-type alias, same with property values; they no longer use data elements with alias attributes. Here is a quick example, comparing the old/legacy with [...]

How to use umbraco.library GetMedia in XSLT

From time to time I notice a reoccurring post over at the Our Umbraco forum; how to display an image (from the Media section) in XSLT? A quick answer can be found on the Our Umbraco wiki for the umbraco.library GetMedia method. For most uses, the last example in the wiki works great.  But I [...]