JustPaste.it

Making a better CMS

I did some research recently at OpenSourceCMS.com — a fantastic site that lets you play with dozens of CMS installations — and left pretty depressed. What I experienced was obtuse and complex software that was packed with gratuitous features at the expense of usability and user experience. It was software written by geeks, for geeks.

The experience cemented a theory of mine: Most open source content management software is useless. The only thing worse is every commercial CMS I’ve used. But it doesn’t have to be that way.

This whole category of software desperately needs to be redesigned with writers, editors, designers, and site owners in mind. Here are my recommendations to the folks writing open source content management systems.

Make it easy to install.

Your tool will see better adoption if you stop to consider the out-of-the-box experience before you ship it. I want to download, unpack, and run an installer in my browser. Ask me a few questions, and then you go set up the database tables and write the conf.php, or whatever.

Set constraints for yourself as you design this experience: 10 minutes from download to running, never send a user to the command line, never force them to open a text editor. It will be hard, but you’re good at solving hard problems, and this is time very well spent.

Make it easy to get started.

Give first-time users a series of quick wins before things become increasingly complex. When I first log in, I want to create a Web page. Next, I’d like to add some styles. Then, I’d like to make links to some other Web pages. I’ll build a navigation system after that, and start to add other features eventually. But I want to feel successful with your system within a few minutes. I don’t want to you to present the stunning power at my fingertips until I’m comfortable with my surroundings.

Please save the content ranking, on-the-fly PDF creation, community forums, and user polls for later. I may eventually want that stuff, but not the first time I log in.

Write task-based documentation first.

Most systems have installation instructions that are quite good: “First do this, then do this, this, and this.” But when it comes to actually using the CMS, they revert to feature-based docs, carefully outlining what each feature does, and typically from a back-end perspective.

Remember, I want to get started quickly, so give me the basics in sequential order. Do I have to create users first? Can I make a template right now?

Separate CMS administration from the editing and management of content.

I am proficient enough with scripting languages and basic computer science concepts. I can write my own templates, and even dip into object-oriented Perl and Python if I need to. So why do all open source content management systems baffle me?

I know most systems have the notion of administrator and user; I shouldn’t have to switch accounts to make changes. I mean separate them in the interface.

Remember: 98 percent of your audience will be using the CMS to manage their Web sites, not to manage the system. Yet most systems are optimized for the other 2 percent.

Users of a public Web site should never, never, be presented with a way to log in to the CMS.

Every organization I have ever worked with has kept the content management interface completely separate from its public-facing Web site, yet almost every open source CMS mixes them together.

These systems provide a mechanism for anyone to create an account and log in to the CMS directly from the site being managed. Yes, I know I can edit the template and take this out, but the only sites that really require this functionality seem to be open source projects. This is an indication that you’re badly misidentifying your audience.

Stop it with the jargon already.

I don’t know what a portlet is. Or a component, module, block, or snippet. The last system I evaluated had something called “mambots” which, to me, sounded like robotic assistance for breast-feeding.

Are you making up words to promote your differentiation in the market? If so, stop it. It’s confusing. Please just use simple words to describe the things your system does.

Why do you insist Web sites have “columns”?

I’ve used quite a few systems now that have the notion of a three-column layout. They give me the ability to turn columns off and on, and put “portlets” into “content-slots.” Where does this assumption come from?

In the last two years, I haven’t built a single Web site with columns — and these are high-traffic commercial sites. All of the markup is spit out linearly, and then styled in whatever column format we want using CSS. Yet so many content management systems bake the three-column layout so deeply into the code that it takes considerable hacking to get rid of it (I’m looking at you, Plone).

It may be a couple of years before everyone can start using table-free layout, but why not set the precedent with your tools? Think how much easier your CMS would be if I could simply say, “I want these features presented in this order,” and then apply a stylesheet that does all of the presentation.

CMS Clean Up.

I realize no CMS works for every site, but I’ve lost track of how many times people have told me things like, “Yeah, we tried PHP-Nuke, but everything came out so Nuke-y looking.” That suggests that most systems are designed with a particular genre of site in mind. Features and functionality are added on top of that basic framework, and the whole package is shipped as a tangled mess of add-ons and faulty assumptions.

Ultimately, a content management system should be designed to empower writers and editors to do content creation and maintenance themselves. I’d like to see it taken a step further: Empower designers, information architects, and site owners with the ability to make the CMS work for them.

Jeffrey Veen is the Director of Product Design and a founding partner at Adaptive Path. He discussed the failures of commercial CMSes in an earlier essay, “Why Content Management Fails.”

Jeff will be speaking on the topic of successful CMS implementation at our upcoming San Francisco workshop, Make Your CMS Work for You, on January 25, 2005.

This is a full-day session where Jeff and Peter Merholz will guide you through the steps it takes to get your content to successfully perform on your site. Whether this is your first time considering a content management system or you’ve been burned by failed implementations in the past, we can help you do it right.

 

Source: Jeffrey Veen

License: Creative Commons