Showing posts with label content management. Show all posts
Showing posts with label content management. Show all posts

Wednesday, September 25, 2013

Web Content Management Systems: Poor Choices That Will Cost You

When it comes to web content management system choices, I often see two extremes:
  • one is using a "professional-grade" CMS for a mostly static site that has about a dozen pages and is often managed and edited by just one person,
  • the other is trying to turn a CMS into a full-blown data management application.
Both are about as practical as:
  • driving an armored personnel carrier to a neighborhood grocery store (unless, of course, you live in a war zone) or
  • picking raspberries while wearing boxing gloves.

Monday, January 23, 2012

Implementing Web Publishing Workflows

Out of the box, most content management systems provide a very basic publishing workflow that consists of two states: "unpublished" and "published". Although it may be sufficient for a site of a very small organization or a personal web site, most large, mid-size, and even many small organizations will probably need more complex workflows.

Let me show you a very simple web publishing workflow that goes beyond the default "two-state solution". Bear in mind that, even though this workflow may be used in real life as is, being an intentionally oversimplified example for those who are not familiar with the subject, it has its limitations.