Reading time: 30 – 50 minutes
We are evaluating a CMS for our Yoga Site. But you may want to build something else. Take a look again at the requirements. Do you need a lot of dynamic modules such as an event calendar, shopping cart, collaboration module, file downloads, social networking, and so on? Or you need modules for publishing and organizing content such as news, information, articles, and so on?
Today’s top-of-the-line Web CMSs can easily work as a portal. They either have a lot of built-in functionality or a wide range of plug-ins that extend their core features. Yet, there are solutions specifically made for web portals. You should evaluate them along with CMS software if your needs are more like a portal.
On the other hand, if you want a simple corporate or personal web site, with some basic needs, you don’t require a mammoth CMS. You can use a simple CMS that will not only fulfill your needs, but will also be easier to learn and maintain.
Joomla! is a solid CMS. But it requires some experience to get used to it. For this article, let’s first evaluate a simpler CMS. How do we know which CMS is simple? I think we can’t go wrong with a CMS that’s named “CMS Made Simple”.
As the name suggests, CMS Made Simple (http://www.cmsmadesimple.org/) is an easy-to-learn and easy-to-maintain CMS. Here’s an excerpt from its home page:
If you are an experienced web developer, and know how to do the things you need to do, to get a site up with CMS Made Simple is just that, simple. For those with more advanced ambitions there are plenty of addons to download. And there is an excellent community always at your service.
It’s very easy to add content and addons wherever you want them to appear on the site. Design your website in whatever way or style you want and just load it into CMSMS to get it in the air. Easy as that!
That makes things very clear. CMSMS seems to be simple for first-time users, and extensible for developers. Let’s take CMSMS to a test drive.




We set up the CMSMS and added some content to it. We wanted to use an image in ourcontent page. To make things simpler, we first uploaded an image. Then we went to the current pages listing. CMSMS shows all pages in the site in a hierarchical display. It’s a simplefeature that makes a content administrator’s life very easy. From there, we went on to createa new page.
CMSMS has a WYSIWYG editor, like so many other CMSs we have seen till now. The content addition process is almost the same in most CMSs. Enter page title and related information,type in content, and you can easily format it using a WYSIWYG editor. We inserted the logo image uploaded earlier using this editor.
CMSMS features extensions to the default WYSIWYG editor. These features demonstrate all of the thinking that’s gone into making this software. The orange palm tree icon appearing on the WYSIWYG editor toolbar allowed us to insert a link to another page with a simple click. We could also insert a dynamic menu from within the editor if needed.
Saving and previewing our site was equally easy.
Notice how intuitive it is to add and manage content. CMS Made Simple lives up to its namein this process. It uses simple terms and workflow to accomplish tasks at hand. Check out the content administration process while you evaluate a CMS. After all, it’s going to be your most commonly used feature!
Hierarchies: How deep do you need them?
What level of content hierarchies do you need? Are you happy with two levels? Do you like Joomla!’s categories -> sections -> content flow ? Or do you need to go even deeper? Most users will find two levels sufficient. But if you need more, find out if the CMS supports it. (Spoiler: Joomla! is only two-level deepby default.)
Now that we have learned about the content management aspect of CMSMS, let’s see how easily we can customize it. It has some interesting features we can use.

Layout | Templates from the main menu. If you recall, we are using the Left simple navigation + 1 column template. Click on the template name.


We used the global content block feature of CMSMS to insert a product promotion throughout our site. In the process, we learned about templates and also how we could modify them.
Creating a global content block was similar to adding a new content page. We used the WYSIWYG editor to enter content block text. This gave us a special tag. If you know about PHP templates, you will have guessed that CMSMS uses Smarty templates and the tag was simply a custom tag in Smarty.
Smarty Template Engine
Smarty (http://www.smarty.net/) is the most popular template engine for the PHP programming language. Smarty allows keeping core PHP code and presentation/HTML code separate. Special tags are inserted in template files as placeholders for dynamic content. Visit http://www.smarty.net/crashcourse.php and http://www.packtpub.com/smarty/book for more.
Next, we found the template our site was using. We could tell it by name, since the template shows up in a drop down in the add new pages screen as well. We opened the template and reviewed it. It was simple to understand—much like HTML. We inserted our product content block tag after the main content display. Then we saved it and previewed our site.
Just as expected, the product promotion content showed up after main content of all pages.
This shows how easy it is to add global content using CMSMS. But we also learned that global content blocks can help us manage promotions or commonly used content. Even if you don’t go for CMS Made Simple, you can find a similar feature in the CMS of your choice.
Simple features can make life easier
CMS Made Simple’s Global Content Block feature made it easy to run product promotions throughout a site. A simple feature like that can make the content administrator’s life easier. Look out for such simple things that could make your job faster and easier in the CMS you evaluate.
It’s good time now to dive deeper into CMSMS. Go ahead and see whether it’s the right choice for you.
CMS Made Simple (CMSMS) looks very promising. If we wanted to build a standard website with a photo gallery, newsletter, and so on, it is a perfect fit. Its code structure is understandable, the extending functionality is not too difficult. The default templates could be more appealing, but you can always create your own.

The gentle learning curve of CMSMS is very impressive. The hierarchical display of pages,easy reordering, and simplistic content management approach are excellent. It’s simple to figure out how things work. Yet CMSMS is a powerful system—remember how easily we could add a global content block? Doing something like that may need writing a plug-in or hacking source code in most other systems.
It’s the right time for you to see how it fits your needs. Take a while and evaluate the following:
We are done evaluating a simple CMS. Let us now look at the top two heavyweights in the Web CMS world—Drupal and Joomla!.
Drupal (http://www.drupal.org) is a top open source Web CMS. Drupal has been around for years and has excellent architecture, code quality, and community support. The Drupal terminology can take time to sink in. But it can serve the most complicated content management needs.
FastCompany and AOL’s Corporate site work on Drupal:


Here is the About Drupal section on the Drupal web site. As you can see, Drupal can be used for almost all types of content management needs. The goal is to allow easy publishing and management of a wide variety of content.

Let’s try out Drupal. Let’s understand how steep the learning curve really is, and why so many people swear by Drupal.
Installing Drupal involves downloading the latest stable release, extracting and uploading files to your server, setting up a database, and then following the instructions in a web installer. Refer to http://drupal.org/getting-started/ if you need help.
In Drupal, viewing a page and editing a page are almost the same. You log in to Drupal and see site content in a preview mode. Depending on your rights, you will see links to edit content and manage other options.








We deserve congratulations. After installing Drupal, we spotted that it did not come with a WYSIWYG editor. That’s a bit of a setback. Drupal claims to be lightweight, but it should come with a nice editor, right?
There are reasons for not including an editor by default. Drupal can be used for a variety of needs, and different WYSIWYG editors provide different features. The reason for not including any editor is to allow you to use the one that you feel is the best. Drupal is about a strong core and flexibility.
At the same time, not getting a WYSIWYG editor by default was an opportunity. It was our opportunity to see how easy it was to add a plug-in to Drupal. We went to the Drupal site and found the TinyMCE module. The description of the module mentioned that the module is only a hook to TinyMCE. We need to download TinyMCE separately. We did that too.
Hooks are another strength of Drupal. They are an easy way to develop extensions for Drupal. An additional function of modules is to ensure that we download a version compatible with Drupal’s version. Mismatched Drupal and module versions create problems.
We created a new directory within sites/all. This is the directory in which all custom modules/extensions should be stored. We extracted the module and TinyMCE ZIP files. We then logged on to the Drupal administration panel.
Drupal had detected the module. We enabled it and configured it. The configuration process was multi step. Drupal has a very good access privilege system, but that made the configuration process longer. We not only had to enable the module, but also enable it for users. We also configured how it should show up, and in which sections. These are superb features for power users.
Once all this was done, we could see a WYSIWYG editor in the content creation page. We used it and created a new page in Drupal.
Here are the lessons we learned:
With those important lessons in our mind, let’s look around Drupal and figure out our way.
We just saw what it takes to get a WYSIWYG editor working with Drupal. This was obviously not a simple plug-and-play setup! Drupal has its way of doing things. If you are planning to use Drupal, it’s a good time to go deeper and figure your way out with Drupal. Try out the following:
Choosing a CMS is very confusing!
Evaluating and choosing a CMS can be very confusing. Don’t worry if you feel lost and confused among all the CMSs and their features. The guiding factors should always be your requirements, not the CMS’s features. Figure out who’s going to use the CMS—developers or end users. Find out all you need: Do you need to allow customizing the homepage? Know your technology platform. Check the code quality of the CMS—bad code can gag you. Does your site need so many features? Is the CMS only good looking, or is it beauty with brains? Consider all this in your evaluation.
Drupal’s code is very well-structured. It’s easy to understand and extend it via the hooks mechanism. The Drupal team takes extreme care in producing good code. Take a look at the sample code here. If you like looking around code, go ahead and peek into Drupal. Even if you don’t use Drupal as a CMS, you can learn more about programming best practices.

Now let’s do a quick review and see some interesting Joomla! features.
![]() |
http://www.packtpub.com/choosing-an-open-source-cms-beginners-guide/book |
Joomla! the best choice?
Joomla! (http://joomla.org/) is the most popular open source Web CMS. It’s been more than three years since Joomla! was born as a fork of Mambo (http://mambofoundation.org/). Today Joomla! has an active community of more than 200,000users and contributors. Joomla! has around 4,000 extensions and many themes.
Numerous high-profile sites use Joomla!. The code quality is good enough, but there is a steep learning curve. Many users complain about its template system. Also, the backend administration system could be simpler.
The Harvard University web site and the MTV’s Quizilla web site are both Joomla! based.


But is Joomla! the best choice? Consider the following:
With this overall feedback, let me show a few useful out-of-the-box features of Joomla!.
Here are some useful features in the default installation of Joomla!. We did not cover them earlier, since we concentrated on the core content management features.


If you use these features creatively, you can build a very powerful site.
This is a great time to explore Joomla! further. Here’s something you can try out:
I did not answer the question we started with: Is Joomla! the best choice? You are the person who has to decide on that because everyone’s needs will be different. Continue to evaluate other CMSs, and then you can make your final decision.
A small requirement can jeopardize your development. Keep a watch on your requirements and carefully evaluate that the CMS you choose can either fulfill it by default, or allow doing it with custom code. A small requirement (especially if it is not clear at the start) can derail your CMS project if the CMS you select does not accomplish that requirement easily.
SilverStripe (a target=”_blank” href=”http://www.silverstripe.com/”>http://www.silverstripe.com/) is an upcoming CMS. When you see it, you will be impressed. When you try the demo, you will be further impressed! Take a look at the following screen, which shows up right after you log in:

Here are the noticeable things in this screen:
The things that you don’t see onscreen, but are worth a mention for SilverStripe, are:
SilverStripe is a strong contender for any site that needs core content management features. If you don’t need all the extensions and overhead, it makes perfect sense. The efforts spent on making the software usable are evident. The terminology is simple, and the workflow even better. Anyone can get started with SilverStripe in minutes. The bottom line is, evaluate SilverStripe before you take your decision.
If you are looking for an enterprise class CMS, you should consider ezPublish(http://ez.no/). High-profile sites such as MySQL (http://www.mysql.com) and Zend (http://www.zend.com), and even NASA, National Geographic, and MIT run on ezPublish. The software has more than 2.5 million downloads, at least 230 official partners across the world, and approximately 30,000 community users.
So what makes ezPublish an enterprise-class CMS? Let’s review some of its notable features.
The following image shows the different categories of setting options in ezPublish:

If you want a strong workflow, ezPublish is one of the best. It comes with all standard CMSfeatures. However, the variety of extensions available is not as good as Joomla!; and the product has a strong corporate feel to it. If you are looking for a quick solution, this ma
y not be your bet. But if you are deploying something for a large organization, ezPublish can top the list.
All the CMSs we have seen up to this point use PHP as the backend programming language.PHP is available on most web servers. But what if you want to use some other environment?Let’s quickly review some non-PHP CMSs.
Umbraco (http://www.umbraco.org/) is a simple and easy CMS written for .Net. It’s gaining popularity because of its simplicity. The management interface is simple and allows developers to customize the design and functionality.
Hasselblad (http://www.hasselblad.se/) is a high-end photography equipment site that runs on Umbraco.

Umbraco is pretty impressive. You will love its simplicity and integration features. But the documentation needs improvements, and you can’t run it without an SQL Server. If your site wants core CMS features, Umbraco is the best .Net system today. Go check it out.
If you are on Windows and want a .Net-based CMS, dotNetNuke (DNN) (http://www.dotnetnuke.com/) is the first CMS you will notice. DNN was inspired from phpNuke—a once very popular CMS—and derived from sample web site code that Microsoft opened up. DNN is advertised as a web application framework. It has well-rounded core features and modules that extend it.
If you want a well-known, well-rounded .Net CMS, DNN is a very good choice. It’s not the best when it comes to usability or quality, but it’s popular and easy to get developers to review it!
If you are into Python, you must have heard of Zope and Plone (http://plone.org/). As a matter of fact, you may have heard of Python because of Plone. Plone is a high-profile (sometimes more hyped) CMS, built on Zope. Zope (http://www.zope.org/) is an application server written in Python—with built-in web server and database—to build CMSs, intranets, portals, and community sites.
The magazine Discover and the Free Software Foundation web site are the prime advocates of Plone.


Plone has some great features and some big advocates. It has an equally great learning curve. If you are new to Python, Plone will have a significant learning curve for you. If you don’t have a programming background, you may find yourself stuck when you want to enhance the core system. Python is easy to learn, but getting around with Zope and Plone can take a few weeks even for an experienced programmer.
If you are already using Python, Plone is a natural choice for your CMS. It has the elegance and features that satisfy demanding users. Go for Plone if you’ve got a team to manage it.
DotCMS (http://www.dotcms.org/) is a J2EE Web CMS. It’s packed with features and is in constant development. It’s not just a CMS, since it also offers many portal-like components. It has an interesting history, and is from the same company that produced dotProject—an open source project management system.
If you have a J2EE infrastructure running, dotCMS is a very good choice as a CMS. There are only a handful of Java CMSs, and dotCMS is one of the best. Although setting up dotCMS is not as easy as setting up a PHP CMS, we must remember that they are in different leagues altogether. There are some other popular Java CMSs as well, and most of them are more than just Web CMSs.
We covered most of the top web CMSs here. If you are still looking for more, here is aquick list:
That should satisfy anyone’s need for a list of CMSs! We have seen enough CMSs in this article. Let’s summarize what we learned.
We reviewed a whole lot of Web CMSs in this article. We covered details of only a few, since most have common features and workflow. Doing all these evaluations, we can see that most CMSs are similar. The choice of which to pick depends a lot on factors other than features. The ease of use, platform, integration with other systems, and so on weigh a lot more than just features. At the same time, most CMSs are under constant development. They keep improving on their limitations. Always keep your requirements and situation at the top priority while selecting a CMS.
In this article, we specifically looked at:
We accomplished a lot in this article. There is a lot for you to review and think through.
![]() |
http://www.packtpub.com/choosing-an-open-source-cms-beginners-guide/book |
[...] Choosing an Open Source CMS: Beginner’s Guide Source: Brenelz Web Solutions Excerpt: [...]
Nice, post. Useful information.
This is a useful article and has some great info. Of the products I know, I think you may have overrated Joomla a bit. WordPress should probably have been mentioned, as well, it is not your father’s blog software! The biggest oversight is not mentioning the best enterprise open source CMS/WMS, TYPO3.
Regards,
Virgil
very nice post and well explained. I was looking for something similar to explain the differences and you explain it perfectly
Nice post that covers a lot of the benefits of the basic open source CMS out there.
I’ve tried Simple CMS which is good, but a bit too basic. I haven’t given the others too much time because the rest of my requirements are sorted with Concrete5 and MySource Matrix.
Concrete5 for the ease, just as easy as simple cms but S.L.I.C.K, and if I have to build something between slightly more complex then brochure and Amazon I go with Matrix, seriously one of the most robust CMS tools out there.
Another very nice resource. Cool that you went beyond the php/mysql standards and included options for .net and python.
But you forgot the hottest CMS…MODx ( http://modxcms.com ).
I’ve been a fan of textpattern ever since I found it a couple of years ago.
September 1st, 2009 at 3:33 pm
Thanks for providing this write up! I am currently in the process of choosing a CMS system with a plan to migrate from Word Press over to either Joomla, Drupal, or Modx more than likely. I am now leaning more towards Drupal. Thanks again.
Tim
Great post man. Been looking for such an analysis for a some time now. I am about to move to selfhosting and looking for a cool CMS but was inundated by the massive array of options.
But now thanks to your post, I think I will go with Silver Stripe. Looks very simple to me but at the same time will get the job done.
A cup of coffee for you later ![]()
Hello, I found this post while searching for help with Microsoft Silverlight. I’ve recently changed internet browser from Safari to Microsoft IE 6. Now I seem to have a issue with loading sites that use Microsoft Silverlight. Every time I go on a site that requires Microsoft Silverlight, the site freezes and I get a “npctrl.dll” error. I can’t seem to find out how to fix it. Any help getting Microsoft Silverlight to function is very appreciated! Thanks
My decision is for php based cmses.
Silverstripe is the solution for me .
Thanks .
Twitter
Follow me on Twitter to keep up to date!
RSS Feed
Keep up with all of our updates by subscribing to our RSS feed!
FaceBook
Join our group on Facebook and become a fan of us!