A brief discussion on front-end production: Is IE6 still necessary for compatibility?

A brief discussion on front-end production: Is IE6 still necessary for compatibility?

The domestic market still has a certain demand for IE 6~7 support, but as a front-end developer, we should push this industry forward instead of simply accommodating and compromising.

Once upon a time, being able to provide support for older versions of IE was a necessary skill for a front-end developer. With the advent of mobile Internet, this skill is no longer so important.

For developers with many years of front-end development experience, supporting IE 6~7 should be no problem, but they should rely on their own experience and influence to lead new developers to pay attention to and use cutting-edge technologies, rather than sticking to the old ways. For new developers, we recommend that you simply ignore the old IE browser. Wasting time and energy on old browsers will not benefit your career at all. These browsers will soon be consigned to museums, and any knowledge you gain about them will be worthless. Of course, if someone aspires to become an expert in browser archaeology, that’s another matter.

We naively hoped that domestic Internet giants would abandon support for old versions of IE like Google, and rely on their huge user base and influence to lead users to use browsers with better experience. Obviously, we overthought it. Commercial interests are so important and moral integrity is so rare, just as when Microsoft stopped supporting XP technology, someone quickly stepped in to intervene.

As practitioners in this industry, we should try to convince our clients and supervisors not to waste manpower and resources on old browsers. If you can't change them, you can change yourself. More and more companies are developing only for modern browsers. It would be nice to use the time spent on compatibility with old browsers to enjoy life, spend time with family and girlfriend. What? You're drifting around, your home is too far away, and you don't have a girlfriend? Then why don’t you go find a girl right away! If you use antique browsers every day, you are destined to be lonely until you grow old.

We have no intention of criticizing the old version of IE, we just want to say that it has completed its mission and it is time for it to die.

The above article briefly discusses whether IE6 is still necessary to be compatible in front-end production. This is all the content that the editor shares with you. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM.

<<:  Draw an iPhone based on CSS3

>>:  A brief analysis of the count tracking of a request in nginx

Recommend

MySQL Best Practices: Basic Types of Partition Tables

Overview of MySQL Partitioned Tables As MySQL bec...

How to add a certificate to docker

1. Upgrade process: sudo apt-get update Problems ...

MySQL 5.7.18 free installation version configuration tutorial

MySQL 5.7.18 free installation version installati...

Command to view binlog file creation time in Linux

Table of contents background analyze method backg...

Tips for implementing multiple borders in CSS

1. Multiple borders[1] Background: box-shadow, ou...

Example of how to implement value transfer between WeChat mini program pages

Passing values ​​between mini program pages Good ...

Front-end JavaScript operation principle

Table of contents 1. What is a JavaScript engine?...

MySQL 5.5.56 installation-free version configuration method

The configuration method of MySQL 5.5.56 free ins...

jQuery implements the bouncing ball game

This article shares the specific code of jQuery t...

Detailed explanation of the use of Join in Mysql

In the previous chapters, we have learned how to ...

Steps to deploy hyper-V to achieve desktop virtualization (graphic tutorial)

The hardware requirements for deploying Hyper-V a...

Analysis of MySQL latency issues and data flushing strategy process

Table of contents 1. MySQL replication process 2....

mysql batch delete large amounts of data

mysql batch delete large amounts of data Assume t...

Linux platform mysql enable remote login

During the development process, I often encounter...

Understanding MySQL Locking Based on Update SQL Statements

Preface MySQL database lock is an important means...