// August 7th, 2008 // No Comments » // Tech
A simple enough topic for a post but one that has a fairly hefty scope and, as such, may well be split over a number of parts.
CMS = Content Management System or a program that allows you to administer the content of your website.
There are a couple of groupings that will become apparent as we move through this series but one of the most important is the offline / vs online grouping.
Offline CMSs are dedicated programs that you install on your computer and then upload the files to your webserver over FTP or SFTP. For example, traditional web design applications such as Dreamweaver and thin client apps such as Contribute constitute an offline CMS. IN it’s simplest form, Notepad and FTP are all you need
but this setup lacks a lot of the template tools and site management options that add the M to CMS.
Online CMSs are those that are actually web applications, normally installed on the server hosting the website you wish to manage and allow the majority of the management to take place via your web browser. Wordpress, Blogger, Joomla, Drupal and about a million more apps are available for Online CM.
Specifically in this series, I will be covering Online CMSs with a focus on traditional, single web master maintenance rather than the more communitry driven forum or Wiki systems. Specifically, I’ll be looking at:
- Wordpress
- Expression Engine
- Joomla
- Drupal
If anyone has an app they’d like added to that list then please let me know.
More soon.
Rob
View the rest of this series:
Part 1 – Intro
Part 2 – Requirements
Part 3 – Wordpress