Audio File for LiveValidation.com Review
(1 minutes 12 seconds)
Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser.
For you web developers:
Finally… with all my extra time during the summer, I’ve spent more time coding.
I’ve always had a “I can do it better” coding style. I can think of hundreds of times that I’ve seen a piece of software (or code) and said, “I can do it better.” Then I go out and sure enough, I do it better
The problem is that I spend hundreds of hours doing it.
Just recently I needed a form validator. The form validator simply needed to verify that two different passwords were typed correctly. Although server-side data validation is required, its ugly. Server-side validation requires a user to hit a submit button and wait for a response. I wanted something that was real-time… So, I reminded myself how much time I waste trying to recreate the wheel and I set out to find a solution that was client side (preferably JavaScript).
And I found it… I’ve started using LiveValidation.
LiveValidation is a javascript library that provides form validation on the fly. It’s open source and completely free. You can find a ton of examples on their site. And if you can’t find an example, LiveValidation has well-written documentation (something that is hard to come by these days).
Good Luck
















