recommendations for PHP/HTML CMS for a Cloud database


1

I am working with a web development and design company that has posed a custom CMS for my business. Since this will eat up 60% of the budget for the site, and also I fear tie me to the company, I am reluctant to go the custom route.

The company is telling me an off the shelf CMS is expensive and will be even more expensive for them to use then their custom one to link to the site.

I sense this isn't true but need more information.

  1. CMS Recommendations for this scenario? (am looking at Autonomy or Open Text but as a CMS neophyte don't know if these are overkill or just right.)
  2. How much does a CMS cost? What are the influencing factors?
  3. Shouldn't it cut the cost way down if the development firm doesn't have to write new code for the custom CMS?

Thank you for your assistance....I am ready to sign a contract in a few days and don't want to make a very expensive mistake either way.

Development Web CMS Cloud

asked Jul 21 '11 at 08:13
Blank
Jdarl1
6 points
Top digital marketing agency for SEO, content marketing, and PR: Demand Roll

2 Answers


1

It certainly depends on exactly what you need. If the features exist in an existing CMS systems than it would be much cheaper to go with a packaged CMS. Custom CMS is usually wrong, go with a popular CMS and add on to it or modify it. Open source CMS have had hundreds of people with thousands of hours invested in them.

Much more than the company you are talking to has invested in theirs... adding features, fixing bugs, enhancing security.

Take a look at Drupal. It's extremely powerful, and can be customized and actually used to develop pretty robust web applications.

Also, if you are going to build a web app from scratch look at Ruby on Rails.
PHP is so 1995 ;)

answered Jul 21 '11 at 13:43
Blank
Ryan Doom
5,472 points

1

Custom work is expensive - for whatever it is you want to do.

Basically, you need to evaluate the amount of custom work to take an existing CMS and modify it to suit your needs (e.g. Drupal) versus the cost of developing the whole site from scratch. In the vast majority of cases, it would be cheaper to use an existing platform.

While I disagree with Ryan about Ruby on Rails versus PHP with a good framework, the statement is also irrelevant to you. If you're hiring someone to build the site for you (or customize it), then your biggest issue should be getting a good price, and not getting locked in with a single provider. If you can't find a few companies that can provide the support you need, then the technology choice is wrong (what if the company you chose to work for shuts down a month after your site goes live?).

A company I have worked with on a few occasions will instal Drupal with a custom theme (though not design the theme) for about $3,500 and add Ubercart (for eCommerce) for about $1,000. This includes a fair amount of customization, since a CMS without any customization is fairly useless.

answered Jul 21 '11 at 23:20
Blank
Elie
4,692 points

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Development Web CMS Cloud