- Professional CSS3
- Piotr Sikora
- 359字
- 2021-07-02 16:39:35
Cross browser compatibility – which browsers should you install?
To test your code, you will need all the modern web browsers. In your list, you should have the following browsers:
- Google Chrome (newest version)
- Mozilla Firefox (newest version)
- Mozilla Firefox developers edition (newest version)
- Opera (newest version)
- Safari (newest version)
- Internet Explorer
Internet Explorer (IE) is the biggest issue in frontend developers' lives because you will need a bunch of IEs on your machine, for example, 9, 10, and 11. The list is getting smaller because back in the days the list was longer. IE6, 7, 8, 9, and so on. Now IE6, 7, and 8 are mostly not supported by the biggest web projects like YouTube and Facebook. But it sometimes occurs in big companies in which the changing of operating systems is a pretty complicated process.
To easily test your code on a bunch of browsers, it is good to use online tools dedicated for this test:
But an easy and free way to do it is to create a virtual machine on your computer and use the system and browser which you need. To collect the required versions of IE, you can refer to http://modern.ie. With modern.ie
, you can select the IE version you need and your version of virtual machine platform (VirtualBox, Parallels, Vagrant, VMware).
How to use inspector
Dealing with HTML and CSS code is almost impossible nowadays without inspector. In this tool, you can see the markup and CSS. Additionally, you can see the box model. This is well known too in browsers for web developers. A few years ago, everybody was using Firebug dedicated for Firefox. Now each modern browser has its own built-in inspector, which helps you to debug a code.
The easiest way to invoke inspector is to right-click on an element and choose Inspect. In Chrome, you can do it with a key shortcut. In Windows, you have to press F12. In MAC OSX, you can use cmd + alt + I to invoke inspector.

Key shortcuts
For faster using of your browser, it's good to know some key combinations that will speed up the process.

- vSphere High Performance Cookbook
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- PyTorch Artificial Intelligence Fundamentals
- 軟件測試工程師面試秘籍
- 深度學(xué)習(xí):算法入門與Keras編程實(shí)踐
- OpenShift在企業(yè)中的實(shí)踐:PaaS DevOps微服務(wù)(第2版)
- PhoneGap:Beginner's Guide(Third Edition)
- Unity UI Cookbook
- 大話Java:程序設(shè)計(jì)從入門到精通
- Machine Learning With Go
- Python網(wǎng)絡(luò)爬蟲技術(shù)與應(yīng)用
- 深入實(shí)踐DDD:以DSL驅(qū)動(dòng)復(fù)雜軟件開發(fā)
- 數(shù)字媒體技術(shù)概論
- Mastering Python
- 計(jì)算機(jī)常用算法與程序設(shè)計(jì)教程(第2版)