Mobile app version of vmapp.org
Login or Join
Jessie594

: Why should I use a Content Management System? I've heard a lot about cms's like drupal, joomla, and wordpress. I've always hand-coded most of my PHP and HTML and done fine. What are the pros

@Jessie594

Posted in: #Cms #Drupal #Wordpress

I've heard a lot about cms's like drupal, joomla, and wordpress. I've always hand-coded most of my PHP and HTML and done fine. What are the pros and cons of using a cms?

10.04% popularity Vote Up Vote Down


Login to follow query

More posts by @Jessie594

4 Comments

Sorted by latest first Latest Oldest Best

 

@Miguel251

I've heard a lot about cms's like drupal, joomla, and wordpress. I've always hand-coded most of my PHP and HTML and done fine. What are the pros and cons of using a cms?


People write books and build careers out of selling answers to that question. You're not going to get a proper, relevant answer here.

Maybe if you provided some information about what the applications you write do then at least there would be a chance that the answers might be relevant to the question. The term Content Management System encompasses a huge variety of software.

Stop and think about how you could be better and more productive as a developer. Make a list of things which are difficult, you spend too much time on, or are just plain boring. Maybe there is a CMS which might alleviate these. But without knowing what the problem you need to solve is, we can't provide a solution.

10% popularity Vote Up Vote Down


 

@Gail5422790

I am a little in the same position as you - cranking out my own pages in AJAX/PHP/HTML/MYSQL, and looking at CMSes.

CMS seems very attractive and the advantages are obvious, but so far I have found they also represent a significant investment in study.

Installing a CMS like Joomla is easy as pie, you can find templates and build something that looks good in minutes, and easily add articles and pictures and stuff BUT if you are going to customize anything, or if you need something to work in some specific way, you will need to learn how the CMS works behind the scenes, how to write plugins, how to create templates...

I made a basic install of Joomla on my testing server. 3,918 files, 712 folders and 36 db tables. Figuring out what does what and how is bound to take some time.

That said, making templates doesn't seem too difficult and you can add features in minutes where it would take some serious work otherwise. For instance, I just went and added a blog component to my test installation. It took about 30 minutes to find, install, configure and post the first entry. Making your own blog engine and integrating it into your website could easily take weeks.

If you are willing to surrender the level of control you are used to (at least at the beginning) and to learn how to do stuff in whatever CMS you choose, a CMS should be great.

Personally, I am looking into using wordpress as a CMS, but until I feel comfortable with it to do whatever I want, I stick to coding by hand.

10% popularity Vote Up Vote Down


 

@Mendez628

The pros of using a content management solution are:


Users have access to update specific parts of your content
You have a history of what content was so if a mistake was made you can roll it back.
Multiple users have access to edit your site. Sometimes in overlapping areas.
Provides a uniform format and feel for your site
Provides access to decent layout templates
Users don't have to know HTML
Some CMS tools allow for approval workflows of new content. This allows more structure and control of what goes onto the site without extreme or manual overhead.


The cons:


Everything has to fit within the structure provided by the CMS tool
It can cost money and in some cases a ton of money
It will cost time to setup
Migration to and from the CMS solution cost time
Many CMS solutions don't do SEO very well and there is no easy way to override their issues.
Management can become tedious and a hassle because you cannot gain much use of DRY (Do not Repeat Yourself)


The company I currently work for was using a solution by Ektron but we moved away from it because the company is an engineering an manufacturing website. So it has a lot of products that follow a duplicate format. This meant whenever we wanted to make a change to our product information for 20 of our products we had to edit 20 pages. If we wanted to move controls around on the site it took a ton of time and sometimes wouldn't work like we wanted. If we wanted a special JavaScript enabled widget it was tough to implement. We also only had 2 people working on web content.

CMS to me is really for a website with a large amount of ever changing content that is managed by many people. The farther you get away from a large content management user base and constantly changing data the less likely it will have value. If your site needs to be agile in that its format and layout is always changing and a great deal of your content fits into a specific format that needs more fields that what a CMS has to offer then CMS may not be the best fit.

10% popularity Vote Up Vote Down


 

@Sarah324

From here:

Pros:


The CMS enables your organization to concentrate on creation of content rather than development and design. No new “web pages” are created via code when new content is added. The CMS publishes the content into the framework (design) of your website.
Non-technical members of your organization can manage, edit, and publish content to your website. No HTML experience or graphics experience is necessary. Usually, your most inexperienced web users can be trained on the CMS without much difficulty.
All of your content is stored in a central location. The content is in a database, making it uniform and accesible in many powerful ways depending on the CMS.
Content is searchable. Because it’s in a database, the content can be easily searched.
Content can be scheduled to be published at a future date.
Extended features such as a calendar, message boards/forums, and photo galleries are usually included in a Content Management System. These features can be managed from within the CMS, reducing the need to invest in and manage multiple systems.
Multiple contributors/content authors can work on the same website without difficulty. You can establish website editors and authors with varying permissions. Have all content wait to be published until it’s approved by an editor, for example.
Spell checking and linking tools are included in the CMS.
Options such as content categories can help you organize content so your website visitors can find it easily.
A CMS can be integrated with your email newsletter list, reducing the number of systems you invest in and storing your subscriber lists in one location.
Since design and content are separated in a CMS-based system, changing the look-and-feel of your website is much easier.


Cons:


You have more of an initial investment in your website, both in time and money, usually.
There is training involved in using a CMS, and someone (usually at least one person, but sometimes more) in your organization must become the “webmaster” who owns the CMS, understands it, and carves time in their workload to manage it.
A CMS does not make bad content good. It does not make a bad writer a good writer. In other words, your content will be easier to publish and manage with a CMS, but it will only be as good as the humans who produce it.
Changing a CMS can be time consuming and expensive. If your web business plans to change drastically in the future, consider trying to anticipate the new business rules you’ll employ.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme