| Content Management System (CMS)A content management system is a system that stores the content of a web page in a database (such as an ordinary MS Access database) and then calls this information from the database to the web pages for display. The information retrieved from the database and is formatted by the html code of the relevant page.
Most CMS's allow the site owner or administrator to update the content of the database via a password protected set of web pages. This allows site owners to update web the content of web-pages.
Backend
The backend of a site refers to those parts of a website that are invisible to the ordinary visitor. The backend therefore refers to the database in which information is stored and to the password protected pages that allow specified users to administer the content of the site.
Front end
The front end of the site refers to the pages with their associated graphics and content that the casual visitor to the website sees. These pages format the information held in the backend database and presents them for viewing to the site visitor. |