January
Sub-archives
Jan 20, 2010
happy birthday
>twice my age today.<br clear="all">
Jan 04, 2010
It's a CMS. Or, you do what?
"So, what kind of work do you do?"
"Well, I'm an artist, and I do several kinds of freelance work. I make books and websites and--"
"What kind of websites?"
Squinch. "I make, eh, CMS-driven sites for small businesses and non-profits."
Blank stare. Shift drink to other hand.
"See-em what?"
"CMS. It stands for, mmm, well it lets you make a website that has things like blogs and workflows and multiple writers and an intranet and extranet, and so on."
"Oh.... So you said you make books?"
**
I know, I need to work on the 10-second explanation. This blog post is some kind of start.
One reason why I think it's often hard to spit out a quick explanation of what a CMS is to people who've never heard of one is that the 'what it is' description isn't really so interesting to non-tech people. I know I may like to think otherwise, but it's true. The 'what it is' sounds something like "a web-based platform for workflowing, securing, organizing and presenting database-driven content though a website." Try rolling that out at your next happy hour and see what kind of response you get.
Most people don't think much about what makes websites run, or at least I think most people still think of smaller websites more or less as if they actually were made up of pages. Meaning, there's a front page that might have 'stuff' on it, there's an 'About me' page, a gallery page, a blog maybe, and so on. If you set up your site using software like iWeb or something similar, then this is exactly how your site is constructed, one 'page' at a time.
(This is what I call the 'electronic brochure' website model. You've got a front and a few panels that 'fold out,' as it were. If you're running a business, that might mean that your business site has your office hours, company description and location... and that's about it. Clean and simple. Not very complicated, but not fussy either.)
It's likely you have noticed that the big sites aren't built this way, but maybe you don't know how or why. To be sure, a giant retailer like Amazon or a huge government organization like NASA is not creating 'pages' one at a time by hand. That would be an awful job even if it weren't completely impractical to try to create each piece of information for a large or complicated site one page at a time.
In fact, large sites like NASA.gov don't 'think' in terms of pages at all. They actually think in terms of a large database of information. The database holds all the 'content,' usually as small pieces of information and almost never as whole HTML pages. The database might hold documents, images, files, text, raw data, even feeds that get assembled into HTML pages dynamically. The 'pages' are actually created on the fly, as they are needed, automatically at the time they are requested.
This might sound weird if it's the first time you've ever thought about it, and it may change the way you look at websites.
Think of an Amazon webpage for a book. It's got a picture, the book's title, et cetera, some customer reviews, some recommendations & reviews, tags, oh, and Amazon's navigation. Now this particular page you're looking at only *potentially* existed until you called it. Furthermore, the different parts of the page probably came from very different parts of the database. That is, all the bits were there, somewhere, in the database, but *you* actually caused the page to be assembled out of database info and turned into HTML that your browser could read when you passed the URL to the Amazon server. Something at Amazon knew what to assemble and how to present it as HTML, and also knew what ads to show you and knew what related items to display, and so on. (You see where I'm heading with this.)
An aside: The general editor for a recent book I was working on asked me to dig up the total size of the Internet. (No smirking, please.) It's a really reasonable question for most people. How big is the World Wide Web? How many pages? Problem is, you can only give a bottom range to an answer. Think about it. If most large sites are built the same way as Amazon's, then they don't have a set number of 'pages' waiting to be viewed--they've just got large databases that recombine pieces of information into unique URLs on the fly. If what you really want to know is 'How many unique viewable pages are possible to be seen in the WWW?', then the answer is 'at least as many as there are registered domain names, and probably infinity.' Okay, back to my point.
Now, the database's job is to hold and fetch all the 'content.' But the database itself doesn't hold any web pages. Creating and serving up the web pages is the CMS's job. A CMS takes raw information and shapes it into web pages. Sounds boring, but it's a very, very powerful thing to do. After all, if you generalize just a little bit, talking to a database and serving up small pieces of information in a human-friendly way is pretty much what most of your desktop applications do. What's Outlook, but a database of mail messages served up in a window? Or, what's iTunes, but a database of audio files with a player interface?
If a CMS does what, say, iTunes does, but with web pages instead of music, then what's to stop you from turning your website into, I dunno, a full-blown web application that can do all kinds of things?
It sounds pretty IT-industrial, and it can be. If you're a small biz person, you're probably already doing the staffing math. And, maybe you think it just isn't necessary for your site.
To that first point, a CMS site doesn't cost an arm and a leg. In fact, many excellent CMSs are open source (read: no cost to buy). And, if properly configured, you won't need to staff an IT guy either. At this point, some folks may disagree, but I'm holding firm on this. A small business with a good hosting service and the right setup shouldn't need any intense technical knowledge to run its CMS. If you go with an open source CMS, your up-front costs come from having somebody configure things for you, and that's it.
OK, you say, but can a free, open source CMS do all the things that NASA's site does? Hah. Trick question. NASA's site is run on an open source CMS.
