Monday, August 25, 2008

Cross Browser Compatibility - Hay Caramba

Recently reminded of the fun debugging a public application to be compatible in many browsers. We currently test for IE6, IE7, Safari, and Firefox.

Interestingly, the most difficult to debug is IE6, due to the inability to download both 6 and 7. Take a look at this IE6 Standalone application, which helped tremendously.

Also, don't forget javascript functions to determine which browser the visitor is using.

No comments: