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
  • 13 web effects implemented by HTML5 and CSS3

    13 web effects implemented by HTML5 and CSS3

    Article introduction of Wulin.com (www.vevb.com): 13 fascinating HTML5 and CSS3 application examples. HTML5 and CSS3 have been implemented in many website encodings. HTML5 and CSS3 have brought excellent results to website design that other coding languag
    2025-06-04
  • Js uses WScript.Shell object to execute .bat file and cmd commands

    Js uses WScript.Shell object to execute .bat file and cmd commands

    WScript.Shell (Windows Script Host Runtime Library) is an object, and the corresponding file is C:/WINDOWS/system32/wshom.ocx. Wscript.shell is a component that the server system will use.
    2025-06-04
  • A brief discussion on Javascript Base64 encryption and decryption

    A brief discussion on Javascript Base64 encryption and decryption

    html code: Copy the code as follows:<!DOCTYPE html><html><head><title> Page Title </title><style type="text/css">*{font-family: Consolas;font-
    2025-06-04
  • W3C Tutorial (8): W3C XML Schema Activities

    W3C Tutorial (8): W3C XML Schema Activities

    XML Schema is an XML-based DTD alternative. XML Schema is an XML-based DTD alternative. XML Tutorials To learn more about XML Schema, read our XML Schema tutorial
    2025-06-04
  • JavaScript method to control the up and down movement of items in listbox listbox

    JavaScript method to control the up and down movement of items in listbox listbox

    This article describes the method of JavaScript to control the up and down movement of items in a listbox list box. Share it for your reference. The specific analysis is as follows: This JS code can control elements in listbox to move up or down, which is
    2025-06-04
  • Introduction to the difference between html form submission action and url jump to actiond

    Introduction to the difference between html form submission action and url jump to actiond

    The action of form forms is different from url jump: form forms can pass data to the background, and in the background, you can directly use the request object to request data from the foreground. There are two ways to pass data in the form form: method=p
    2025-06-04
  • html5 development viewport usage

    html5 development viewport usage

    Comment: Using html5 to develop mobile applications is the best choice. However, each phone has different resolutions and different screen sizes. How can the application or page size we developed be suitable for use in various high-end phones? With the po
    2025-06-04
  • How to achieve the effect of cosmic starry sky background

    How to achieve the effect of cosmic starry sky background

    This article examples illustrate how JS realizes the background effect of the universe and starry sky. Share it for your reference. The specific implementation method is as follows: Copy the code code as follows:
    2025-06-04
  • JS method to implement dynamic sequential loading of files

    JS method to implement dynamic sequential loading of files

    This article describes the method of implementing dynamic sequential loading of files in JS. Share it for your reference. The specific analysis is as follows: Use script tags to implement dynamic loading of JS code. From the JavaScript language, the defin
    2025-06-04
  • HTML5 Notification (Desktop Reminder) function usage example

    HTML5 Notification (Desktop Reminder) function usage example

    Comment: This article mainly introduces the usage of HTML5 Notification (desktop reminder) function, and uses examples to illustrate the effect of desktop reminder. Friends who need it can refer to the next one. Introduction to HTML5 Notification HTML5 No
    2025-06-04
  • Instructions for using the url.format method in node.js

    Instructions for using the url.format method in node.js

    Method description: Convert a parsed URL object into a formatted URL string. Syntax: The code is copied as follows: url.format(urlObj) Receive parameters: urlObj represents a URL object and can contain the following properties: (can be compared with examp
    2025-06-04
  • Share common javascript functions that you encapsulate yourself

    Share common javascript functions that you encapsulate yourself

    These are common functions, so I won’t talk much nonsense here. Friends, please read it yourself and understand the code: copy the code as follows: The code is as follows: cookiefunction setCookie(name, value, iDay){if(iDay!==false){var oDate=new
    2025-06-04
  • Three common style selectors for css in html

    Three common style selectors for css in html

    1: Tag Selector Tag Selector, all labels with certain types of labels take effect. Take p as an example here, that is, all those with p tags will copy the code in this style
    2025-06-04
  • A very comprehensive javascript URL parsing function and segmented URL parsing method

    A very comprehensive javascript URL parsing function and segmented URL parsing method

    1. The URL parsing function copy code code is as follows:<script> /** *@param {string} url 完整的URL地址 *@returns {object} 自定义的对象 *@description 用法示例:var myURL = pa
    2025-06-04
  • A countdown class implemented by JavaScript

    A countdown class implemented by JavaScript

    Recently, we are doing the lottery project of Arrangement Five. Each period has a lottery purchase period. That is, when the user opens this Arrangement Five page, a remaintime will be sent from the server (the remaining time before the end of this lotter
    2025-06-04