Form Validation with Formali
Formali, my first JavaScript script ever (well, the first that actually does anything useful) is here. It is a form validation script that works with the Prototype framework.
If you don’t know what Prototype is, head over to their website quick. It is a JavaScript framework that is so cleverly written that it can make a grownup cry. I, at least, have never before seen so many mind boggling anonymous functions crowded into a single file.
Formali came onto this world as I was not able to find a form validation script that did what I wanted, was simple enough to read and use and that was well maintained. It is also possible that I did not search long enough. But my best excuse is that I simply needed the exercise.
It is simple enough so that you may actually consider using (and improving) it instead of being a sinner like me and write your own.
You can find more information over here: http://winpdb.org/?page_id=52
Winpdb - A Platform Independent Python Debugger