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

How to convert a string into a number in JavaScript

Table of contents 1.parseInt(string, radix) 2. Nu...

Detailed explanation of mkdir command in Linux learning

Table of contents Preface 1. Basic knowledge of f...

Use and analysis of Mysql Explain command

The mysql explain command is used to show how MyS...

Detailed explanation of MySQL index principles and optimization

Preface This article was written by a big shot fr...

Graphic tutorial on installing CentOS7 on VMware 15.5

1. Create a new virtual machine in VMware 15.5 1....

MySQL Query Cache and Buffer Pool

1. Caches - Query Cache The following figure is p...

Linux cut command explained

The cut command in Linux and Unix is ​​used to cu...

Introduction to the use of em in elastic layout in CSS3: How many pixels is 1em?

I have been using CSS for a long time, but I have...

How to implement real-time polygon refraction with threejs

Table of contents Preface Step 1: Setup and front...

Usage of if judgment in HTML

In the process of Django web development, when wr...

Detailed explanation of mysql deadlock checking and deadlock removal examples

1. Query process show processlist 2. Query the co...

Understand the principle of page replacement algorithm through code examples

Page replacement algorithm: The essence is to mak...

In-depth explanation of the maximum value of int in MySQL

Introduction I will write about the problem I saw...