DynaHTML conjoins the advantages of static html and the flexibility of dynamically generated content by introducing semi-dynamic content. The approach is employable for all applications in which content does not change on each page delivery.
Features of the approach:
offline page view (i.e. without a webserver) possible
use of any editor (for static content including WYSIWYG) possible
tools like “HTML Tidy” can be used to process/change static content
the full set of php language features is available for definition of semi-dynamic content
platform and manufacturer independent
the used utility is OpenSource and sized 150 lines of php-code only
avoids unnecessary webserver load and thus leads to fast page delivery
application in combination with “ordinary” dynamic content possible