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
  • Several steps on how to accurately restore the design draft in web page production

    Several steps on how to accurately restore the design draft in web page production

    As a qualified page reconstructor, the ability to "web page restoration design draft" is very important. Whether the page is exactly the same as the design draft needs to be paid attention to. Sometimes, details can determine success or failure,
    2025-02-07
  • HTML is set to the homepage and joined the collection

    HTML is set to the homepage and joined the collection

    How to implement the IE browser is set to the homepage, the function of adding the collection function solution: The function of setting the designated URL to the homepage is mainly to rely on the SETHOMEPAGE method of the IE default behavior. AddFavorite
    2025-02-07
  • Learn to use new CSS technology in the right place

    Learn to use new CSS technology in the right place

    The browser's support for CSS lags behind the development of CSS. For Internet Explorer, which has an absolute market share, it has just completed the full support for CSS 2.1 until its release not long ago, and the latest developments in CSS are The
    2025-02-07
  • Explore the detailed implementation of the undo function in canvas drawing

    Explore the detailed implementation of the undo function in canvas drawing

    Recently I have been working on a project related to web page image processing, which can be regarded as my first experience with canvas. The project requirements include a function to add watermarks to images. We know that the usual way to implement the
    2025-02-07
  • The most transparent and simplest solution for PNG under IE6.0

    The most transparent and simplest solution for PNG under IE6.0

    Because I know some web page production technology, I heard a long time ago that translucent PNG files will have problems displaying under IE6, but since I have never really encountered them, I have never encountered them. I started building my own websit
    2025-02-07
  • Learn more about how to solve the problem of blurry canvas drawing on mobile devices

    Learn more about how to solve the problem of blurry canvas drawing on mobile devices

    Due to some mobile compatibility reasons, one of our projects requires the front-end to convert PDF into an interface that can be viewed directly on the mobile page. In order to facilitate the solution, we use the pdf.js plug-in, which can convert pdf int
    2025-02-07
  • 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