Weblog

July 19, 2010

Dots in a SlugField

When migrating from Plone to Django, I had problems with editing weblog entries with a dot in the url. Apparently Django doesn't allow dots in a SlugField. Here's how I solved it.

July 2, 2010

Pound 2.5 on Mac OS X 10.6

While updating a buildout, Pound would not compile anymore. “All” I did was update it from version 2.4.4 to 2.5.

June 20, 2010

Book review: Django 1.1 Testing and Debugging

In April Packt published Django 1.1 Testing and Debugging by Karen M. Tracey. After reading it I figured I might as well write a review.

May 31, 2010

Lines of code revisited

After a comment by Matt Hamilton on Twitter about the lines of code in my website project I listed in my previous weblog entry, I decided to dive in a bit deeper.

May 30, 2010

Switch to Django

This site is now powered by Django instead of Plone. Yes, I've finally made the switch!

The migration also means my RSS feeds have changed. For more information, look at the end of this entry.

April 2, 2010

Products.enablesettrace now available as an egg!

The summary: as of today, you no longer need to checkout enablesettrace from the Zope subversion repository. You can just use the Products.enablesettrace egg to debug your restricted Python code.

February 25, 2010

Distributed Version Control Systems (presentation)

On 19 February I held a presentation for my colleagues about distributed version control systems (DVCS). My main goal was to inform them on what I think is the next logical step in source control.

January 2, 2010

Web designer's skills

Recently I read some articles about web designers. This got me thinking about the qualities I think you need to be a good designer and about the different ways a design can be made.

November 5, 2009

Unit testing: useful?

Today I read two articles about the usefulness of unit testing. Here are my thoughts.

October 3, 2009

Test sending emails while developing

I frequently have to send emails from web applications. But before I deploy to a production environment, I want to make sure the mechanism works and the right mails are constructed. Here's two ways to do that.

previous 1 2 3 4 5