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 plug-in development tutorial (V)

    JavaScript plug-in development tutorial (V)

    1. The beginning analysis of Hi, hello everyone! In the first two articles, we mainly talk about how to develop plug-ins in "jQuery's way", and how to design a plug-in by combining process design with object-oriented thinking design. Both me
    2025-05-24
  • Analysis of the usage of anonymous JavaScript functions

    Analysis of the usage of anonymous JavaScript functions

    This article describes the usage of anonymous functions in JavaScript. Share it for your reference. The details are as follows: 1. Defining a function In JavaScript, a function can be defined through "function declaration" and "function exp
    2025-05-24
  • Summary of the application of XHTML for web design learning

    Summary of the application of XHTML for web design learning

    Generally speaking, the file organization of a standard web page is XHTML CSS. Among them, XHTML is mainly used to represent web page structure and display content, while CSS defines structure layout and modify content style. The XHTML commonly used for l
    2025-05-24
  • Method for implementing in-page jumps in the name attribute and id attribute of a tag

    Method for implementing in-page jumps in the name attribute and id attribute of a tag

    In the past, I only knew to use the name attribute of the a tag to jump, but today I realized that I can still use id. I don't know if there is any other way. The name can be repeated multiple times, and the id can only be used once. Of course, if you
    2025-05-24
  • How to display its border when td is empty

    How to display its border when td is empty

    I have summarized how to use css to achieve the border light and dark effect of table border + bordercolordark + bordercolorlight. Then a netizen asked me why he wrote a similar css style, but he can only see it normally under Opera.
    2025-05-24
  • html5 canvas drawing tutorial case analysis

    html5 canvas drawing tutorial case analysis

    Comment: Canvas means canvas. Although everyone calls Canvas a new tag for html5, it seems that Canvas belongs to the new knowledge of the html language, in fact, Canvas drawing is made through javascript. So, if you want to learn Canvas drawing, you must
    2025-05-24
  • Method of replacing mobile phone number with replace() in javascript regular expression

    Method of replacing mobile phone number with replace() in javascript regular expression

    This article describes the method of using replace() to replace mobile phone number in JavaScript regular expression. Share it for your reference. The specific implementation method is as follows: Copy the code code as follows:<html><head><title> JavaScri
    2025-05-24
  • How to implement scrolling text description when hovering on a picture with js

    How to implement scrolling text description when hovering on a picture with js

    This article describes the method of scrolling text description when js hovering on a picture. Share it for your reference. The specific implementation method is as follows: Copy the code code as follows:<html><title> JS implements scrolling text descript
    2025-05-24
  • Methods to detect browser support for HTML5 and CSS3

    Methods to detect browser support for HTML5 and CSS3

    HTML5, CSS3 and other related technologies such as Canvas, WebSocket, etc. have brought Web application development to a new level. This technology can develop the effects of desktop applications by combining HTML, CSS and JavaScript. Although HTML5 promi
    2025-05-24
  • Parameters that make iframe transparent

    Parameters that make iframe transparent

    <iframe src=./ads_top_tian.html allowtransparency=true style=background-color=transparent title=test frameborder=0 width
    2025-05-24
  • JavaScript method to remove duplicate elements in an array

    JavaScript method to remove duplicate elements in an array

    This article describes the JavaScript method to remove duplicate elements in an array. Share it for your reference. The specific analysis is as follows: This JS code is used to remove duplicate elements from the array, such as: ['apple', 'oran
    2025-05-24
  • Explain the alternative usage of && and || in javascript

    Explain the alternative usage of && and || in javascript

    I started to study Titanium again and found that its official MVC framework (Alloy) was quite good. At first, I was struggling to learn without good code and there was little documentation, so I didn't study it in detail. Later I found that the offici
    2025-05-24
  • Two ways to disable form controls in HTML readonly and disabled

    Two ways to disable form controls in HTML readonly and disabled

    Sometimes we hope that the controls on the form are not modified. For example, in a web page that changes password, the text box that displays the user name should be unmodified. Let me share with you two ways to disable the controls in the table. During
    2025-05-24
  • Implementation method for adding stop button action to audio tags in html5

    Implementation method for adding stop button action to audio tags in html5

    Comment: In the audio tag in html 5, there is only a pause button, but no stop button, so it is not troublesome to add it. Next, I will introduce the implementation method. Friends in need can refer to the audio tag in html 5. There is only a pause button
    2025-05-24
  • Extjs pagination example using jsp to pass data

    Extjs pagination example using jsp to pass data

    Ext.onReady(function() {store3 = new Ext.data.JsonStore({autoDestroy: true,totalProperty : 'totle',url: 'service.do',sto
    2025-05-24