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
  • 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
  • jQuery 1.4 new features and changes (Part 1)

    jQuery 1.4 new features and changes (Part 1)

    To celebrate jQuery's fourth anniversary, the jQuery official team officially released jQuery 1.4. In this version, the jQuery official team has done a lot of coding, testing and documentation work. It has naturally improved a lot compared to the prev
    2025-01-08
  • 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