Month: February 2007

  • CMS/site project status

    1149 lines of code so far. That’s not including and database file initialization code or other things such as the css for the public site. Completed (“somewhat tested”):– Add/edit main page links– Add/edit/delete main page basic html content blocks– Visual template system and the final visual look of the site.– Public index.php looks “done” visually.…

  • Accessing page content from the front and back-end of a site

    As I’m programming this database driven website, I’ve come into a few irritating little issues. Today I’ll talk about a few methods to access page content (images) from the back-end. I’ve created a way to create and edit page content with a browser based WYSIWYG editor. The problem is after the first time the data…