Skip to main content

What is content management system




A content management system, often abbreviated as CMS, is software that helps users create, manage, and modify content on a website without the need for specialized technical knowledge.

In simpler language, a content management system is a tool that helps you build a website without needing to write all the code from scratch (or even know how to code at all).

Instead of building your own system for creating web pages, storing images, and other functions, the content management system handles all that basic infrastructure stuff for you so that you can focus on more forward-facing parts of your website.

How CMS works?

Without a CMS, you would have to use different programming languages to create a website. You would also need to upload your content manually to your server. A modern website consists of two main parts: the front-end and back-end. The front-end is the part your visitors see in the browser: blog posts, images, videos, About and Contact pages, newsletter forms, etc. The textual part is displayed with a standard markup language called HTML, while the design is added with CSS and JavaScript.

If you use a CMS, there’s no need to write either front-end or back-end code. It’s a user-friendly application that runs in your web browser. A content management system allows you to use a content editor to create posts, pages, web shops, and push all your content online. You can also configure your settings with the help of drop-down menus, checkboxes, and other controls. 


What Makes up a Content Management System?

On a more technical level, a content management system is made up of two core parts:

A content management application (CMA) – this is the part that allows you to actually add and manage content on your site (like you saw above).
A content delivery application (CDA) – this is the backend, behind-the-scenes process that takes the content you input in the CMA, stores it properly, and makes it visible to your visitors.

Types of Content management system:

There are 2 types of CMS

1.open source
2.properiatery


1.open source CMS:

  • You can download the software with no cost.
  • NO license required,no upgrade fees
  • However you need to pay some amount for
  • customisation to extend the software
  • compatible plugins,templates and add-ons

Example of most widely used open source CMS

  • Wordpress
  • Joomla
  • Drupal
  • Magento(e-commerce)
  • Prestashop(e-commerce)
You can install and manage open source CMS on a web server.

2.Proprietary CMS:

Proprietary or commercial CMS software is built and managed by a single company. Using such CMS generally involves:

  • buying a licence fee to use the software
  • paying monthly or annual charges for updates or support

You may also need to pay additional costs for customisation and upgrades, as well as for training and ongoing technical or user support.

Examples of popular CMS solutions include:

  • Kentico
  • Microsoft SharePoint
  • IBM Enterprise Content Management
  • Pulse CMS
  • Sitecore
  • Shopify

You can usually customise proprietary CMS with built-in functionalities, although this may come at additional cost.

Final giveaway

Wordpress is the best  content management system because it holds over 35.2% market share more over the other cms software.


Comments

Post a Comment

Popular posts from this blog

Interesting Facts about CyberSecurity 2020

Welcome to Technoid. Once again, thank you for all your support. In this post, I am trying to demystifying the facts about cybersecurity which is a huge trending domain in IT. We will cover some interesting facts and some ways to protect them from those attacks.   So cybersecurity, which is one of the hottest domain in IT Field. In this pandemic, there are huge attacks going on throughout the world.  Looking for hard numbers to back up your sense of what's happening in this cybersecurity world. Ok now we can just dive into some of the interesting and shocking facts about cybersecurity As from the surveys and studies that there is around 94% of malware  delivered through email . So be cautious about emails that you are receiving and don't click any unauthorized links which is out of your knowledge.  Here is the shocking fact is that a  Phishing attack is the main reason for 80% of security-related incidents.So please do check the URL which you are visiting in you...

Top websites to learn programming and web development

Hey guys welcome to an another interesting post, In this post we will discuss about the top websites to learn programming and web development.As there are many websites available to learn programming but there is only few sites which provides an interactive way of learning and implementing in their own inbuilt compilers. As a learner it is recommended to visit these websites if you want to learn more about programing. This article gives you some basic information about some of those interactive websites that help you sharpen your existing knowledge on programming We will see some best sites to learn Python,java and web development which will be useful to learn and develop. Best websites for Python and Django: Python is a high level programming language which is popular now-a-days in industry.so there is a need to learn python to update from the current technologies so here is the list of all best website to learn python 1. LearnPython This is a free interactive Python learning tutorial...

Interesting facts about Linux

Linux is community-developed and open source operating system for computers, servers, mainframes, embedded devices, and mobile devices. It is supported on nearly every major computer platforms including SPARC, ARM and, x86 building it as one of the most extensively supported operating systems. Linux is a land of excavation, the more you excavate the more you find treasure lies within it. This article tries to uncover some of the lesser known facts about Linux. To keep things simple, easy to read, easy to remember and easy to refer this article will be presented in point-wise fashion. 1. Linux is not an OS, but it is the kernel, GNU Linux is the OS and it comes in several hundred flavours. 2. Linux Kernel was written by a 21 year finish college student as a part of his hobby. Yup! His name is Linus Torvalds. 3. Torvalds created Linux based on GNU General Public License (GPL). Perhaps Torvalds would have never written his own kernel if GPL would be having it’s own kernel and driver. 4. M...