These are posts about the development of this blog
Code Formatting (2010-03-01)
Hopefully, code formatting should now work for this blog. If it does, then I’m going to start a series of posts soon on the design on my sound change python library. Here’s a test:
class Phone(list):
__init__(self):
pass
more
Search In Django (2010-02-18)
Although I’ve not done any more coding today, I was reading at lunch about how to add comments and search to my blog app. The comments seem fairly straightforward, as django comes with a comments framework which can easily be glued on to what I already have. I will ...
moreThe Blog Is Up! (2010-02-17)
My website finally does something again! Progress has been slow because I decided to gain a bit of experience with Django by building a simple blog. Building a basic blog app with Django is actually amazingly simple, although I suspect that some of the bells and whistles that professional blog ...
more