WEB DESIGN PRINCIPLES Dale Blasingame School of Journalism & Mass Communication Texas State University.

Slides:



Advertisements
Similar presentations
Basic Principles for Web Design Source:
Advertisements

HTML and CSS. HTML Hyper Text Markup Language Tells browser how to display text and images.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
Web Engineering 1 Ishaq Khan Shinwari MCS City University Peshawar.
Cascading Style Sheets
Cascading Style Sheets
/k/k 1212 Cascading Style Sheets Part one Marko Boon
CSS. CSS, or Cascading Styles Sheets, is a way to style HTML. Whereas the HTML is the content, the style sheet is the presentation of that document.
Web Development & Design Foundations with XHTML Chapter 4 Key Concepts.
Introduction to CSS.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 4 Key Concepts 1 Copyright © Terry Felke-Morris.
Cascading Style Sheets (CSS): Pixel-Level Control with HTML Ease
Cascading Style Sheets. CSS stands for Cascading Style Sheets and is a simple styling language which allows attaching style to HTML elements. CSS is a.
CSS Tips and Tricks for Designing Accessible Websites Presented by Grace Strother.
End User Computing An Introduction to CSS Sujana Jyothi Research Lab1, Callan Building, Department of Computer Science
Advance CSS (Menu and Layout) Miftahul Huda. CSS Navigation MENU It's truly remarkable what can be achieved through CSS, especially with navigation menus.
กระบวนวิชา 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.
CSS normally control the html elements. Three Ways to Insert CSS There are three ways of inserting a style sheet: External style sheet Internal style.
 CSS Presentation and layout is based on the CSS Box Model.  The CSS Box Model states that every element on a page is a rectangular box.  This includes:
Typography Web Design Professor Frank. Characteristics of Type on the Web Magazine/book typography – 1200 dpi Computer screens – 85 ppi (maximum)
Stylin’ with CSS. 2 Topics What is CSS? Why CSS? CSS Examples.
FINAL EXAM REVIEW WEB TECH. JUST CLICK… THE CORRECT ANSWER WILL APPEAR WHEN YOU CLICK. GOOD LUCK!
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 3 Key Concepts 1 Copyright © Terry Felke-Morris.
Looking Good Online Design and Presentation of Websites 1.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 4 Key Concepts 1 Copyright © Terry Felke-Morris.
Developing A Website. Reminder 1 You want your website to be _______? 1)Artistic 2)Easy to use 3)Interactive 4)Multimedia-driven.
Lesson 13 – Color and Typography. 2 Objectives Discuss basic color theory. Understand the color wheel. Understand how color is presented on a computer.
Chapter 12 Cascading Style Sheets: Part II The Web Warrior Guide to Web Design Technologies.
 HTML stands for Hyper Text Mark-up Language. The coding language used to create documents for the World Wide Web  HTML is composed of tags. HTML tags.
Cascading Style Sheets Tom Osman. Keep the content of a webpage separate from the formatting of the page. Structure (of content)  Headings  Sub headings.
Web Page Design. Some Terms Cascading Style Sheet, (CSS) –a style sheet language used to describe the look and formatting of a document written in html;
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.
Most of the attributes of the body element specify colors for the Web page. Note: The background attribute won’t be useful till we learn about graphics.
1 Web Developer Foundations: Using XHTML Chapter 4 Key Concepts.
Applying Color in CSS Web Design – Sec 4-5 Part or all of this lesson was adapted from the University of Washington’s “ Web Design & Development I ” Course.
ALBERT WAVERING BOBBY SENG. Week 2: HTML + CSS  Quiz  Announcements/questions/etc  Some functional HTML elements.
Lesson 05 // Web Design, Layout & Structure 1.Web Design/Designer-Coder Relationship 2.Fixed vs Fluid Website Layouts 3.Screen Resolutions.
Stylin’ with CSS Monday October 8 th and Tuesday October 9 th.
HTML tags Some popular ones. Paragraph: separated by a single line of white space Line break NOTE: no end tag is used for this tag Headlines ( through.
Web Site Design: Layout Fall Basic Concepts Basic Web Design Concepts – Proximity – Alignment – Repetition – Contrast
Course created by Sarah Phillips BBCD Melbourne BAPDCOM Version 1 – April 2013.
Cascading Style Sheets Level 2. Course Objectives, Session 1 Level 1 Quick Review Chapter 8: Adding Graphics to Web Pages Chapter 9: Sprucing Up Your.
Microsoft Expression Web 3 – Illustrated Unit F: Enhancing a Design with CSS.
Page Design Issues IWM 14 Information Services for the Web.
XHTML Formatting font with a style declaration. Formatting Font HTML uses the font tag to change size and family of font But… the font tag is being deprecated.
?. When designing, you should analyze your target audience. Design you webpage around your target audience Target Audience.
Graphics Navigation Usability Typography Content Clarity & Consistency.
Web page layout in elegance.  Specific Designs for Target Audiences Consider your audiences tastes when creating your website.
NASRULLAHIBA.  It is time to take your web designing skills to the next level with Cascading Style Sheets (CSS). They are a way to control the look and.
Lesson 13 – Color and Typography. 2 Objectives Understand basic color theory. Understand the color wheel. Understand how color is presented on a computer.
By: Your Name ELEMENTS OF WEB DESIGN. VISUAL APPEAL Optimization of Graphics, for people to stay on your website, your pictures have to load out as soon.
CSS Introductions. Objectives To take control of the appearance of a Web site by creating style sheets. To use a style sheet to give all the pages of.
XHTML/CSS Week 2. This Week  Quiz to revise last week (XHTML and DW)  Lists - & tags  Images tag  Hyperlinks tag  Using CSS to define the appearance.
Create a new stylesheet called Hotel Style
Web Development & Design Foundations with HTML5 8th Edition
The Box Model in CSS Web Design – Sec 4-8
Style Sheets.
Basic Knowledge of Web creation
Web Design M. Jacie Yang Assistant Professor
Webpage Layout and Website Design
The Box Model in CSS Web Design – Sec 4-8
Introduction to CSS.
Web Development & Design Foundations with HTML5 7th Edition
What are Cascading Stylesheets (CSS)?
Tutorial 3 Working with Cascading Style Sheets
Web Design Principles.
Gradients.
Stylin’ with CSS.
Gradients.
Presentation transcript:

WEB DESIGN PRINCIPLES Dale Blasingame School of Journalism & Mass Communication Texas State University

THE GOAL OF WEB DESIGN IS USABILITY!

Usability Usability is the measure of the quality of a user's experience when interacting with a product or system. Things to consider with your website: Ease of learning Efficiency of use Memorability Error Frequency Subjective satisfaction Source: usability.gov

Four Elements for Web Design Page Layout & Structure Fonts & Typography Color Images & Graphics

1. PAGE LAYOUT & STRUCTURE

Page Layout & Structure Source:

Page Layout & Structure Homepage dimension: Your main content should show in the browser when people load the page. That means: Should be smaller than (most) users’ computer screens. Should not scroll horizontally. Not too long. Example: 800px wide.

Page Layout & Structure What is on your page? Header Navigation system Main content Footer You can use HTML5 tags to structure these elements:

Page Layout & Structure

2. FONTS & TYPOGRAPHY

Fonts & Typography We use fonts and typography on the Web to... Make the content easy to read? Make the webpages look pretty? We can tell the Web browser what specific font to use and what font family to use. Example of CSS body {font-family: Arial, Helvetica, sans-serif;}

Fonts & Typography Font size Measured in pixel or em Font family Serif i.e. Times New Roman Sans-Serif i.e. Arial

3. COLORS

TOO MANY COLORS = NO COLOR Repeat after me, please!

Web Colors RGB R=Red G=Green B=Blue We use a six-digit color code to specify RGB color. White: #FFFFFF Black: # The first two digits stand for RED; 3 rd &4 th digits stand for GREEN; 5 th &6 th digits stand for BLUE. Each digit ranges from 0-F (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F). Thus, there are 256 possibilities for RED (16x16); 256 possible colors for GREEN; 256 possible colors for BLUE.

Colors Tints: adding white Shades: adding black Tones: adding gray Source:

Colors Places that can help you pick colors that go well together: Check color contrast: You want to check if there is enough contrast between two colors, especially when you have a color for your text and then a background color.

4. IMAGES & GRAPHICS

Images & Graphics File size should be small Usually no bigger than 100 kb. If it is a graphic with limited color or a small logo, file size is usually around 20 kb. Use appropriate file format For photos (true colors), use jpeg or jpg. For graphics, use gif or png. Optimize your images in Photoshop BEFORE