Static web page

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by ChuispastonBot (talk | contribs) at 11:57, 10 January 2012 (r2.7.1) (Robot: Adding cs:Statická webová stránka). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A static web page (sometimes called a flat page[1]) is a web page that is delivered to the user exactly as stored, in contrast to dynamic web pages which are generated by a web application.

Consequently a static web page displays the same information for all users, from all contexts, subject to modern capabilities of a web server to negotiate content-type or language of the document where such versions are available and the server is configured to do so.

Static web pages are often HTML documents stored as files in the file system and made available by the web server over HTTP. However, loose interpretations of the term could include web pages stored in a database, and could even include pages formatted using a template and served through an application server, as long as the page served is unchanging and presented essentially as stored.

Advantages and disadvantages

Advantages:-

  • No programming skills are required to create a static page.
  • Inherently publicly cacheable (ie. a cached copy can be shown to anyone).
  • No particular hosting requirements are necessary.
  • Can be viewed directly by a web browser without needing a web server or application server, for example directly from a CD-ROM or USB Drive.

Disadvantages:-

  • Any personalization or interactivity has to run client-side (ie. in the browser), which is restricting.
  • Maintaining large numbers of static pages as files can be impractical without automated tools.

See also

References

  1. ^ http://www.encyclopedia.com/doc/1O12-flatpage.html DARREL INCE. "flat page." A Dictionary of the Internet. 2001.