Scripting Hell in WebPages and Optimal Solution
One pathetic thing I observed in most of the current webpages particularly login websites is the TextBox focus on pageLoad. But the most pathetic thing is an incomplete implementation of just focussing on the textbox regardless of wherever the user is and whatever the user is doing.
Drawback of the current solution: A regular user would be typing his username and started typing password even before the page completes loading. This 'Focus' script starts only on Body Load completes. Now when he is typing the password, the focus shifts and password appears along with the username.
Solution: Have a KeyUp handler and stop onFocus from bieng called if any username type has already begun.
Subscribe to:
Post Comments (Atom)
[Imported from Blogdrive]Online Virus Scanners
Online Virus Scanners Virus Scanners are no longer difficult to install, tedious to configure. There are easy to use Online Virus Scanne...
-
A New Role :: As a Community-Credit Forum Moderator... I would like to share the happier moments when I recieved an email from Community-Cre...
-
Musical Fest in Console namespace Sometime back we were discussing about the power and prowess of Console Applications . Perhaps this post w...
-
You can have your own HTTP Server (at code level) Are you just going crazy about having your own webserver instead of just using IIS or Apa...
No comments:
Post a Comment