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
  • What is Web Slices

    What is Web Slices

    IE8 new feature Web Slices (Web News) Microsoft released the official version of IE8 on March 20. The new feature Web Slices (Web News) is something that interests me very much. What is Web Slices? slice refers to a certain part, and Web slices are
    2025-05-06
  • NodeJS learning notes: Connect middleware application example

    NodeJS learning notes: Connect middleware application example

    1. Hello everyone at the beginning. Big Bear is here again. Yesterday, I didn’t write a blog because of something personal, so I came out again today. This article mainly writes a small application for notepad. In the previous article, I also introduced t
    2025-05-06
  • JavaScript uses break inner layer to jump out of outer layer loop analysis

    JavaScript uses break inner layer to jump out of outer layer loop analysis

    This article analyzes the use of JavaScript using break's inner layer to jump out of the outer layer. Share it for your reference. The specific analysis is as follows: Unlike php, break loops out of the break in JavaScript, and additional tags need to
    2025-05-06
  • Easily create nodejs server (10): handle POST requests

    Easily create nodejs server (10): handle POST requests

    So far, the server we made has no practical use, so we will start to implement some practical and useful functions. What we need to do is: the user selects a file, uploads the file, and then sees the uploaded file in the browser. First we need a textarea
    2025-05-06
  • A brief discussion on the types of JavaScript function functions

    A brief discussion on the types of JavaScript function functions

    This article mainly introduces ordinary functions, anonymous functions, and closure functions 1. Introduction to ordinary functions 1.1 The example copy code is as follows: function ShowName(name) {alert(name);}1.2 Overlay of functions with the same name
    2025-05-06
  • A brief analysis of the role of Node in building a hypermedia API

    A brief analysis of the role of Node in building a hypermedia API

    Whether it is hypermedia or hypertext, the transmission protocol used is HTTP, which means that hypermedia can be accepted by all browsers. We use MIME to describe the type of hypermedia. MIME is Multipurpose Internet Mail Extensions, a multipurpose Inter
    2025-05-06
  • Talk about how to identify html escape characters through code

    Talk about how to identify html escape characters through code

    Occasionally, you will see characters such as this in the data. The characteristics are as follows: Start with &#, with a string of numbers in the middle, with a string of characters in the middle, with a string of characters in the middle, with a str
    2025-05-06
  • JavaScript uses switch case to dynamically change hyperlink text and address

    JavaScript uses switch case to dynamically change hyperlink text and address

    The code is very simple, I won’t talk much nonsense here. Friends, please read the source code directly. The code copy is as follows:
    2025-05-06
  • Introduction to the example of simple web form production of html

    Introduction to the example of simple web form production of html

    <input>Used to collect user information, no conclusion.<type> input element type, input type attribute, type attribute value: text (text box), button (button), checkbox (checkbox), file (file), hidden (hidden field),
    2025-05-06
  • Summary of angular.element methods

    Summary of angular.element methods

    addClass() - Add the specified style class name for each matching element after() - Insert the specified content of the parameter after each element in the matching element collection, as its sibling node append() - Insert the parameter content attr() at
    2025-05-06
  • Detailed explanation of $apply() method in angularJS

    Detailed explanation of $apply() method in angularJS

    For me who is a pure novice in the front end, Javascript is still a little bit clear about it. If you want to get started with angular JS directly, there are really a lot of resistance. But I believe that as long as you work hard, even anti-human design w
    2025-05-06
  • HTML5 Canvas' text metrics

    HTML5 Canvas' text metrics

    Wulin.com (www.vevb.com) Article Introduction: To obtain the text measurement of HTML5 Canvas text, we can use the method of measuringText() canvas context. This method requires a text string and returns a metric object based on the provided text and assi
    2025-05-06
  • Three common ways to embed CSS in HTML documents

    Three common ways to embed CSS in HTML documents

    In HTML, the following three ways are commonly used to define CSS: Embedding, Linking, and Inline. 1. Embedding uses HTML style elements to define CSS styles in the document. Copy the code
    2025-05-06
  • Web Design TabIndex Elements

    Web Design TabIndex Elements

    TabIndex is to select the defined TabIndex elements in sequence to set the focus between each element. Anyone who has made or filled out the form will find that using the Tab key can get the focus of each input one by one. This thing can actually be modi
    2025-05-06
  • img usemap attribute China map link

    img usemap attribute China map link

    html's img tag: defines an image to be introduced in a web page. It also has an usemap attribute that is very interesting. Look at a map on the 51ditu homepage, and a map of China in the middle. Right-click to download it and see a normal picture. But
    2025-05-06