Is there a good [and modern] reason to not have static HTML pages with AJAX content , rather than generate pages?
- by user1725
Assumptions: We don't care about IE6, and Noscript users.
Lets pretend we have the following design concept: All your pages are HTML/CSS that create the ascetics, layout, colours, general design related things. Lets pretend this basic code below is that:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"…