vce it theory slideshows

14
VCE IT Theory Slideshows By Mark Kelly McKinnon Secondary College Vceit.com Power Websites CMS and CSS

Upload: ivor-joyner

Post on 01-Jan-2016

31 views

Category:

Documents


0 download

DESCRIPTION

Power Websites CMS and CSS. VCE IT Theory Slideshows. By Mark Kelly McKinnon Secondary College Vceit.com. Contents. Static websites CMS – Content Management System CSS – Cascading Style Sheets. Static Websites. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: VCE IT Theory Slideshows

VCE IT Theory Slideshows

By Mark KellyMcKinnon Secondary College

Vceit.com

Power Websites

CMS and CSS

Page 2: VCE IT Theory Slideshows

Contents

• Static websites• CMS – Content Management System• CSS – Cascading Style Sheets

Page 3: VCE IT Theory Slideshows

Static Websites

• Each page is produced by hand, using GUI web editor (e.g. Dreamweaver) or raw HTML code

• Pages never change without being edited• Can be dull and unresponsive to current

conditions• Imagine a static eBay site where the finishing

time of all auctions had to be entered by hand every second.

Page 4: VCE IT Theory Slideshows

Dynamic Websites

• Constantly changing – e.g. eBay• Can respond to events and the profile of the

user• Can be achieved to a degree with Javascript

(e.g. a countdown timer on a static page)

Page 5: VCE IT Theory Slideshows

Content Management Systems

• CMS• Examples – Wordpress, Joomla, Drupal• Database-driven software that creates pages

when needed and tailor-makes them for the time, the circumstances, the user

Page 6: VCE IT Theory Slideshows

CMS

• The CMS fetches content (e.g. text, data, pictures) from the database and creates a webpage with pre-defined formatting chosen by the webmaster.

• The same pages might look different for each person viewing it (e.g. their ‘My eBay’ pages, or their Facebook pages.)

Page 7: VCE IT Theory Slideshows

Pros and consPros Cons

Site maintenance is far easier and quicker Must install CMS software onto your webserver – some are expensive

Sites become dynamic and pages change automatically

Must learn how to use the CMS

Easier to manage assets (pictures etc) Can be expensive/slow to convert an existing static site to CMS

Better looking sites

Site has a consistent appearance across all pages

Far less chance of 404 errors or bad links

Page 8: VCE IT Theory Slideshows

Webmaster creates content (e.g. body text)

Page 9: VCE IT Theory Slideshows

Media (pix, videos etc) are stored in the database

Page 10: VCE IT Theory Slideshows

The CMS combines content, media, formatting to create web pages which are sent to the visitor’s browser

Page 11: VCE IT Theory Slideshows

Cascading Style Sheets• CSS• Instead of repetitively

formatting lots of types of text in the same way, define the formatting in a CSS file and just mark text with the style it needs

Page 12: VCE IT Theory Slideshows

CSS

• To change the look of main headings, change the definition of HEADING1 once in the CSS file.

• Don’t have to find and change every piece of HEADING1 text across the site

• Far quicker, easier• Creates consistently formatted

sites

Page 13: VCE IT Theory Slideshows

CSS

• E.g. CSS file contains “Heading 1 = Bold, TNR, size 20”

• In a webpage, some text is tagged as being “Heading 1” style.

Page 14: VCE IT Theory Slideshows

By Mark KellyMcKinnon Secondary Collegevceit.com

These slideshows may be freely used, modified or distributed by teachers and students anywhere on the planet (but not elsewhere).

They may NOT be sold. They must NOT be redistributed if you modify them.

VCE IT THEORY SLIDESHOWS