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
  • HTML5 offline cache can be deployed under tomcat to realize offline browsing of pictures, flash and other images

    HTML5 offline cache can be deployed under tomcat to realize offline browsing of pictures, flash and other images

    Comment: Open a web page, and after loading, if the network is suddenly disconnected, then the page will disappear after you refresh. How can you prevent this situation from happening? The emergence of html5 made us suddenly enlightened. Next, we will exp
    2025-05-14
  • Introduction to the numerical range in JavaScript

    Introduction to the numerical range in JavaScript

    All numbers in JavaScript, whether integers or decimals, are of type Number. Inside the program, the essence of the Number type is a 64-bit floating point number, which is consistent with the floating point number of the double type in Java; therefore, al
    2025-05-14
  • ie6 Distortion Problem

    ie6 Distortion Problem

    question:<form...> The following<input type=hidden name=sortBy id=sortBy value=${sortBy}> The code for occupying a physical position is as follows:
    2025-05-14
  • Function objects and properties in basic Javascript tutorial

    Function objects and properties in basic Javascript tutorial

    The data contained in an object can be accessed in two ways by the property and method attributes of the property are variables affiliated with a specific object, and the method is a function that can only be dispatched by a specific object. Objects are d
    2025-05-14
  • Complete example of donation management implemented by js

    Complete example of donation management implemented by js

    This article describes the complete implementation method of js donation management. Share it for your reference. The specific implementation method is as follows: the index.html page is as follows: the copy code code is as follows:<!DOCTYPE html>
    2025-05-14
  • Detailed explanation of JavaScript data structure and algorithm stack

    Detailed explanation of JavaScript data structure and algorithm stack

    In the previous blog, I introduced the following list. List is the simplest structure, but if you want to deal with some more complex structures, the list looks too simple, so we need some data structure similar to the list but more complex - the stack. T
    2025-05-14
  • The Road to SilverLight: Why not choose SilverLight?

    The Road to SilverLight: Why not choose SilverLight?

    Since the end of 2010, there have been many voices about SilverLight's about to die. Then more and more facts have shown that Microsoft is indeed gradually giving up SilverLight. The fundamental reason is probably that it feels the pressure of HTML5,
    2025-05-14
  • HTML is something that web page makers must learn and master

    HTML is something that web page makers must learn and master

    What are the benefits of learning HTML language? 1: It is easy to modify the web structure of your website and blog. 2: It is very useful for SEO website optimization. 3: Take it as a matter of being a good idea. By saving the source code of other website
    2025-05-14
  • JS implements the method of adding borders to images by mouse suspension

    JS implements the method of adding borders to images by mouse suspension

    This article describes the method of using js to implement mouse suspension to add borders to images. Share it for your reference. The specific implementation method is as follows: html code:<div><a href=""><img src="images/11.jpg" /></a><a href="">
    2025-05-14
  • JavaScript DSL smooth interface (using chained calls) example

    JavaScript DSL smooth interface (using chained calls) example

    After carefully studying DSL for a while, I found several interesting things. The thing that JavaScript uses most is probably chain calls (method chains, namely Method Chaining). Interestingly, Martin Flower pointed out: Copy the code as follows: I've
    2025-05-14
  • JavaScript combined with Canvas to implement simple circular clock

    JavaScript combined with Canvas to implement simple circular clock

    I have learned the canvas element in html5 before, and in order to practice my hands, I realized a simple clock. The clock itself is not complicated and it is not beautified using pictures. However, although the sparrow is small, I will share it with you
    2025-05-14
  • 12 features that html5 is suitable for mobile application development

    12 features that html5 is suitable for mobile application development

    Comment: The emergence of html5 mobile development has shifted the competition of mobile platforms from system platforms to browsers: IE, Chrome, FireFox, Safari on mobile terminals, or new browsers, whoever can achieve better support for HTML5 on mobile
    2025-05-14
  • A brief discussion on javascript object model and function object

    A brief discussion on javascript object model and function object

    In JavaScript, the function is an object copy code as follows: <html><head><script type="text/javascript">function add(number){ alert(number+20); } var ad
    2025-05-14
  • JavaScript method to get the distance between elements from each side of the document

    JavaScript method to get the distance between elements from each side of the document

    This article describes the method of obtaining the distance between elements from each side of the document by JavaScript. Share it for your reference. The specific implementation method is as follows: Copy the code code as follows: function getDistance(o
    2025-05-14
  • Detailed explanation of modules in AngularJS

    Detailed explanation of modules in AngularJS

    Before talking about the module of angularjs, let’s first introduce some knowledge points of angular: AngularJS is a pure client technology and is completely written in Javascript. It uses conventional technologies of web development (HTML, CSS, Javascrip
    2025-05-14