developing a cms-based website

24
Developing a Website Chito N. Angeles Web Technologies: Training for Development and Teaching Resources

Upload: others

Post on 03-Feb-2022

5 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Developing a CMS-based Website

Developing a Website

Chito N. AngelesWeb Technologies: Training for Development

and Teaching Resources

Page 2: Developing a CMS-based Website

Static vs. Dynamic Website

Static Website“Traditional Website”Contains a fixed amount of pages and information is presented in HTML (Hyper Text Mark-up Language)Content will never change unless the change is applied manually and the new version is uploaded onto the Web Hosting Server

Page 3: Developing a CMS-based Website

Static Websites

AdvantagesQuick to developCheap to developCheap to host

DisadvantagesRequires web development expertise to update siteSite not as useful for the userContent can get stagnant

Page 4: Developing a CMS-based Website

Dynamic Websites

Dynamic activities are performed on the server and the content generally changes every time the page loadsContent is database-drivenCommon features: content management system, e-commerce system, bulletin / discussion boards, intranet or extranet facilities, uploading documents, dynamic publishing, etc.

Page 5: Developing a CMS-based Website

Dynamic Websites

AdvantagesMuch more functional websiteMuch easier to updateNew content brings people back to the siteSupports collaboration

Page 6: Developing a CMS-based Website

Dynamic Websites

DisadvantagesSlower / more expensive to developHosting costs a little more

Page 7: Developing a CMS-based Website

Developing a Website

Static WebsiteUsing Graphical (DreamWeaver, Frontpage, Kompozer, Amaya) Using Plain HTML Editor (Notepad)Using Online Website Creator

Google SitesYahoo Geocities

Dynamic WebsiteUsing Content Management System (CMS)

Page 8: Developing a CMS-based Website

Web Content Management System

A content management system (CMS) software, usually implemented as a Web application, for creating and managing HTML content. It is used to manage and control a large, dynamic collection of Web material (HTML documents and their associated images).

Page 9: Developing a CMS-based Website

Web Content Management System

Facilitates content creation, content control, editing, and many essential Web maintenance functions.Provides authoring (and other) tools designed to allow users with little or no knowledge of programming languages or markup languages to create and manage content with relative ease of use.

Page 10: Developing a CMS-based Website

Web Content Management System

Most systems use a database to store content, metadata, and/or artefacts that might be needed by the system.Content is frequently, but not universally, stored as XML, to facilitate reuse and enable flexible presentation options.

Page 11: Developing a CMS-based Website

Web Content Management System

A presentation layer displays the content to regular Web-site visitors based on a set of templates. Administration is typically done through browser-based interfaces, but some systems require the use of a fat client.

Page 12: Developing a CMS-based Website

Key Features

Automated templatesCreate standard output templates (usually HTML and XML) that can be automatically applied to new and existing content, allowing the appearance of all content to be changed from one central place.

Page 13: Developing a CMS-based Website

Key Features

Easily editable contentOnce content is separated from the visual presentation of a site, it usually becomes much easier and quicker to edit and manipulate. Most WCMS software includes WYSIWYG editing tools allowing non-technical individuals to create and edit content.

Page 14: Developing a CMS-based Website

Key Features

Scalable feature setsMost WCMS software includes plug-ins or modules that can be easily installed to extend an existing site's functionality.

Page 15: Developing a CMS-based Website

Key Features

Web standards upgradesActive WCMS software usually receives regular updates that include new feature sets and keep the system up to current web standards.

Page 16: Developing a CMS-based Website

Key Features

Workflow managementWorkflow is the process of creating cycles of sequential and parallel tasks that must be accomplished in the CMS. For example, a content creator can submit a story, but it is not published until the copy editor cleans it up and the editor-in-chief approves it.

Page 17: Developing a CMS-based Website

Key Features

DelegationSome CMS software allows for various user groups to have limited privileges over specific content on the website, spreading out the responsibility of content management.

Page 18: Developing a CMS-based Website

Key Features

Document managementCMS software may provide a means of managing the life cycle of a document from initial creation time, through revisions, publication, archive, and document destruction.

Page 19: Developing a CMS-based Website

Key Features

Content virtualizationCMS software may provide a means of allowing each user to work within a virtual copy of the entire Web site, document set, and/or code base. This enables changes to multiple interdependent resources to be viewed and/or executed in-context prior to submission.

Page 20: Developing a CMS-based Website

Popular Open-Source CMS

JoomlaMamboDrupal

Page 21: Developing a CMS-based Website

Common Applications of CMS

Community Web PortalsDiscussion SitesCorporate Web SitesIntranet Applications

Page 22: Developing a CMS-based Website

Workshop

Setting up a Static WebsiteSetting up a Dynamic Website

Page 23: Developing a CMS-based Website

Workshop Goal 1

Building a Static WebsiteUse Google Sites to setup your website

http://sites.google.com/Create the following pages:

Home PageNews SectionDocuments SectionSite Links

Page 24: Developing a CMS-based Website

Workshop Goal 2

Building a Dynamic WebsiteInstall XAMPPInstall and Configure JoomlaCustomize your Website

Manage Sections and CategoriesManage UsersManage Articles