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
  • Summary of javascript knowledge points (must-read)

    Summary of javascript knowledge points (must-read)

    1. The concept of javaScript: It is a expression language, and it is also a scripting language based on object (Object) and event-driven (EventDriven), which runs on the client, thereby reducing the burden on the server side. It is summarized as follows:
    2025-08-02
  • JS simple method to adjust the font size of web pages

    JS simple method to adjust the font size of web pages

    This article describes the method of simply adjusting the font size of web pages by JS. Share it for your reference, the details are as follows: //var tgs = new Array('div','td','tr');var tgs = new Array('td','tr');
    2025-08-02
  • JS simple method to implement delayed image loading

    JS simple method to implement delayed image loading

    This article describes the method of simply implementing delayed image loading by JS. Share it for your reference, the details are as follows: window.onload=window.onresize=window.onscroll=function(){ showImg();};function g
    2025-08-02
  • javascript gets the current screen size

    javascript gets the current screen size

    When using html5 to develop under Android, to get the actual size of the screen and directly upload the code, you can pass the following code test. The code copy is as follows: <html><script>function a(){document.write("屏幕分辨率为:"+screen.
    2025-08-02
  • js H5 canvas shooting game

    js H5 canvas shooting game

    This article shares the implementation code of H5 canvas shooting mini game for your reference. The specific content is as follows<!DOCTYPE html><html><head><meta charset="UTF-8"><title></title>
    2025-08-02
  • Simple js code with 60 seconds countdown appears when clicking the button (recommended)

    Simple js code with 60 seconds countdown appears when clicking the button (recommended)

    Simple js code with 60 seconds countdown appears when clicking the button (recommended)
    2025-08-02
  • Clever use of apply, call, and bind in Javascript

    Clever use of apply, call, and bind in Javascript

    apply, call In javascript, call and apply exist to change the context (context) of a certain function when it is run. In other words, it is to change the direction of this inside the function body. A major feature of JavaScript is that the function has a
    2025-08-02
  • AngularJs bootstrap equipped with front-end framework - preparation work

    AngularJs bootstrap equipped with front-end framework - preparation work

    1. I won’t say much about what AngularJs is and what bootstrap is. Simply put, AngularJs is a relatively powerful front-end MVC framework. bootstrap is an open source toolkit for front-end development launched by Twitter. It can quickly build a web front-
    2025-08-02
  • Google Maps basics and instance analysis

    Google Maps basics and instance analysis

    Google Maps Basics Create a Simple Google Map Now let's create a simple Google Map. Here is a Google map showing London, UK: Example<html><head>
    2025-08-02
  • AngularJs bootstrap is equipped with front-end framework - basic page

    AngularJs bootstrap is equipped with front-end framework - basic page

    1. After using AngularJs app seed to initially install the framework, we need to manually fill in some things. First, open the index.html under our app folder and add some js and css we need to use (of course it is bootstrap). The code is as follows:
    2025-08-02
  • In-depth understanding of Angular2 template syntax

    In-depth understanding of Angular2 template syntax

    1. Explain that the Angular2 template is used to display the appearance of the component. Its usage is basically the same as the html syntax. The simplest Angular2 template is a piece of html code. Angular template syntax mainly includes the following par
    2025-08-02
  • JavaScript imitation flash mask animation effect

    JavaScript imitation flash mask animation effect

    This article shares the specific implementation code of JavaScript imitation flash mask animation for your reference. The specific content is as follows<!DOCTYPE html><html><head><meta charset="utf-8"><title> Flash mask animation
    2025-08-02
  • AngularJS basic ng-model-options directive simple example

    AngularJS basic ng-model-options directive simple example

    AngularJS ng-model-options directive AngularJS instance binds the value of the input box into the scope variable when the focus is lost:<!DOCTYPE html><html><head><meta charset="utf-8">
    2025-08-02
  • JS dynamically loads scripts and executes callback operations

    JS dynamically loads scripts and executes callback operations

    Many people may have encountered the problem of loading other js files in JavaScript, but many friends may not know how to judge whether the js file we want to load has been loaded. If we do not complete the load, we will not succeed. This article explain
    2025-08-02
  • Pure front-end JavaScript implementation of Excel IO case sharing

    Pure front-end JavaScript implementation of Excel IO case sharing

    Recently, the company is going to build a ** statistics and management system for a state-owned enterprise. The specific requirements include Excel import and export to display reports and charts based on the imported data (including bar charts, line char
    2025-08-02