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
  • Comprehensive analysis of basic knowledge of Bootstrap page layout

    Comprehensive analysis of basic knowledge of Bootstrap page layout

    As a front-end plug-in that supports responsive layout, Bootstrap does play an important role. Whether you browse the web on your phone, tablet or PC, you can achieve good results. All of this is brought to us by bootstrap! Today we will mainly talk about
    2025-08-27
  • Clever talk about JavaScript function expressions

    Clever talk about JavaScript function expressions

    There are two main methods for creating functions in JavaScript: function declarations and function expressions. Both methods have different applicable scenarios. This note mainly focuses on several major characteristics of function expressions and their
    2025-08-27
  • Tutorial on making web notifications using HTML5's Notification API

    Tutorial on making web notifications using HTML5's Notification API

    This article mainly introduces a tutorial on using the HTML5 Notification API to create web notifications. Examples include the relevant CSS and Javascript code you need to use. Friends who need it can refer to it. When using web version of Gmail, wheneve
    2025-08-27
  • Solve the problem of wx.onMenuShareTimeline

    Solve the problem of wx.onMenuShareTimeline

    Notes on using wx.onMenuShareTimeline During the development and testing process, I found that using wx.onMenuShareTimeline has no effect, and the pictures, titles and links I defined are not displayed. After debugging, I found the reasons as follows: 1.
    2025-08-27
  • Advanced JavaScript exercises and simple example analysis

    Advanced JavaScript exercises and simple example analysis

    When the user clicks the "Statistics" button, the character that appears the most frequently in the text box pops up in the window and displays the number of times it appears. When clicking the statistics button, the effect is shown in the figur
    2025-08-27
  • AngularJs unit-testing (unit test) detailed explanation

    AngularJs unit-testing (unit test) detailed explanation

    JavaScript is a dynamic type language, which gives her strong performance ability, but also makes the compiler almost impossible to provide any help to developers. For this reason, we feel that writing any javascript code must have a powerful and complete
    2025-08-27
  • Small examples of JavaScript functions getting event source

    Small examples of JavaScript functions getting event source

    The code copy is as follows:
    2025-08-27
  • Explanation of boolean boolean value usage learning and related techniques in JavaScript

    Explanation of boolean boolean value usage learning and related techniques in JavaScript

    The values of two basic boolean types in JavaScript: 1.true2.false Boolean value true represents "true", and false represents "false". Typical relational operators will return the results of a Boolean value. In addition, the numeric va
    2025-08-27
  • JavaScript numerical array sorting example sharing

    JavaScript numerical array sorting example sharing

    However, we will find a problem in use. The array sorting method here is not sorted by the number size we imagine, but changes the original data according to the string test results. This is not what we want. So how can we get what we want to sort accordi
    2025-08-27
  • Knockout combines Bootstrap to create dynamic UI to implement product list management

    Knockout combines Bootstrap to create dynamic UI to implement product list management

    This article combines Bootstrap to create a relatively complete application to manage product lists, including product addition, deletion, and modification. Required quotes
    2025-08-27
  • JavaScript determines the instance code of WeChat browser

    JavaScript determines the instance code of WeChat browser

    Let me first tell you about my project requirements: a user scans the QR code and will generate a link. The link will send a request to the backend and return the download address of an apk. The user can download this apk by clicking the download button.
    2025-08-26
  • How to use picture button as reset form button

    How to use picture button as reset form button

    Using some small pictures instead of these buttons is very simple to use pictures for submitting buttons, and I believe everyone can do it. So how to use the image button as the reset form button? Interested friends can see that when we make forms, we oft
    2025-08-26
  • JS implements beautiful time selection box effect

    JS implements beautiful time selection box effect

    This article describes the beautiful time selection box effect of JS. I will share it with you for your reference, as follows: HTML code section:<html><script language=javascript src="dataone.js"></script>
    2025-08-26
  • JS method to convert HTML escape characters

    JS method to convert HTML escape characters

    //Remove html tag function removeHtmlTab(tab) { return tab.replace(/<[^<>]+>/g,'');//Delete all HTML tags} //Convert ordinary characters to meaning-transforming html2Esc
    2025-08-26
  • Detailed explanation of the application of download attribute in HTML5

    Detailed explanation of the application of download attribute in HTML5

    This article mainly introduces the application of the download attribute in HTML5. The article compares the writing of download-related styles in the past HTML version to highlight the improved advantages in HTML5. Friends who need it can refer to the dow
    2025-08-26