QUOTE(alexa @ Dec 15 2010, 04:27 AM)
if I were u, just use PHP zend framework to manage your static pages
it is easy to maintain
but the final delivery isn't in PHP, but html.
i've tried seanie's advice, and m looking at this:
http://www.blogsdna.com/35/top-6-freeware-...ls-software.htmwhich the purpose is to run a CMS and port these out into static sites using mirroring tools.
wget is too command prompt base, hard to use. I tried pagenest on SSI site, not too good. Lots of files/css/js not grabbed out.
Best is IE's .mht, but cant extract its files out.
QUOTE(sunsuron @ Dec 15 2010, 12:41 PM)
JavaScript + frames. Accessing DOM elements in frame/iframe is pretty straightforward and with the help of many JS framework out there, you can eliminate IE problems.
Thats the hard part. My javascript isn't good, and to use iframes, it would be like having 4 to 5 iframes within a site. Top menu, left menu, right menu and footer, and the top menu need to be highlighted when the main site is loaded. The javascript to manage these just gives me a headache
I believe in seanie's post. To manage a static site needs to be in a CMS environment and port out to static format for the client. In house production ought to be independant of client deliverables. Problem here is the exporting part. Need to export the files in CMS to static aint easy.