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
  • New HTML5 forms that are worth paying attention to

    New HTML5 forms that are worth paying attention to

    HTML5 forms new features: After waiting for 12 years, we have ushered in the main revision of HTML5. Although this version is still in beta and there is no official launch date announced, HTML5 web designers and programmers have already begun to pay atten
    2025-03-27
  • 7 classic tutorials for HTML5 that you can easily master

    7 classic tutorials for HTML5 that you can easily master

    7 books to help you learn easily: HTML5 is the next generation of HTML. HTML5 introduces a variety of new elements, both for content structure and media. You can find many websites about HTML5 information, including introductions, tutorials, and usage tip
    2025-03-27
  • Twenty-two HTML5 tips (I)

    Twenty-two HTML5 tips (I)

    HTML5 Tips 1: The speed of technology development today is amazing. If you are not careful, you may not be able to keep up with it. The development of the new generation of HTML-HTML5 continues to bring us new surprises. We will introduce some HTML techni
    2025-03-27
  • Debug javascript with console.table()

    Debug javascript with console.table()

    Use CONSOLE.LOG() to display the array Imagine that you construct the following array var languages ​​= [{ name: "JavaScript", fileExtension: ".js" },{ name: "TypeScript", fileExt
    2025-03-27
  • Detailed explanation of JS cross-domain problem

    Detailed explanation of JS cross-domain problem

    JavaScript is a front-end dynamic scripting technology that is often used in web development. In JavaScript, there is a very important security limitation called "Same-Origin Policy". This strategy does a lot of work for page content that JavaSc
    2025-03-27
  • HTML5 page architecture (HTML5 Boilerplates)

    HTML5 page architecture (HTML5 Boilerplates)

    HTML5 architecture HTML5 architecture (HTML5 Boilerplates) Quickly establishing HTML5 documents for HTML5 documents is very easy to create. You only need to change the DOCTYPE declaration at the head of the document.<!DOCTYPEhtml> In this way, you have al
    2025-03-27
  • Using JS scripts under IE to enable browsers to support HTML5

    Using JS scripts under IE to enable browsers to support HTML5

    HTML5 has been released impatiently recently. Many people in the QQ group have begun to discuss this new thing. Currently, most browsers do not support HTML5 code. Today, let’s introduce a method to enable browsers to support HTML5. Since HTML5 has brough
    2025-03-27
  • Solution to stacking elements automatically generated by js and original elements on the page

    Solution to stacking elements automatically generated by js and original elements on the page

    Product attributes and product specifications are elements generated dynamically by js. The two text boxes of product extension information are the original elements. They are stacked. I thought it was caused by the unfixed div size of the element I gener
    2025-03-27
  • HTML5 canvas, a tutorial for beginners

    HTML5 canvas, a tutorial for beginners

    The HTML5 specification introduces many new features, one of the most exciting ones is the canvas element. HTML 5 canvas provides a way to draw graphics through JavaScript, which is simple to use but powerful. Each canvas element has a context (contex
    2025-03-26
  • js cannot get the width of the hidden div, but can only be displayed first and then obtained

    js cannot get the width of the hidden div, but can only be displayed first and then obtained

    var tipsWidth = $(".Loading").css("width").replace("px", "") //先获取 var windowWidth = $(window).width(); $(".Loading").cs
    2025-03-26
  • Use html5 code to play and pause music mp3, mav and other texts in web pages

    Use html5 code to play and pause music mp3, mav and other texts in web pages

    This introduces the specific operation method of playing and pausing music mp3, mav and other files on web pages through html5 code. In this way, for users, the online playable function can greatly improve the efficiency of the site and also bring a certa
    2025-03-26
  • Under IE, implement location.href to obtain the value of referer

    Under IE, implement location.href to obtain the value of referer

    Recently, the company's website needs to count the data from which pages users enter the registration page. Start by simply getting it on the server side $_SERVER['HTTP_REFERER'] (php). However, I found that many registered users do not have a
    2025-03-26
  • Performance test of anonymous and named functions in JavaScript

    Performance test of anonymous and named functions in JavaScript

    We often write callbacks through anonymous functions. Simply put, anonymous means a function without a name, is usually executed immediately. But how does it perform with named functions (functions with names)? We can compare it, we can find a computer th
    2025-03-26
  • Several aspects of JavaScript memory leaks

    Several aspects of JavaScript memory leaks

    Published on Google WebPerf (London WebPerf Group), August 26, 2014. Efficient JavaScript Web applications must be smooth and fast. Any application that interacts with users needs to consider how to ensure memory is used efficiently, because if consumed t
    2025-03-26
  • HTML creates a very affinity connection

    HTML creates a very affinity connection

    Users who do not or cannot use the guide device can use the shortcut key tab key to open the connection, and they must also have a logical tab order. Although HTML is linear, the tabindex property allows you to define the order of its shortcut keys, and t
    2025-03-26