[thelist] wehavethewayout.com

kevin D. white simplecypher at bitshift.ws
Thu Apr 4 10:55:01 CST 2002


-----BEGIN PGP SIGNED MESSAGE-----

Zero validation on  the client or server is certainly silly.  That's a
great example of a really bad form implementation.  My position has always
been that coding the validation in two different places is wasteful because
it's duplication.  Server-side validation is as an absolute must.  If you
validate form data at all, you have to do it all server-side regardless of
whether or not you also do some validation client-side.  There is no way
around this.

I've also found through user studies I have done on my projects that
client-side validation tends to be ignored more often than server-side.
The very act of submitting the form and then waiting for processing seems
to prepare my users better for new information than simply switching
elements around on the page or throwing a modal box.  I can only say this
has been true of my projects where I have been able to conduct proper user
studies.  I would not support extending these results to all Internet
users.

Thanks again for that great example.

- ----- Original Message -----
From: "Andrew Maynes" <andrew at uk-webdeveloper.co.uk>
: I dont understand what you are saying here?
:
: why is client-side validation a waste of time?
:
: Creating form like this is a waste of time
http://www.bicom.net/contact.html
:
: andrew

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQIVAwUBPKyFye4zpFgPJZelAQFzgBAAtYID+iqM5sROlKpxuOis3vmvqO/iEsgC
0LwryOVmKEhe0LvalknpCqShpiJvcibM6ts93F/MAAmP5AGu4j6HSnrW2nSnRdeq
9EQWeYZyZaxUvfqcpVGkfYKIRIJ22XTZWCU+U+dmL0QqpMo47uD5eVGfJMf04Zq9
8P/4cqg6llFSDGeGoaZVLTZMW1vpGhrAL2xOLH+p8Be7EOy0HGSHp66dt5v12mH2
m3MOVNQzAk/ytFHD3hZz0qK26e56C0oZhT5OF+qq2YPGSndycptJdfiHpYkQLr9t
cuoaxZYJdf6/lw4Rj71Y/hS264DKgQUX6amUGTQ0OlbBz9BV6IOUxIOB2VL/jIQN
jl/Z4oWBSfjI5wuTm1dgmmAbKQluPcOHhUhYxtR6awmeXtP2vksAGmyNurLeuZxf
YJu0JL4ub/cYF3KcZsTNvDG3kNfwqqEj/r84UeV1R2S5dU0PSBwxjmkTxTzicqQA
w/nJAv5VcNb+UgqMJbr1YRfiSUHQ9XJtDYs9Q4VrtbTNvEmgg+ToKnLohGiXZpmV
l8FWpkxrOcXYbq485nWX6xiJlvrovuUa4GDPbTcCvtIj1M6huIPiUNUvrH7l5eMw
ACGG3COgD2qyuhzk//8Jc3pGT6LjsVZSQetD+dSb7hfZ2cNtuPgzx+HUpWgSPzlF
DiEHPoKJNfU=
=MtA+
-----END PGP SIGNATURE-----





More information about the thelist mailing list