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
  • Solution to textarea cannot limit word count through maxlength attribute

    Solution to textarea cannot limit word count through maxlength attribute

    Textarea is called text field, also known as text area, which is a multi-line text input control with scroll bars, which is often used in web page submission forms. Unlike a single-line text box text control, it cannot limit the number of words through th
    2025-05-10
  • Example of usage of document object images collection in html DOM

    Example of usage of document object images collection in html DOM

    This article describes the usage of the document object images collection in the DOM of html. Share it for your reference. The specific analysis is as follows: The images collection can return references to all Image objects in the document. Syntax: Copy
    2025-05-10
  • Javascript encapsulates DOMContentLoaded event instance

    Javascript encapsulates DOMContentLoaded event instance

    Recently I am writing a Javascript framework. I just encapsulated the DOMContentLoaded event, and I was a little excited. I took notes on the principles and compatibility issues encountered during the development process, so as to avoid forgetting everywh
    2025-05-10
  • javascript event processing example sharing

    javascript event processing example sharing

    Less nonsense, just give me the example code: Copy the code as follows: <script type="text/javascript">function EventUtil() {var _self = this;///添加事件var addEvent = (func
    2025-05-10
  • The font selection problem of copyright symbols in Html (how to make copyright symbols more beautiful)

    The font selection problem of copyright symbols in Html (how to make copyright symbols more beautiful)

    1. Discover the problem © is the copyright symbol in html, but the incorrect font selection will cause some problems. If it is Songyi, this symbol displays a very strange symbol. 2. Copy the code if you solve the problem
    2025-05-10
  • The HTML 5 draft has not become the official standard

    The HTML 5 draft has not become the official standard

    I saw it yesterday in W3C that a new HTML5 draft (Working Draft) was released on June 10. I read the new version documentation it provides and took a little note: The HTML5 draft has not become a formal standard quote: Publication as a Working Draf
    2025-05-10
  • A great node.js reading notes on node

    A great node.js reading notes on node

    This week, the project was done scattered (it should be said that it has always been like this). The summary should be double-opened based on different situations~ This article records the learning summary about node, and the next article is the knowledge
    2025-05-10
  • IE6's bug and repair strategy to prevent problems before they happen

    IE6's bug and repair strategy to prevent problems before they happen

    Original text: Ultimate IE6 Cheatsheet: How To Fix 25+ Internet Explorer 6 Bugs Translation: http://www.vfresh.org/w3c/727 (the translation supplements the original text) Discussing the BU of IE6
    2025-05-10
  • Detailed introduction to the use of block comments in html

    Detailed introduction to the use of block comments in html

    Normal comments in html:<!--XXXXXXXX--> , the XXXXXXXXX here is the block comment css in the html <!--[if IE]>….<![endif]--> (<!--[if !IE]> ||
    2025-05-09
  • HTML5 timer example

    HTML5 timer example

    Comment: After hearing the timer, you may think that it can only be implemented in js. In fact, this idea can still be valid if you don’t know that there is html5. Here is a description of how the timer is implemented in html5. Interested friends should n
    2025-05-09
  • 10 Tips for Optimizing the Running Speed ​​of Node.js Web Applications

    10 Tips for Optimizing the Running Speed ​​of Node.js Web Applications

    Node.js has benefited from its event-driven and asynchronous features, and has been very soon. However, it is not possible to be fast in modern networks. If you plan to use Node.js to develop your next web application, then you should do everything to mak
    2025-05-09
  • How to get JavaScript and other resources to download concurrently

    How to get JavaScript and other resources to download concurrently

    In IE6/7, JavaScript will hinder the page rendering from two aspects: the web page resources under the script tag will stop requesting and downloading before script is loaded. The html element under the script tag will stop rendering before the script is
    2025-05-09
  • Three ways to implement button accept carriage return event

    Three ways to implement button accept carriage return event

    Method 1: Copy the code as follows:<script type="text/javascript" event="onkeydown" for="document"> if(event.keyCode==13) { var button=docum
    2025-05-09
  • Director.js implements front-end routing usage example

    Director.js implements front-end routing usage example

    I have done back-end development, especially when I have used Django or express, I should be familiar with the routing functions on the server side. Wordpress, a popular blog system in foreign countries, is also a very classic routing implementation case.
    2025-05-09
  • Free tools to verify that HTML, CSS, and RSS feeds are correct

    Free tools to verify that HTML, CSS, and RSS feeds are correct

    One trick to deal with such errors is to first verify your tags and stylesheets. Fortunately, there are many free tools to verify that your HTML, CSS, and RSS feeds are correct. Nothing is more annoying than this: a webpage was created and decorated, thin
    2025-05-09