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
  • JavaScript to create simple paging plugin

    JavaScript to create simple paging plugin

    Brief introduction Simple paging that is compatible with IE6+ and modern browsers, supporting multiple paging on the same page. Using Browser <link rel="stylesheet" href="css/GB-paging.css"><script src="js/GB-paging.js"></
    2025-08-08
  • Summary of the use of various operators in JavaScript

    Summary of the use of various operators in JavaScript

    The unary operator can only operate one value. The unary operator is called the unary operator. The unary operator is the simplest operator in ECMAScript. 1. Increment and Decrease Operators The increment and decreasing operators directly borrow from C, a
    2025-08-08
  • Vue.js Quick Start Tutorial

    Vue.js Quick Start Tutorial

    Front-end frameworks like AngularJS can make it very convenient for us to develop powerful single-page applications. However, sometimes large frameworks like Angular are too large for our projects and many functions may not be used. At this time, we need
    2025-08-08
  • AngularJS routing detailed explanation and simple example

    AngularJS routing detailed explanation and simple example

    AngularJS Routing In this chapter, we will introduce AngularJS routing to you. AngularJS routing allows us to access different content through different URLs. AngularJS can realize single page web appl for multi-views (single page web appl)
    2025-08-08
  • What is HTML video tutorial

    What is HTML video tutorial

    What is html? HTML, namely Hypertext Markup Language, is a markup language used to describe web documents. There is a lot of knowledge about html. This article focuses on the characteristics of html. The html document production is not very complicated an
    2025-08-08
  • ashx file gets the data sent by the $.ajax() method

    ashx file gets the data sent by the $.ajax() method

    Today, when I was sending a request using Jquery's ajax method, I found that using the ashx file in the background could not receive the parameters passed in the ajax method. After checking the reason online, I found the problem. It turned out that I
    2025-08-08
  • Very cool Bootstrap picture carousel animation

    Very cool Bootstrap picture carousel animation

    For website developers, adding a sliding or carousel effect to the display content is a very common need. There are so many paid and free carousel plug-ins. Many of them offer a lot of useful configuration options and dynamic effects. Many times, if your
    2025-08-08
  • Minimalist HTML5 template

    Minimalist HTML5 template

    This article mainly introduces a minimalist HTML5 template, and the description of the code function is basically integrated into comments. Friends who need it can refer to it to share a basic template for HTML5 page development, including two versions: d
    2025-08-08
  • js+html5 method to implement canvas to draw web page clock

    js+html5 method to implement canvas to draw web page clock

    This article example describes the method of js+html5 to draw a web clock. It draws a clock with a pendulum that can be used on a web page. It can be adjusted in size and position through buttons. The specific implementation content is as follows.<html><h
    2025-08-08
  • Super practical JavaScript code snippet with usage method

    Super practical JavaScript code snippet with usage method

    JavaScript is a literal scripting language, which is a dynamic, weak, prototype-based language with built-in support types. Its interpreter is called the JavaScript engine. It is part of the browser and is widely used in the scripting language of the clie
    2025-08-08
  • Simple example of js implementing StringBuffer

    Simple example of js implementing StringBuffer

    实现:function StringBuffer() { this.__strings__ = []; }; StringBuffer.prototype.Append = function (str) { this.__strin
    2025-08-08
  • 5 simple and practical APIs in HTML5

    5 simple and practical APIs in HTML5

    Comment: When you talk about "HTML5" in the crowd, you may feel like an exotic dancer or unicorn coming to the middle of the house with the obvious "I'm cool, I know it" meaning that we are vain, and for many years, the basic HTML
    2025-08-08
  • AngularJS basic ng-submit directive simple example

    AngularJS basic ng-submit directive simple example

    AngularJS ng-submit directive AngularJS instance form is submitted to execute the function:<!DOCTYPE html><html><head><meta charset="utf-8">
    2025-08-08
  • AngularJS uses ng-repeat directive to implement drop-down box

    AngularJS uses ng-repeat directive to implement drop-down box

    AngularJs' ng-repeat allows us to easily traverse the array to generate Dom elements, but improper use will also cause performance problems. Let me share with you the drop-down box using the ng-repeat instruction in the project. 1. Problem background
    2025-08-08
  • AngularJS basic ng-readonly directive simple example

    AngularJS basic ng-readonly directive simple example

    AngularJS ng-readonly directive AngularJS instance sets the input box to read-only:<!DOCTYPE html><html><head><meta charset="utf-8">
    2025-08-08