开发者

How do you develop for cross browser compatibility? [closed]

开发者 https://www.devze.com 2023-04-07 18:57 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 11 years ago.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消