190 likes | 388 Views
Introduction to Websites. Purpose of Website. Digital version of a physical representation Libraries Online Communities Social Networks Forums Online retail presence Officeworks Harvey Norman Ebay News Online Journals / Blogs Entertainment
E N D
Purpose of Website • Digital version of a physical representation • Libraries • Online Communities • Social Networks • Forums • Online retail presence • Officeworks • Harvey Norman • Ebay • News • Online Journals / Blogs • Entertainment All ways of delivering information, content, and services
Analysis of Existing Websites • http://www.slashdot.org • http://www.theage.com.au • http://www.lifehacker.com.au/ • ADD OWN SCHOOLS WEBSITE
Key Features of a Website • Navigation Bar • Content area • Header • Footer • Sidebars • Advertising space (?)
Deconstructing Existing Websites • Useful to determine trending design elements • Helps users in navigation: Why? • Helps to get an idea for the ‘feel’ of the site, and how it functions • Easier to make changes and play with variations (add / remove elements)
Add screenshot of schools website here,Use to create a rough ‘wireframe’ / mock-up to demonstrate how to deconstruct (and ultimate, construct) a website.
Class Activity Deconstructing a Website
[OPTIONAL] insert some screen shots of developmental wireframes / mock-ups and the final version as comparison of real-world projects / sites / software
Overview of HTML Structure • HTML is a scripting language • HyperTextMarkup Language • The script is ‘parsed’ (interpreted) by the browser • Made up of ‘tags’ (known as elements) let the browser know what to do with the content • There is always an opening tag and a closing tag
Opening / Closing of the <html> declaration. This lets the browser know what type of script it is reading.
This is where important information about the document goes.Note: document specific resources (such as links to JavaScript files or CSS files are also placed inside the <head>
The title of the page • shown at the top of the browser window or tab