redss
Programmer
- Oct 20, 2002
- 195
I am confused... I have read that when you have a website with a lot of pages, if all the pages require the same menus etc, that you should use some technique like server-side includes (or a similar tag embedded in .asp, .php etc). I understand server-side includes require an extension of .shtml rather than .html ....
Then why are so many websites with multiple pages and repetitive menus using .html and not something that enables server-side includes? Is there a way for .html files to read in header files?
And I've noticed that many of the really flashy websites actually started from templates. Are you supposed to manually removed the part of the template that will be repeated? Is there a way to preview html files that use server side includes without having to use a webserver?
I've set up quite a few websites but I keep my "common information" in individual frames, which has the additional benefit of saving the user time from having to redownload all the common menu graphics/logos for every webpage of the site. I wonder why more websites aren't frame based to reduce download time. Why the trend away from that? Is it because most templates aren't frames based?
I appreciate any thoughts on this!
Then why are so many websites with multiple pages and repetitive menus using .html and not something that enables server-side includes? Is there a way for .html files to read in header files?
And I've noticed that many of the really flashy websites actually started from templates. Are you supposed to manually removed the part of the template that will be repeated? Is there a way to preview html files that use server side includes without having to use a webserver?
I've set up quite a few websites but I keep my "common information" in individual frames, which has the additional benefit of saving the user time from having to redownload all the common menu graphics/logos for every webpage of the site. I wonder why more websites aren't frame based to reduce download time. Why the trend away from that? Is it because most templates aren't frames based?
I appreciate any thoughts on this!