I'm not entirely sure I agree with that.

Usability in that sense is subjective - to an able bodied person, yes. 

At the moment I'm involved with a lot of usability stuff for disabled people
- JS validation is often a usability anti-pattern when combined with a
screen reader. I'm happy to trade off some server performance for a
better/consistent experience for all users.


-----Original Message-----
From: symfony-users@googlegroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of Ian P. Christian
Sent: 04 March 2008 10:36
To: symfony-users@googlegroups.com
Subject: [symfony-users] Re: Putting forms in session


Lee Bolding wrote:
> 
> I don't know about JS validation, I don't use it for the above reasons...
> (can anybody give me an instance where JS validation *IS* useful?)

Improving usability. Obviously you should ever rely on it, but it saves 
a roundtrip to the server to validate, therefore improving livliness, 
and reducing server load.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to