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
  • Document.forms usage example introduction

    Document.forms usage example introduction

    Overview forms Returns a collection (an HTMLCollection object) containing all form elements in the current document. Syntax var collection = document.forms; Example to get form information
    2025-05-25
  • How to solve the problem of node-webkit not supporting html5 playing mp4 videos

    How to solve the problem of node-webkit not supporting html5 playing mp4 videos

    Reason: mp4 seems to be a patented audio and video format. node-webkit doesn't support it...seems to be. . Solution: Install the Chrome browser locally, and install the directory (example: c:/Google/Chrome/Application/37.0.2062.103), and find
    2025-05-25
  • DOCTYPE element detailed explanation complete version

    DOCTYPE element detailed explanation complete version

    1. Overview of the systematic explanation of DOCTYPE elements in this article. At the same time, a lot of information was verified. Because the information on the Internet is quite messy, I have redefined it after collection and organization. For example,
    2025-05-25
  • JavaScript block right-click code

    JavaScript block right-click code

    JavaScript blocking right-click copy code code is as follows: <span style="font-size:18px;color:#ff0000;"><strong>document.oncontextmenu=function(e){ return</strong></span>
    2025-05-25
  • Make the input box turn off the AutoComplete function

    Make the input box turn off the AutoComplete function

    Now we can use an input property autocomplete. Here is an example of turning off autocomplete:<input type=text name=test autocomplete=off /> Although this attribute does not belong to the XHTML standard, IE and Mozil
    2025-05-25
  • JavaScript uses regular expression to remove characters after spaces

    JavaScript uses regular expression to remove characters after spaces

    When reading time from the backend database, the entire date, year, month, day, including hour, minute and second will be often taken, such as 2015-1-28 14:56:00, but generally we only need the previous year, month and day. A simple method can be used to
    2025-05-25
  • JavaScript to implement the activation of current page navigation

    JavaScript to implement the activation of current page navigation

    This article describes the method of JavaScript to implement current page navigation activation. Share it for your reference. The details are as follows: html part (referenced navigation, not available # instead of links, and several new static pages can
    2025-05-25
  • Do designers need to learn to write code?

    Do designers need to learn to write code?

    Usually, after completing a web design, the designer's ignorance is revealed and criticized. They left the heavy work of creating web code to programmers. This phenomenon not only occurs in the network development industry, but also in the software an
    2025-05-25
  • js method to implement the drag layer effect of iGoogleDivDrag module

    js method to implement the drag layer effect of iGoogleDivDrag module

    This article describes the method of implementing the drag layer drag effect of iGoogleDivDrag module by js. Share it for your reference. The specific implementation method is as follows: Copy the code code as follows:
    2025-05-25
  • JavaScript implements a method of popping up a warning box if the check box exceeds the limit

    JavaScript implements a method of popping up a warning box if the check box exceeds the limit

    This article describes the method of using a javascript to implement a warning box that exceeds the limit. Share it for your reference. The specific implementation method is as follows:<html><title> JavaScript implements a method of popping up a warning b
    2025-05-25
  • Solution to set the height interface deformation of frameset

    Solution to set the height interface deformation of frameset

    Currently, a project is done, and the interface is as follows: This is done using frameset. No problems were found in development under wide screen. It was not until a user used 800*600 computers to test that he found that the entire interface was deforme
    2025-05-25
  • Extended Array contains method example in JavaScript

    Extended Array contains method example in JavaScript

    JavaScript's Array does not contain the method, sometimes this is inconvenient. The implementation of the contains method is very simple: copy the code as follows: function contains(a, obj) {var i = a.length;while (i--) {
    2025-05-25
  • How to structure HTML

    How to structure HTML

    The structure of div+css are you learning the css layout? Can't you fully master the pure CSS layout? There are usually two situations that hinder your learning: the first is that you have not yet understood the principle of css processing pages. Befo
    2025-05-25
  • Teach you how to use firebug debugging features to understand javascript closures and this

    Teach you how to use firebug debugging features to understand javascript closures and this

    For people like me who study javascript by themselves and have no experience in learning other languages, at the beginning, debugging javascript was also a relatively difficult point. Many basic things need to be explored by themselves, and this process i
    2025-05-25
  • HTML5isnowalsohostedbytheW3C

    HTML5isnowalsohostedbytheW3C

    The W3C's HTML working group today resolved to start from the current WHATWG work. Specifically, the group resolved to r
    2025-05-25