CMS / Websites
All our web projects are developed using a Web Content Management System- C.M.S. - that allows the web site owner to manage their content. Usually these websites are known as administrative web pages.
.
Content Management System is a computer application used to create, edit, manage and publish digital content in various formats. The content manager generates dynamic pages interacting with the server to generate the web page request from the user, with default format and content extracted from the database server.
.
This allows you to manage, under a standardized format, server information, reducing the size of the pages to download and reducing the cost of managing the portal with respect to a static page (html, php…), in which each design change must be made in all pages, in the same way each time you add content must layout a new HTML page and upload to the web server.
.
Advantages and Opportunities
.
The content manager provides access to content publishing to a wider range of users. Let no knowledge of programming or layout users can index content in the portal.
.
It also allows dynamic management of users and permissions, the collaboration of multiple users on the same work, the interaction through communication tools.
.
The costs of information management are much lower because you delete a link in the chain of publication, the layout designer. The layout is done early in the process of implementation of content management.
.
The update, backup and restructuring of the portal are much simpler to have all the vital data portal, content in a structured database on the server.



