How do you develop for cross browser compatibility?
How do you develop and ensure that end produ开发者_如何学运维cts are capable of running on most browsers?
JavaScript and DOM:
JQuery
EXT JS
CSS:
CSS Mastery (Book resource)
What other techniques do you employ?
Google these phrases/trends:
- graceful degradation
- progressive enhancement
- responsive design
- design for mobile first
- ARIA standards
For the most part, it's not too hard: hire good designers (visual, UX, dev) that understand the medium. Code to standards and best practices. Ignore IE if you are allowed to. ;)
There are a wide range of books that cover certain areas of the subject. You also need to be aware of CSS bugs exhibited by certaIn browseErs. You may wish to read something like CSS Mastery, for example.
You can use something like http://browsershots.org to test your design in a wide range of browsers before launching.
精彩评论