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
  • Desktop floating flash implemented with hta

    Desktop floating flash implemented with hta

    Use window.createPopup() to successfully display a windowless flash on the desktop. Save the following code as qq.hta and double-click to run. Close the method, just close mshta.exe in the task manager. The code is as follows:
    2025-03-30
  • html5 worker example (2) picture transformation effect

    html5 worker example (2) picture transformation effect

    Comment: When executing the following example, you need to introduce the jquery package yourself and put the image you want to change on the img tag on the html page. The specific implementation steps are as follows. Interested friends can refer to it. I
    2025-03-29
  • Canvas for html5 - Draw simple rectangle and triangle example code

    Canvas for html5 - Draw simple rectangle and triangle example code

    Comment: There are two forms, one is stroke (fill) and the other is fill (stroke). The specific implementation code is as follows. Interested friends can refer to it. I hope it will be helpful to everyone. First, place a canvas element in the html page, w
    2025-03-29
  • Collection of player codes embedded in web pages that are commonly used online

    Collection of player codes embedded in web pages that are commonly used online

    The players we see on the web page are nothing more than WMP/RealOne/Macromedia Flash Player. The others are nothing more than different panels or other controls added. Some players installed on the computer are also integrated with encoding and decoder,
    2025-03-29
  • HTML 5 Web SQL Database Core Trident

    HTML 5 Web SQL Database Core Trident

    The Web SQL database API is not actually included in the HTML 5 specification. It is an independent specification that introduces a set of APIs that use SQL to operate client databases. Assuming you are a good web developer, there is no doubt that you are
    2025-03-29
  • Use arguments in JavaScript to obtain the instance of the function parameter transmission

    Use arguments in JavaScript to obtain the instance of the function parameter transmission

    JS and PHP are a bit different from function parameters. The number of PHP-shaped participants should match, while JS is much more flexible and can pass parameters at will. There will be no errors compared to the actual parameters with fewer or more forma
    2025-03-29
  • Implementing polymorphic adoption and inheritance in js

    Implementing polymorphic adoption and inheritance in js

    The implementation of polymorphism can adopt similar methods as inheritance. First, define an abstract class, in which some virtual methods are called. The virtual methods are not defined in the abstract class, but are implemented through its concrete imp
    2025-03-29
  • Javascript Objects Detailed explanation

    Javascript Objects Detailed explanation

    Create object objects directly var o = { foo : "bar" } Constructor var o = new Object(); Prototype inheritance var p = Object.create(o); Class inheritance Javascript objects have their own properties and inheritance properties. Inquiry
    2025-03-29
  • html5's canvas - graphic example code + effect diagram to draw arcs and rotate

    html5's canvas - graphic example code + effect diagram to draw arcs and rotate

    Comment: Before doing the rotation operation, you must understand a sentence: the coordinate system of the canvas is rotated rather than the figure itself. First, understand the coordinates of the circle: the center, the starting angle, the end angle; the
    2025-03-29
  • Super simple browser

    Super simple browser

    But those broken sites are so depressing... either pop-up ads or floating ads all over the screen... I was so angry... So I made a super simple browser and basically banned all JS in the page (the rules for disabling JS are not very good, and the ones in
    2025-03-29
  • The prompt object does not support abigimage attribute or method when running the web page

    The prompt object does not support abigimage attribute or method when running the web page

    I used a js plugin in a web page. The js file reference is not wrong, and the code is similar to the demo. However, the debugging tool of the runtime ie reported an error: Solution: jquery file conflicts, and I found that I had quoted a one I had
    2025-03-29
  • js delete usage (delete object properties and variables)

    js delete usage (delete object properties and variables)

    1. Object property delete function fun(){this.name = 'mm';}var obj = new fun();console.log(obj.name);//mmdelete obj.name;console.log(obj.n
    2025-03-29
  • The source code sharing of stone scissors and cloth game implemented by JavaScript

    The source code sharing of stone scissors and cloth game implemented by JavaScript

    This game mainly designs two points: first, the victory or defeat calculation. Since stone scissors are circular, kill scissors, kill scissors, kill cloth, kill stones, kill scissors. . . Find out the rules based on the above characteristics and write out
    2025-03-29
  • HTA implemented the silly wolf XSLT exerciser

    HTA implemented the silly wolf XSLT exerciser

    <HTML><HEAD><TITLE>Blind Wolf XSLT Practitioner_Wrong New Webmaster Station</TITLE><style> body { font-size:12; BACKGROUND:#DADADA; margin-left:20; } #blockXM
    2025-03-29
  • IE browser does not support getElementsByClassName solution

    IE browser does not support getElementsByClassName solution

    The getElementsByClassName method has been added in DOM3, but other versions other than IE9 and 10 are not supported, which is a pain! At present, this can be solved. It is determined whether the browser supports this method. If it is supported, it doesn’
    2025-03-29