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
  • Analysis of examples of turning book effect based on Turn.js

    Analysis of examples of turning book effect based on Turn.js

    Recently, the project manager practiced his work on a project. The project requirements were to achieve the effect of flipping books. After seeing this requirement, I was really confused. What happened? I was born in Java. This problem really stumped me.
    2025-07-03
  • Implementing a pop-up floating menu of navigation bars based on JS code

    Implementing a pop-up floating menu of navigation bars based on JS code

    1. The overview adopts a pop-up floating menu, which not only makes the website navigation content clearer, but also does not affect the overall effect of the page. Run this example, as shown in Figure 1, when the mouse moves to the title of the first-lev
    2025-07-03
  • Javascript implements the method of image loading from blur to clear display

    Javascript implements the method of image loading from blur to clear display

    1. Background introduction: In the online photo album application, users are the simplest requirement for viewing photos. When the network is slower, the waiting time for viewing photos is relatively long, and the user experience will be very poor. 2. Cur
    2025-07-03
  • Automatically generate tables based on JavaScript code

    Automatically generate tables based on JavaScript code

    Without further ado, I will just post the js code to you. The specific code is as follows: //js implements the input table number of rows and columns to automatically generate the table source code
    2025-07-03
  • js implements multi-threading based on setTimeout and setInterval

    js implements multi-threading based on setTimeout and setInterval

    This article describes the method of js to implement multi-threading based on setTimeout and setInterval. I will share it with you for your reference. The details are as follows: JavaScript cannot implement thread blocking (sleep), because sleep involves
    2025-07-03
  • Angular's Bootstrap and Compiler mechanisms

    Angular's Bootstrap and Compiler mechanisms

    In the previous section, the Angular js framework is briefly introduced. In this section, Angular's Bootstrap (bootstrap) and Compiler (compilation) mechanisms will be continued. 1: Bootstrap: Angular initialization 1: Angular recommended automation i
    2025-07-03
  • JS simulation bootstrap drop-down menu effect example

    JS simulation bootstrap drop-down menu effect example

    This article describes the effect of JS simulation bootstrap drop-down menu. Share it for your reference. The details are as follows: Simulate the bootstrap drop-down menu and you need to cut an effect during work: Click on the navigation bar, and the fol
    2025-07-03
  • Based on JS code, the image is rotated in the page

    Based on JS code, the image is rotated in the page

    1. Overview On some trading platform websites, such as Taobao, Paipai, etc., you often find that some pictures rotate in the shape of circles, and they are executed repeatedly. 2. The technical key points mainly apply the sin (returning the sine value of
    2025-07-03
  • Summary of common tips for improving performance by JavaScript [Classic]

    Summary of common tips for improving performance by JavaScript [Classic]

    This article describes common techniques for JavaScript to improve performance. Share it for your reference, as follows: 1. Pay attention to the scope as the number of scopes in the scope chain increases, the time to access variables outside the current s
    2025-07-03
  • How to implement special date prompt function

    How to implement special date prompt function

    1. Overview When designing and developing a website, you can add the function of displaying the system date to the page. If the corresponding festival can be displayed while displaying the system date, you can provide help to website visitors. 2. Technica
    2025-07-03
  • AngularJs Javascript MVC framework

    AngularJs Javascript MVC framework

    In June, Google released the AngularJs 1.0 stable version and claimed that AngularJS allows you to extend the syntax of HTML to clearly and concisely represent components in your application, and allows standard HTML as your template language. AngularJS c
    2025-07-03
  • A text box with drop-down box function implemented by javascript

    A text box with drop-down box function implemented by javascript

    Sometimes we need an optional drop-down box to select content, but there is also the need to customize input. For this requirement, most websites use a drop-down box and an input text, and give selections in parallel or branch. So, we want it to look like
    2025-07-03
  • 7 JavaScript Tips I Should Have Known

    7 JavaScript Tips I Should Have Known

    I have been writing JavaScript code for a long time and can't remember what era it started. I am very excited about the achievements of JavaScript in recent years; I am very lucky to be the beneficiary of these achievements. I have written a lot of ar
    2025-07-03
  • Introduction to the use of encodeURI of JS and URLDecoder.decode of java

    Introduction to the use of encodeURI of JS and URLDecoder.decode of java

    If you don't want to see plain text in the url, for example, http://localhost:8080/template_1/login.action?user=Zhang San can use the URL Decoder.decode of js' encodeURI to encrypt the url.
    2025-07-02
  • Mobile H5 development Turn.js achieves great book-turning effects

    Mobile H5 development Turn.js achieves great book-turning effects

    Recently, the CTO assigned me a task for mobile H5 development. The main function is to achieve book-turning effects. After I heard of the main needs, it was true at that time! ! ! Next, I tried to use fullPage.js and Swiper to achieve the book-turning ef
    2025-07-02