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
  • A brief discussion on the internal properties of javascript functions

    A brief discussion on the internal properties of javascript functions

    There are two special properties inside the function: arguments and this. arguments is an array object of class that contains all the parameters passed in, but this object also has a property called callee, which is a pointer to a function that owns the a
    2025-05-28
  • JS method to automatically increase and reduce web tables

    JS method to automatically increase and reduce web tables

    This article describes the method of JS to automatically increase and reduce web tables. Share it for your reference. The specific analysis is as follows: This is a personalized dynamic table effect code. The tables in the web page are automatically enlar
    2025-05-28
  • Introduction to operators == and == in JavaScript

    Introduction to operators == and == in JavaScript

    In JavaScript, the == and == operators can be used to determine whether the two values ​​are equal; the difference is that if the two values ​​that are judged are inconsistent, the === operator will directly return false, while the == operator will make a
    2025-05-28
  • The causes and solutions for jitter problems caused by Html page height (CSS solution)

    The causes and solutions for jitter problems caused by Html page height (CSS solution)

    Today a customer asked me about the phenomenon of jittering when the page is switched to the navigation. I carefully judged that the problem is that the page height causes the page to jitter. In fact, the fundamental reason is whether the scroll bar is di
    2025-05-28
  • Html/Css (the first must-read guide for beginners)

    Html/Css (the first must-read guide for beginners)

    1. Understand the meaning of web standards--Why use web standards*** to separate content from styles 1. Web standards are a series of standards, that is, a series of technical standards when used, which are combined applications [1], structured content xh
    2025-05-28
  • HTML web page image tag <IMG> Learning Tutorial

    HTML web page image tag <IMG> Learning Tutorial

    Insert image tags<img> The colorful web pages I saw today are all because of the effects of images. Think about it, the web pages on the Internet are all plain text, which is very boring, and you will know the importance of images in web design. Images ca
    2025-05-28
  • AngularJS form editing and submission function example

    AngularJS form editing and submission function example

    After studying the high-end AngularJS, I decided to try its form editing and submission function. It is said that it is not a little better than JQuery. Curious, give it a try. . . . . It took a long time to do it, damn. . . Depend on. . Depend on. . Depe
    2025-05-28
  • W3C recommended mobile web markup language XHTML Basic 1.1

    W3C recommended mobile web markup language XHTML Basic 1.1

    W3C recently released two standards, namely XHTML Basic1.1 and Mobile Web Best Practice 1.0. Both standards are for mobile Web, with XHTML Basic 1.1 being the W3C recommended mobile Web markup language. XHTML Basic 1.1
    2025-05-28
  • Introduction to JavaScript Design Patterns Single-piece Pattern

    Introduction to JavaScript Design Patterns Single-piece Pattern

    Single-piece mode description 1. Description: Single-piece mode is an object that has been instantiated in static access. This object can only be accessed through a unique entry, an object that has been instanced or to be instantiated; in server-side dyna
    2025-05-28
  • Comparison and use examples of call and apply functions in Javascript

    Comparison and use examples of call and apply functions in Javascript

    Call and apply functions are rarely used in some simple Javascript operations. In other large operations, such as web application development, these two functions may be encountered frequently in js framework development. There is also a lot of informatio
    2025-05-28
  • HTML: The building's cornerstone

    HTML: The building's cornerstone

    In the eyes of many people, html should be the simplest language of all web-making languages, because it does not require compilation, enclosure, etc., and even just a notepad to make it rendered in the browser. So we have also seen many people say that h
    2025-05-28
  • Web page production tips: Align form checkbox and radio text

    Web page production tips: Align form checkbox and radio text

    Wulin.com (www.vevb.com) article introduction: Form element input and text perfect vertical centering alignment method. For example, alignment problem with type=radio and type=checkbox, test browser: ie7+/firefox8.0 principle: make the first in font-famil
    2025-05-28
  • Detailed explanation of the list of Javascript data structures and algorithms

    Detailed explanation of the list of Javascript data structures and algorithms

    Preface: In daily life, people often use lists. For example, when we sometimes go shopping, we have to buy all the things we want to buy before we go, and this is the list of the things we need to use. Or when we were in school when we were young, after e
    2025-05-28
  • Easily create nodejs server (1): A simple nodejs server example

    Easily create nodejs server (1): A simple nodejs server example

    Let's first implement a simple example, hello world. It seems that the first section of the tutorial for each language will talk about this, and we are no exception. First, we create a project directory, which can be defined by ourselves, and the dire
    2025-05-28
  • Menu explanation of IE8 developer tools (2)

    Menu explanation of IE8 developer tools (2)

    Original text: http://www.cnblogs.com/justinyoung/archive/2009/04/03/kaifarenyuangongju2.html In the previous article, we explained in detail the use of ie8 developers tools (detailed explanation of menus at all levels).
    2025-05-28