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
  • HTML5+CSS3+JS Implementing Qixi Romance Function Code

    HTML5+CSS3+JS Implementing Qixi Romance Function Code

    Because today's August 28th is the Valentine's Day of China -Tanabata, as a program ape, I only knock on the code at home! But I still have a heart of getting off; I made H5+CSS+JS interface I wish my friends: The happy and specific features of th
    2025-02-06
  • Introduction to event processing and browser object examples in js

    Introduction to event processing and browser object examples in js

    Copy the code code as follows:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title> Simple event handling</title>
    2025-02-06
  • HTML Form_Motor Node Java College

    HTML Form_Motor Node Java College

    In HTML, the table uses a TABLE tag tr to indicate that the line TD indicates that the column Th indicates the header, and the header is usually used for the name. Below is a list.<html><head><title> Table in html</title></head>
    2025-02-06
  • HTML5 source tag: media elements define media resources

    HTML5 source tag: media elements define media resources

    The HTML5 source tag is a media element (such as<video> and<audio> ) to define media resources.<source> Tags allow you to specify alternative video/audio files for the browser to select based on its support for media types or codecs. The host here will te
    2025-02-06
  • Implementation code for using canvas to create a DVD standby animation

    Implementation code for using canvas to create a DVD standby animation

    Disclaimer: I don’t intend to teach canvas, I just took a quick look at it because I thought it was fun. It means it's a little rough, so don't criticize me. . The effect frame rate is slightly lower, but the actual performance is of course much s
    2025-02-06
  • CSS and JavaScript in IE and Firefox twenty-three differences

    CSS and JavaScript in IE and Firefox twenty-three differences

    In IE, you can use document.formName.item("itemName") or document.formName.elements ["elementName"]; in Firefox, you can only use document.formName.elements["elementName"].
    2025-02-06
  • Examples of canvas compression images and card production methods

    Examples of canvas compression images and card production methods

    When making some activity pages, there are often needs to upload pictures, and the pictures, generated text and stickers also need to be generated into a card that users can long-press to save. This requirement has been completed once before, and it was m
    2025-02-06
  • Let’s talk about the Fixed positioning of IE6

    Let’s talk about the Fixed positioning of IE6

    Put everything in a container with a height of 100% and the scroll bar is set to automatic, and then set an absolutely positioned layer below so that the absolutely positioned layer can reach a static state. Principle: The scrollbar you drag is not the en
    2025-02-06
  • How to get the length of the Chinese and English mixed string in JavaScript

    How to get the length of the Chinese and English mixed string in JavaScript

    Some colleagues posted a post on the company's OA to introduce how to get the length of the Chinese -English mixed string in JavaScript. The regular expression is used. Copy code code as follows: Var Str = "Tank is a transliteration of TANK"
    2025-02-06
  • Summary of some methods to optimize the execution efficiency of javascript

    Summary of some methods to optimize the execution efficiency of javascript

    1. When concatenating strings in lower version browsers (such as IE6, IE7, etc.), using the join method of the array is much more efficient than using the + sign to connect (such as ['aaa', 'bbb', 'ccc'].join () more efficient than
    2025-02-06
  • Simple progress bar for CSS

    Simple progress bar for CSS

    <style> #graphbox{ border:1px solid #e7e7e7; padding:10px; width:250px;
    2025-02-06
  • A simple example of JS judging text box content change event

    A simple example of JS judging text box content change event

    Usage of oninput, onpropertychange, onchange The onchange trigger event must meet two conditions: a) The properties of the current object change and are triggered by keyboard or mouse events (script triggering is invalid) b) The current object loses focus
    2025-02-06
  • HTML5 WebSockets basic usage tutorial

    HTML5 WebSockets basic usage tutorial

    A cool new feature in HTML5 is WebSockets, which allows us to talk to the server without AJAX requests. Today, BinGo will allow everyone to run WebSocket through the server side of the Php environment, create clients, and send and receive server-side info
    2025-02-06
  • For details, use HTML5 Canvas to create a dynamic particle grid animation

    For details, use HTML5 Canvas to create a dynamic particle grid animation

    Recently, I saw a particle grid animation very dazzling, and I made one, and it was pretty good as the background. CSDN cannot upload more than 2m pictures, so it is simply cut off a static picture: let ’s start to say how to achieve this effect: first of
    2025-02-06
  • Solve the problem of scaling of HTML5 mobile phone page

    Solve the problem of scaling of HTML5 mobile phone page

    When writing the HTML5 mobile phone page, we will find that the proportion of the elements displayed on the page is incorrect. What we need to add at this time is:<meta name=viewport content=width=device-width,initial-scale=1> Either
    2025-02-06