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
  • The most commonly used HTML escape character Escape Sequence

    The most commonly used HTML escape character Escape Sequence

    <,>, & etc. have special meanings (<,>, used for link signatures, & for escape), and cannot be used directly. These symbols are not displayed in the web page we finally see, so what if we want these symbols to be displayed on the web p
    2025-05-02
  • Detailed explanation of JavaScript functions

    Detailed explanation of JavaScript functions

    Introduction In many traditional languages ​​(C/C++/Java/C#, etc.), functions exist as second-class citizens. You can only declare a function with the keywords of the language and call it. If you need to pass the function as a parameter to another functio
    2025-05-02
  • HTML5+JS implements Tetris principle and specific steps

    HTML5+JS implements Tetris principle and specific steps

    Comment: Tetris has 7 parts, and the number and position of the rectangle occupied by each part is different, so create a component class, and then create an array to store 7 parts. Each component contains the number and position of the rectangle occupied
    2025-05-02
  • JavaScript uses regular expression to detect IP address

    JavaScript uses regular expression to detect IP address

    Regular expression: ((2[0-4]/d|25[0-5]|[01]/d/d)/.){3}(2[0-4]/d|25[0-5]|[01]/d/d)((2[0-4]/d|25[0-5]|[01]/d/d)/.){3}(2[0-4]/d|25[0-5]|[
    2025-05-02
  • How to use javascript correctly for our program development

    How to use javascript correctly for our program development

    Today I found a question on github about how to correctly use javascript for our program development. I shamelessly came up with an original... It's a scam. Let's share it with you. A mostly reasonable approach to Javascript.
    2025-05-02
  • JavaScript DOM Programming Art Reading Notes: JavaScript Syntax

    JavaScript DOM Programming Art Reading Notes: JavaScript Syntax

    Comment single line comments: //multi-line comments: /* */" <!--"可以用作单行注释,由于和HTML的"<!-- --> "Multi-line comments are similar and easy to confuse, so it is not recommended to use this annotation method. In JavaScript language, the names of variab
    2025-05-02
  • About HTML5 support on mobile devices

    About HTML5 support on mobile devices

    Article introduction of Wulin.com (www.vevb.com): .HTML5 mobile browser support. The author of the well-known HTML5 framework BOILERPLATE (actually a complete set of front-end implementation and optimization solutions) has built a page on github about the
    2025-05-02
  • Native javascript get element style

    Native javascript get element style

    Abstract: During the development process, we often encounter the style of DOM elements through js. There are many methods, such as: change the class of DOM elements. Now we discuss native js to get the CSS style of the DOM element. Note that the acquisiti
    2025-05-02
  • Sharing of shell scripts to fix bash vulnerabilities

    Sharing of shell scripts to fix bash vulnerabilities

    Searching information online, I found a shell script written by a master. I thought it was very good, so I dragged it to my blog to share it with everyone. Script content: Copy the code as follows: #/bin/bash#Author Alex Fang. Updates may apply soon.cle
    2025-05-02
  • Simple comparison of meta tags in html

    Simple comparison of meta tags in html

    Meta tags are used to define file information and explain web files to facilitate search engines to find. Placed on<head></head> Set keywords between:<meta name=keywords content="value"> Multiple keyword contents can be used to separate settings descripti
    2025-05-02
  • JavaScript-RegExp object can only be used once problem-solving method

    JavaScript-RegExp object can only be used once problem-solving method

    The following code is a test that recognizes the year, month and day from the string. You can see that the created rYMD RegExp object was executed once and then again. var DateStr = "2014-9-8"; var rYMD = new RegExp("(//d{4}|//d{2})
    2025-05-02
  • Is node.js suitable for game background development?

    Is node.js suitable for game background development?

    How are website servers and game servers connected together? 1. There are many types of games, let’s take a look at MMORPG first. No matter how simple the RPG server is, it is inevitable to deal with multi-person interactions. In the same scenario, hundre
    2025-05-02
  • A simple encapsulation library for node crawling Weibo data nodeweibo usage guide

    A simple encapsulation library for node crawling Weibo data nodeweibo usage guide

    1. Preface In December last year, I had an idea to use node to crawl the data on Weibo, so I simply encapsulate a nodeweibo library. After a year, there was no maintenance, and the function form was changed to a configuration file in the middle. Some othe
    2025-05-02
  • 2 ways to implement editable drop-down boxes

    2 ways to implement editable drop-down boxes

    Editable drop-down box - HTML copy code code as follows:<div style="position:relative;">
    2025-05-02
  • HTML5 MiranaVideo Player (code open source)

    HTML5 MiranaVideo Player (code open source)

    Comment: HTML5 MiranaVideo player, based on yui code is relatively large. [HTML5]---[MiranaVideo Player] Please use the new version of firefox or chrome and other browsers that support video format to open multiple video loading, and browse the picture: M
    2025-05-02