All Unkept

Category: Web development

Posted in: Django, Python, Web development  —  18 January 2012
Some tips for keeping your Django apps lean and mean from the beginning, using lessons from django-fiber,
Posted in: Django, Web development  —  23 December 2011
A quickstart for deploying a Django project to a shared hosting system like WebFaction.
Posted in: Django, Python, Software development, Web development  —  19 September 2011
O gods of software development and operations, I have sinned.
 
Your anger falls on me, and I feel your wrath...
Posted in: Personal and misc, Software projects, Web development  —  13 May 2011
A quick Family Fortunes game
Posted in: Django, Python, Web development  —  24 December 2010
An app to help protect your customers' data when in development.
Posted in: Django, Haskell, Python, Web development  —  9 November 2009
Based on my recent Haskell experience, I highlight some cases where I think static type checks provide a better testing mechanism than unit tests or other automated tests.
Posted in: Haskell, Web development  —  7 November 2009
I finally finished a non-trivial Haskell project!
Posted in: Haskell, Web development  —  4 July 2009
Is this a bizarre GHC bug? Or a bug in me?
Posted in: Django, Python, Web development  —  3 March 2009
A review of "Django 1.0 Template Development" by Scott Newman, from Packt Publishing.
Posted in: Django, Python, Web development  —  22 January 2009
An article from Django 1.0 Template Development by Scott Newman, about how to output a document in multiple formats/styles using Django templates.
Posted in: Django, Haskell, Web development  —  4 November 2008
Beginnings of a Django-inspired Haskell web framework, Ella.
Posted in: Haskell, Web development  —  14 July 2008
I am really stubborn, so I never completely gave up on my little pet project of re-writing my blog as a Haskell CGI app. I also didn't give up on using my budget host. (Partly because I have even less money than before). So, the saga continues...
Posted in: Django, Python, Web development  —  8 July 2008
After reading that in Python 2.5 some big memory leaks are fixed, I just switched a Django site from Python 2.4 to Python 2.5. I wasn't disappointed -- the combined memory usage of my Apache processes (which are using mod_python) went from 100Mb to 60Mb. So, for anyone else wanted to conserve memory, this is the first thing I'd suggest!
Posted in: Django, Python, Web development  —  24 June 2008
Posted in: Christianity, Django, Python, Software projects, Web development  —  1 April 2008
I created a system and web app to help me organise my Bible memorisation. And I rant a bit Django and web.py.
Posted in: Django, Python, Web development  —  25 March 2008
How to use Twill within Django unit tests
Posted in: Django, Python, Web development  —  28 December 2007
I present below some example code for using Django, newforms and MochiKit to do AJAX validation, in case anyone else is doing the same, complete with a live demo...
Posted in: Django, Web development  —  5 November 2007
I've updated my validator app to work with 'unicodised' Django...
Posted in: Haskell, Web development  —  20 August 2007
Where I give up...
Posted in: Haskell, Web development  —  20 July 2007