top button
Flag Notify
Site Registration

What is use for content management system ?

0 votes
224 views

Tell some basic explanation.Am new to Web Development.

posted Jul 3, 2014 by Madhavi Latha

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Content Management System is used to create a website.

First of all, there are several different ways to create a website. Back in 1998 - 2007, most of the folks created their websites using HTML & CSS or even Flash...

10 years later, things have changed a lot to say the least. Content management system (CMS) has started to dominate the game over static HTML sites. And let me tell you why...

1)Cheaper - Most of them are free to use (opensource)

2)Faster - You can build a decent site within 30 minutes

3)Easier - You don't need much coding or programming skills at all

There are many types of CMS

Some of the main CMS are WordPress, Joomla and Drupal

LET’S COMPARE THOSE THREE:

WordPress (Best pick for beginners, works well for small to medium sized websites & blogs)
Joomla (Good for ecommerce type of sites, but require at least some level of technical coding)
Drupal (The hardest, but also the most powerful CMS)

answer Jul 3, 2014 by Mathan Kumar
Similar Questions
+1 vote

Rails seems to have a whole whack of them and I'm not sure which ones match my requirements. The library must:

  • be fully themeable; the overall layout is going to be made from scratch
  • allow custom content for pages (i.e. a developer-made page)
  • allow defining of different types of posts with different fields/data
  • support image upload for at least pages and preferably posts as well
  • be relatively easy to extract post content outside the CMS (e.g. for use in sending an e-mail digest)

Preferably it should:
- Be compatible with Rails 4
- allow individual pages to be user-edited with HTML/CSS after they've been created

Can anyone recommend one for me?

...