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
  • Analysis of the style and reasons of html writing of experienced people

    Analysis of the style and reasons of html writing of experienced people

    1. Navigation: The reason for unordered list to write navigation with the most commonly used unordered list for other label elements is obvious. It represents a column of links, which in itself has sufficient reason to choose the list label. But the defau
    2025-06-06
  • Deep understanding of JavaScript series (22): Detailed explanation of the five major principles of SOLID: Dependence inversion DIP

    Deep understanding of JavaScript series (22): Detailed explanation of the five major principles of SOLID: Dependence inversion DIP

    Preface In this chapter, we are going to explain the fifth chapter of the implementation of the five major principles of SOLID JavaScript language, which is the LSP (The Dependency Inversion Principle). Original English text: http://freshbrewedcode.co
    2025-06-06
  • How far is the opportunity for developers in HTML5?

    How far is the opportunity for developers in HTML5?

    Article introduction of Wulin.com (www.vevb.com): In addition to developers, all links of the domestic industrial chain have made far more promotions to HTML5 than those announced by the outside world. For example, content providers are preparing for the
    2025-06-06
  • zen coding for editplus instance code description

    zen coding for editplus instance code description

    For example, he enters: XML/HTML code div#page>(div#header>ul#nav>li*4>a)+(div#page>(h1>span)+p*2)+div#footer Generate the following page: XML/HTML code copy code
    2025-06-06
  • W3C Tutorial (10): W3C XQuery Activities

    W3C Tutorial (10): W3C XQuery Activities

    XQuery is a language used to extract data from an XML document. XQuery is a language used to extract data from an XML document. XML Tutorials For more information about XQuery, please read our XQuery tutorial. XQuery
    2025-06-06
  • JavaScript Serializer serialization time processing example

    JavaScript Serializer serialization time processing example

    After JavaScriptSerializer serializes the time, it will serialize the time into N-digit ghost data, so I checked the material and sat down to record the hypothesis list = News List<Text> (){new Text(){id=1,date='2014-03-11 00:00:0
    2025-06-06
  • Markup language - for

    Markup language - for

    Click here to return to the Wulin.com HTML tutorial column. If you want to browse the CSS tutorial, please click here. Above: Markup Language - Picture Replacement. Chapter 15 for<body> One of the benefits of setting content and display effects separately
    2025-06-06
  • W3C Tutorial (12): W3C Soap Activities

    W3C Tutorial (12): W3C Soap Activities

    Web Services is related to application-to-application communication. SOAP is an XML-based communication protocol between Web Services. Web Services are related to application-to-application communication. SOAP is XML-based
    2025-06-06
  • Summary of how js creates objects

    Summary of how js creates objects

    This article summarizes the way js creates objects. Share it for your reference. The specific details are as follows: Copy the code as follows: <script type="text/javascript">//1. 通过字面值来创建对象var obj = {hobby:'篮球',girlf:'美女'
    2025-06-06
  • html mouse css control

    html mouse css control

    Generally speaking, the mouse is displayed with an obliquely upward arrow, and when moved to the text, it becomes a header vertical line, and when moved to the hyperlink, it becomes a hand shape. However, using CSS can control the display effect of the mo
    2025-06-06
  • Instructions for using events.emitter.once method in node.js

    Instructions for using events.emitter.once method in node.js

    Method Description: Register a single listener for the specified event, so the listener will only fire once at most, and the listener will be immediately released after it is triggered. Syntax: Copy the code as follows: emitter.once(event, listener) Recei
    2025-06-06
  • HTML tutorial: Several common ways to use iframe tags

    HTML tutorial: Several common ways to use iframe tags

    The iframe tag can create an embedded frame in the web page, which calls the content of another web page document by specifying the src attribute. Like frameset, it is used to split the web structure to keep some parts of the web page public, but compared
    2025-06-06
  • js method to implement iframe cross-page call function

    js method to implement iframe cross-page call function

    This article describes the method of implementing iframe cross-page calling function by js. Share it for your reference. The specific implementation method is as follows: In the project, you will inevitably encounter such a problem that the page introduce
    2025-06-06
  • Registration form design rules

    Registration form design rules

    "Patterns for Sign Up & Ramp Up" was finished very early. The reason I wrote my reading notes today. After reading it carefully, I found that it is closer to community construction guidance that attracts registration and improves activity, a
    2025-06-06
  • Simple image seamless scrolling with Javascript

    Simple image seamless scrolling with Javascript

    The js seamless scrolling effect can be seen on almost any web page. Some may be plug-ins, but in fact, using original javascript is relatively simple. The main thing is to use js location knowledge. 1.innerHTML: Set or get the html tag of the element 2.s
    2025-06-06