What I'm About

Pez provides a simple homepage profile for people who use many external websites and want to aggregate them all in one place.


Essentially it is a personal RSS aggregator, utilizing microformats to mark-up your profile data.

Go Get Pez!


Pez is an open-sourced project by Lee Kelleher and Ben Taylor. It is based on the Personal Zeitgeist software by Matthew Hockenberry.


You're seeing Pez in action. We're using the feeds provided by our users to create this page.

What I'm Saying:

Bit.ly Url Shortener DataType for Umbraco:

“Over the weekend, I coded up a little treat… a Bit.ly Url Shortener data-type for Umbraco! The new data-type lets you shorten your Umbraco page URLs using the Bit.ly API service. For more information, go to the project page over on Our Umbraco. Tagged: Bit.ly, DataType, Umbraco, URL, Url Shortener ...” Lee Kelleher's Weblog | Jan 9 2010

Updated Robots.txt Editor for Umbraco:

“Last night I released version 2 of the Robots.txt Editor for Umbraco. Changes & new features: Restructured the package files, they all live in a folder called “robots-txt” (still under the /umbraco folder – but self-contained) Errors are now displayed using the Feedback control (as opposed to the Speech Bubble in the bottom-right ...” Lee Kelleher's Weblog | Jan 8 2010

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 ...” Lee Kelleher's Weblog | Nov 30 2009

WordPress Plugin Development: Beginner’s Guide, by Vladimir Prelovac:

“I have recently finished reading Vladimir Prelovac book on WordPress plug-in development, (WordPress Plug-in Development: Beginner’s Guide, Packt Publishing, 2009). As an experienced WordPress plug-in developer, I was pessimistic at the start – there is already a wealth of documentation and detailed tutorials on the web, who would need a book? ...” Lee Kelleher's Weblog | Oct 20 2009

Putting your ASP.NET Web Application in Maintenance Mode (using ISAPI_Rewrite):

“Prompted by @slace’s tweet: i wish there was a way to use app_offline but still view from certain ip’s I replied with a suggestion that we’ve used in the past. Aaron said I should blog about it… so here I am (again)! A while ago we needed to do an Umbraco upgrade ...” Lee Kelleher's Weblog | Sep 29 2009

How to convert NameValueCollection to a (Query) String [Revised]:

“Following on from a comment on my previous post about converting a NameValueCollection to a (query) string – I have finally got around to revising my code snippet.  Now the method will handle same key multiple values, (it no longer comma-separates them). I have also added extra parameters so that you ...” Lee Kelleher's Weblog | Sep 19 2009