ZoomifyImage Version 1.5 Released Today.

October 22, 2009 | 1 comment

Today, I uploaded a minor update to ZoomifyImage on SourceForge. Here is the changelog for this release:
10/21/2009

Added version 4 Zoomifyer viewer and new licence.
Added contribution by Fran Firman.

ZoomifyImage Version 1.4 Released Today.

May 14, 2008 | 0 comments

It seems I make a new release of ZoomifyImage once a year like clockwork. This time around, I fixed a minor bug and made a few enhancements including writing temporary files to the system temporary directory and accounting for changes in ZODB’s transaction handling.

Exploring “JRuby on Rails” as an Alternative to Django Within a Java Environment.

June 8, 2007 | 4 comments

If you’ve scanned my blog in the past, you know that I am a big fan of Python and have been obsessed with Django recently, which to date is the most elegantly designed Web framework I have encountered. So far, other than using it on a very small project, I have mostly just been exploring Django and looking forward to using it on a more significant project that’s on my schedule for this summer. Unfortunately, it looks like I won’t be using it on that project after all, and the story behind it, which involves a good deal of office politics and my reasoning as I try to find a way through it, may be of interest to some.

Test Driving a RESTful Django Contribution

March 15, 2007 | 0 comments

This time around, I will try to take the logical next step with my exploration of REST and Django, and begin creating a Django contribution to implement the ideas I have been working on and to do so in a way that fits with Django’s philosophy.

a java developer in python’s court

February 23, 2007 | 1 comment

This post is meant to orient the agile Java developer to Python. It’s not meant to be either representative or exhaustive of Python’s offerings in any of these areas, and its very much based on my own experience coming to Python from Java.

Implementing Tagging in a Django Application

February 16, 2007 | 10 comments

Although I’ve used many Web based applications that employ tagging, I’ve yet to create an application of my own with this feature. But now, I have two potential projects on the horizon that could benefit from tagging, and I’m thinking about how to best implement this, both in the database and user interface layers.

So, I thought I would explore how to implement tagging in my own applications, from scratch, and write about them on this blog. Therefore, I won’t pretend I have all the answers–or even necessarily any good answers–but I will simply be trying to think through how to approach implementing tagging, and I will welcome any constructive feedback on those thoughts.