Archive for February, 2007
Javascript: Checking if a date is valid
- February 20th, 2007
- Posted by Stewart
- Permalink
- 0 Comment(s)
Sometimes when creating a web application you need to check that a date entered by the user is actually valid! Here is a quick and easy way of checking the validity of a string to ensure that it’s in the correct format (DD/MM/YYYY) and is a real date by returning true or false. Read more »
Javascript: Select all options for a select box
- February 16th, 2007
- Posted by Stewart
- Permalink
- 3 Comment(s)
Here’s a javascript function that will allow the user to select all or none of the options in a multiple select box. It is quite simple to use, first either provide the id of the select box or the actual select box object and it will do the rest. Read more »
Moving in
- February 15th, 2007
- Posted by Stewart
- Permalink
- 0 Comment(s)
![]()
Tonight, I spent over five hours trying to fill the shelves of the website with content - and I haven’t even made a dent! It looks like it’s going to take quite a few weeks to gather all the work, take screenshots and finally upload it all. Phew! I’m knackered! Read more »
Hello Qodo
- February 12th, 2007
- Posted by Stewart
- Permalink
- 3 Comment(s)
After a good few months of hard work I have finally finished creating the new Qodo design. I have gone for a completely different colour scheme but the layout is still reminiscent of the previous version, Qodo1. Qodo1 has gone into retirement and I don’t think you’ll be seeing him around anymore… Read more »
