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
  • Ubuntu installation php graphic tutorial

    Ubuntu installation php graphic tutorial

    In this section of the Ubuntu installation php graphic tutorial, we teach you how to install php and configure php 1. Installing phpphp actually contains two parts: php and php-fpm. If you only execute apt-getinstallphp, apache will be installed by defaul
    2024-11-14
  • Ubuntu installation nginx graphic tutorial

    Ubuntu installation nginx graphic tutorial

    Ubuntu installation nginx graphic tutorial First log in to the server. Generally, the Linux server will give you the IP address, port number and user name and password information. We can log in remotely through SSH and other tools. After successful login
    2024-11-14
  • Set up LNMP environment

    Set up LNMP environment

    Building an LNMP environment. The system environment of the website server is mainly Linux and Windows. Since Linux is more secure than Windows, not to mention Dotcpp is a place to cultivate professional talents, so our tutorial abandons Windows and uses
    2024-11-14
  • Specific selection of cloud servers

    Specific selection of cloud servers

    Specific Selection of Cloud Servers Let’s talk about servers in detail below. Regarding cloud servers, you should mainly consider how big your business volume is (determine how much configuration is required) and which operating system you are familiar wi
    2024-11-14
  • Domain name and host selection

    Domain name and host selection

    Selection of domain name and host If you want to seriously start a website, then registering and renting a host server can be said to be the necessary first step. The URL we visit is the domain name, and the place where the source code of the program web
    2024-11-14
  • Web website building and management tutorial

    Web website building and management tutorial

    Web website construction and management tutorial As early as twenty or thirty years ago, giant companies such as Sohu, Sina, NetEase, and Yahoo started as portal websites. At that time, websites were the future trend, and becoming a webmaster was a requir
    2024-11-14
  • 3D transformation form in CSS3

    3D transformation form in CSS3

    3D conversion form in CSS3 CSS3D conversion In CSS, in addition to 2D conversion of elements on the page, you can also perform 3D conversion of object elements (think of the page as a three-dimensional space to move and rotate elements on the page , zoom
    2024-11-14
  • CSS transition effect (transition)

    CSS transition effect (transition)

    CSS transition effect (transition) Usually when the CSS property value changes, the browser will immediately update the corresponding style. For example, when the mouse hovers over the element, the style defined through the :hover selector will be immedia
    2024-11-14
  • CSS animation

    CSS animation

    CSS animation (animation) We know from previous studies that simple transition animation can be achieved using the transition attribute, but the transition animation can only specify the start and end states. The entire process is controlled by a specific
    2024-11-14
  • CSS3 multi-column layout (Multi-column)

    CSS3 multi-column layout (Multi-column)

    CSS3 multi-column layout (Multi-column) Multi-column layout (Multi-column) multi-column layout is to design text content into a multi-column layout like a newspaper. In other words, the waterfall flow that we could achieve through js or JQuery before can
    2024-11-14
  • CSS filter

    CSS filter

    CSS filter (filter) When talking about filters, the first thing that everyone may think of is drawing software such as PhotoShop. Images can be beautified through the filters of such software. In CSS, we can achieve many filter effects without using any s
    2024-11-14
  • CSS flexible layout/flexible box (flex layout)

    CSS flexible layout/flexible box (flex layout)

    CSS flexible layout/flexible box (flex layout) flex is the abbreviation of flexiblebox, translated as "flexible layout", and is used to provide maximum flexibility for the box model. Any container can be designated as flex layout, just set &quot
    2024-11-14
  • CSS adjusts element size (resize)

    CSS adjusts element size (resize)

    CSS adjusts the size of elements (resize) The resize attribute is a property in CSS3UI that allows users to adjust the size of elements. The resize attribute is a property in CSS3UI that allows users to resize elements. resize: none|both|horiz……
    2024-11-14
  • CSS responsive layout (adaptive layout)

    CSS responsive layout (adaptive layout)

    CSS responsive layout (adaptive layout) What is responsive layout? Responsive layout means that the same page has different layouts on different screen sizes. Today, when the mobile Internet is highly developed, the web pages we develop on desktop browser
    2024-11-14
  • HTML syntax specification

    HTML syntax specification

    HTML syntax specifications What are HTML syntax specifications? In fact, it is very easy to understand. It is a computer term, which means that the grammatical form of Html language must comply with the standard. HTML is called Hypertext Markup Language a
    2024-11-12