Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
SSI has nothing to do with making content "pop" into a section of a site without refreshing the other sections, that can only be done with JavaScript. SSI is for including sections of sites (such as header, footer, navigation), that are shared by many pages. By organizing your site with included files, you may simply build seperate pages which share the same sidebars, headers, etc. If the shared sections have the same images, styles, etc, they will be cached, and the illusion of them remaining steady will be accomplished.
It is almost always more proper to seperate a site into pages rather than pull in a bunch of content with JS.
|