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
  • JavaScript Analysis and Compression Tools JavaScript Analyser

    JavaScript Analysis and Compression Tools JavaScript Analyser

    The compression process of JSA is divided into two steps. The first step is syntax compression, similar to Dojo ShrinkSafe, but safer than it and more efficient. The second step is text compression, which currently uses JavaScript Compressor compression a
    2025-05-26
  • Summary of common methods of Java File class

    Summary of common methods of Java File class

    The Java File class is very powerful, and you can basically perform all operations on files using Java. This article will conduct a detailed analysis of the Java File file operation class and briefly introduce the common methods in the File class. Java de
    2025-05-26
  • SuperSlide2 realizes image scrolling effects

    SuperSlide2 realizes image scrolling effects

    Here I will post the code I demonstrated here, hoping to give all the inspiration to my friends. I have combined two examples to implement it.focus-item ul li.item{ text-align: center;}.scroll-area .prev,.scroll-area .ne
    2025-05-26
  • Detailed explanation of the use of js Calender control

    Detailed explanation of the use of js Calender control

    I've been rushing for projects lately. The project is finally in a stable state now, just revisions. As a background programmer, I am really hard. I have to write everything from the web to the mobile interface, which is a lot of things. . . I finally
    2025-05-26
  • Two ways to implement html to randomly drag content position

    Two ways to implement html to randomly drag content position

    Test: Chrome v80.0.3987.122 The two normal methods are: drag the normal label position or drag the text box position in canvas 1. Implement the mouse to drag the label element to any position to demonstrate the address css code #range { position: relative
    2025-05-26
  • Must-read HTML basics - a comprehensive understanding of css style sheet

    Must-read HTML basics - a comprehensive understanding of css style sheet

    CSS (Cascading Style Sheet, layered style sheet), the function is to beautify HTML web pages. /*Annotation area*/This is annotation syntax 1. Style sheet (I) Classification of style sheets 1. Inline style sheets and HTML display are displayed in combinati
    2025-05-26
  • JavaScript method to get the current mouse coordinates

    JavaScript method to get the current mouse coordinates

    This article describes the method of obtaining the current mouse coordinates by javascript. Share it for your reference. The specific implementation method is as follows: For JavaScript to obtain the current mouse coordinates, you must have some understan
    2025-05-26
  • Add sound effects examples to your html5 web page

    Add sound effects examples to your html5 web page

    Comment: This article mainly introduces examples of adding sound effects to your html5 web page. Friends who need it can refer to the following to add appropriate sound effects to the interaction, which can often improve the user experience. In the window
    2025-05-26
  • Learn all aspects of HTTP Headers

    Learn all aspects of HTTP Headers

    What is HTTP HeadersHTTP is written by Hypertext Transfer Protocol. The entire World Wide Web uses this protocol. Almost most of the content you see in your browser is transmitted through the http protocol, such as this article. HTTP Headers are HTTP
    2025-05-26
  • Paragraph layout and line breaks of HTML web pages

    Paragraph layout and line breaks of HTML web pages

    Whether the appearance of a web page is beautiful depends largely on its layout. Large paragraphs of text appear on the page, which are usually planned in segments, and there are extremely strict divisions for line breaks. This section starts with the det
    2025-05-26
  • Compatible with mainstream browsers JS copy content to clipboard

    Compatible with mainstream browsers JS copy content to clipboard

    Nowadays, there are more and more browser types, such as IE, Firefox, Chrome, Safari, etc., so it is not that easy to implement a small function of copying content to the clipboard with a js. In the FLASH 9 era, there was a solution to kill all browsers t
    2025-05-26
  • Example explanation of the operation method of array Array in JS

    Example explanation of the operation method of array Array in JS

    The addition and deletion of js array elements have been quite confused. Today I finally found the detailed description. First, I gave me a code to test ^-^ Copy the code as follows: var arr = new Array();arr[0] = "aaa";arr[1] = "bbb";
    2025-05-26
  • EasyUI, click to open the edit box and get focus on the edit box

    EasyUI, click to open the edit box and get focus on the edit box

    The code copy is as follows: onClickRow: function(rowIndex, rowData){var editor = $('#datagrid').datagrid('getEditor', {index:rowIndex,fiel
    2025-05-26
  • JavaScript Learning Notes (V) Detailed explanation of prototype and prototype chain

    JavaScript Learning Notes (V) Detailed explanation of prototype and prototype chain

    If a private variable and function is defined inside a function, it cannot be accessed externally, that is, the private variables and functions of the function. The code copy is as follows: <script type="text/javascript">function Test(){var col
    2025-05-26
  • Native JS binding pulley scroll event compatible with common browsers

    Native JS binding pulley scroll event compatible with common browsers

    The event of scrolling the page on the pulley is encountered in web page special effects, but the implementation method is different under different browsers. The following method I implemented is compatible with common browsers. function getData(event){
    2025-05-26