![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Apr 2005
Posts: 71
OS: XP
|
How do .shtml and SSI work?
http://www.parsimonious.org
I am starting a site soon with a similar concept - sims 2 downloads. While I probably won't try to do mine like theirs and I might not even use this shtml and SSI at all, I would like to know how it works. They have a staff team and I'm pretty sure most of them don't know about web design, and I doubt the head administrator goes in and adds downloads everytime someone has something new for the site, but that's a bit beside the point. So...basically...how does it work? LoL |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Manager, On the Web
Join Date: Jan 2004
Location: Bracknell, UK
Posts: 929
OS: XP
|
Hi,
SSI stands for Server Side Includes. Instead of having a page repeated in it's entirety every time you write one, you can have your basic set up saved as *.htm files, and reuse them each time you add a page.. Page Name=index.shtml Code:
<!--#include file="header.htm"--> Add your content for the individual page here. <!--#include file="footer.htm"--> This means that if you have a site with several pages, anything you change in the header or footer will change for every page. Ther are many other ways this works but that is the basic idea. Ask if you need more info. Cheers Liam
__________________
![]() My Mother suggested a family outing... so I told her Uncle Bob was gay. (Trevor D.) Never argue with an idiot! They'll bring you down to their level and beat you with experience. --------------------------------------------------------------------------------- A member of the Alliance of Security Analysis Professionals since 2004. Last edited by E-Liam; 11-26-2005 at 09:47 AM. |
|
|
|
|
|
#4 (permalink) |
|
Manager, On the Web
Join Date: Jan 2004
Location: Bracknell, UK
Posts: 929
OS: XP
|
Hi,
Not exactly. When you load pages into a frame, the page loads from an external source to the frame, even if it's local (to the site). With SSI, you call the page (from the link), and the header, footer etc. are loaded to complete the page. You can also have different header/footer files throughout a large site, to change the layout, but still keep all the original content. Cheers Liam
__________________
![]() My Mother suggested a family outing... so I told her Uncle Bob was gay. (Trevor D.) Never argue with an idiot! They'll bring you down to their level and beat you with experience. --------------------------------------------------------------------------------- A member of the Alliance of Security Analysis Professionals since 2004. |
|
|
|
![]() |
| Thread Tools | |
|
|