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
  • W3C Tutorial (15): W3C SMIL Activities

    W3C Tutorial (15): W3C SMIL Activities

    SMIL adds support for timing and media synchronization to the web. SMIL adds support for timing and media synchronization to the web. SMILSMIL (Synchronized Multimedia Integration Language)
    2025-05-30
  • Move the mouse to the picture to make the display larger instead of the magnifying glass effect

    Move the mouse to the picture to make the display larger instead of the magnifying glass effect

    ToopTip.js: Copy the code as follows: function getViewportHeight() { if (window.innerHeight!=window.undefined) return window.innerHeight
    2025-05-30
  • Tips for using HTML small tags

    Tips for using HTML small tags

    Phrase elements similar to those that not only improve the document structure, but also retain the expected visual style. But it is not very common in daily applications. The first impression is whether Taobao UED is neglecting this small issue? about<sma
    2025-05-30
  • NodeJS study notes MongoDB module

    NodeJS study notes MongoDB module

    1. The opening analysis is an extended knowledge chapter, because database operations will be used in the following article, so let’s talk about it today (Mongodb module). (1), Introduction MongoDB is a database based on distributed file storage. Written
    2025-05-30
  • Turn off IE Enable Image Toolbar

    Turn off IE Enable Image Toolbar

    I just tried it on IE6, and the toolbar will run out. Its option has a tick option to close the entire web page.<meta http-equiv=imagetoolbar content=no> To close the image toolbar for individual images, you can use
    2025-05-30
  • HTML5's custom attribute data-* detailed introduction and JS operation example

    HTML5's custom attribute data-* detailed introduction and JS operation example

    Comment: HTML5 has added a new feature to custom data attributes, that is, data-* custom attributes. In HTML5, we can use the prefix with data- to set the custom properties we need to store some data, of course, in advanced browsers, we can define and acc
    2025-05-30
  • HTML: Namespace and character encoding

    HTML: Namespace and character encoding

    During the process of project work, we often establish various specifications to facilitate better cooperation among teams and better complete projects; we often hear various protocols, such as the open xmpp protocol used by Google's im software gtalk
    2025-05-30
  • Based on zepto.js, Implement large image viewing component ImageView.js

    Based on zepto.js, Implement large image viewing component ImageView.js

    Call method: ImageView(index,imgData) --index parameter is the index value displayed by the default image, type number --imaData parameter is the image url array, type Array, type Array, zepto.js file ImageV should be introduced first before using it.
    2025-05-30
  • Introduction to class array objects in JavaScript

    Introduction to class array objects in JavaScript

    In JavaScript, an array is a special object whose property is called a positive integer, and its length property will change as the array members increase or decrease. At the same time, some methods used to perform array operations are inherited from the
    2025-05-30
  • Add favicon skills to the website to the small icon in front of the URL

    Add favicon skills to the website to the small icon in front of the URL

    The so-called favicon, which is the abbreviation of Favorites Icon, is the Chinese name that is the website avatar. As the name suggests, it allows the browser's favorites to distinguish different websites by icons in addition to displaying the corres
    2025-05-30
  • The difference between empty link href=&quot;#&quot; and href=&quot;javascript:void(0)&quot;

    The difference between empty link href=&quot;#&quot; and href=&quot;javascript:void(0)&quot;

    #Contains a location information. The default anchor is #top, that is, the upper end of the web page. javascript:void(0) only represents a dead link. This is why sometimes the page is long and the link is # but jumps to the top of the page. javascript:voi
    2025-05-30
  • Methods for modifying, adding and deleting class styles by js

    Methods for modifying, adding and deleting class styles by js

    This article describes how to modify, add and delete class styles by js. Share it for your reference. The specific analysis is as follows: The most common js front-end functions are implemented by modifying the className of the tag. The specific code is a
    2025-05-30
  • Steps to convert PSD renderings into HTML

    Steps to convert PSD renderings into HTML

    Generally speaking, the work completed by web design is actually: convert the psd renderings into html+CSS template pages. Generally, we will get the art psd, and different people will have different ways: 1. Open fireworks and export the picture to html.
    2025-05-30
  • JavaScript implements simple secondary linkage

    JavaScript implements simple secondary linkage

    Second-level linkages can be seen everywhere in general web pages, usually with addresses, such as clicking on Zhejiang Province, followed by Hangzhou City and Jiaxing City; clicking on Beijing Province, Chaoyang and Haidian, instead of Hangzhou and Jiaxi
    2025-05-30
  • Comparison of character processing performance between Node.js and PHP and Python

    Comparison of character processing performance between Node.js and PHP and Python

    Test cases are divided into functions and classes to read characters of a large string one by one. Test code Node.js function var fs = require("fs");var content = fs.readFileSync("page.html", { encoding: "
    2025-05-30