Home >Backend Development >PHP Tutorial >Standardized standards that can be referenced

Standardized standards that can be referenced

WBOY
WBOYOriginal
2016-07-29 09:05:30788browse

It is better to believe in books than to have no books - "Mencius"

This is an incisive and thorough reading method that requires readers to be good at thinking independently - Encyclopedia

But when you are struggling to find a feasible standardized copywriting, why not Collect everyone’s benefits and take advantage of them.

Coding Standards

  1. PHP Standard Recommendation (PSR) (Translation: PHP PSR Code Standard Chinese Version Translation 2)

Chinese Typesetting

  1. Entry.css A configurable, more suitable for reading Chinese articles Style library

  2. Chinese web page reset and typesetting typo.css unifies browser typesetting effects and builds web page layout most suitable for Chinese reading. Includes desktop and mobile platforms.

  3. Chinese character standard format Han Print-like Chinese character typesetting framework

  4. chinese-copywriting-guidelines unify the relevant usage of Chinese copywriting and typesetting, reduce communication costs between team members, and enhance the website’s temperament

Others

  1. Markdown-Syntax-CN Markdown syntax Simplified Chinese version

  2. material_design_zh Material Design Chinese collaborative translation

  3. composer-doc-cn Composer Chinese documentation

  4. CN-Chrome-DevTools Chrome Developer Tools Chinese Manual

Auxiliary Tools

  1. pinyin Excellent solution for converting Chinese to Pinyin based on thesaurus

  2. Can I use Browser Capability Query

  3. Modernizr detects browser support for HTML5 and CSS3 Whether the feature is supported, capability detection

  4. html5shiv allows browsers that do not support HTML5 tags to parse these tags normally

  5. Respond.js is used to provide media for IE6-8 and other browsers that do not support CSS3 Media Queries Query the min-width and max-width characteristics to achieve responsive web design

  6. detector client environment identification module, including detecting browser version, operating system version information, etc.

  7. normalize.css style rewriting, allowing Page elements are rendered consistently in most browsers

  8. Composer is a tool used by PHP to manage dependency relationships. At the same time, domestic mirrors are provided

  9. Packagist.org Packagist is the main Composer repository. It aggregates public PHP packages installable with Composer. standards.

  10. The above introduces the standardization standards that can be referred to, including aspects of content. I hope it will be helpful to friends who are interested in PHP tutorials.

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