|
|
|
|
|
2. Static or dynamic website
Several types of sites can be created: - static sites,
- dynamic sites.
The table below presents the differences between these types of sites: | | Static site | Dynamic site |
---|
The content of the pages is fixed, it is defined only once. A static site cannot interact with data. | The data displayed in the pages changes. In most cases, the pages are used to:- perform processes and/or calculations programmatically.
- display the data stored in a database.
- display images and interactive text.
WEBDEV offers several types of dynamic sites: - WEBDEV website in Session mode.
- WEBDEV website in AWP mode.
- PHP site.
| Static WEBDEV website: WEBDEV Application Server is not required. | WEBDEV dynamic site: WEBDEV Application Server or PHP is required. | Note: A dynamic site can contain a static section (company presentation, etc.). WEBDEV allows you to create: - static pages,
- dynamic pages.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|