Web Design M. Jacie Yang Assistant Professor

Slides:



Advertisements
Similar presentations
HTML and CSS. HTML Hyper Text Markup Language Tells browser how to display text and images.
Advertisements

CSS-Formatting Review Cascading Style Sheets addstyle to your HTML web pages.
Internet Services and Web Authoring (CSET 226) Lecture # 5 HyperText Markup Language (HTML) 1.
1 Cascading Style Sheets Continued Different kinds of selectors in a style sheet –Simple- Pseudo-Class –Contextual- Pseudo-Element –Class Image Styles.
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 BASICS. CSS Rules Components of a CSS Rule  Selector: Part of the rule that targets an element to be styled  Declaration: Two or more parts: a.
กระบวนวิชา 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.
Unit 20 - Client Side Customisation of Web Pages
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.
Typography Web Design Professor Frank. Characteristics of Type on the Web Magazine/book typography – 1200 dpi Computer screens – 85 ppi (maximum)
Developing A Website. Reminder 1 You want your website to be _______? 1)Artistic 2)Easy to use 3)Interactive 4)Multimedia-driven.
THE COLORS OF LIGHT RED, GREEN and BLUE
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.
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.
Lesson 05 // Web Design, Layout & Structure 1.Web Design/Designer-Coder Relationship 2.Fixed vs Fluid Website Layouts 3.Screen Resolutions.
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
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.
Adobe Dreamweaver CS3 Developing a Web Page. Planning the Page Layout Use White SpaceUse White Space Limit media objectsLimit media objects KISSKISS Use.
?. 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.
WEB DESIGN PRINCIPLES Dale Blasingame School of Journalism & Mass Communication Texas State University.
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.
1. Storyboarding a Website. How to start a storyboard: Have Blank Squares!
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.
CSS Rule Selector Declaration Block Value Attribute Name body {
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
Where to Start When Re-Designing a Webpage
Basic Knowledge of Web creation
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
Stylin’ with CSS.
Cascading Style Sheets Color and Font Properties
Web Design 3080 : Week 3 Introduction to Dreamweaver Lecture
What are Cascading Stylesheets (CSS)?
Web Development & Design Foundations with H T M L 5
Web Development & Design Foundations with HTML5 8th Edition
Colors Computers build colors from Red, Green, and Blue; not Red, Blue, and Yellow. RGB = Red Green Blue Creating Colors Red + Blue = Purple No Red, No.
Tutorial 3 Working with Cascading Style Sheets
CSS Styles Fonts and Colors.
Web Design Principles.
CIS 205—Web Site Design and Development
Gradients.
Stylin’ with CSS.
Gradients.
Stylin’ with CSS.
Summer 31: Web Authoring A trainee has started to create a single stylesheet to be used with the website. The stylesheet was not finished and contains.
Presentation transcript:

Web Design M. Jacie Yang Assistant Professor School of Journalism & Mass Comm Texas State University- San Marcos

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. You want your website to be: 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: http://pixelactic.com/

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 screen. 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: <header></header> <nav></nav> <section></section> <footer></footer>

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 Web pages 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 Font family Measured in pixel or em Serif i.e. Times New Roman Sans-Serif i.e. Ariel

3. Colors

Too Many Colors = No Color Repeat after me, please!

Web Colors RGB We use a six-digit color code to specify RGB color. R=Red G=Green B=Blue We use a six-digit color code to specify RGB color. White: #FFFFFF Black: #000000 The first two digits stand for RED; 3rd&4th digits stand for GREEN; 5th&6th 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: http://www.tigercolor.com

Colors Places that can help you pick colors that go well together: http://kuler.adobe.com/ http://www.colorblender.com/ 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. http://snook.ca/technical/colour_contrast/colour.html

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 putting it into Dreamweaver!!