search
HomeWeb Front-endHTML TutorialRelying on our own strength to push IE6 to destruction_HTML/Xhtml_Web page production

In fact, we wonder every day when IE6 will really die, but since its release in 2001, IE6 has been dominating the domestic browser market, and it still occupies more than 50% of the domestic browser market share.

But I think, whether you are an ordinary user, a website developer or a domestic browser developer, we should take some measures to jointly promote the demise of IE6.

If you are a loyal user of IE6, please upgrade your IE6 as soon as possible

Give you a reason to upgrade IE6? Okay:

  1. You and your company are under security threat. Is there no better reason to refute this? Even internationally renowned large companies such as Google and Yahoo have been seriously attacked because of their use of IE6. Which company's IE6 will not be attacked?
  2. Governments around the world are recommending that everyone upgrade their browsers. After the 0day vulnerability of IE6 was exposed, the governments of Germany, France, Australia and other countries have called on their citizens to give up using IE6;
  3. Even Microsoft itself recommends that you give up IE6. Microsoft Security Research and Prevention Blog published an article saying that IE6 is most severely affected by the 0day vulnerability, and IE8 is basically not affected by the vulnerability. In fact, Microsoft has called on users to upgrade their browsers more than once.
  4. This is not the last serious security vulnerability in IE6. IE6 has had countless serious security vulnerabilities since its release, and this is far from the end. It still has at least 144 vulnerabilities!
  5. Microsoft will no longer provide support for IE6 after 2014. Is 2014 so far away? Or do you believe that 2012 will be the end of the world?
  6. IE6 lacks support for web standards. The technology of IE6 is still 10 years ago. Internet technology has undergone tremendous changes after 10 years of development. Website front-end technology is constantly improving, and more advanced CSS, HTML, Javascript and other technologies can bring users Better experience - IE6 users will not be able to experience these advanced contents. For example, some CSS3 features used in front-end observation will not be experienced in IE6 or even IE8.
  7. Some domestic companies have begun to require employees to upgrade their browsers. For example, Tencent has required all employees to upgrade IE6 to IE7.
  8. IE6 is too outdated, and most foreign netizens no longer use IE6. Statistics show that foreign users have gradually phased out IE6. IE8 and Firefox are the mainstream (via People's Daily Online).
  9. Major foreign websites have begun to make it clear that they will no longer support IE6. For example Google will stop supporting IE 6 users must upgrade to at least IE 7.

(Partial reference from:http://mashable.com/2010/01/18/5-more-reasons-why-ie6-must-die/)

If these reasons are not enough, then please take a look at the reasons for insisting on using IE6 according to foreign statistics. Of course, there is some ridicule here. If you happen to be in one of these situations, please don’t be angry :) :

via

Of course, in China, users who insist on using IE6 may still have two other reasons:

  1. I am used to the operation method of IE6, but I don’t like the tab-style browsing of IE7 and other browsers. Of course a person’s habits are the most important. It is no longer clear who invented the tab browser method, but Opera and Firefox used it one after another. Later, the domestic maxthon browser also adopted that method, and then in 2006, IE7 also adopted the tab method. This shows that tabs are a very good way of browsing, efficient and convenient. Otherwise, the majority of netizens would have long been opposed to this method, and major browsers would not have persisted. So I suggest you try new techniques and break out of your habits.
  2. IE6 is faster, IE7 and IE8 are too slow. IE7 and IE8 are indeed too slow, but the new versions of Firefox 3.6 and Chrome have always been very fast.

Front-end developers can strive to give up compatibility with IE6

If you are a glorious front-end developer, I hope you can do as much as possible to make IE6 die faster:

  1. Lead by example and give up IE6 yourself. From front-end observation and other technical website visit statistics, the proportion of IE6 users is still more than 30%, which shocked me. As a front-end developer, if you use IE6 as your main browser, then the website you build should not be tested in IE7/8 and other more advanced browsers, right?
  2. Convince your boss or customers to give up compatibility with IE6. Is it necessary to spend 2 times or even 3 times the time and effort to make the website perform consistently in IE6 and other browsers? I think that appropriate distinctions can be made between different browsers - allowing the website to achieve the best performance in modern browsers such as Firefox 3.5, Chrome/Safari and Opera, while achieving a relatively poor interface in IE - of course without affecting layout and functionality.
  3. Call on your friends to abandon IE6. Invite your friends to use IE7/8 or Firefox, Chrome and other browsers. In addition, many people have personal blogs where they can call on IE6 users to upgrade their browsers. You can also participate in numerous online projects that promote IE6 upgrades, such as webrebuild.org’s IE6upgrade activities and the very effective IE6 Update中.

Browser manufacturers should take more responsibility

A sentence that comes to mind: There are many people with money here who are stupid, come quickly! Of course this is just a joke.

However, it is said that the number of Internet users in China now reaches as high as 360 million! And this number keeps growing. This is obviously a huge market.

So recently, major companies have been involved in the browser market, each launching its own brand of browsers. After years of fighting among Maxthon, Window of the World, Tencent TT, and Green Browser, Sohu Browser, Sina, etc. browser and 360 browser. But all of them are based on IE as the core (maxthon and Sohu browser have dual-core versions of IE and webkit) and do not have their own core. So fellow netizens, don’t think that your computer is safe if you use a so-called “safe” browser. Its core IE itself is not safe. These shell browsers are not safe at all - but some browsers will add some This function prevents you from misoperation.

For the domestic browser market, I think this "Warring States Period" situation is very good. It can at least popularize a little "browser" knowledge and improve netizens' understanding of the Internet and Internet security.

But I think domestic browser manufacturers should take more responsibility.

Your browser product does have many features and many useful or cool functions. It pays more attention to the usage habits of Chinese people. But when users are attacked because of IE vulnerabilities, will you take responsibility? Or put the blame on Microsoft? This seems a bit unfair~~

For IE, the safest, most powerful, and most stable one should be IE8. If you can push users to upgrade their kernels to the latest version, you can definitely reduce the risks you have to take for security. . In addition, reducing one kernel support will also reduce your development and maintenance expenses.

Summary

Letting IE6 withdraw from the stage of history will not happen overnight. The user's laziness makes him unwilling to take the initiative to upgrade, and Microsoft's browser upgrade mode is so old (and Firefox's prompt upgrade and Chrome's background automatic upgrade mode are omitted) caused a lot of trouble). So we can only rely on our own strength to promote the demise of IE6.

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
From Text to Websites: The Power of HTMLFrom Text to Websites: The Power of HTMLApr 13, 2025 am 12:07 AM

HTML is a language used to build web pages, defining web page structure and content through tags and attributes. 1) HTML organizes document structure through tags, such as,. 2) The browser parses HTML to build the DOM and renders the web page. 3) New features of HTML5, such as, enhance multimedia functions. 4) Common errors include unclosed labels and unquoted attribute values. 5) Optimization suggestions include using semantic tags and reducing file size.

Understanding HTML, CSS, and JavaScript: A Beginner's GuideUnderstanding HTML, CSS, and JavaScript: A Beginner's GuideApr 12, 2025 am 12:02 AM

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.

The Role of HTML: Structuring Web ContentThe Role of HTML: Structuring Web ContentApr 11, 2025 am 12:12 AM

The role of HTML is to define the structure and content of a web page through tags and attributes. 1. HTML organizes content through tags such as , making it easy to read and understand. 2. Use semantic tags such as, etc. to enhance accessibility and SEO. 3. Optimizing HTML code can improve web page loading speed and user experience.

HTML and Code: A Closer Look at the TerminologyHTML and Code: A Closer Look at the TerminologyApr 10, 2025 am 09:28 AM

HTMLisaspecifictypeofcodefocusedonstructuringwebcontent,while"code"broadlyincludeslanguageslikeJavaScriptandPythonforfunctionality.1)HTMLdefineswebpagestructureusingtags.2)"Code"encompassesawiderrangeoflanguagesforlogicandinteract

HTML, CSS, and JavaScript: Essential Tools for Web DevelopersHTML, CSS, and JavaScript: Essential Tools for Web DevelopersApr 09, 2025 am 12:12 AM

HTML, CSS and JavaScript are the three pillars of web development. 1. HTML defines the web page structure and uses tags such as, etc. 2. CSS controls the web page style, using selectors and attributes such as color, font-size, etc. 3. JavaScript realizes dynamic effects and interaction, through event monitoring and DOM operations.

The Roles of HTML, CSS, and JavaScript: Core ResponsibilitiesThe Roles of HTML, CSS, and JavaScript: Core ResponsibilitiesApr 08, 2025 pm 07:05 PM

HTML defines the web structure, CSS is responsible for style and layout, and JavaScript gives dynamic interaction. The three perform their duties in web development and jointly build a colorful website.

Is HTML easy to learn for beginners?Is HTML easy to learn for beginners?Apr 07, 2025 am 12:11 AM

HTML is suitable for beginners because it is simple and easy to learn and can quickly see results. 1) The learning curve of HTML is smooth and easy to get started. 2) Just master the basic tags to start creating web pages. 3) High flexibility and can be used in combination with CSS and JavaScript. 4) Rich learning resources and modern tools support the learning process.

What is an example of a starting tag in HTML?What is an example of a starting tag in HTML?Apr 06, 2025 am 12:04 AM

AnexampleofastartingtaginHTMLis,whichbeginsaparagraph.StartingtagsareessentialinHTMLastheyinitiateelements,definetheirtypes,andarecrucialforstructuringwebpagesandconstructingtheDOM.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.