Dan Ward Follow me on Twitter View my LinkedIn profile Subscribe to my news feed   

A self-confessed geek and web developer

 

Blog entries for March 2010

From time-to-time, I'll have a brainwave while trying to figure out something tech-oriented; well, either that or I just want to get something off my chest. Anyhow, if I get round to typing it up, it'll wind up here in the blog.

Blog categories

 

Archive

  • Using Django's FormWizard with one or more ModelForm's

    Created by dan on Thursday 18th March, 2010 at 11:11 AM

    I've been looking at Django's form wizard implementation over the past day or so and learned quite a few new things, but one of them caught me out, yet only required a simple fix. Django appears to focus more on creating a FormWizard to work with flat forms, however if ...

  • Automatically append username domain based on current host with RoundCube Webmail

    Created by dan on Saturday 13th March, 2010 at 3:52 PM

    For a year now, I've been using the server drop down with RoundCube Webmail to append the domain to the username, meaning instead of having to enter 'person@domain.net' username field, I can just enter 'person' and the password. Having to choose the server each time from below the password box ...