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
  • HTML dl, dt, dd tag production table duel Table production table

    HTML dl, dt, dd tag production table duel Table production table

    In the past, many web designers liked to implement their web renderings into web pages with table layout, but this would encounter a more troublesome problem, which is that it would be quite difficult to debug and maintain in the later stage. Now, more an
    2025-05-29
  • How to correctly use Nodejs' c++ module to link to OpenSSL

    How to correctly use Nodejs' c++ module to link to OpenSSL

    The cause of the matter is this. For some reason, I have been writing Nodejs' c++ module recently and then called it on js. Network communication is naturally inseparable from ssl, so it is necessary to link to Openssl's library. Our original expe
    2025-05-29
  • Some discoveries and thoughts about iframes

    Some discoveries and thoughts about iframes

    This has to start with an unexpected discovery today. The company has several websites. There are links between each other and put them in friendly links. I just changed the link and wanted to check it. After using the webmaster tool, I found that I didn’
    2025-05-29
  • JavaScript also talks about memory optimization

    JavaScript also talks about memory optimization

    Compared with C/C++, the processing of JavaScript in memory in the JavaScript we use has made us pay more attention to the writing of business logic in development. However, with the continuous complexity of the business, the development of single-page ap
    2025-05-29
  • Introduction to HTML5 Video/Audio's example of playing local files

    Introduction to HTML5 Video/Audio's example of playing local files

    Comment: After getting the user's permission, we can still play local files. Insert an input node into the page and specify the type as file, and then set the url to the src value of audio or video. During this period, we often see developers asking t
    2025-05-29
  • js method to get element external link style

    js method to get element external link style

    This article example describes how to obtain the external link style of js. Share it for your reference. The specific analysis is as follows: Generally, set inline styles for elements, such as<div id="div1"></div> . To get its style, document.getElementBy
    2025-05-29
  • Javascript front-end UI framework Kit usage guide: kitjs event management

    Javascript front-end UI framework Kit usage guide: kitjs event management

    Starting from today's chapter, I will focus on introducing the content of KitJs' event management, and try to expose to you in simple language how the mainstream js framework implements its own independent event management function internally. (I)
    2025-05-29
  • Eight rules for valid web forms

    Eight rules for valid web forms

    If you are collecting information from your users, there is no simpler and more straightforward way than web forms. A well-designed form can provide valuable information, and instead, they have the potential to scare the user away. After clarifying this,
    2025-05-29
  • Instructions for using querystring.unescape method in node.js

    Instructions for using querystring.unescape method in node.js

    Method description: This method makes it possible to rewrite querystring.parse syntax: copy code code as follows: querystring.unescape receive parameters: passive code: copy code as follows:// a safe fast alternative to decodeUR
    2025-05-29
  • HTML optimization speeds up web pages

    HTML optimization speeds up web pages

    With obvious HTML, the key to reducing the download time of web pages is to try to reduce the file size. When multiple pages share some ingredient content, you can consider separating these common parts separately. For example: We can write scripts used b
    2025-05-29
  • Study Guide for Sails Framework

    Study Guide for Sails Framework

    Last week, I came into contact with the sails framework by building a CMS system and learned some of the concepts of ORM. This week, we started to go deep into the background data interaction and found that the data structure of the Twenty framework has b
    2025-05-29
  • Markup Language - Simplified Tags

    Markup Language - Simplified Tags

    Click here to return to the Wulin.com HTML tutorial column. Above: Markup Language - Let's talk about the original text of the list Chapter 9 Simplified Tags Previously, we kept mentioning that structured content can classify structure and design deta
    2025-05-29
  • Benefits and benefits of generating static HTML pages on the website

    Benefits and benefits of generating static HTML pages on the website

    1. The faster access speed. Normal dynamic pages will instantly read the data in the database and then display it to the visitors every time they access it. Reading the database is a job that consumes CPU and database program resources. When the number of
    2025-05-29
  • Method of returning values ​​to javascript pop-up page

    Method of returning values ​​to javascript pop-up page

    This article describes the method of javascript pop-up page to pass back values. Share it for your reference. The specific implementation method is as follows: a1.html copy code code is as follows:
    2025-05-29
  • Common usage examples of JS arrays

    Common usage examples of JS arrays

    This article describes the common usage of JS arrays. Share it for your reference. The specific method is as follows: Copy the code as follows:
    2025-05-29