05.28
This is a jquery function to clear the initial values of a form field and show them again if nothing has been entered into the field. Hope someone out there finds this useful.
Read More >>
Python, Django and Linux Related Scripts, Musings & Rants
This is a jquery function to clear the initial values of a form field and show them again if nothing has been entered into the field. Hope someone out there finds this useful.
Read More >>
Hopefully most of the developers reading this are already using one or more of these essential debugging tools for web development, but here goes anyway.
All of the tools below are extensions for FireFox – never heard of it? Close your brower, switch off your machine and send it back to the supplier!
Read More >>
If you’ve every needed to use an existing database in a new django application. Then this is a command shortcut worth mentioning:
Read More >>
I’m always dealing with client imports and they never come through in the correct format, especially telephone numbers. So hows a short python function to take all none digits and spaces out of the string before processing or saving it the database.
Read More >>