Home>Web design tutorial> Experience and skills
All Dreamweaver tutorial Javascript tutorial HTML tutorial CSS tutorial Experience and skills DHTML tutorial Web effects WEB standardization
Experience and skills
  • What are static web pages and dynamic web pages?

    What are static web pages and dynamic web pages?

    Whether the program is running on the server side is an important sign. Programs, web pages, and components running on the server are dynamic web pages. They will return different web pages with different clients and at different times, such as ASP, PHP,
    2025-01-17
  • Intentional suggestions for improving website design

    Intentional suggestions for improving website design

    Research on Eye-Tracking is very popular in the field of network design, but how to transform these research results into concrete and feasible designs for operation is still difficult. Here are some tips from Eye-Tracking research that can provide some s
    2025-01-17
  • WordPress 2.8 Beta1 New Features Trial

    WordPress 2.8 Beta1 New Features Trial

    There is an Add New Themes in Apperarance, which allows users to directly search for themes in the official WordPress theme site in the background.
    2025-01-17
  • Add powerful Web 2.0 features to WordPress

    Add powerful Web 2.0 features to WordPress

    The recently discovered WordPress plug-in Lifestream can achieve a function similar to Friendfeed, displaying dynamic integrations from the many Web2.0 services you use into WordPress. Lifestream supports quite a few Web2.0 services by default
    2025-01-16
  • Add X-UA-Compatible meta to cope with IE8

    Add X-UA-Compatible meta to cope with IE8

    X-UA-Compatible is a new setting for ie8. It is not recognized by browsers other than ie8. This difference is the same as content=”IE=7″, regardless of whether the page contains<!DOCTYPE> instruction,
    2025-01-16
  • Regular expression restricts the text box to only input numbers

    Regular expression restricts the text box to only input numbers

    Many times we need to limit the type of input content in the text box when making forms. Below we use regular expressions to limit the text box to only input numbers, decimal points, English letters, Chinese characters and other codes.
    2025-01-16
  • Web page production: solve text wrapping in pre tags

    Web page production: solve text wrapping in pre tags

    it is known<pre> Tags define preformatted text, and a common application is to represent computer source code. Text enclosed in a pre element usually preserves spaces and newlines, but unfortunately, when you<pre> When writing code in a tag, if you do not
    2025-01-15
  • The correct way to write copyright information in web page production

    The correct way to write copyright information in web page production

    Copyright protection is provided as soon as the work (whether it is text or picture) comes out, and it is not necessary to declare it. However, as a general rule, this small line of text still serves to strengthen awareness and remind viewers that the con
    2025-01-15
  • IE cannot automatically select UTF-8 encoding solution

    IE cannot automatically select UTF-8 encoding solution

    When using IE as browser on Windows operating system. This problem often occurs: when browsing a webpage using UTF-8 encoding, the browser cannot automatically detect (that is, when the "automatic selection" encoding format is not set) the encod
    2025-01-15
  • Eight Web Developer Toolbar Tips

    Eight Web Developer Toolbar Tips

    Because the Web Developer Toolbar is too powerful, many useful functions may be accidentally ignored by users during use.
    2025-01-15
  • How to prevent advertising code from affecting website opening speed

    How to prevent advertising code from affecting website opening speed

    When doing some affiliate ads, due to the slow loading of affiliate ads, the display speed of the overall page will also become slower. If you add the following code, you can effectively solve this problem.
    2025-01-14
  • Five elements of perfect image processing in web design

    Five elements of perfect image processing in web design

    Computer-generated images with simple forms (such as logos, icons) are preferred in PNG format, while photos with rich colors must be JPEG. If there are few colors and no gradients, the GIF format should be used.
    2025-01-14
  • Design methods to effectively improve website conversion rate

    Design methods to effectively improve website conversion rate

    Use more pictures in website design to indirectly convey some information. Some pictures that have nothing to do with the product can also change the user's impression of the website and subconsciously affect the user's desire to consume.
    2025-01-13
  • Modify the number of articles on the WordPress article editing page

    Modify the number of articles on the WordPress article editing page

    WordPress allows us to batch edit article attributes, but only 15 items are displayed on each page. Sometimes, you may feel that it is not enough and want to add more.
    2025-01-13
  • Should web pages remove the dotted boxes around links?

    Should web pages remove the dotted boxes around links?

    Some websites focusing on CSS and XHTML, Web 2.0 and Web standards are discussing how to remove the dashed box (outline) around hyperlinks when the mouse is clicked, such as outline:none or outline:0.
    2025-01-13