|
|
|
|
|
by EnderMB
5090 days ago
|
|
Read the article. It pushes Progressive Enhancement, so if you are building an app that relies on JS your only choice is to either strip back the JS or ditch older browsers. My beef is with normal websites that don't support legacy browsers. Regardless, you don't get a choice in what your users use, and more often than not they don't have a choice in what they can use or install. Chrome Frame is a good option, but the average user isn't going to jump through hoops to view your site and if the average marketing manager looked through a site the requirement for an external tool before a user can use the site would be the first issue flagged. As I said above, it's not hard to get a typical website working in IE6-8. |
|
There is always a choice. IT departments can, and do, install modern browsers on people's desktops. IE6 can run along side Chrome, for example.
The guy sitting in the cubicle doesn't have much say when the upgrade happens. When the guy in the corner office starts to feel the pain, a few phone calls are made and something gets done. If you keep pushing progressive enhancement then we can support IE7 and IE8 for another decade. Of course, the amount of Javascript that you can use on your site will be limited.