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 November 2009

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

  • Creating a form submission handler with jQuery to handle checked items for deletion

    Created by dan on Friday 20th November, 2009 at 3:56 PM

    Following a little research, I found there to be no set solution for my problem, so I decided to sort it out myself and post the final solution here. Simply put, I have a form with some checkboxes, which when ticked and posted, trigger deletion on the selected item. Using ...

  • Creating an inline password change for a User ModelForm

    Created by dan on Sunday 1st November, 2009 at 3:26 PM

    I've always wondered why when creating a ModelForm for a User, that by default, there's just a single password field. Furthermore, when saving the form with this field populated, the password is overwritten with the raw value, not the encrypted value. So, I set about to provide the users of ...