Making internet technology and Website designs that work has become increasing more challenging due to the plethora of browsers available today; in particular, quality assurance testing has become extremely challenging and time consuming. One important consideration for saving time, is to design and program based on your targeted browser community. So…how do you know what features are supported by each browser?
The Can I Use Website located here or the Web Designer’s Checklist located here are both tremendously useful tools because they help you determine if a particular HTML or CSS feature is supported by a specific browser type and version level. For example, how many of you have heard of Web Sockets which instead of using http:// URL addresses you would have a ws:// starting URL? Web Sockets will eventually allow browsers to support persistent connections on servers and improve performance; however, this feature is not yet supported until IE version 10 although FF, Chrome, and Safari partially support it for some time now. Needless to say, it’s a good idea to avoid Web Sockets if IE 6,7, 8, or even version 9 are part of your visitor’s web profile.
Bottom Line: http://caniuse.com and http://findmebyip.com/litmus are very helpful design planning tools that can help make sure that your code will be compatible with your visitor’s targeted browser types and versions. Check them out…



