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
  • Introduction to some commonly used html object properties suitable for beginners to learn

    Introduction to some commonly used html object properties suitable for beginners to learn

    The content shared by this article is about some commonly used html object attributes suitable for beginners to learn. This website contains the introduction of some commonly used html object attributes suitable for beginners to learn. It explains the tec
    2025-04-07
  • Writing high-performance JavaScript (translation)

    Writing high-performance JavaScript (translation)

    Translator's note: I am the first time I translated a foreign language, and my words are inevitably a bit obscure, but I tried my best to express the author's original intention and did not have much polish. Criticism and correction are welcome. I
    2025-04-06
  • XHTML Introduction Learning Tutorial: Form Tags

    XHTML Introduction Learning Tutorial: Form Tags

    Forms are an important channel for users to submit information. This section will introduce the basics of the form. Form Tags<form> Form with one<form> Tags begin. Users registering website members, voting, etc. all require forms to implement them. Of cou
    2025-04-06
  • Thinking and Practice of Front- and Back-end Separation Based on NodeJS (V) Multi-terminal Adaptation

    Thinking and Practice of Front- and Back-end Separation Based on NodeJS (V) Multi-terminal Adaptation

    Introduction In recent years, web-based multi-terminal adaptation of various sites has been in full swing, and solutions relying on various technologies have also been developed among the industries. Such as the responsive design based on browser native C
    2025-04-06
  • Study notes on call and apply in Javascript

    Study notes on call and apply in Javascript

    First look at the explanation of call in MDN. The call() method calls a function or method on the premise of using a specified this value and several specified parameter values. Note: The function of this method is similar to the apply() method. There is
    2025-04-06
  • A brief analysis of Javascript Memoizer

    A brief analysis of Javascript Memoizer

    The following is from John Hann's implementation, and this code caught my attention, which cached the result of the method call with clever methods. Code parsing: Copy the code as follows:// memoize: A general method to cache using memoization// func:
    2025-04-06
  • The Banner image switching effect code based on flash implementation of the website

    The Banner image switching effect code based on flash implementation of the website

    This example describes the Banner graph switching effect code implemented by the website based on flash. The main switching function of this example is completed by flash. Share it for your reference. The specific implementation code is as follows: Copy t
    2025-04-06
  • Summary of non-blocking IO and event loops in Node.js

    Summary of non-blocking IO and event loops in Node.js

    I have been learning and using Node.js for two months. I used express and combined with mongoose to write a web application and a set of RESTful web API. Looking back at the introduction of Node.js' homepage of the official website: Node.js uses an ev
    2025-04-06
  • The issue of passing values ​​on html page

    The issue of passing values ​​on html page

    Sometimes when browsing web pages, you will find that some websites use html to pass values, and display different contents according to the different values. Its code<scriptlanguage=JavaScripttype=text/javascript>
    2025-04-06
  • Various common function definition methods in JavaScript

    Various common function definition methods in JavaScript

    This article describes in detail various common function definition methods in JavaScript, and is shared with you for your reference. The specific analysis is as follows: First, let’s take a look at the four most common function definitions of JavaScript:
    2025-04-06
  • HTML Table Tag Tutorial (11): Horizontal Alignment Properties ALIGN

    HTML Table Tag Tutorial (11): Horizontal Alignment Properties ALIGN

    In the horizontal direction, the alignment of the table can be set, including three types: left, center, and right. Basic syntax<TABLE ALIGN=LEFT><TABLE ALIGN=CENTER><TABLE ALIGN=RIGHT> Syntax explanation L
    2025-04-06
  • Dynamically set js attribute name using variables

    Dynamically set js attribute name using variables

    Object: The attribute name of js can be used as an example: js object object. When assigned to the attribute of the object, the code code can be copied in the following way: var object; object.prop1 = "value1"; object.prop2 = "value2";
    2025-04-06
  • XHTML file type declaration

    XHTML file type declaration

    XHTML defines three file type declarations. The most commonly used is XHTML Transitional.<!DOCTYPE> It is used for compulsory purposes. An XHTML document has three main parts: DOCTYPE Head Body The basic document structure is as follows:
    2025-04-06
  • Timed shutdown applet implemented by hta

    Timed shutdown applet implemented by hta

    Timed shutdown applet interface: Implementation code: The code is as follows:<head><title> Timed shutdown applet</title>
    2025-04-06
  • XHTML Introduction Learning Tutorial: Simple Web Page Production

    XHTML Introduction Learning Tutorial: Simple Web Page Production

    Make your first web page in one minute: Let’s try to make a simple web page. I hope you can follow us, it will only take you a minute. Now you may not know what those angle brackets <> and letters inside are. Don't worry, we will introduce them
    2025-04-06