My first Sprint

I plan to participate in the upcoming TurboGears DocSprint on Saturday. This is the first time I'm attending a sprint, if only remotely via IRC. I'm looking forward to it and think it will be an interesting experience in the realm of "distributed virtual team collaboration". Since I've set myself up as a freelancer now, working from home most of the time, I better get used to this ;-)

Continue reading …

How To Implement Tagging With TurboGears and SQLObject

I recently read Nadav Samet's nice tutorial on How To Implement Tagging With TurboGears and SQLAlchemy [1] and since I have implemented a very similar tagging mechanism for CBlog [2], but am using SQLObject [3] instead, I want to show you that this can be done very easily too.

Continue reading …