- Responsive Web Design with HTML5 and CSS3
- Ben Frain
- 321字
- 2021-08-06 20:03:38
Why smart phones are important (and old IE isn't)
Whilst statistics should only ever be used as a rough guide, it's interesting to note that according to gs.statcounter.com, in the 12 months from July 2010 to July 2011, global mobile browser use had risen from 2.86 to 7.02 percent. The same statistics show that usage of Internet Explorer 6 fell from 8.79 to 3.42 percent. Even Internet Explorer 7 had fallen to 5.45 percent by July 2011. If clients often ask you to "make our site work in Internet Explorer 6 and 7", a fair riposte might be "maybe we should be concentrating our efforts elsewhere?" Far more people are now browsing websites on a mobile phone than with a desktop or laptop running Internet Explorer 6 or 7. That deafening noise you just heard is the collective celebratory whoops of frontend developers around the globe!
So, there are a growing number of people using small screen devices to browse the Internet, and the Internet browsers of these devices have typically been designed to handle existing websites without problems. They do this by shrinking a standard website to fit the viewable area (or viewport to give it the correct technical term) of the device. The user then zooms in on the area of content they are interested in. Excellent, so why do we, as frontend designers and developers, need to take any further action?

Well, the more you browse websites, such as the one shown in the preceding screenshot, on iPhones and Android powered handsets, the more apparent the reasons become. It's a tedious and frustrating task to constantly zoom in and out of page areas to see them at a readable size and then move the page left and right to read sentences that are hanging out of the viewport just enough to be annoying, whilst not inadvertently tapping a link you don't want to. Surely we can do better!
- Vue.js 3.x從入門到精通(視頻教學版)
- Rake Task Management Essentials
- 數據結構習題精解(C語言實現+微課視頻)
- Bootstrap Essentials
- Learning Selenium Testing Tools(Third Edition)
- Building RESTful Python Web Services
- Building Android UIs with Custom Views
- Mastering AWS Security
- Vue.js應用測試
- jQuery for Designers Beginner's Guide Second Edition
- Python一行流:像專家一樣寫代碼
- Hands-On ROS for Robotics Programming
- 像程序員一樣使用MySQL
- 零基礎學算法(第4版)
- Magento 2 Development Essentials