Home> Web design tutorial
All Dreamweaver tutorial Javascript tutorial HTML tutorial CSS tutorial Experience and skills DHTML tutorial Web effects WEB standardization
Web design tutorial
  • Thoughts and practices of front-end separation based on NodeJS (II) Template exploration

    Thoughts and practices of front-end separation based on NodeJS (II) Template exploration

    Preface When separating front and back ends, the first issue I pay attention to is rendering, that is, work at the View level. In the traditional development model, the browser and server are developed by two teams, both front and back ends, but the templ
    2025-06-07
  • Web Standard Learning to Understand Structure and Performance Separation

    Web Standard Learning to Understand Structure and Performance Separation

    Some things are always mentioned when it comes to web standards, that is the importance of separation of structure and performance. Understanding the differences between structure and performance at the beginning can be difficult, especially if you are n
    2025-06-07
  • JavaScript method to block browser return button

    JavaScript method to block browser return button

    This article describes how JavaScript prevents the browser from returning to the button. Share it for your reference. The specific analysis is as follows: The following JS code can prevent users from clicking the return button, which is very practical. Fr
    2025-06-07
  • How to appear masking layer when js mouse suspension

    How to appear masking layer when js mouse suspension

    This article describes the method of surfing the mask layer in js mouse. Share it for your reference. The specific implementation method is as follows: html page code: Copy the code code as follows:<ul><li>
    2025-06-07
  • Detailed explanation of Express.JS usage

    Detailed explanation of Express.JS usage

    After installing node (download), create a directory on your machine and start your first application. $ mkdir hello-world In this directory you will define the application "package", which is no different from any other node package. The json f
    2025-06-07
  • input file custom button beautification (demo)

    input file custom button beautification (demo)

    I have written such articles before but use js scripts. The advantage is that it can display the file path. If you can do not see the path, just display the custom buttons, there are other methods. The following is just the trick of using css to achieve i
    2025-06-07
  • Detailed explanation of Javascript loading and execution

    Detailed explanation of Javascript loading and execution

    First of all, I want to talk about the loading and execution of Javascript. Generally speaking, browsers have two major features for Javascript operation: 1) Execute immediately after loading, 2) It will block subsequent content of the page (including pag
    2025-06-07
  • JS+CSS method to implement the interlaced color change effect of Li list

    JS+CSS method to implement the interlaced color change effect of Li list

    This article describes the method of JS+CSS to implement the interlaced color change effect of Li list. Share it for your reference. The specific implementation method is as follows: Copy the code code as follows:
    2025-06-07
  • Simple learning to understand HTML5 tags

    Simple learning to understand HTML5 tags

    Article introduction of Wulin.com (www.vevb.com): Simple learning to understand HTML5 tags. HTML is the core markup language that people must use for communication and communication on the World Wide Web. The latest version of the hypertext markup languag
    2025-06-07
  • Instructions for using fs.createReadStream method in node.js

    Instructions for using fs.createReadStream method in node.js

    Method description: Returns a readStream (file read stream, input stream) object. (Readable Stream) Syntax: The code copy is as follows: fs.createReadStream(path, [options]) Since this method belongs to the fs module, it is necessary to introduce the fs m
    2025-06-07
  • Native JS implements LOADING effect

    Native JS implements LOADING effect

    The plain text loading effect can be defined by the color and speed of the code. The code code can be copied as follows:/** Loading animation* Created by Black and White on 15/03/11.*/function loading(element,lightCol
    2025-06-07
  • Javascript implements web color value conversion

    Javascript implements web color value conversion

    I have been busy completing business needs recently and haven't written a blog for a long time. I have a little time today and looked at some of the front-end codes in recent projects. When I saw the web color conversion function, I suddenly thought t
    2025-06-07
  • Summary of common tips for JavaScript

    Summary of common tips for JavaScript

    The introduction summarizes the JavaScript syntax sugar I have come into contact with recently and share it with you. Each piece of candy has detailed instructions and examples, so I won’t say much. The exact type check copy code is as follows:/** @functi
    2025-06-07
  • List tag ul, ol, dl: compatibility issues for different browsers

    List tag ul, ol, dl: compatibility issues for different browsers

    Introduction to web page production articles: Research and application of HTML CSS list elements ul, ol, dl. 1. Preface to nonsense HTML list elements (such as ol, ul, dl) are widely used in current website development and production, but their tempers ar
    2025-06-07
  • Native JavaScript implements image scrolling and delay loading functions

    Native JavaScript implements image scrolling and delay loading functions

    Implementation effect: When the scrollbar is pulled down, the image appears in the visible area, and then the loading idea begins: (1) img tag, put the real image address in the properties you set, such as lazy-src (2) to get the height of img from the pa
    2025-06-07