CMP Creating Your Personal and Small Business Web Sites

Slides:



Advertisements
Similar presentations
Coding a Responsive HTML
Advertisements

CONCEPTS FOR FLUID LAYOUT Web Page Layout. Website Layouts Most websites have organized their content in multiple columns (formatted like a magazine or.
Chapter 2 Web Site Design Principles Principles of Web Design, Third Edition.
Chapter 2 Web Site Design Principles Principles of Web Design, 4 th Edition.
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 12: Building Responsive Webpages.
Chapter Objectives Discuss the relationship between page length, content placement, and usability Complete Step 4: Specify the website’s navigation system.
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.
San Diego 2014 SharePoint Saturday San Diego November 15, 2014 UCSD Extension SharePoint Saturday San Diego November 15, 2014 UCSD Extension.
Website Development with Dreamweaver
Web Design Basics Creating Appealing Websites Basics of Web Design: HTML 5 and CSS3, Felke-Morris, T.c.
CSS BEST PRACTICES.
Planning Site Design and Page Layout. Identify Best Practices Demonstrate Consistency: – One way to ensure a professional look and feel to a website –
INFO1300 LAB7 OCT.11TH RESPONSIVE DESIGN. WHAT IS RESPONSIVE WEB DESIGN A mix of flexible grids and layouts, images and an intelligent use of CSS media.
GO MOBILE. GO RESPONSIVE. 185 mil mobile internet users in India
 An HTML, CSS, Javascript framework you can use as a basis for creating web sites  Uses CSS settings, fundamental HTML elements styled and enhanced.
Fermilab Education Office Homepage Updated in 2014 We want to appeal to our main audiences providing them with pathways to get the information they need.
CONCEPTS FOR FLUID LAYOUT Web Page Layout. Essential Questions What challenges do mobile devices present to Web designers? What are the basic concepts.
Unit 20 - Client Side Customisation of Web Pages
Laying out Elements with CSS
Objective % Select and utilize tools to design and develop websites.
Planning Site Design and Page Layout
Web Development & Design Foundations with HTML5 8th Edition
HTML5 Level II Session V Chapter 8 - How to Use Responsive Web Design (RWD)
Chapter 7 Absolute/relative hyperlinks Frag id 3-column site
Concepts for fluid layout
CS 321: Human-Computer Interaction Design
Objective % Select and utilize tools to design and develop websites.
CS3220 Web and Internet Programming Page Layout with CSS
Copyright © 2013 MyGraphicsLab / Pearson Education
CS3220 Web and Internet Programming Page Layout with CSS
Introduction to web design discussing which languages is used for website designing
HTML5 Level II Session II
CSS part 2 Outro.
HTML5 Level III Responsive Web Design (RWD) and Front-End Frameworks
CSS BEST PRACTICES.
Course Review HTML5 Level II Course Review
Objectives Create a reset style sheet Explore page layout designs
Web Development & Design Foundations with HTML5 7th Edition
Research in a Digital Media Environment
Course Review HTML5 Level II Course Review
Fixed Positioning.
HTML5 Level I Session III
HTML5 Level I Session III
Session I Chapter 18 - How to Design a Web Site
HTML5 Level I Session I Chapter 1 - Introduction to Web Development
Course Review ITI HTML5 Level II Course Review
Session VI Chapter 8 - How to Use Responsive Web Design (RWD)
HTML5 Level III Responsive Web Design (RWD) and Front-End Frameworks
Session I – Responsive Web Design (RWD) Overview 8/31/2015
Chapter 8 - How to Use Responsive Web Design (RWD)
Responsive Web Design (RWD)
ITI 239 HTML5 Desktop and Mobile Level I
Course Review HTML5 Level II Course Review
Chapter 7 Absolute/relative hyperlinks Frag id 3-column site
Course Review HTML5 Level II Course Review
HTML5 Course Review Master a Skill / Learn for Life.
CS3220 Web and Internet Programming Page Layout with CSS
HTML5 Level III Responsive Web Design (RWD) and Front-End Frameworks
ITI 163: Web, Mobile, and Social Media Design Introduction
ITI 163: Web, Mobile, and Social Media Design Introduction
CMP Creating Your Personal and Small Business Web Sites
Concepts for fluid layout
Session IV Chapter 15 - How Work with Fonts and Printing
ITI 133: HTML5 Desktop and Mobile Level I
CMP Creating Your Personal and Small Business Web Sites
Course Review HTML5 Level I Course Review
17 RESPONSIVE WEB DESIGN.
ITI 133: HTML5 Desktop and Mobile Level I
Presentation transcript:

CMP 868 - Creating Your Personal and Small Business Web Sites Lesson 2 Chapter 4 - Layout & Design www.profburnett.com

Copyright © Carl M. Burnett Class Outline Role of Design Flexible Design Using the Grid Good Alignment Above the Fold Organizing Information Color Schemes Using Gradients Choosing Fonts Your Look & Feel Responsive Web Design HTML5 Frameworks CSS3 Frameworks Mobile Frameworks 11/24/2018 Copyright © Carl M. Burnett

Copyright © Carl M. Burnett Role of Design Communicate Order Encourage Engagement Define Boundaries Easy-to-Use Inspire Confidence 11/24/2018 Copyright © Carl M. Burnett

Copyright © Carl M. Burnett Flexible Design 11/24/2018 Copyright © Carl M. Burnett

Copyright © Carl M. Burnett Using the Grid 11/24/2018 Copyright © Carl M. Burnett

Copyright © Carl M. Burnett Good Alignment Markup Correctly with right HTML Space CSS Correctly Use visual editing Strong Alignment is better than Center Alignment 11/24/2018 Copyright © Carl M. Burnett

Copyright © Carl M. Burnett Above the Fold 11/24/2018 Copyright © Carl M. Burnett

Organizing Information Hierarchy of Information Tips: Larger text more important Higher on page more important Be consistent Use Bulleted Lists Contrast Color Space 11/24/2018 Copyright © Carl M. Burnett

Copyright © Carl M. Burnett Color Schemes 11/24/2018 Copyright © Carl M. Burnett

Copyright © Carl M. Burnett Using Gradients 11/24/2018 Copyright © Carl M. Burnett

Copyright © Carl M. Burnett Choosing Fonts San Serif - Arial Serif – Times New Roman 11/24/2018 Copyright © Carl M. Burnett

Copyright © Carl M. Burnett Your Look & Feel Image Use Attitude of Text Font Use Element Arrangement 11/24/2018 Copyright © Carl M. Burnett

Copyright © Carl M. Burnett Responsive Web Design Responsive web design (RWD)  Web design approach.  Develop sites that provide optimal viewing experience.  easy reading and navigation.  minimum of resizing, panning, and scrolling—across a wide range of devices. Fluid Grid Layout - Page element sizing to be in relative - percentages, not absolute units. 11/24/2018 Copyright © Carl M. Burnett

Copyright © Carl M. Burnett Responsive Web Design Flexible images are also sized in relative units, so as to prevent them from displaying outside their containing element. Media queries allow the page to use different CSS style rules based on characteristics of the device the site is being displayed on, most commonly the width of the browser. Server-side components (RESS) in conjunction with client-side ones such as media queries can produce faster-loading sites for access over cellular networks and also deliver richer functionality/usability avoiding some of the pitfalls of device-side-only solutions. 11/24/2018 Copyright © Carl M. Burnett

Copyright © Carl M. Burnett HTML5 Frameworks HTML KickStart HTML5 Boilerplate http://www.getskeleton.com/Skeleton Montagejs Zebra 11/24/2018 Copyright © Carl M. Burnett

Copyright © Carl M. Burnett CSS3 Frameworks: Stylesheet Languages Sass (Syntactically Awesome Stylesheets) LESS (Leaner CSS) Stylus Responsive Foundation Bootstrap Columnal Toast Yaml Gumby Less Framework Susy Kube CSS Framework Comparison 11/24/2018 Copyright © Carl M. Burnett

Copyright © Carl M. Burnett Mobile Frameworks jQuery Mobile Sencha Touch Kendo UI Mobile Chocolate Chip UI mobile-frameworks-comparison-chart.com 11/24/2018 Copyright © Carl M. Burnett

Copyright © Carl M. Burnett Class Review Role of Design Flexible Design Using the Grid Good Alignment Above the Fold Organizing Information Color Schemes Using Gradients Choosing Fonts Your Look & Feel Responsive Web Design HTML5 Frameworks CSS3 Frameworks Mobile Frameworks Next – Web Design Tools 11/24/2018 Copyright © Carl M. Burnett