Discuss the value of Web standards from four aspects with a mind map

Discuss the value of Web standards from four aspects with a mind map

I have roughly listed some values ​​to stimulate discussion, hoping to improve this idea and get better opinions. How to obtain the specific inventory data is still under exploration.

People-oriented - Visitors:

Speed ​​up access (how, how much, fewer bytes, lower concurrency)

Multiple devices to choose from (multiple browsers, multiple browser versions, multiple devices)

Multiple styles available (skin-changing technology)

No Inclusion for People with Disabilities (WAI)

For people - developers:

Speed ​​of development (single version development, no need to develop independently for other devices)

Maintenance complexity (after separation, the structure can be reused, the style can be reused, and the images and CSS can be maintained independently)

For people - operators:

Server costs

The cost of bandwidth

Development cost (multi-version development)

Cost of SEO (better search engine targeting)

Machine-oriented - Server load:

Bandwidth savings

Search engine friendly

Web data mining (semantic web, microformats, XSL data extraction, etc.)

Web standards value mind map:

<<:  MySQL not null constraint case explanation

>>:  CSS uses calc() to obtain the current visible screen height

Recommend

MySQL Packet for query is too large problem and solution

Problem description: Error message: Caused by: co...

Nginx proxy axios request and precautions

Preface I recently wrote a small demo. Because I ...

Detailed steps to build the TypeScript environment and deploy it to VSCode

Table of contents TypeScript environment construc...

VMware Workstation 15 Pro Installation Guide (for Beginners)

01. VMware Workstation Pro 15 Download Download: ...

Mysql 5.6 "implicit conversion" causes index failure and inaccurate data

background When performing a SQL query, I tried t...

Detailed explanation of Vue3 sandbox mechanism

Table of contents Preface Browser compiled versio...

Detailed process analysis of docker deployment of snail cinema system

Environmental Statement Host OS: Cetnos7.9 Minimu...

Ten important questions for learning the basics of Javascript

Table of contents 1. What is Javascript? 2. What ...

Vue uses echarts to draw an organizational chart

Yesterday, I wrote a blog about the circular prog...

CSS hacks \9 and \0 may not work for hacking IE11\IE9\IE8

Every time I design a web page or a form, I am tr...

How to use mysqldump to backup MySQL data

1. Introduction to mysqldump mysqldump is a logic...