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
  • 10 design tips to enhance website ease of use

    10 design tips to enhance website ease of use

    Ease of use means that your website is easier to use for users, allowing users to quickly find the information they need where they need it. Compared with what Google advocates, "make users stay in Google for a short time", for websites, we do n
    2025-02-07
  • TEXT text box that can insert pictures

    TEXT text box that can insert pictures

    Today when I was working on a comment function similar to that of QQ, I was at a loss and looked for answers everywhere on the Internet. Finally, I was inspired in a very small corner. I got to know a new thing contenteditable.html code is as follows: Cop
    2025-02-07
  • html5 application cache

    html5 application cache

    What is the Application Cachehtml5 that introduces application cache technology, which means that web applications can be cached and used without a network. By creating the Cache Manifest file, you can easily create offline applications. Three excellents
    2025-02-07
  • Sample code for js special character filtering

    Sample code for js special character filtering

    Copy the code as follows: // Match Chinese numbers, letters and underscores var checkInput = function (str) {var pattern =var pattern = /^[/w/u4e00-/u9fa5]+$/gi;if(patter
    2025-02-07
  • Example of 3D computer room based on HTML5 WebGL

    Example of 3D computer room based on HTML5 WebGL

    Preface 3D computer rooms rendered with WebGL are nothing new now. The main purpose of this article is to explain the problem of eye and center in 3D computer rooms, which happened to be used in the project. I thought about it for a while. In the end, I f
    2025-02-07
  • HTML5 page sound video automatically played under WeChat and APP implementation methods

    HTML5 page sound video automatically played under WeChat and APP implementation methods

    Most of the H5 pages now have background music and video function. So how to achieve automatic playback? Pure H5 pages cannot be automatically played on the mobile phone. Most of the mobile browsers are disabled of the autoplay function of Video and Audio
    2025-02-07
  • Sample code for Html5 blinds effect

    Sample code for Html5 blinds effect

    This article introduces the sample code of Html5 blinds effect and shares it with everyone. The details are as follows: Implementation method introduction: 1. The blinds layout is overlaid on the content layout with positioning (position: absolute), and t
    2025-02-07
  • Export HTML5 Canvas images and upload server functions

    Export HTML5 Canvas images and upload server functions

    Export HTML5 Canvas images and upload them to the server. In recent projects, we often encounter the need to draw images on canvas, such as puzzles, image editing, etc. Images processed by canvas must involve saving, so the following method may be what yo
    2025-02-07
  • How to implement draggable DIV in js

    How to implement draggable DIV in js

    With the changes of the times, the importance of js is increasingly felt. js can not only make web pages (such as Ext framework), but also make some web special effects. These special effects are not only compatible with PCs, but also compatible with mobi
    2025-02-07
  • Jqgrid set all selection (select) and get the value of the selected row sample code

    Jqgrid set all selection (select) and get the value of the selected row sample code

    1. Add multiselect: true 2. Get the value of the selected row. Copy the code as follows: var rowData = jQuery('#List').jqGrid('getGridParam','selarrrow');if(rowData.lengt
    2025-02-07
  • JS calling printer printing web fonts is always a solution to the number one

    JS calling printer printing web fonts is always a solution to the number one

    Today, I want to make a small function of printing web pages and call Window.print () directly, but after printing, the font always shrinks the number one, and the reason cannot be found. Essence Essence Later, I tried to use an IE printing control, but o
    2025-02-07
  • HTML data submits post_ power node java college

    HTML data submits post_ power node java college

    The HTTP request method specified in the HTTP/1.1 protocol is Options, GET, Head, Post, Put, Delete, Trace, Connect. Among them, POST is generally used to submit data to the server. This article mainly discusses several methods for POST submitted data.
    2025-02-07
  • JS gets computer MAC address and IP implementation method

    JS gets computer MAC address and IP implementation method

    JS acquisition computer MAC address and IP implementation method Copy code code as follows: // These two are the ActiveX plug -in in the system for obtaining IP and physical address
    2025-02-07
  • How to achieve a custom path animation example in Canvas

    How to achieve a custom path animation example in Canvas

    In the recent project, I need to make a new demand: realize custom path animation in Canvas. The so -called custom path here not only includes a straight line, maybe multiple straight -line motion combinations, and even include the Bessel curve. Therefore
    2025-02-07
  • Example of realizing the effect of eye movement based on the HTML5 gyroscope

    Example of realizing the effect of eye movement based on the HTML5 gyroscope

    Recently, when I used the OFO Little Yellow Car APP, I found that the previous sweeping below became a little yellow man with eyes, and it felt quite interesting. Here I used HTML5 to imitate the effect. The analysis of the effect of the eye effect is not
    2025-02-07