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
  • 30 Tips for Writing HTML Code

    30 Tips for Writing HTML Code

    1. Be sure to close the HTML tag in the previous page source code, and you often see such statements:<li> Some text here.<li> Some new text here.<li> You get the idea. Maybe in the past we could tolerate such non-closed HTML tags
    2025-05-15
  • js uses recursive parsing xml

    js uses recursive parsing xml

    xml structure: Copy the code as follows:<RightMenuItems><Item Code="New" Name="新建" GroupCode="Edit" GroupName="编辑"/>
    2025-05-15
  • JS method to achieve translucent and gradually show special effects in nine-grid pictures

    JS method to achieve translucent and gradually show special effects in nine-grid pictures

    This article describes the method of JS to achieve translucent and gradually revealing special effects in nine-grid pictures. Share it for your reference. The specific implementation method is as follows: Copy the code code as follows:<html><title> Nine-g
    2025-05-15
  • A brief analysis of return and closure functions in javascript

    A brief analysis of return and closure functions in javascript

    Experts take a detour! This has nothing to do with the closure itself, and I don’t know how to get the title, so I just collected the number. I hope I’ll forgive me! Today a friend who just learned js gave me a piece of code and asked me why the method wa
    2025-05-15
  • DOM event stream detailed explanation

    DOM event stream detailed explanation

    1. The event model of the bubble event browser is divided into two types: capture event and bubble event. Since ie does not support capture events, the following mainly uses bubble events as an explanation. (dubbed bubble) bubble type refers to the most s
    2025-05-15
  • A brief analysis of JavaScript events and methods

    A brief analysis of JavaScript events and methods

    Clicking a hyperlink to contact and sending events 1. Using the a tag onclick <a href="#" onclick="js代码">writing method, there is a disadvantage, that is, the page will be refreshed once after clicking and back to the top of the page. How to do it without
    2025-05-15
  • Nodejs study notes NET module

    Nodejs study notes NET module

    1. Starting from today, let’s go into the specific module learning. This article is the third article in this series. The first two articles are mainly based on theory. I believe that everyone has a basic understanding of NodeJS in the learning of the fir
    2025-05-15
  • NodeJS study notes Http module

    NodeJS study notes Http module

    1. The first chapter is that everyone should be familiar with the concept of "Http". It is not based on a specific language, but it is a general application layer protocol. Different languages ​​have different implementation details, but they ar
    2025-05-15
  • Data type conversion in Javascript basic tutorial

    Data type conversion in Javascript basic tutorial

    All languages ​​have the ability to convert types, and JavaScript is no exception. It also provides developers with a large number of type conversion access methods. Through global functions, more complex data types can be implemented. Copy the code as fo
    2025-05-15
  • A list of web speed optimization

    A list of web speed optimization

    I believe that the Internet has become an indispensable part of people's lives. The applications of rich clients such as ajax, flex, etc. make people more happy to experience many functions that could only be implemented in C/S. For example, Google Op
    2025-05-15
  • Share the Google Maps API Map Application Example

    Share the Google Maps API Map Application Example

    Effect (tested in the new version of Firefox): Code:<!DOCTYPE><html><head><meta http-equiv="content-type" content="text/html;charset=utf-8"><title> Goo
    2025-05-15
  • Basic DOM tutorial: Using DOM to set text boxes

    Basic DOM tutorial: Using DOM to set text boxes

    1. Control the number of characters entered by the user. For a single-line text box and password input box, the maxlength attribute can be used to control the number of characters entered by the user. For multi-line text, maxlength is a custom property wi
    2025-05-15
  • Web page countdown digital clock effect implemented by JS

    Web page countdown digital clock effect implemented by JS

    This article describes the effect of the web countdown digital clock implemented by JS. Share it for your reference. The specific implementation method is as follows: Copy the code code as follows:
    2025-05-15
  • JavaScript version 2048 mini game

    JavaScript version 2048 mini game

    It has no technical content, it is just used to practice code logic. In order to have a clear code structure, I wrote the logic control part in global variables, and the user interface operations were encapsulated in UI objects, which was probably the cas
    2025-05-15
  • js returns to the previous page to refresh the reloaded page of this page

    js returns to the previous page to refresh the reloaded page of this page

    <a href="javascript:history.go(-1)" rel="external nofollow" >Return to the previous page</a>
    2025-05-15