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
  • Code editor written in VBS under winXP

    Code editor written in VBS under winXP

    When I can't access these days, I reviewed the things on the hard drive and found this thing. Due to my limited level and no research on DHTML, I did it very roughly. I pasted it to attract jade. I hope that some experts can help modify or come up wit
    2025-03-31
  • Open a new page in js window.open

    Open a new page in js window.open

    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <me
    2025-03-31
  • Implementing CHECKBOX control with htc

    Implementing CHECKBOX control with htc

    The code is as follows:/* Description: CHECKBOX control version: 1.1 Note: The text behind the CHECKBOX control is to obtain the htc_myLabel of the CHECKBOX object to display the update and add the indeter attribute to add uncertain choices*/
    2025-03-31
  • The graffiti effect achieved by hta

    The graffiti effect achieved by hta

    hta: HTMLApplications hta is an executable program for html. It is very simple to make it. Just change the file *.htm to *.hta. But hta has its own unique tag<hta> , and can set its properties to achieve very good results. hta is an excellent choice for m
    2025-03-31
  • Convert String to int in js to convert String type into int type

    Convert String to int in js to convert String type into int type

    First, I would like to share with you an example of converting int and string data types in js https://www.VeVB.COM/article/154745.htm When working on a project today, I encountered a problem that I needed to convert String-type variables into int-type. A
    2025-03-31
  • html5+css3 implements a registration form instance

    html5+css3 implements a registration form instance

    Comment: The registration form is implemented using html5+css3 layout, and the effect is quite good. Interested front-end web designers can refer to it. I hope it can help you with the renderings as follows: html source code:<!DOCTYPE html><html><head>
    2025-03-31
  • Implementation method of converting HTML format String into HTMLElement

    Implementation method of converting HTML format String into HTMLElement

    The code is as follows:<meta charset="UTF-8"><title> Insert title here</title></head><body><div id="content"></div><script> var el = d
    2025-03-31
  • DOM browser (convenient for friends who need dom operation)

    DOM browser (convenient for friends who need dom operation)

    Open a folder view, launch this application, click on init, it detects all instances. Just drill-down to see the propert
    2025-03-31
  • Wubi font encoding query tool implemented with hta and ajax

    Wubi font encoding query tool implemented with hta and ajax

    Save as hta file, the code is as follows:<html><head><title> Wubi font encoding query tool</title>
    2025-03-31
  • Dynamically modify the url through JS to realize the addition, deletion, and revision of the url

    Dynamically modify the url through JS to realize the addition, deletion, and revision of the url

    Although you can dynamically modify the url through get submitting post forms, if multiple buttons can be submitted in parallel, it is inevitable that there will be some inappropriate things to write multiple forms with roughly the same and some details.
    2025-03-31
  • Detailed explanation of Node.js module loading

    Detailed explanation of Node.js module loading

    JavaScript is one of the most frequently used programming languages ​​in the world. It is the common language in the web world and is used by all browsers. The birth of JavaScript goes back to the era of Netscape. Its core content was hastily developed to
    2025-03-31
  • First know Node.js

    First know Node.js

    1. What is Node.js? [1] Node is a server-side JavaScript interpreter. But I really think that students who are good at JavaScript can easily get Node by learning Node. Then you are wrong. Summary: I don’t know whether the water is deep or not, but it is i
    2025-03-31
  • JavaScript sorts Chinese code according to pinyin

    JavaScript sorts Chinese code according to pinyin

    Today I used the Chinese sorting according to pinyin in the code. After consulting the masters in the group, I got the following code: var arr = ["Zhang San","Li Si","Wang Wu","Asan"]; document.write(arr+"<br/>
    2025-03-30
  • Table components that lock row and column headers

    Table components that lock row and column headers

    1. Introduce a style definition in the page<style> .LockHeadTable{behavior:url(/oblog312/LockHeadTable.htc)} </style>2. Add the statement "class="Loc" to the table definition that needs to lock the row and column header.
    2025-03-30
  • Email sending class that supports HTML format and priority settings

    Email sending class that supports HTML format and priority settings

    using system;using system.text;using system.io;using system.net;using system.net.sockets;namespace blood.com.classlib///
    2025-03-30