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
  • AngularJS simple application example

    AngularJS simple application example

    AngularJS Application It's time to create a real AngularJS single page web application (SPA). AngularJS application examples You have learned enough about AngularJS, now
    2025-08-15
  • Complete parsing of prototype prototype in JavaScript

    Complete parsing of prototype prototype in JavaScript

    To understand prototype in JS, you must first figure out the following concepts: 1. Everything in JS is an object 2. Everything in JS is derived from Object, that is, the end point of the prototype chain of all things points to Object.prototype // ["
    2025-08-15
  • Compatibility issues with JavaScript in IE and FF

    Compatibility issues with JavaScript in IE and FF

    JavaScript compatibility has long been a major issue for web developers. The differences between formal specifications, factual standards and various implementations have caused many developers to suffer day and night. To this end, the Javascript compatib
    2025-08-15
  • Detailed explanation of window.open() and discussion of example browser compatibility issues

    Detailed explanation of window.open() and discussion of example browser compatibility issues

    1. Basic syntax: window.open(pageURL,name, parameters) where: pageURL is the child window path name is the child window name parameters is the window parameters (each parameters are separated by commas) 2. The example copy code code is as follows: <s
    2025-08-15
  • Simple implementation of JavaScript-html title scrolling effect
  • Easily master JavaScript state mode

    Easily master JavaScript state mode

    State Mode State Mode allows an object to change its behavior when its internal state changes, and the object appears to modify its class. The use scenarios of state mode are also particularly clear, with the following two points: 1. The behavior of an ob
    2025-08-15
  • Simple implementation method for outputting spaces in JS

    Simple implementation method for outputting spaces in JS

    When writing JS code, you can find this phenomenon: document.write(" 1 2 3 ");Result: 1 2 3 No matter how many spaces there are in the output content, the displayed result seems to be only one space. This is because the browser display mechanism
    2025-08-15
  • Implementing digital puzzle game based on Vue.js

    Implementing digital puzzle game based on Vue.js

    Let’s take a look at the renderings first: Of course, it’s all about playing. As a Vue enthusiast, we should go deep into the game and explore the implementation of the code. Next, let’s analyze what functions are mainly needed to complete such a game. Be
    2025-08-15
  • Summary of the difference between Js+Ajax, Get and Post in use

    Summary of the difference between Js+Ajax, Get and Post in use

    The biggest difference between get and post methods is: 1. The get method passes the value parameter in the url, and the post parameter is placed in send 2. The post method must add xmlHttp.setRequestHeader("Content-Type", "application/x-ww
    2025-08-15
  • Collection of special symbols | punctuation marks | brackets | HTML commonly used special characters

    Collection of special symbols | punctuation marks | brackets | HTML commonly used special characters

    ■Special code: ·⊙①?◎Θ⊙●○¤㊣@'s ■□★☆◆◇◣◢ ◤◥▲△▼▽⊢▂ ▃ ▄ ▅ ▆ ▇ █ ▉ ▊▋▌▍▎▏■ ▓ times □ 〓≡↑↓→←↘↙♀♂┇┅‖$ @* & # ※
    2025-08-15
  • Example of adding Canvas tags to HTML pages

    Example of adding Canvas tags to HTML pages

    This article mainly introduces the example of adding Canvas tags to HTML pages. This article directly gives sample code and explains some important attributes and js access methods. Friends who need it can refer to the HTML page.<body> In, you can use the
    2025-08-15
  • Detailed explanation of the difference between defer and async attributes in JS

    Detailed explanation of the difference between defer and async attributes in JS

    The main way to insert javascript code into the html page is through the script tag. These include two forms. The first is to directly insert js code between script tags, and the second is to introduce external js files through the src attribute. Because
    2025-08-15
  • JS realizes the uninterrupted scrolling effect of title bar text

    JS realizes the uninterrupted scrolling effect of title bar text

    This article describes the uninterrupted scrolling of JS text in title bar. I will share it with you for your reference. The specific details are as follows: The screenshot of the operation effect is as follows: The specific code is as follows:
    2025-08-15
  • html5 sample code for reading local files

    html5 sample code for reading local files

    Comment: This article mainly introduces the specific implementation of html5 reading local files. The html structure style, Css style and js code are as follows. Friends who need it can take a look at the html structure style as follows:<div> <button>Add
    2025-08-15
  • Comprehensive analysis of Panel and Table in Bootstrap

    Comprehensive analysis of Panel and Table in Bootstrap

    When we design a page, chunking is necessary. No website is down in one column. Unless you are reading a novel, your page design must be chunked. That is, it is called the grid system in bootstrap because of multiple panel components. After the macro layo
    2025-08-15