About Content Management Systems

Many websites are built using pure html and css. Some then take it that extra step by adding database integration and dynamic content through the use of programs like php and asp. A few go the extra mile by building in an entire content management system (CMS). Using a CMS like Joomla! allows even the least tech-savvy of users to add articles and keep their sites always updated.


Using a content management system has a number of key advantages for website administrators, developers, and users themselves. With a CMS, you can easily add your own content with the click of a button. An example workflow for website admins or authors might be:

  1. Click the "new article" button
  2. Write the article title and select what category it is should be published to
  3. Type your content in the simple Word-style text editor (called a WYSIWYG or what-you-see-is-what-you-get editor)
  4. Upload any images for the article
  5. Click the "save" button
  6. The article is instantly published to its own page on your site and also "filters" through all of the category pages and little "latest articles" widgets all over your site.

The result is a beautifully written article easily published with no knowledge of HTML or any coding at all! Using a CMS truly brings the art of internet publishing to the masses. If you can write an email, you can use a CMS!