Note:
This is the first article in this series.Article, I will send subsequent articles as soon as possible.
Source
1. Speed up the process of sending the browser to IE6
Internet Explorer 6 is the most widely used browser in China.
The most widely used Internet Explorer 6 in China is in enterprises.
It's hard for them to install a chorme.
Simply develop a browser (actually the shell of the browser) for them
Use"CodeChange the world"Is the slogan of the blog garden friends
2. Solve browser compatibility problems once and for all
CSS hack in various browsers no longer need to worry about
Even front-end jobs in the company can be reduced by a few.
3. More convenient use of more powerful HTML5
When writing HTML5 Styles, you need to consider the unique things of various browsers,
For example,-WebKit-transform;-moz-transform;-MS-transform;-o-Transform
Now we only have one browser, so we don't have to consider this.
The chorme core can support more HTML5 features.
4. Faster JS execution engine V8
Google's Js execution engine is currently recognized as the fastest JS execution engine (none)
Execute interface libraries such as extjs very quickly (extjs is also a common interface script library in enterprise applications)
5. WebKit Core
The fastest browser Core
Currently, the most widely used browser core is used by Google and Apple browsers)
The most user-friendly browser core for developers (CommunityStrong support)
6. Basically, no copyright concerns
All technologies used are open-source (do not delve into any open-source protocol based on tianchao)
7. More convenient debugging of JS
Debugging tools using Google Chrome
Similar to how firebug debugs JS
Application
First image
Our articles in this series
Based onProgramTo complete
Modify record
1.2013-01-24
The first edit records most of the content.
2.2013-03-18
Organize content and layout
3.2013-03-18
Removed the related content.