Editors Live in the Holes

By Deane Barker 3 min read
Author Description

We tend to develop templates with a “hole” for where “the content will go.” However, we ignore what happens in that hole – what specific tools editors will be given to manage what happens in their “hole.”

AI Summary

This post explores the nuanced role of editors in digital content creation, highlighting the importance of their decision-making processes and the impact of technology on editing practices. The author emphasizes the need for adaptability and critical thinking in ensuring quality content amidst evolving challenges.

Too many times in the past I’ve been guilty of getting too wrapped up in templates. These are the magic things in content management that let you “drop” content into various “holes” on a page. It’s a wonderful concept – “dropping content into holes” even sounds fun – but sometimes we take it too far. You see, what happens in the hole is really important too.

Too many times, we disregard the hole. We know there’s a hole where we “Enter Content Here” (i.e. – the header graphic on Seth’s blog), but as developers, we’re not really too concerned with it. Designers can even be guilty of it too. “What’s this big white area on the design here?” “Oh, that’s where all the content goes.”

When you get too wrapped up in your template, you lose site of the fact that the CMS editor “lives in the hole.” That magic, neatly-defined hole in the middle of the template where they drop their stuff? That’s 90% of what matters for them, and they care very much about what it looks like.

But, no problem, you say, we have CSS rules that make it all pretty! Well, there’s more to it than that, which is where you have to leave your anti-septic little server-side world and think like a user:

These things are important because the editor takes a very micro view of their experience. They are concerned with this piece of content right now. Developers, on the other hand, take a very macro view – we look at the entire landscape of the project and the content domain. We can’t be bothered with this little, single piece of content you’re struggling with.

(In fact, let’s be honest – how many times have you turned a CMS over to the client without having actually created much of any content with it? Sure, you stubbed out a few pages, but not enough to even get past the Empty House Syndrome.)

This is, of course, the exact wrong view of it, and here’s why: an editor’s first experience with a CMS will have a huge impact on their overall feeling about the CMS in general. If they can’t make a nice page of content easily right out of the gate, they’re going to be soured on the whole thing.

A few years ago, we did a Web site for a tile and home surfaces company out in California. I remember being all concerned about the templates and the CMS and such, but I never did bother with worrying about what the editors were actually going to do inside the WYSIWYG editor. I spent no time configuring it – just handed it to them raw, at the defaults.

The result was a disaster. The marketing director called me up very upset saying everyone hated the CMS and they couldn’t get it to do anything right. They had been wrestling with it for days trying to migrate their content, and she was beginning to think the whole project was a big mistake. (Wherever you are Wendy, I’m sorry…)

This was all my fault. I hadn’t paid one minute of concern to things are banal and provincial as an editor actually trying to make a decent page of content. After the fateful phone call, I spent an hour configuring CSS and their WYSIWYG editor and it was a revelation. Their entire tone and feeling about the project changed. But it was never as good as it could have been because of their first experience.

The first experience matters. And the editor doesn’t see your magnificent API or database model or the conceptual elegance of your code. They have a WYSIWYG editor and a page they want to create. How’s that gonna go for them?

Links to this – Five Practices of the Well-Rounded Content Management Developer July 12, 2013
Good content management developers constantly work to increase their empathy and perspective. Here are five ways to do that.
Links to this – Content Management is an Emergent Skill December 22, 2016
Content management is a bundle of skills which come together to form a larger, meta-skill.
Links from this – The Empty House Syndrome January 6, 2006
When you migrate content into your new CMS, you go through an awkward period much like building a house with no furniture in it. It pays to minimize this period by testing some furniture out as soon as possible.