Home>Web design tutorial> WEB standardization
All Dreamweaver tutorial Javascript tutorial HTML tutorial CSS tutorial Experience and skills DHTML tutorial Web effects WEB standardization
WEB standardization
  • jQuery 1.4 new features and changes (Part 1)

    jQuery 1.4 new features and changes (Part 1)

    To celebrate jQuery's fourth anniversary, the jQuery official team officially released jQuery 1.4. In this version, the jQuery official team has done a lot of coding, testing and documentation work. It has naturally improved a lot compared to the prev
    2025-01-08
  • Adjust php-fpm parameters to improve performance

    Adjust php-fpm parameters to improve performance

    Adjust php-fpm parameters to improve performance. When installing php, careful readers can find that we also installed the php-fpm module. The fpm module is responsible for processing the request process. The related operations of fpm will directly affect
    2025-01-07
  • Coding specifications of html5+CSS3

    Coding specifications of html5+CSS3

    Golden Rule No matter how many people work on the same project, make sure every line of code looks like it was written by the same person. Syntax 1. Use two spaces instead of tabs - this is the only way to guarantee
    2025-01-06
  • Front-end coding standards (4) - CSS and Sass (SCSS) development standards

    Front-end coding standards (4) - CSS and Sass (SCSS) development standards

    ID and class naming ID and class names always use names that reflect the purpose and use of the element, or other common names. Instead of appearances and obscure names. Specific and
    2025-01-06
  • CSS experience sharing: How to write maintainable CSS code

    CSS experience sharing: How to write maintainable CSS code

    Add a comment block at the beginning of the style sheet to describe the creation date, creator, tags and other remark information of the style sheet.
    2025-01-03
  • Ten ways to reset browser CSS (1)

    Ten ways to reset browser CSS (1)

    Do you know what CSS Reset is? Usually, it is also written as Reset CSS, which resets the browser's style. In various browsers, some default values ​​are set for CSS selectors. For example, when h1 is not set to a value, a certain size is displayed.
    2025-01-03
  • CSS Tips: About CSS Hack and Float Closure

    CSS Tips: About CSS Hack and Float Closure

    With IE7's support for !important, the !important method now only targets IE6's HACK. (Note on writing: remember that the declared position needs to be stated in advance.)
    2025-01-03
  • Web Standards Basics Tutorial: CSS Shorthand Guide

    Web Standards Basics Tutorial: CSS Shorthand Guide

    One of the most effective ways to write CSS is to use abbreviations. Using abbreviations can make your CSS files smaller and more readable. Understanding the abbreviations of CSS properties is also one of the basic skills of front-end development engineer
    2025-01-02
  • The beauty of HTML code

    The beauty of HTML code

    HTML5 - HTML5 and its new elements bring unprecedented beauty.
    2025-01-02
  • Using advanced CSS3 selectors in IE

    Using advanced CSS3 selectors in IE

    IE does not support CSS3 advanced selectors, including the latest IE8 (see "Browser Support for CSS Selectors" for details), but CSS selectors are indeed very useful. It can greatly simplify our work and improve our code. efficiency, and allows
    2024-12-31
  • How to use HTML5 on your site now

    How to use HTML5 on your site now

    Although the HTML5 standard is still a draft and is still being discussed in the hands of standards organizations, important parts have been implemented by many modern browsers. Apple Safari, Google Chrome, Mozilla Firefox, Opera and Microsoft IE9 all alr
    2024-12-31
  • Web front-end development specification document (2014 version)

    Web front-end development specification document (2014 version)

    Specification Description This is the code writing specification followed and agreed upon by the front-end development team, which is intended to improve the standardization and maintainability of the code. The basic principles comply with web standards,
    2024-12-30
  • How to display website logo on web page title bar and favorites

    How to display website logo on web page title bar and favorites

    The first step is to prepare an icon creation software. First of all, you must understand that the so-called icon (Icon) is a special graphic file format with .ico as the extension. Ordinary image design software cannot use this format, so
    2024-12-30
  • Visual Foxpro 6.0 Chinese version installation wizard (illustrated)

    Visual Foxpro 6.0 Chinese version installation wizard (illustrated)

    Recently, many users have downloaded Visual Foxpro 6.0 on this site. Some users have no experience in installing vfp6.0. They have problems such as the installation program and product ID number cannot be found, and they have made suggestions to us.
    2024-12-27
  • Summary of Web page layout methods

    Summary of Web page layout methods

    1. Element drift removes an element from the page flow and drifts it in a certain direction. Other block elements will be placed under this element. When inline elements are injected into other block elements, the inline elements will surround this elemen
    2024-12-26