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 Event Analysis in Touch Screen

    JavaScript Event Analysis in Touch Screen

    This article describes JavaScript events in touch screen. Share it for your reference. The specific analysis is as follows: 1. Touch event ontouchstartontouchmoveontouchcancel Currently, mobile browsers support these 4 touch events, including IE. because
    2025-05-27
  • Summary of the method of array array and string in javascript

    Summary of the method of array array and string in javascript

    1. The array method summary will change the original array push and unshift methods and return length. If you add value, return length, other returns pop, shift returns the element reverse returns the element splice(start, deleteCount, add
    2025-05-27
  • JS control table to realize a light flow splitting row

    JS control table to realize a light flow splitting row

    This article describes the method of JS control tables to implement a light flow splitting row. Share it for your reference. The specific analysis is as follows: This is a very beautiful code for splitting lines. In fact, it is a colorful streamer split h
    2025-05-27
  • How to pass W3C verification?

    How to pass W3C verification?

    In addition to setting up the specifications of each tag, W3C also provides verification functions to allow web page producers to check whether they are actually in accordance with W3C regulations. Preface In addition to setting up the various tag regulat
    2025-05-27
  • JS implements a method to simply display time on web pages

    JS implements a method to simply display time on web pages

    This article example describes how JS implements simple display time on web pages. Share it for your reference. The details are as follows: This is a web clock JS code, pure javascript implementation, displaying time, minutes and seconds. There are many w
    2025-05-27
  • EasyUi datagrid implements table pagination

    EasyUi datagrid implements table pagination

    1. First introduce easyi's css and js files 2. The js copy code that needs to be written in the front desk is as follows://source data function Async(action,args,callback){$.ajax({ url: action,type:"POS
    2025-05-27
  • Detailed explanation of Function in JavaScript

    Detailed explanation of Function in JavaScript

    The keyword function is used to define a function. Copy the code as follows: //Function declarative definition: function funcname([arg1[,args[...,argn]]]){statements}//Function expression definition: var funcname = fun
    2025-05-27
  • Instructions for using buffer.length method in node.js

    Instructions for using buffer.length method in node.js

    Method Description: This method will return the length of the buffer object. Syntax: Copy the code code is as follows: buffer.length Receive parameters: No example: Copy the code code is as follows: buf = new Buffer(1234);console.log(buf.length);buf.wri
    2025-05-27
  • Basic knowledge of Redis, installation, deployment, configuration notes

    Basic knowledge of Redis, installation, deployment, configuration notes

    Basic knowledge 1. Redis data types: strings, lists, sets, ordered sets, hash tables 2. The unique features of Redis and memcache: (1) Redis can be used as storage (storge), and memc
    2025-05-27
  • Use node.js to get the client information code sharing

    Use node.js to get the client information code sharing

    I have seen many questions on the Internet about how to obtain client information, so I recorded it for your reference. Result: Isn’t it very simple? Friends who have the same needs will take it away and use it freely.
    2025-05-27
  • html5 canvas rotation effect example

    html5 canvas rotation effect example

    Comment: This article introduces an example of the canvas rotation effect of JS and html5. Please refer to the code of keleyi.htm as follows:<!DOCTYPE HTML><html><head><title> html rotating canvas</title>
    2025-05-27
  • Use js to determine whether it is the implementation code of 360 browser

    Use js to determine whether it is the implementation code of 360 browser

    The following code is available in 360 Safe Browser versions 5 and 6 <script>var check360browser={//如果是360 浏览器的话"ok":function (){//这里是判断360成功之后的代码alert('js -> 360')
    2025-05-27
  • How to achieve super cool web firework animation effect by JS

    How to achieve super cool web firework animation effect by JS

    This article describes the method of JS to achieve super cool web firework animation effects. Share it for your reference. The specific analysis is as follows: A web fireworks setting animation effect implemented using JS is very dazzling. It can adapt to
    2025-05-27
  • Detailed explanation of HTML hyperlink

    Detailed explanation of HTML hyperlink

    Hyperlink Hyperlinks are HTML elements that are frequently used in websites, because various pages of the website are composed of hyperlinks, and hyperlinks complete the jump between pages. Hyperlinks are the main means of interaction between viewers and
    2025-05-27
  • W3C Tutorial (9): W3C XPath Activities

    W3C Tutorial (9): W3C XPath Activities

    XPath is a language used to select components of an XML document. XPath is designed for use with XSLT, XQuery and XPointer. XPath is a language used to select components of an XML document. XPath is designed for XSL
    2025-05-27