On 19 Jun 2007 in macromedia.dreamweaver.appdev, mdonahue
wrote:
> I'm just getting started with my first from the ground
up app and
> still not sure which will serve me best. At this stage
I'd rate my
> skill level in each language about the same,
intermediate. Since
> both handle regex I can't decide if server-side or
client-side is
> the way to go. Or is there a place and need for each?
I'm interested
> in things like portability, compatibility, security,
speed and
> anything else you think is an important factor.
>
> Would like to hear from people that have made this
decision and what
> benifits you feel you get from your choice.
Poll?
You absolutely, positively have to do validation serverside.
Javascript
validation can be avoided by the simple expedient of shutting
off
javascript. (For example, spambots which abuse forms don't
run
javascript.) Your only choice is to use some kind of
serverside
validation. If you want to do clientside validation with
javascript,
that's an added feature, but it's not necessary.
--
Joe Makowiec
http://makowiec.net/
Email:
http://makowiec.net/contact.php