Posts
60
Comments
36
Trackbacks
18
Web Developent
Web Developent
Disable Backspace on Form Select Elements Javascript

This is another javascript example of the earlier post where I complete the same exact functionality with a little more readability.  The difference is that I would put this in production code first because it is more compact and better style.  So why rewrite this?  To really show the flexibility one might have when coding for the web page.  This code is normalization code that I believe would benefit every form as going back when hitting the backspace key on a form dropdown would (9 out of 10 times) me undesirable behavior. ...

posted @ Monday, January 25, 2010 7:45 PM | Feedback (0)
IE Fix Backspace Key

The default behavior of a backspace key is (by default) annoying on forms in both IE and minimally in Firefox and some others.  When you are in a text box or text area the back space key functions appropriately in all browsers that I have seen to this point.  When you have a select pulled down or in focus, then one of the more annoying features of the backspace key shows up.  When in this scenario, your user goes back to the previous page, and this I consider an annoying feature, particularly because data entry usually use the keyboard to...

posted @ Thursday, January 14, 2010 5:22 PM | Feedback (2)
News
My Developer Notebook! This also happens to be my opinion place. Thanks for coming by.