Website design basics QUME 185. 2 Learning objectives Understand the basic elements of a Web page and how it is produced Be aware of different approaches.

Slides:



Advertisements
Similar presentations
Getting Familiar with Web Pages 1 2 The Internet Worldwide collection of interconnected computer networks that enables businesses, organizations, governments,
Advertisements

XHTML Basics.
MIS 425 Lecture 1 – HTML Basics and Web Page Design Instructor: Martin Neuhard
Project 1 Introduction to HTML.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Basic HTML Workshop Session 1: Introduction to HTML Fall 2006.
Multimedia for the Web: Creating Digital Excitement HTML, XHTML and Web Authoring.
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Chapter 1 Understanding the Web Design Environment
Basic HTML Workshop Session 1: Introduction to HTML Fall 2006.
Developing a Basic Web Page with HTML
Dreamweaver 8 Concepts and Techniques Introduction Web Site Development and Macromedia Dreamweaver 8.
Mgt 240 Lecture Website Construction: Software and Language Alternatives March 29, 2005.
1st Project Introduction to HTML.
Glencoe Digital Communication Tools Create a Web Page with HTML Chapter Contents Lesson 4.1Lesson 4.1 Get Started with HTML (85) Lesson 4.2Lesson 4.2 Format.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
THE BASICS OF THE WEB Davison Web Design. Introduction to the Web Main Ideas The Internet is a worldwide network of hardware. The World Wide Web is part.
1 Lesson 1 Quick HTML Know-How HTML and JavaScript BASICS, 4 th Edition Barksdale / Turner.
HYPERTEXT MARKUP LANGUAGE (HTML)
Web Design Software Alyssa Lagimoniere. Adobe Dreamweaver Pros Relatively low-cost price ($99) Produces very "clean" HTML code; easy to transport and.
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Chapter ONE Introduction to HTML.
Web Design Basic Concepts.
Tutorial 1: Getting Started with HTML5
Multimedia Authoring Tools Lecture 13
HTML Comprehensive Concepts and Techniques Intro Project Introduction to HTML.
Chapter 1 Variables in the Web Design Environment.
Chapter 1 Variables in the Web Design Environment
Computer Concepts 2014 Chapter 7 The Web and .
1 Networks and the Internet A network is a structure linking computers together for the purpose of sharing resources such as printers and files Users typically.
What is Web Design?  Web design is the creation of a Web page using hypertext or hypermedia to be viewed on the World Wide Web.
Computer Science : Information Systems Design and Development Unit Web Sites - National 4 / 5 St Andrew’s High School-Revised January 2013 Slide 1 St Andrew’s.
Multimedia and the Web Chapter Overview  This chapter covers:  What Web-based multimedia is  how it is used today  advantages and disadvantages.
INTRODUCTION TO FRONTPAGE. TOPICS TO BE DISCUSSED……….  Introduction Introduction  Features Features  Starting Front Page Starting Front Page  Components.
The Internet 8th Edition Tutorial 9 Creating Effective Web Pages.
1 Web Basics Section 1.1 Compare the Internet and the Web Compare Web sites and Web pages Identify Web browser components Describe types of Web sites Section.
WEB DESIGN USING DREAMWEAVER. The World Wide Web –A Web site is a group of related files organized around a common topic –A Web page is a single file.
Chapter 1 Understanding the Web Design Environment Principles of Web Design, 4 th Edition.
Week 1 Understanding the Web Design Environment. 1-2 HTML: Then and Now HTML is an application of the Standard Generalized Markup Language Intended to.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
Chapter 13-Tools for the World Wide Web. Overview Web servers. Web browsers. Web page makers and site builders. Plug-ins and delivery vehicles. Beyond.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
What is Markup and Markup Languages? What is HTML? A Basic HTML Document Basic HTML Tags Tag Attributes and Text Formatting Tags Insert Hyperlinks Add.
An Introduction To Websites With a little of help from “WebPages That Suck.
Introduction to Web Design Web publishing HTML basics Web design principles Multimedia on the Web.
Web Design and Development for E-Business By Jensen J. Zhao Copyright 2003 Prentice Hall, Inc. Web Design and Development for E-Business Jensen J. Zhao.
Introduction to web development and HTML MGMT 230 LAB.
Creating Web Pages Chapter 5 Learn how to… Identify Web page creation strategies. Define HTML Web page elements. Describe the principles of good screen.
Software for Presenting. Contents Presentation Software Applications, eg. Word processors Authoring software Animation Software Web browsers and HTML.
CSU - DCE Webmaster I Design with HTML #1 - Fort Collins, CO Copyright © XTR Systems, LLC Designing Web Sites using HTML #1 Instructor: Joseph DiVerdi,
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Intro to HTML. History of the World Wide Web  A network is a structure linking computers together for the purpose of sharing information and services.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Introduction to the World Wide Web & Internet CIS 101.
HTML HyperText Markup Language Victoria E. Kozlek.
Learning Aim B.  In this section, you will consider the resources necessary for designing your website.  You will also think about any constraints that.
Tutorial 1 Getting Started with Adobe Dreamweaver CS5.
Web Page Programming Terms. Chapter 1 Objectives Describe Internet and Understand Key terms Describe World Wide Web and its Key terms Identify types and.
HTML PROJECT #1 Project 1 Introduction to HTML. HTML Project 1: Introduction to HTML 2 Project Objectives 1.Describe the Internet and its associated key.
Project 1 Introduction to HTML.
Chapter 1 Introduction to HTML
Web Site Development and Macromedia Dreamweaver 8
Chapter 1 Introduction to HTML.
Project 1 Introduction to HTML.
Creating a Successful Web Presence
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
An Introduction to HTML Pages
Intro Project Introduction to HTML.
Presentation transcript:

Website design basics QUME 185

2 Learning objectives Understand the basic elements of a Web page and how it is produced Be aware of different approaches to creating a simple website Understand some principles of good Web design After this class you will:

3 Anatomy of a Web page Written in Hypertext Markup Language, HTML; newer standard is Extensible Hypertext Markup Language, XHTML An (X)HTML file contains text and special instructions called tags Tags control the structure and appearance of the document

4 A World of Links An HTML file contains references to other files that will be included in the page when it is rendered in the browser, e.g. images, audio/video clips, etc. A Web page can link to other Web pages, other websites or contain internal links (useful in long documents)

5 The power of (X)HTML HTML and XHTML: designed for the World Wide Web Files can be viewed in any Web browser on any platform The power of HTML: interoperability

6 A little history HTML and the first browser invented by Tim Berners-Lee and launched in 1991 Basic tags are very simple to learn Text only at first 1993: tag for display of images New tags gradually added

7 Recent developments HTML has been extended in a number of ways - more powerful tags: XHTML, DHTML The Web depends on Web page authors and browser vendors sharing the same conventions for HTML

8 Web page creation Four approaches: 1. Hand code –type it in from scratch in plain text: Notepad 2. Specialized HTML Editors (non- graphical): HomeSite (Windows) BBEdit (Macintosh) 3. Software with a graphical interface: Dreamweaver / FrontPage 4. Translating to Web format from: Word, Excel, PowerPoint and many others

9 Using a simple text editor Type in the tags and the text Use any plain text software such as Notepad (Windows) or SimpleText (Older Macintosh OS) View the file in a Web browser Repeat the edit/view cycle until page complete

10 HTML View (Notepad) Web Browser View Two views, one page

11 HTML editors (non-graphical) Many HTML editors are available. Built-in features help the coder insert tags and page elements. Examples: Coffee Cup, HomeSite, HTML Assistant, Web Media Publisher

12 Graphical Interface Editors What You See Is (almost) What You Get Graphical user interface FrontPage and Dreamweaver are leading examples Macromedia Dreamweaver

13 Save as Web Page This feature is built into many programs, such as Office applications. New Office programs translate with a.mht extension: not Firefox/Safari compatible.

14 Do I really need to learn HTML? WYSIWYG editors originally designed for the non- professional user Familiar word-processing or page-layout interface, especially FrontPage Allows anyone to publish to the WWW Hand-coding: more precise and not just for geeks Most Web generally use a combination of tools

15 The Web is not like paper Much more difficult to control design elements Display will differ from machine to machine Colours will differ from monitor to monitor (and between Macintosh and Windows) No two browsers display in the same way People use different screen resolutions and window sizes

16 Good Practices Test on different browsers: (Internet Explorer, Firefox, Safari, etc) …and different platforms (Mac, PC, Linux) Test on different monitor types Know your audience What browser and browser version is most commonly used? What kind of bandwidth do they have? What plugins do they have installed?

17 Website Development Cycle Identify the site’s mission Locate existing resources Create a site design Create the site’s Web pages Test and Deploy the site Update the site Graphic: Element K Courseware

18 end

19 Important Point There is not always an exact match between what you see in an editor and what you view in a browser

20 Future WWW is likely to be the platform for more and more applications More development is like in this direction in the near future

21 Broadband or dial-up access? Canada has a very high percentage of broadband users (second only to South Korea) Around 50% of home users, and the majority of business users access the Internet using a high- speed connection (Statistics Canada 2003) This is important for web developers There is a trend toward larger and larger file sizes and more use of multimedia files

22 Designing for a general audience Do not assume that everyone has all the plugins they need to use your content Do not assume that they will download and install an uncommon plugin Do not assume they will upgrade their browser or change screen resolution Do not put your ego as a designer or programmer before the needs of the site users

23 Plugins Plugin – an add-on to a browser so that proprietory content can be accessed through the browser. Modern browsers come with the most common plugins Adobe Portable Document Format (PDF files) Flash – animation, video, audio and other content Media players RealNetworks Quicktime Windows Media

24 Designing for a general audience – Do Build the site to accepted standards Match the technology you use to your audience and the purpose of the site Match site design and navigation to site purpose Look at successful sites that serve the same target audience

25 Principles of good interface design No gratuitous graphics or sounds Make it easy to navigate – no barriers or mysteries Anticipate user’s needs – make important content visible Let users know where they are in the site Be consistent Make it fast to display Make the text easy to read Make it credible - first impressions count