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
  • Pure CSS image preloading

    Pure CSS image preloading

    There are many ways to implement image preloading, usually mostly using Javascript to keep things scrolling. Don't be constrained by Javascript preloading anymore, use CSS and you can preload your images without any hassle.
    2025-01-08
  • Loops: while and for

    Loops: while and for

    We often need to repeat actions.For example, outputting goods from a list one after another or just running the same code for each number from 1 to 10.
    2025-01-08
  • The Ultimate Tips for Improving Your Website Speed

    The Ultimate Tips for Improving Your Website Speed

    Website access speed can directly affect website traffic, and website visits are almost directly linked to the website's interests. Therefore, website speed has become a matter of great concern to enterprises and webmasters. Nowadays, there are more a
    2025-01-08
  • Top 10 reasons to learn and use web standards

    Top 10 reasons to learn and use web standards

    If you are a web developer or designer new to the concept of web standards and hesitant to take the time to learn them, here are some great reasons for you to learn them. For web professionals who are already using web standards, this list may come in han
    2025-01-08
  • The "switch" statement

    The "switch" statement

    A switch statement can replace multiple if checks.It gives a more descriptive way to compare a value with multiple variants.
    2025-01-08
  • CSS rounded corners - basic rounded corners

    CSS rounded corners - basic rounded corners

    In previous projects, a large number of rounded corner images were used, and all of these images were merged using CSS sprites. In order not to add more extra work, and also do not want to use JS to add more http requests, some simple CSS solution to solv
    2025-01-08
  • Special effect codes for various formats of time and date in web pages

    Special effect codes for various formats of time and date in web pages

    Time and date are displayed in various ways on computers and networks. When the computer is turned on, the time is displayed. Some web pages also display the time when the web page was opened and the current time. In fact, this is very simple to do, and y
    2025-01-08
  • Getting Started: The Differences between XHTML DHTML SHTML

    Getting Started: The Differences between XHTML DHTML SHTML

    HTML is a basic WEB web page design language. XHTML is a markup language based on XML. It looks somewhat similar to HTML, with only some small but important differences. XHTML is an XML that plays a role similar to HTML. So, in essence, XHTML is a transit
    2025-01-08
  • Functions

    Functions

    Quite often we need to perform a similar action in many places of the script.For example, we need to show a nice-looking message when a visitor logs in, logs out and maybe somewhere else.
    2025-01-08
  • Summary of web page production: iframe usage and precautions

    Summary of web page production: iframe usage and precautions

    The function of the iframe element is to embed a document within a document and create a floating frame. Many people don't quite understand how iframe is controlled, and they are basically still in a vague state of understanding.
    2025-01-08
  • CSS Sprites (CSS Sprite): To Do or Not to Do?

    CSS Sprites (CSS Sprite): To Do or Not to Do?

    CSS Sprite has been around for a while and has risen as a way to make your website faster. Steve Souders just presented SpriteMe! at Velocity '09 (discussion - why use a CSS Sprite Generator or other server-based tool when you can use canvas and toDat
    2025-01-08
  • Function expressions

    Function expressions

    In JavaScript, a function is not a “magical language structure”, but a special k
    2025-01-08
  • Tips to solve: The website cannot be accessed locally

    Tips to solve: The website cannot be accessed locally

    Solutions to solve the problem of 127.0.0.1 being inaccessible and 0x800A0046 not having permission: 'GetObject'
    2025-01-08
  • Arrow functions, the basics

    Arrow functions, the basics

    There’s another very simple and concise syntax for creating functions, that’s often better than Function Expressions.
    2025-01-08
  • Codes for nine special effects buttons in web page production

    Codes for nine special effects buttons in web page production

    Buttons are inevitably used in web page production. This article lists some commonly used button codes.
    2025-01-08