Quote:
Originally Posted by VoyGeorge
I'd personally prefer developing this as a desktop app, but S4E could whip this out in a weekend running PHP. Two weekends if it uses WordPress codex (but produces completely standalone pages, therefore no comments or real-time plugins - IOW, forget the Web 2.0 stuff). Three weekends with bug fixes. (No, make that four. It IS close to football season, after all.)
|
that's kinda in the direction I've gone with a couple sites. Just built a basic DB backend and put a template together that I use for each page. The template page includes navigation that can find new pages as I put them in. For each page, I can do my
SEO specific to the content quick and easy, and then one function pulls the DB content I want into the page.
It's sort of a static site and sort of a CMS - about right down the middle. Once the template and DB are built, it's fairly quick to input content into the control panel that tells the site what pages to put things on. Upload the new page and it just starts working.
Are we at a point where all of this just takes work?!

It's either some extra work up front or the extra work on the back end - maybe it's all in how each of us wants to think about our sites?
