Browser Compatibility? What’s that?
October 21, 2009 by redsneaker
Filed under Web Stuff
As web developers, keeping up with the web browsers is an ever-moving target. We write the cleanest, most universal code we can, but unfortunately not all browsers were created equally. Even when we’ve created what is ostensibly the best application we can, we must still run the site through some testing to ensure browser compatibility.
I always have the latest versions of Internet Explorer, Firefox, Opera, Chrome and Safari installed on my development machine, but depending on the client, you may need to ensure other browsers.
Thankfully there are applications out there devoted to this.
My favorite is Browser Shots (http://browsershots.org/) because it is the Swiss Army Knife of browser emulation. In one submission, you can verify you site in dozens of Linux, Windows and Mac browsers including some of the lesser-known browsers like Shiretoko and K-Meleon. You can specify screen size, color depth, and whether or not to include Javascript, Java, or Flash. Browser testing has never been so easy. Browser Shots is perfect as that high-level test to ensure the code is rendering as you are expecting.
BrowserCam (http://www.browsercam.com) is another valuable service for web development. BroswerCam allows you to test your site similarly to Browser Shots, but BrowserCam is not free. You can sign up for a free trial that will let you see the screen captures from the various browsers for only 24 hours and you can only do that 200 times before having to pay. The interface isn’t as streamlined as Browser Shots, but BrowserCam allows you to choose the Operating System specifically along with the browser. So for instance, if a customer is having issues running Firefox 1.5.0 on a Windows 2000 machine without Adobe Flash installed, you can emulate that exactly on BrowserCam. You can also denote the screen shot format (JPG, PNG, or BMP), the screen resolution, and even if the capture will be just the browser or the entire desktop. This service is incredibly useful while troubleshooting specific situations and issues without having to build a system on which to test..
Lastly, if you would rather have 307 different browsers on your system, the Browser Archive is there for you (http://browsers.evolt.org/). The Browser archive is a collection of every browser and version you have heard of and many you haven’t. If you are looking for an old version of Netscape Navigator or the kid-friendly browser Surf Monkey, then this site has the installer for you. Download the installer and install the browser and get ready to take a trip back in time!
Whichever you prefer, it’s always best to test your sites across multiple platforms and browsers prior to the launch and with the help of these sites, hopefully that process just got a bit simpler!




Stumble It!
Comments
Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!
You must be logged in to post a comment.