CMS Implementations Deck

Section: What Makes a CMS Implementation Expensive? (35 slides)

#64 of 202 •
Section: What Makes a CMS Implementation Expensive?
#65 of 202 •
Section: What Makes a CMS Implementation Expensive?

I stopped using the term “content assembly” and switched to “content aggregation.” This is the idea of grouping content to provide more value (think menus, categories, navigation, etc.)

I wrote a lot about aggregation in The Art and Practice of Content Assembly: Where IA and CMS Meet (obviously, I was still calling it “assembly” there). More recently, I wrote about it in the chapter about implementing the back-end of a CMS in the Web Project Guide.

#66 of 202 •
Section: What Makes a CMS Implementation Expensive?
#67 of 202 •
Section: What Makes a CMS Implementation Expensive?

Every project has a “Text Page” of some kind. It’s the most basic content type, and often the type that others are based from.

#68 of 202 •
Section: What Makes a CMS Implementation Expensive?

An example of a “Text Page” content type. It has a title and a body of rich text. Every project has one of these. When scoping, we’re mainly interested in things that aren’t a text page.

#69 of 202 •
Section: What Makes a CMS Implementation Expensive?
#70 of 202 •
Section: What Makes a CMS Implementation Expensive?

This was animated in the deck. This scrolled down through a fairly sophisticated landing page, which was pretty complicated by 2014 standards. This was a page that would need to be composed, rather than templated.

#71 of 202 •
Section: What Makes a CMS Implementation Expensive?

The “repeatable” bit is critical. We would often get wireframes that, it turned out, only showed what could be done. They weren’t 100% prescriptive, just suggestive of other functionality. They were intended to represent one possible configuration of the page. You need to explicit about these.

Are you saying, “Make me exactly this!”

Or are you saying, “Give me a set of elements so I could make something like this!

#72 of 202 •
Section: What Makes a CMS Implementation Expensive?

Recently, some visual builders are providing very impressive demos around highly-visual content. But they’re basically just canned effects, into which you can plug some custom data. I suspect they’ll get repetitive and derivative fairly quickly. If a lot of people start using them, we’ll just see the same effects/themes on a bunch of websites.

#73 of 202 •
Section: What Makes a CMS Implementation Expensive?

Page composition changed the way projects were planned. Content modeling moved from the page to the element level, and templating was about enabling ways to combine elements to form a larger whole.

But not every page needs to be composed. Simple templated content still has a place, and, honestly, editors don’t want to compose every page. It would get tedious, and they would have the lingering worry that they were just repeating the same layout combinations over and over. If you wanted to change that, you’d need to do it everywhere – people talk about “content re-use,” but for some reason, they don’t put much value on “presentation re-use"…which is another name for templating.

#74 of 202 •
Section: What Makes a CMS Implementation Expensive?

An example of a page composition interface from concrete5.

#75 of 202 •
Section: What Makes a CMS Implementation Expensive?

Again, I moved to the term “content aggregation” in my book and my other writings.

#76 of 202 •
Section: What Makes a CMS Implementation Expensive?

An example of an aggregation. Those are all individual content objects, grouped together into a simple list. This was likely a pre-configured search of some kind, ordered by date in reverse.

#77 of 202 •
Section: What Makes a CMS Implementation Expensive?

Another example of an aggregation. This is a little different in that the ordering is arbitrary – a human placed these tiles in that specific order.

This is some of the Blend team, incidentally. Good people (except that one guy, top row, second from left – don’t trust that guy).

#78 of 202 •
Section: What Makes a CMS Implementation Expensive?
#79 of 202 •
Section: What Makes a CMS Implementation Expensive?

Naturally, these are content-focused functions.

#80 of 202 •
Section: What Makes a CMS Implementation Expensive?
#81 of 202 •
Section: What Makes a CMS Implementation Expensive?

An example of a mortgage calculator that has nothing to do with your CMS. No feature in your CMS would make this easier or harder to build. This is functionality that exists totally outside your CMS.

#82 of 202 •
Section: What Makes a CMS Implementation Expensive?

I wrote extensively about CMS forms in The Truth About CMS Form Builders.

#83 of 202 •
Section: What Makes a CMS Implementation Expensive?

A simple contact form which is appropriate for a CMS form builder.

#84 of 202 •
Section: What Makes a CMS Implementation Expensive?

This would be very bad to attempt in a CMS form builder. This is complicated, and probably has significant workflow or process automation behind it.

Besides – how would your CMS help with this? What about this would be made better by building it in a CMS?

Some people might want to edit the form and move fields around, but when it comes to form builders, you need to understand that there’s another process the form submits to, and it expects specific data. If an editor decides to change the data that a form expects, they might very well break the process behind it.

For something like the above, the visual form is just a UI to a larger process. Just because you can change the UI doesn’t mean you can change everything else.

Again, see The Truth About CMS Form Builders for more on this.

#85 of 202 •
Section: What Makes a CMS Implementation Expensive?

Context is when elements on a page need to reconfigure or change their functionality based on the content being displayed. This happens all the time, and the rules behind it can get very complicated.

I changed my verbiage here from “core content” to “the operative content object,” but the idea is the same.

“Death by Sidebar” refers to the occasional designer habit of just throwing a bunch of stuff into the sidebars, without some thought as to where it’s supposed to come from.

#86 of 202 •
Section: What Makes a CMS Implementation Expensive?

This would be a discussion of context. That menu on the right needs “context.” It probably appears on every page, which means it’s in the surround and not directly in the Text Page template. So it will need to know where that Text Page is in the menu, so it can change the coloring.

I wrote about this in The Problem of Context

#87 of 202 •
Section: What Makes a CMS Implementation Expensive?

Another example of context. The “Related Coverage” and “Recent Comments” are likely in a central layout as well. They will need some information from the operative content object (an article of some kind, it seems) to know what to render.

#88 of 202 •
Section: What Makes a CMS Implementation Expensive?

In this diagram, the operative content object is in yellow. All the arrows are pointing to things in the surround/layout that will require context.

(I have no memory of where this wireframe came from. If it’s yours, I’m sorry.)

#89 of 202 •
Section: What Makes a CMS Implementation Expensive?

I would ask this question about every element that appeared on a wireframe. If no one could tell me the answer, then I’d just cross that thing out.

#90 of 202 •
Section: What Makes a CMS Implementation Expensive?

I have a pet peeve about Related Content. It’s so easy to shove it on a wireframe, but it can be really complicated to actually make it happen.

(Consider that Episerver acquired an entire company to provide functionality around related content. It’s not as easy as everyone thinks it is.)

#91 of 202 •
Section: What Makes a CMS Implementation Expensive?

Everyone in the organization gets seduced by sexy wireframes, long before they’ve been evaluated for implementation.

#92 of 202 •
Section: What Makes a CMS Implementation Expensive?

Tony says the best things. I loved this quote so much that I went on a rant about it.

#93 of 202 •
Section: What Makes a CMS Implementation Expensive?

Wireframes are an aspiration. You hope you can make the finished product look like this, but is depends on a lot of things, like the capabilities of your CMS, the condition of your content, and the skill of your editors.

#94 of 202 •
Section: What Makes a CMS Implementation Expensive?

Not all development is equal. Some is expected on every implementation, and some is wildly specific to a customer’s situation.

I’ve written about this a few times:

#95 of 202 •
Section: What Makes a CMS Implementation Expensive?

A lot of expense and time has been spent trying to make an integration “seamless.” People get irrational about it – they don’t want any visitor to know they’re using some other service. Sometimes it’s a wiser decision to just acknowledge the external dependency and show the seam.

#96 of 202 •
Section: What Makes a CMS Implementation Expensive?

External integration with an unknown system can be a black hole with no bottom.

#97 of 202 •
Section: What Makes a CMS Implementation Expensive?
#98 of 202 •
Section: What Makes a CMS Implementation Expensive?

So many times, we were asked to integrate with another system that no one really understood or had any documentation on. They just assumed it was possible.

You can use your left/right arrow keys to navigate