Focus! — Login Form Fail (Obsolete)
If you're going to set the initial focus in a form field, don't use onload(). Chances are you'll end up moving the cursor while power users are already typing.
On Broken HTMLFrom time to time the idea is put forth that less common browsers need to start dealing with bad code. There are two problems with that view.
Web Design is Like PizzaA lot of pages aren't as specific as the authors think they are. When you write code and test it on only one browser, you're not testing that the code is correct, you're testing that *that browser* makes the same assumptions you do.