DynaHTML - semi-dynamic webpages using php



Welcome to the DynaHTML homepage! Please select the desired topic:


Motivation

The standard approaches static html and purely dynamic webpages are not satisfactory for many applications.

static html

but:

versus

dynamic webpages (SSI, php, ASP, et al.) or even a CMS

but:

The objective now is to conjoin the advantages of static and dynamically generated content getting around the drawbacks of each. The most common approaches are:

html-templating (e.g. using Dreamweaver)

but:

and

offline generated web content
(i.e. pages with scripting commands are retrieved on triggering and saved as static pages)

but:

DynaHTML aims at combining these two approaches thereby getting the best of each. The main idea is to use offline-generation of web content but to keep input and output niftily in the same file, thus avoiding the disadvantages of the traditional offline-generation approach.