In article <(E-Mail Removed)>,
(E-Mail Removed) says...
<snip>
> Now, the reason I've gone into all of this is that, when designing a web
> application, one should be sensitive to the needs and desires of the user.
> Otherwise, one will not have very many users. So, a good rule of thumb is,
> be a good guest. Don't try to mess too much with the user's browser. Use
> what you know wisely, and don't abuse your power!
Thank you, Kevin, that was said much more politely than the response I
was considering.
In usability, there is a heuristic known as the "rule of least surprise"
which basically says not to do anything that the user doesn't expect
you to do. Software that tries to anticipate what a user might do will
often guess wrong, and usually in ways that are very irritating.
Software that assumes "I know better" when it's messing with things in
the user's domain will almost always get it wrong.
Diane