Mike Davies works as a web developer for Yahoo Europe and has some insightful comments on the Internet Explorer rendering switch (see source).
When a user upgrades from IE7 to IE8, they will be upgrading from IE7 to IE7. When a user upgrades from IE8 to IE9, they will be upgrading from IE7 to IE7. Notice [...]
Responsible browser vendors are hard to come by
January 28th, 2008 ·
→ Add Comment Tags:webdevelopment·windows·
Improving someone’s code
January 23rd, 2008 ·
Don’t call your submit button ’submit’ if you want to change the submit event with Javascript:
If you do, the browser (please read “Firefox 1.5 or IE 6″ – that’s what I tested at the moment) will consider submit is an object. And an object is not a function (although you might enjoy later on the [...]