in reply to Re: Re: Re: New Module Consideration?
in thread New Module Consideration?
Completly unrelatedly, what I really think the world needs is a form validation module that will both validate the form after it's submitted for security, and generate JS to validate the form before submittion to be nice for the user.
Actually, what the world needs is less of these CGI.pm-style modules that try and do too much at once. Separate tasks, like generating javascript and doing server-side validation, should be in separate modules. Going the other way results in reduced reusability in the components and does nothing to solve the problem.
But that's just another anonymous monk's opinion.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Re: New Module Consideration?
by Anonymous Monk on Jan 26, 2003 at 03:09 UTC | |
by Aristotle (Chancellor) on Jan 26, 2003 at 05:17 UTC |