A-Z Popular Blog Computing Search »
Computing
 Advertisements
Related Guides
Computing Basics
Key Concepts
Computing Basics

9 Examples of Static Content

 ,
Static content is a type of web page, media and document that is served to a user without being generated for that user. The following are illustrative examples.

Static Html

Html code that is produced once and served to all users. For example, a marketing offer that is produced by a web designer and uploaded to a web server.

Cached Html

Html code that is dynamically generated by an application server and then cached for all users for a period of time. For example, a weather report for a city that is dynamically generated and then cached as a static copy on a web server or content delivery network for an hour. This is done to reduce response times, computing costs and computing load.

Javascript

Client side javascript is code that is run on your browser with a web page. This is often structured into separate files that can be either static or dynamic. For example, a web site template may include a javascript file to implement a navigational element such as a menu.

Data Objects

Data objects used by javascript such as a JSON file are often dynamically generated by an application server. However, they can also be cached static files. For example, a data object that tells javascript what to include in a menu may be dynamically generated from a database but then cached for weeks on an application server.

Cascading Style Sheets

Cascading style sheets, or CSS, are files that describe how content is visually formatted. It is common for a dynamic website to include static CSS files that describe how the dynamic pages should look.

Images

Images such as photos on a blog or a logo used as a graphical element of a web site template.

Video

Videos are usually static content. For example, a live streaming sports event may transcode video to multiple formats in near real time as a dynamic process. However, this is only done once for all users and uploaded as a static video file to a web server or content delivery network.

Documents

Documents such as a PDF file on a web site.

Fonts

In many cases, a web page uses custom fonts that are downloaded with the page. These are typically static files.
Overview: Static Content
Type
Definition
A type of web page, media and document that is served to a user without being generated for that user.
Related Concepts

Computing Basics

This is the complete list of articles we have written about computing basics.
Automation
Binary
Caching
Client-Server
Computer
Computer Examples
Computer Program
Data
Data Processing
I/O
Networking
Runtime Error
Sensors
System Program
Systems
Unicode
If you enjoyed this page, please consider bookmarking Simplicable.
 

Media

The common types of media.

Pop Culture

The definition of pop culture with examples and comparisons.

Transcoding

The definition of transcoding with examples.

Dynamic Content

The definition of dynamic content with examples.

Digital Media

The definition of digital media with examples.

Master Copy

The definition of master copy with examples.

Media Management

An overview of media management with examples.

Media Economics

An overview of media economics with examples.

Entertainment Industry

The definition of the entertainment industry with examples.

Music Industry

An overview of the music industry with a list of related business models and professions.

Application Server

An overview of application server with examples.

Computer Science Examples

The definition of computer science with examples.

Command Prompt

The definition of command prompt with examples.

ls

A quick reference of useful ls commands.

Shutdown

A list of useful shutdown, halt, reboot and power-off commands for linux.

Linux Commands

A list of unusually useful linux commands with brief explanations.
The most popular articles on Simplicable in the past day.

New Articles

Recent posts or updates on Simplicable.
Site Map