220 Understanding Web Applications
The final content of a static web page is determined by the page designer
and doesn’t change when the page is requested. Here’s an example:
<html>
<head>
<title>Trio Motors Information Page</title>
</head>
<body>
<h1>About Trio Motors</h1>
<p>Trio Motors is a leading automobile manufacturer.</p>
</body>
</html>
Every line of the page’s HTML code is written by the designer before the
page is placed on the server. Because the HTML doesn’t change once it’s on
the server, this kind of page is called a static page.
When the web server receives a request for a static page, the server reads the
request, finds the page, and sends it to the requesting browser, as shown in
the following figure:
NO
TE
Strictly speaking, a “static” page may not be static at all. For example, a
rollover image or Flash content (a SWF file) can make a static page come
alive. However, this documentation refers to a page as static if it is sent to
the browser without modifications.
Web browser
<HTML>
<p>Hi
</HTML>
WEB SERVER
Static page
Request
Response
Step 1
- Web
browser requests
static page.
Step 2
-
Web server
finds page
Step 3
- Web
server sends page
to requesting
browser
Summary of Contents for DREAMWEAVER 8-GETTING STARTED WITH...
Page 1: ...Getting Started with Dreamweaver...
Page 8: ...8 Contents...
Page 10: ......
Page 46: ...46 Dreamweaver Basics...
Page 48: ......
Page 128: ...128 Tutorial Formatting Your Page with CSS...
Page 136: ...136 Tutorial Publishing Your Site...
Page 138: ......
Page 189: ...Add a Repeat Region XSLT object 189 3 Select Insert XSLT Objects Repeat Region...
Page 196: ...196 Tutorial Displaying XML Data...
Page 216: ......
Page 230: ...230 Understanding Web Applications...
Page 236: ...236 Installing a Web Server...
Page 254: ...254 Setup for Sample ColdFusion Site...
Page 268: ...268 Setup for Sample ASP NET Site...
Page 284: ...284 Setup for Sample ASP Site...
Page 300: ...300 Setup for Sample JSP Site...
Page 320: ...320 Setup for Sample PHP Site...