- Firstly you should know what is a CMS in technical terms:
A ”’web content management system”””(WCMS) is a software system that provides website authoring, collaboration, and administration tools designed to allow users with little knowledge of web programming languages or markup languages to create and manage website content with relative ease. A robust WCMS provides the foundation for collaboration, offering users the ability to manage documents and output for multiple author editing and participation. by Wikipedi
- Now the next part is to decide you platform in front-end & back-end, choose this wisely. The most famous language in developing CMS is PHP today as it is easy to implement, finding solutions to the issues you might face can be really easy as there are n no of support forums. Back-end used alongside with PHP is MySQL as there is simple collaboration of both PHP and MySQL.
- Start with the front-end designing first along with heavy css and javascript work on the html. Use javascript and jquery to the minimum as they both are not SEO friendly and will slow-down the site too. Div tags coordination is really important in the design, so make sure that you test the design on various browsers and different screen resolutions.
Note that the css of a cms has to be made really well as based on the css the look of the website can be edited.
Now you need work on the hard-core coding aspect which includes the middle tier i.e. the business logic and the back-end structure and design
- Design your back-end with all the necessary tables and inter-linking of the tables, like for instance an inventory table will have various parts like inventory_master, inventory_related_products,inventory_discount and so on.
- There should a proper segregation of the admin functionality and content management for ease in editing each module.







17 Nov 2011
Posted by Aals 

