 Good navigation is consistent, clearly labeled, and reflects the needs of the site’s audience.  Navigation labels are short, clear, and user-friendly.

Slides:



Advertisements
Similar presentations
© 2011 Delmar, Cengage Learning Chapter 1 Getting Started with Dreamweaver.
Advertisements

SM5312 week 11: CSS Menus & Navigation Bars1 An Introduction to Cascading Style Sheets CSS Menus and Navigation Bars Nick Foxall.
1 Lesson 5 Introduction to Cascading Style Sheets HTML and JavaScript BASICS, 4 th Edition Barksdale / Turner.
กระบวนวิชา CSS. What is CSS? CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to.
Web Design with Cascading Style Sheet Lan Vu. Overview Introduction to CSS Designing CSS Using Visual Studio to create CSS Using template for web design.
Ch. 5 Web Page Design – Templates and Style Sheets Mr. Ursone.
Web Design Graphical User Interface Navigation. Website Prototyping Plan your website Take time to plan the goal And outcome for your site Based on target.
Eere.energy.gov Agenda Review usage trends Recommendations based on data EERE’s plans to address template-level findings Crazy Egg Analysis: Usage Trends.
Chapter 9. Links  When styling a link, you must tell CSS both what you want to style, and when you want the style to happen  Web browsers keep track.
Design, Formatting, CSS, & Colors 27 February, 2011.
Chapter 1 Getting Started With Dreamweaver. Explore the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
7 Selecting Design and Color Section 7.1 Identify presentation design principles Use a custom template Add pages to a navigation structure Section 7.2.
5 Planning a Web Site Section 5.1 Determine the purpose of your Web site Define the target audience for your Web site Write a mission statement Section.
Expression Web 2 Concepts and Techniques Expression Web Design Feature Web Design Basics.
Web Design, 3 rd Edition 4 Planning a Successful Web Site: Part 2.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Web Design, 4 th Edition 4 Planning a Successful Web Site: Part 2.
Using Styles and Style Sheets for Design
Cascading Style Sheets CSS.  Standard defined by the W3C  CSS1 (released 1996) 50 properties  CSS2 (released 1998) 150 properties (positioning)  CSS3.
Links in HTML. Hyperlinks or links Millions of linked web pages make up the World Wide Web Used to connect a web page to another web page on the same.
Web-designWeb-design. Web design What is it? Web-design features Before…
Chapter 2 Developing a Web Page. A web page is composed of two distinct sections: –The head content –The body Creating Head Content and Setting Page Properties.
Doman’s Sections Information in this presentation includes text and images from
Developing Content and Layout Lesson 6. Creating Web Site Content Online users scan a page, read key words of text, and check out graphics Reading from.
Website Development with Dreamweaver
XP Dreamweaver 8.0 Tutorial 3 1 Adding Text and Formatting Text with CSS Styles.
Tutorial 4: Working with Hyperlinks. Objectives Session 4.1 – Place bookmarks on a Web page – Create a link to a bookmark – Create a link to another Web.
How to get there from here. Lesson 5 – Unit E. Library.
Chapter 2 Developing a Web Page. A web page is composed of two distinct sections: – The head content – The body Creating Head Content and Setting Page.
Good Web Design. The Four A’s of Good Design Accessible Accurate Appropriate Appealing.
Cascading Style Sheets Part 1. CSS vs HTML HTML: Originally intended to markup structure of a document (,...,,,,,...) CSS Developing technology, CSS1,
Use CSS to Implement a Reusable Design Selecting a Dreamweaver CSS Starter Layout is the easiest way to create a page with a CSS layout You can access.
Web Design Guidelines by Scott Grissom 1 Designing for the Web  Web site design  Web page design  Web usability  Web site design  Web page design.
The Web Wizard’s Guide To DHTML and CSS Chapter 1 A Review of CSS1.
Development and Design of Multimedia. Planning Your Title 1)Develop the concept or idea – a multimedia project starts with an idea that supports a vision.
>> More on CSS Selectors. Pre-requisite Open the file called sample.txt Copy the all the text from the file Open your browser and go to codepen.io Paste.
Principles of Web Design 6 th Edition Chapter 9 – Site Navigation.
Tutorial 3 Adding and Formatting Text with CSS Styles.
 Network  A _____ of computers that can _________ w/ each other  Examples of hardware  ______________ & communication lines  Internet  Hardware.
Web Development & Design Foundations with HTML5 7th Edition
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 6 Key Concepts 1 Copyright © Terry Felke-Morris.
Links in HTML What you need to know….. Hyperlinks or links Millions of linked web pages make up the World Wide Web Used to connect a web page to another.
Images. Intro What is it? Getting your image Inserting Moving Resizing Cropping.
Microsoft Expression Web 3 Expression Web Design Feature Web Design Basics.
Microsoft Expression Web 3 – Illustrated Unit G: Designing Site Navigation.
Web Design (15) CSS Opacity, Link Colours & Background Images.
Learning Aim C.  Creating web pages involves many considerations.  In this section we will look at the different software tools you can use and how.
Links All CSS properties can be applied on links (i.e. change colors, fonts, underline, etc). The new thing is that CSS allows you to define these properties.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 4 Formatting Text and Links.
Microsoft Expression Web-Illustrated Unit G: Designing Site Navigation.
Cascading Style Sheets Robin Burke ECT 270. Outline CSS properties Fonts Alignment Color CSS selection selectors.
Cascading Style Sheets contd: Embedded Styles
Link Label Text Label… Click Here… Image Image Lorem Ipsum Lorem Ipsum
Lecture 3 Sarsenova Zhibek.
Web-design.
Links. Links Links Need to define two things: The destination Something to click on to get there Tag is click here Can be text, special.
Getting Started with Dreamweaver
Introduction to web design discussing which languages is used for website designing
IS333: MULTI-TIER APPLICATION DEVELOPMENT
Basics of Web Design Chapter 7 Page Layout Basics Key Concepts
Hyperlinks, Images and Tables
Links.
>> Dynamic CSS Selectors
Create and edit web pages 2
Links.
Hyperlinks, Images and Tables
HTML LINKS
IDT Links in HTML What you need to know….
Styling Links.
Presentation transcript:

 Good navigation is consistent, clearly labeled, and reflects the needs of the site’s audience.  Navigation labels are short, clear, and user-friendly  Above all navigation should be designed for your visitor not yourself

 Global navigation- the navigation that appears on each page, usually at the top or left side. › Features top-level section in a site › A small site would include every page a larger site would not

 Local Navigation- used on large sites where there is so much content in a section that global navigation is inadequate.  For example, a site that sells books, music, and movies would feature top- level categories in global and feature categories in the local section

 Related navigation- usually appears within the content area and highlights content related to that page’s information.  For example, the page featuring a specific movie for sale might list movies by the same director in the related navigation.  Figure G-1 page 149

 The elements that make up your navigation should be determined by: › the site’s goals › the content of the site › the target audience  Pulldown menus are now popular

 Information architects – people whose job is to create structures, navigation, and search systems for Web Sites.  IAs work as independent consultants or as part of in-house Web design teams within organization  Working with an IA can be especially useful on › complex sites that have thousands of pages of content › or that deal with multiple audience or topics

 Interactive buttons (rollovers)- navigation graphics that change appearance when a visitor interacts with them  Original state- appears when a visitor is not interacting with the button  Hover state- appears when a visitor points to or hover over the imaged  Pressed state- appears while the visitor is clicking the button

 Navigation bar- a set of related navigation links, whether text or images  Maintain a consistent look among the buttons! › Copy and paste then change the text and link

 Each page on a Web site should have a navigation bar.  Copy and paste the navigation bar to each page!

 Pseudo-class defined properties for a particular state of the element.  Links have 4 Commonly Used pseudo- class selectors: › a:link › a:visted › a:hover › a:active

 a: link – the normal, unvisited state of a link  a: visited – the link has been clicked in the visitor’s browser and is present in the browser's history  a:hover– the visitor’s cursor is pointing to the link  a: active – the link has been clicked by not released

 By default, normal links are blue and underlined and visited links are purple and underlined.  It’s best to create a style rule for at least the a:link, a:visited, and a:hover states so that each state looks different to visitors.  Styled in order in the style sheet so it’s very important they are listed in order.

 Leave links underlined. › Underlined text is universal for links (user- friendly)  Differentiate between visited and unvisited links. › It’s best to create styles that make unvisited links more noticeable  Experiment with hover styles and colors › Be dramatic and coordinate with your design › Avoid purple or blue!