Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Choosing the Right Content Management System
Search
Rachel Andrew
November 29, 2011
Technology
3
160
Choosing the Right Content Management System
a presentation given at the Highland Fling Conference, July 2011
Rachel Andrew
November 29, 2011
Tweet
Share
More Decks by Rachel Andrew
See All by Rachel Andrew
MirrorConf: Solving Layout Problems with CSS Grid & Friends
rachelandrew
1
330
Start using CSS Grid Layout
rachelandrew
2
530
The New CSS Layout
rachelandrew
4
360
Your Speakers
rachelandrew
1
1k
Flexible Boxes and Grids
rachelandrew
1
190
Configuration Management with Puppet for Developers
rachelandrew
1
150
Food hacking
rachelandrew
2
260
CSS Grid Layout for Paris Web
rachelandrew
0
1.2k
The business of front-end development
rachelandrew
1
660
Other Decks in Technology
See All in Technology
Django's GeneratedField by example - DjangoCon US 2025
pauloxnet
0
160
複数サービスを支えるマルチテナント型Batch MLプラットフォーム
lycorptech_jp
PRO
1
960
AIエージェント開発用SDKとローカルLLMをLINE Botと組み合わせてみた / LINEを使ったLT大会 #14
you
PRO
0
130
未経験者・初心者に贈る!40分でわかるAndroidアプリ開発の今と大事なポイント
operando
6
750
共有と分離 - Compose Multiplatform "本番導入" の設計指針
error96num
2
1.2k
Modern Linux
oracle4engineer
PRO
0
160
Aurora DSQLはサーバーレスアーキテクチャの常識を変えるのか
iwatatomoya
1
1.2k
使いやすいプラットフォームの作り方 ー LINEヤフーのKubernetes基盤に学ぶ理論と実践
lycorptech_jp
PRO
1
160
「全員プロダクトマネージャー」を実現する、Cursorによる仕様検討の自動運転
applism118
22
12k
Unlocking the Power of AI Agents with LINE Bot MCP Server
linedevth
0
120
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
10
75k
まずはマネコンでちゃちゃっと作ってから、それをCDKにしてみよか。
yamada_r
2
120
Featured
See All Featured
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
Designing Experiences People Love
moore
142
24k
KATA
mclloyd
32
14k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.6k
Into the Great Unknown - MozCon
thekraken
40
2k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Fireside Chat
paigeccino
39
3.6k
Faster Mobile Websites
deanohume
309
31k
Documentation Writing (for coders)
carmenintech
74
5k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Building Applications with DynamoDB
mza
96
6.6k
Transcript
CHOOSING THE RIGHT CONTENT MANAGEMENT SYSTEM
RACHEL ANDREW @rachelandrew http://rachelandrew.co.uk http://edgeofmyseat.com http://grabaperch.com
WHAT IS A CMS? (for the purposes of this presentation)
A TOOL FOR CONTENT EDITING By non-technical users Via some
kind of web-based admin
YOUR CMS IS AN IMPORTANT PART OF YOUR SOLUTION
ONE-SIZE DOES NOT FIT ALL.
WHAT DOES THIS PROJECT NEED?
HOSTING
LANGUAGE PHP, .NET, Ruby, Python ...
OTHER TECHNICAL REQUIREMENTS Working with existing software, user logins
WHO WILL EDIT THIS?
HOW MANY EDITORS? and do they need protecting from each
other
SKILLS Not just technical skills
PREFERENCES What do they love? What do they hate? Find
and fix the pain points.
THE PROJECT SPEC What requirements does this site have?
SIMPLE PAGE-BASED An obvious hierarchical site map
BLOG-CENTRIC Where a blog or blogs are the main feature
COMPLEX CONTENT STORAGE REQUIREMENT A huge amount of content -
not necessarily page- based
CMS SECONDARY TO MAIN APPLICATION Used for editing bits of
content in an app.
OTHER FEATURES Galleries, news updates, e-commerce, calendars ... what else?
VISITOR NUMBERS How busy do we expect this site to
be?
WHAT EDITING ENVIRONMENT DO YOU WANT TO PROVIDE?
WHAT BEST SERVES YOUR DESIGN AND YOUR EDITORS?
YOUR CLIENT IS (PROBABLY) NOT A COPYWRITER
YOUR CMS SHOULD SUPPORT THE CONTENT STRATEGY
YOUR CLIENT IS (PROBABLY) NOT A DESIGNER
YOUR CMS SHOULD MAINTAIN THE DESIGN & TYPOGRAPHY
DEFAULT TO THE SIMPLEST THING POSSIBLE
USERS SHOULD NOT NEED TO UNDERSTAND THE DATABASE
THE SOLUTION TO ONE PROBLEM IS NOT THE SOLUTION TO
ALL.
THE CURSE OF WYSIWYG
YOUR CLIENT IS (PROBABLY) NOT A DESIGNER
ckeditor
Emoticons anyone?
Comic Sans please
BUT CLIENTS NEED TO BE ABLE TO STYLE THEIR CONTENT!
DO THEY, REALLY?
WYSIWYG EDITORS FOCUS ON HOW CONTENT LOOKS.
WYSIWYG IS A FLAWED PREMISE
WYSIWYG CREATES NON-REUSABLE DATA
This looks like contact information
But is it really?
WYSIWYG MIXES CONTENT AND PRESENTATION
WYSIWYG PROMOTES STYLE OVER CONTENT
SO WHAT SHOULD WE DO?
STRUCTURED CONTENT
Contact information?
Add a contact
The Contact on a web page
Contact mark-up
SUPPORT THE CONTENT STRATEGY WITH STRUCTURED CONTENT
MAINTAIN THE DESIGN - EDITORS ENTER CONTENT - NOT MARKUP
STRUCTURED CONTENT removes the need for editors to think about
how it looks.
STRUCTURED CONTENT can promote the content strategy and offer help
and advice in the form for novice copywriters
STRUCTURED CONTENT allows you to store data in a way
that describes what it is - so it can be easily reused
STRUCTURED CONTENT prevents a mess of html ending up in
your database, making it easier to re-present that content elsewhere
SIMPLE FORMATTING
MARKITUP http://markitup.jaysalvat.com/home/
WYSIWYM What You See Is What You MEAN
PREVIEW
VIEW CHANGES IN CONTEXT
“IN-CONTEXT” EDITING
ONLY WORKS FOR VERY SIMPLE SITES
PROMOTES THINKING ABOUT STYLE RATHER THAN CONTENT
REQUIRES JAVASCRIPT AND MAY CONFLICT WITH SITE JAVASCRIPT
USE WITH CAUTION http://allinthehead.com/retro/357/the-lure-of- on-page-editing
BE UNASHAMED TO BE THE EXPERT
BUT, WHAT IS THE RIGHT CMS FOR MY PROJECT?
A CMS THAT DOES NOT FORCE YOU TO COMPROMISE
A CMS THAT ENABLES EDITORS TO CONTINUE YOUR WORK.
A CMS THAT PROMOTES EFFECTIVE USE OF CONTENT.
A CMS THAT PREVENTS ACCIDENTAL DESTRUCTION.
A CMS THAT DOES THINGS IN THE SIMPLEST WAY POSSIBLE.
DEMAND MORE FROM YOUR CMS MAKERS
NEVER SETTLE FOR ‘GOOD ENOUGH’
HIGHLIGHT GOOD PRACTICE ...and file bugs and complain about outdated,
crufty systems
THANK YOU @rachelandrew Photos: http://www.flickr.com/photos/ongline/3131142818/ http://www.flickr.com/photos/ongline/3131143218/ http://www.flickr.com/photos/ongline/3131143024/ http://www.flickr.com/photos/ongline/3131142976/