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
  • Several important files that every website must have

    Several important files that every website must have

    No matter what content management system or Web application framework you use to develop your Web site, there are some basic elements that should be covered. It's great to provide a polished user interface and rich content, but until then, the first p
    2025-01-07
  • JavaScript specials

    JavaScript specials

    This chapter briefly recaps the features of JavaScript that we’ve learned by now
    2025-01-07
  • Adjust php-fpm parameters to improve performance

    Adjust php-fpm parameters to improve performance

    Adjust php-fpm parameters to improve performance. When installing php, careful readers can find that we also installed the php-fpm module. The fpm module is responsible for processing the request process. The related operations of fpm will directly affect
    2025-01-07
  • 12 mistakes you should pay attention to when building a website

    12 mistakes you should pay attention to when building a website

    How to build a website to be successful? 1. Make a website that creates value for customers. 2. Seize the key points and features. Pay attention to details and win with details. 3. Pay attention to details and win with details. 4. Focus on profits and ign
    2025-01-07
  • Debugging in the browser

    Debugging in the browser

    Debugging is the process of finding and fixing errors within a script. All modern browsers and most other environments support debugging tools – a special UI in developer tools that makes debugging much easier. It also allows to trace the code step by ste
    2025-01-07
  • CSS Compatibility (IE and Firefox) Tips

    CSS Compatibility (IE and Firefox) Tips

    The compatibility of CSS with browsers sometimes gives people a headache. Perhaps when you understand the techniques and principles, it will not be difficult. I have collected the compatibility tips for IE7, 6 and Fireofx from the Internet and sorted them
    2025-01-07
  • Add music and images to Windows Live Spaces

    Add music and images to Windows Live Spaces

    ​When you add Microsoft Windows Media Player PowerToy to your Windows Live Spaces shared space, visitors can hear the music and see your Windows Live Spaces shared space images.
    2025-01-07
  • Tutorial on using CSS3 property box-shadow
  • Solve the differences between IE6.0, IE5.0 and IE5.5

    Solve the differences between IE6.0, IE5.0 and IE5.5

    When you develop web pages according to standards, you will find many differences between different versions of IE! These differences are sometimes not very obvious. Basically, IE5.6 is closer to IE6. What is noteworthy about IE5.0 is that the Chinese cha
    2025-01-07
  • Use CSS to implement image rounding processing

    Use CSS to implement image rounding processing

    The main change is the positioning of the background image, but this time it is a little different from the one in Chapter 2. This time you need to take into account the changes in the two rounded corners below.
    2025-01-06
  • Share little-known personalization tags in HTML

    Share little-known personalization tags in HTML

    We know that HTML is a simple markup language. Some basic knowledge has been said and almost everything that needs to be said has been said. No one pays attention to what is new about HTML. In fact, Otherwise, maybe we are only familiar with the very comm
    2025-01-06
  • CSS modularization and multi-person division of labor and collaboration

    CSS modularization and multi-person division of labor and collaboration

    My thoughts on CSS framework and CSS modules have always been vague, and I am completely following the trend. The problems I encountered at work recently forced me to pay attention to this issue. I am used to one person doing everything, planning-designin
    2025-01-06
  • IE firefox hack set

    IE firefox hack set

    2. Use conditional comment statements:<!–[if IE]> This content is only visible to IE<![endif]–>
    2025-01-06
  • Coding Style

    Coding Style

    Our code must be as clean and easy to read as possible.That is actually the art of programming – to take a complex task and code it in a way that is both correct and human-readable. A good code style greatly assists in that.
    2025-01-06
  • Reference: Several points to grasp during the website creation process

    Reference: Several points to grasp during the website creation process

    The most important thing about a website is the title. The title is like a street sign. People rely on it to guide people around your website. Whether people can immediately notice the title in their first impression, the title should be clear and descrip
    2025-01-06