Imran Qureshi
Imran Qureshi

Reputation: 19

Can I use CMS to design css styles and header/footer and leave the content implementation empty to be designed/developed by developers?

We have requirement to employ a CMS for brochureware/marketing websites. But we are thinking to allow content designers to design look and feel of the ecommerce pages in CMS and then leave the content implementation (e.g. jquery/ajax etc) to the developers. Is it possible with a CMS? We use enterprise java but we are open to any 'easy to use cms' as long as it flushes out the content into a db?

Upvotes: 1

Views: 75

Answers (1)

Srikanth Venugopalan
Srikanth Venugopalan

Reputation: 9049

I would recommend that, if you are not dealing with user defined content, then CMS is only going to add overheads.

For styling the look and feel, consider using custom themes, or better a front-end framework like Bootstrap or Foundation, to have look and feel set.

Then you could plug in any application to push/pull content. You don't need a CMS just for defining themes.

Upvotes: 0

Related Questions