I built a CF based publishing system for publishing articles and news
(static pages). The admin side is 100% CF interactive pages. The user side
dose not have to be CF based because it is all static (pre-published) plain
html pages.
My old plan is just to have it as plain .html files. Now, I changed my mind
because I want all files to include  header, left menu and footer.
Otherwise, I have to republished 1000+ articles each day.
I was thinking of using SSI includes (.shtml) but I'm afraid that it is very
slow. Also, I thought of using JavaScript's includes
(document.wrtiln("table.....")) but I heard that it is even slower.

What is your recommendation ?

Fouad


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to