I have a few questions about making a website.
Normally, I make one page with navigation and content sections.
The navigation changes the content.
For hosting, I use PHP includes to get the content changed.
Seo and maintenance friendly.
BUT: client needs to have PHP support, page reloads totally
But when my client doesn't have good hosting, without server side scripting support like PHP, and doesn't want it, what do you do than?
- you make one page with nav/content, and the content in an iFrame
(not seo friendly)
- you make one page with nav/content, and the content changes with Ajax, the page doesn't have to reload totally.
(not seo friendly too) > <noscript> tag is the only solution?
- you make every content-page with it's navigation built in
(not maintenance friendly)
Which other posibilities do we have in this situation?
Thanks








Bookmarks