Planning and Storyboarding a Web Site

Slides:



Advertisements
Similar presentations
XP Browser and Basics1. XP Browser and Basics2 Learn about Web browser software and Web pages The Web is a collection of files that reside.
Advertisements

FrontPage 2003 Web Fundamentals Web Site Design. World Wide Web System based on Hypertext Transfer Protocol (HTTP) Provides access to information Information.
Creating Web Pages Getting Started. Overview What Web Pages Are How Web Pages are Formatted Putting Graphics on Web Pages How Web Pages are Linked Linking.
CP476 Internet Computing Browser and Web Server 1 Web Browsers A client software program that allows you to access and view Web pages on the Internet –Examples.
1 The World Wide Web. 2  Web Fundamentals  Pages are defined by the Hypertext Markup Language (HTML) and contain text, graphics, audio, video and software.
Browser and Basics Tutorial 1. Learn about Web browser software and Web pages The Web is a collection of files that reside on computers, called.
CORE 2: Information systems and Databases HYPERTEXT/ HYPERMEDIA.
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.
Website Design Lesson 3: Interactive websites, Environment and Design Tools Dr. Husam Osta 2013.
Website Design Lesson 3: Interactive websites, Environment and Design Tools Dr. Husam Osta 2014.
Chapter ONE Introduction to HTML.
Linux Operations and Administration
INTRODUCTION TO WEB DATABASE PROGRAMMING
Chapter 16 The World Wide Web Chapter Goals ( ) Compare and contrast the Internet and the World Wide Web Describe general Web processing.
Internet Basics Dr. Norm Friesen June 22, Questions What is the Internet? What is the Web? How are they different? How do they work? How do they.
Tutorial 1 Getting Started with Adobe Dreamweaver CS3
Internet Basics A management-level overview of the Internet, its architecture, capabilities, and protocols. Copyright 2011 SPMI / Online Development.
Mohammed Mohsen Links Links are what make the World Wide Web web-like one document on the Web can link to several other documents, and those.
XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
Web Engineering we define Web Engineering as follows: 1) Web Engineering is the application of systematic and proven approaches (concepts, methods, techniques,
Chapter 6: NavigationCopyright © 2004 by Prentice Hall 6. Navigation Design Site-level navigation: making it easy for the user to get around the site Page-level.
1 WWW. 2 World Wide Web Major application protocol used on the Internet Simple interface Two concepts –Point –Click.
History Internet – the network of computer networks that provides the framework for the World Wide Web. The web can’t exist without the internet. Browser.
Website design and structure. A Website is a collection of webpages that are linked together. Webpages contain text, graphics, sound and video clips.
 How a computer works  The Internet  Browsers  Web Pages.
CSCI-235 Micro-Computers in Science The Internet and World Wide Web.
Website Design, Development and Maintenance ONLY TAKE DOWN NOTES ON INDICATED SLIDES.
Multimedia Web site development Plan your site Steps for creating web pages.
Introduction. Internet Worldwide collection of computers and computer networks that link people to businesses, governmental agencies, educational institutions,
Basic Internet Skills. What is the internet? A large group of computers connected to one another Its purpose is to send information back and forth to.
The Web Web Design. 3.2 The Web Focus on Reading Main Ideas A URL is an address that identifies a specific Web page. Web browsers have varying capabilities.
Introduction to Information Systems SSD1: Introduction to Information Systems Unit 1. The World Wide Web Unit 2. Introduction to Java and Object- Oriented.
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.
Testing and delivery Web design principles. Web development is software development.
1 Chapter 1 INTRODUCTION TO WEB. 2 Objectives In this chapter, you will: Become familiar with the architecture of the World Wide Web Learn about communication.
4.01 How Web Pages Work.
Getting Started with Dreamweaver
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Distributed Control and Measurement via the Internet
Objective % Select and utilize tools to design and develop websites.
Web Site Development and Macromedia Dreamweaver 8
WWW and HTTP King Fahd University of Petroleum & Minerals
Technologies and Applications
Chapter 1 Introduction to HTML.
Warm Handshake with Websites, Servers and Web Servers:
Evolution of Internet.
E-commerce | WWW World Wide Web - Concepts
Project 1 Introduction to HTML.
E-commerce | WWW World Wide Web - Concepts
Introducing the World Wide Web
Web Engineering.
CHAPTER 3 Architectures for Distributed Systems
Objective % Select and utilize tools to design and develop websites.
Getting Started with Dreamweaver
A Brief Introduction to the Internet
What is the Internet? Global system of interconnected computer networks – a network of networks! Hartland Consolidated Schools network Network at your.
Navigating The World Wide Web
Chapter 27 WWW and HTTP.
CNIT 131 HTML5 – Anchor/Link.
Introduction to the Internet and Web
Back to Table of Contents
Web Page Concept and Design :
Getting Started with Dreamweaver
HTTP and Abstraction on the Internet / The Need for DNS
Chapter 16 The World Wide Web.
INFS 230 L Internet Technology
4.01 How Web Pages Work.
The Internet and Electronic mail
WEB DESIGN Cross 11, Tapovan Enclave Nala pani Road, Dehradun : ,
Presentation transcript:

Planning and Storyboarding a Web Site COMP4064 Planning and Storyboarding a Web Site

Agenda Web Sites, Servers, Urls, Planning and Story boards

The Web What is the Web?? Hypertext information system Information uses links to let the user jump around from one page to another, like help files! Information information is linked together Graphical, Navigable before the web, everything was text-based you used hand-typed commands and utilities “hypermedia”

The Web The Web Hypermedia Cross-Platform Information and Transactions Distributed

What is the Web Cross-Platform Distributed almost any machine can use the web, and any platform (operating system/processor configuration) some newer web technologies break the rules - e.g. style sheet commands work differently on IE and NS Distributed how much disk space do you think the web would take up?! Information on the web is distributed over many networks

What is the Web Dynamic Interactive when software is updated, you have to re-install it web authors update their web pages so that each time it’s updated, you see it! What kinds of web pages would have to be dynamic? Interactive the web can “talk back” to the user what kinds of interactive things can you do on the web? Play games, shop, do surveys, use simulations or tutorials

Web Site vs Web Pages Web Site Single web pages Collection of related

Web Servers A web server is the program that runs the web site the browser requests files and the web server program responds the server program manages data captured in forms, and links forms and browsers with databases many browsers can talk to the server at once, so the server program must manage all the browser connections

Client sends request using http protocol How Does it Work? Laptop Server Client sends request using http protocol Server’s listener process answers and accepts request Server locates the files, sends them and closes the connection. Browser receives, reads, formats, and displays the files

URL’s Stands for…? Parts of a URL Universal (or Uniform) Resource Locator Parts of a URL protocol - the communication standard for this site/document news, gopher, WAIS, http, ftp domain name - the server where the documents or files are located eg. www.sheridanc.on.ca

URL’s Port - might be included sometimes your server may have been installed on a network port other than the default e.g. essex.sheridanc.on.ca:8900 Path and filename - the location of the file on the server e.g. www.lara.on.ca/~wendi/webtech/urls.html anchor name - a specific location in a document www.lara.on.ca/~wendi/index.html#contact

Planning a Web Site Web Site vs. Web Page a web site consists of one or more web pages that are related by some theme or topic a home page is the top page, or the start page on your web site - index.html As with programming, planning is important makes a page easier to maintain and modify makes your site more organized and easier to understand

Planning a Web Site Consider: Content Consider: Goals What kinds of content do you find in web pages? What content will your page have? If you’re stuck for an idea, do some web surfing Consider: Goals Why will people visit your site? Are they just exploring? Are they looking for something? Will they read every page? What is the purpose of your site?

Planning a Web Site Consider: Goals (cont’d) Consider: Target Audience Knowing your goals helps keep out unneeded information If the page is for a client, they’ll have to tell you what the goals are Consider: Target Audience Age? Interests? Reading level? Browsers? Connections? Design with these parameters in mind

Planning a Web Site Consider: Topics Break the content up into topics or sections Categories? Departments? Steps? Topics should group together related information Headings for each topic should be meaningful to surfers and search engines

Planning a Web Site Consider: Organization and Structure What is the structure of your site? Each structure works differently for different content You have to examine the different structures and see how your content fits into it.

Planning a Web Site: Structure Hierarchical start with a main topic, which is broken down into sub topics, and each sub topic is broken down, etc. Example Uses a Top-Down approach...

Planning a Web Site: Structure Advantages of Hierarchical easiest and most logical easy to navigate if the designer provides the proper navigational links useful for sites where the user will go in and look for something specific Disadvantages of Hierarchical easy to get lost if there are too many levels should have a consistent navigational interface

Planning a Web Site: Structure Linear (sequential) like a book, or a “wizard” you start at the home page, move to the next page, then the next page, until you reach the last page you can go back and forth but you can’t directly link to another page if it’s not just before or just after the current one Example

Planning a Web Site: Structure Advantages of Linear easy for the reader to know where they are and hard to get lost useful for instructions, tutorials, or anything else that requires a specific order Disadvantages of Linear limits user’s freedom of exploration - can only go backwards or forwards limits the way in which the designer can present information not effective with very long sets of steps

Planning a Web Site: Structure Linear with Alternatives linear structure with opportunities for the user to branch off the main line of pages Example

Planning a Web Site: Structure Linear and Hierarchical a combination of the two Hierarchical Example Linear

Planning a Web Site: Structure Things to Consider with Linear/Hierarchical you have to make sure the content lends itself to this kind of structure users might find it confusing or out of context and might get lost or lose their bearings within the site

Planning a Web Site: Structure Web structure little or no structure or pattern Example Looks like a web!

Planning a Web Site: Structure Advantages of Web Structure: useful if your users will simply explore your web site Disadvantages of Web Structure: not very organized, hard for users to locate information easy for users to get lost in your site

Story Boards Another tool used to plan web sites Taken from the film industry A diagram of the pages (and layouts) with lines that show the linkage between the pages Helps you to visualize the site

Story Boards Simple story board

Story Boards When story boarding, consider: What topics go on which pages? Usually each topic is one page but sometimes you want to put a few small topics on one page Try not to make pages too big Navigation? How do the users navigate the site? Alternate Navigation? What other methods of navigation are available? Index? Site Map? Alphabetical Listing?

Story Boards What Goes On Home Page? Goals Review A summary of your site? A list of the topics? Goals Review Are the goals you made earlier being met? Did you include extra information that is not needed?