Just caught this article this morning: PHP and PostgreSQL Open Sesame I really dig what they are doing with php and postgresql. But approaching the topic of content management from a sustainable coding perspective, I am looking harder at the approach taken by the apache coccon folks. The problem I see with markup language approaches such as pHp and Cold Fusion is that the logic easily gets mixed-up with the presentation layer. To their credit, projects like fusebox are attacking that problem. Still, I am looking fascinated by Xopus, a "browser based in-place wysiwyg XML editor", and how it could tie into the Coccon framework. The demo crashes and burns in my Mozilla build (Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20020930) but works brilliantly in IE6. If this really works, a few of my must-have bullet points will be there:
- Separation of logic and style (Apache Coccon)
- Nice user-friendly in-place editing (Xopus)
- Open source goodness
I am also following the mozdev.org Composite project, which "is a chrome overlay which enables a streamlined Mozilla Editor for html composition in textareas." It does not work in-place - yet - and is a tad buggy in my build of Mozilla, but it certainly shows promise.
© Copyright 2002 Chris Kelley.