What is a Dynamic Web Page?
The so-called dynamic webpage refers to a webpage programming technology as opposed to a static webpage. For static web pages, with the generation of html code, the content and display effect of the page will basically not change-unless you modify the page code. This is not the case for dynamic web pages. Although the page code has not changed, the displayed content can change with time, environment, or the results of database operations.
dynamic webpages
- The so-called dynamic webpage refers to a webpage programming technology as opposed to a static webpage. For static web pages, with the generation of html code, the content and display effect of the page will basically not change-unless you modify the page code. This is not the case for dynamic web pages. Although the page code has not changed, the displayed content can change with time, environment, or the results of database operations.
- It's worth emphasizing that don't confuse dynamic web pages with dynamic content. The dynamic webpages mentioned here are not directly related to the visual dynamic effects of various animations and scrolling subtitles on the webpages. The dynamic webpages can also be pure text content or content containing various animations. These are just webpage specific The expression form of the content, regardless of whether the webpage has dynamic effects, as long as it is used
- From the website s perspective, whether it s a dynamic page or a
- A brief summary is as follows:
- (1) Dynamic web pages generally start with
- A program (server-side script) running on a web (web) server is used to change the content of a web page on a different web page, or to adjust the sequence or reload a web page. The server responded to determine this situation by posting
- Client script changes the interface and behavior on a particular web page or responds to mouse or keyboard operations, or events at a specified time. In this case, dynamic behavior occurs when it occurs. Client-generated content in the user's local computer system [1-2]
- 1, PHP is Hypertext Preprocessor (
- asp.net is built on
- 1. First, the dynamic web page is not dominant in access speed. The dynamic web page first obtains the user's instructions, and then the web page takes the instructions to the database to find the data corresponding to the instructions, and then passes them to the server. The server compiles the dynamic pages into Standard HTML code is passed to the user's browser so that the user sees the web page. The problem comes out. Every time you visit a web page, you have to go through such a process. This process takes at least a few seconds. The more people you visit, the slower the page load speed, which is also a burden on the server. From the user's point of view, the webpage loads slowly and there is no response. Who will visit your website next time. [3]
- That is, the suffixes are .htm, .html, .shtml, and .xml. in
LAMP Dynamic web page LAMP
- Lamp ( L inux + Apache + My SQL + P HP), a set of open source software commonly used to build dynamic websites or servers, are all independent programs, but because they are often used together, they have more and more The higher the compatibility, the more they form a powerful web application platform. [1]
- With the rapid development of the open source trend, the open source LAMP has formed a tripartite trend with J2EE and .Net commercial software, and the software development projects have lower investment costs in software, so they have attracted the attention of the entire IT community. In terms of website traffic, more than 70% of the visit traffic is provided by LAMP, which is the most powerful website solution.
- LAMP is an open source web development platform based on ( Linux + Apache + MySQL + P HP). PHP is a programming language sometimes replaced by Perl or Python. The term comes from Europe, where these programs are often used as a standard development environment. The name comes from the first letter of each program. Each program is in accordance with open source standards in ownership: Linux is an open system; Apache is the most common web server; mySQL is a relational database with additional tools based on network management; PHP is a popular object scripting language that includes The excellent features of most other languages make its web development more effective. Developers using these tools in the Linux environment under the Windows operating system are called using WAMP, also known as WAMP architecture.
- This particular noun first appeared in 1998. At the time, Michael Kunze wrote an article for the German computer magazine c't on how free software became a substitute for commercial software. A combination of (Perl or Python) scripting languages (consisting of the first letters of the four technologies). Due to the well-known interest in abbreviations in the IT world, the term LAMP proposed by Kunze was quickly accepted by the market. O'Reilly and MySQL AB even popularized the term among English speakers. Then LAMP technology has become a real beacon for the open source software industry. In fact, it is just like an open source beacon guiding us forward!
WAMP Dynamic web page WAMP
- Apache + Mysql + Perl / PHP / Python under the Microsoft operating system (Windows series), a set of open source software commonly used to build dynamic websites or servers, are all independent programs, but because they are often used together With increasing compatibility, they together form a powerful web application platform. [1]
- [5]