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
  • A JavaScript gets an instance of the current height of an element

    A JavaScript gets an instance of the current height of an element

    <!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title> One JavaScript per day
    2025-04-14
  • JavaScript encrypts and decrypts the parameters in the url

    JavaScript encrypts and decrypts the parameters in the url

    Today, when I was working on an old project, I encountered a requirement. I encrypted and decrypted the parameters in the url in JavaScript, and found this useful code from the Internet: Copy the code as follows:<SCRIPT LANGUAGE="JavaScript"> <!-- Begin f
    2025-04-14
  • HTML table marking tutorial (1): Make a table

    HTML table marking tutorial (1): Make a table

    This is a series of tutorials provided to you, mainly to explain the application of forms on web pages to beginners, including the most basic knowledge, some tips on forms, etc. I hope everyone can support it. Tables are the best way to arrange content. I
    2025-04-14
  • HTML5 tutorial: Detailed instructions for using detalis tags

    HTML5 tutorial: Detailed instructions for using detalis tags

    Article introduction of Wulin.com (www.vevb.com): The emergence of the details tag has brought us a better user experience, and there is no need to write JS for this shrinking and unfolding effect to achieve it. The emergence of details tags has brought u
    2025-04-14
  • How to write the correct syntax of javascript setinterval

    How to write the correct syntax of javascript setinterval

    A few days ago, I used setinterval to write a small program. I won’t explain what setinterval is used for. The writing method can be used in other browsers. Later, colleagues in the test group took it to test it out and there was a problem. Because they l
    2025-04-14
  • ext combobox dynamically loads database data (with front and backend)

    ext combobox dynamically loads database data (with front and backend)

    Front desk: The code is copied as follows: var provinceStore = new Ext.data.Store({ proxy: new Ext.data.HttpProxy({ url: basePath + "/stationManage/s
    2025-04-14
  • A good imitation of Ctrip custom data drop-down selection

    A good imitation of Ctrip custom data drop-down selection

    This is a custom data drop-down selection that imitates Ctrip's custom data pull-down selection, which describes some more important parameters, which is convenient for beginners/* *id: id The current plug-in's parent element *data: json data sele
    2025-04-14
  • html5 new tag figure, figcaption application example

    html5 new tag figure, figcaption application example

    Article introduction of Wulin.com (www.vevb.com): I originally wanted to explain figure and figcaption in two articles, but these two labels define pictures and texts, so we will explain them together, which is easier for everyone to accept. I originally
    2025-04-14
  • html5 Canvas drawing tutorial (10)—Disassembly the surface into lines to simulate a rounded rectangle

    html5 Canvas drawing tutorial (10)—Disassembly the surface into lines to simulate a rounded rectangle

    Comment: In the previous article, I talked about the method of drawing rectangles and circles. They all have native canvas drawing functions that can be completed. The rounded rectangle mentioned in this article can only be simulated through other methods
    2025-04-14
  • HTML Table Tag Tutorial (45): Table body tags of tables

    HTML Table Tag Tutorial (45): Table body tags of tables

    <tbody>Tags are used to define the style of the table body. Basic syntax<tbody align=value1 bgcolor=color_value valign=value2> Syntax interpretation align represents horizontal alignment, where Left is on the left, Center is on the center, and Righ
    2025-04-14
  • HTML5 instance tutorial: HTML5 implements custom properties

    HTML5 instance tutorial: HTML5 implements custom properties

    Article introduction of Wulin.com (www.vevb.com): Implementing custom attributes in HTML5 is not technically complicated. The real difficulty is whether the method you choose to use is suitable for your project; if applicable, how to make it more effectiv
    2025-04-14
  • HTML5 example tutorial: Learning HTML5 outline algorithm

    HTML5 example tutorial: Learning HTML5 outline algorithm

    Article introduction of Wulin.com (www.vevb.com): The impact of HTML outline algorithm on structure. HTML5 has been out for a long time, and more and more people hope and start applying HTML5 to their daily work and websites. People are using new tags suc
    2025-04-14
  • js formatting time summary

    js formatting time summary

    Without further ado, I will post various formatting methods to you first copy the code code as follows: var myDate = new Date();myDate.getYear(); //Get the current year (2 digits) myDate.getFullYear(); //Get the complete year (4 digits, 197
    2025-04-14
  • Solutions to garbled Chinese characters with escape encoding and unescape decoding

    Solutions to garbled Chinese characters with escape encoding and unescape decoding

    In today's project, I encountered the situation where I needed to encode Chinese characters with JavaScript and then decode them with unescape. When testing the code segment, I had garbled code. The specific situation is as follows: First, use EditPlu
    2025-04-14
  • HTML5's SVG 2D Introduction 3 - Introduction to Text, Image and Rendered Text

    HTML5's SVG 2D Introduction 3 - Introduction to Text, Image and Rendered Text

    One of the powerful capabilities of rendering text in SVG is that it can control text to a level that is impossible for a standard HTML page without resorting to images or other plug-ins. Any action that can be performed on a shape or path (such as drawin
    2025-04-14