Resolving Resolutions

Slides:



Advertisements
Similar presentations
Coding a Responsive HTML
Advertisements

15 LAYOUT Controlling the position of elements Creating site layouts Designing for different sized screens.
Principles of Web Design 5th Edition
CONCEPTS FOR FLUID LAYOUT Web Page Layout. Website Layouts Most websites have organized their content in multiple columns (formatted like a magazine or.
Using HTML Tables.
Chapter 8 Designing with Cascading Style Sheets. Chapter 8 Topics Building three different types of complete Web pages using CSS: Build a style sheet.
IS 360 Web Site Design. Slide 2 Overview Types of Web Site Organization.
Web Design Practices Browsers and Displays. Key Concept Web browsers are HTML and CSS renders. How your page looks depends on which browser you use. How.
BY: SAVEY CATHEY BEST MARKETING DESIGN PRACTICES: HOW TO.
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 12: Building Responsive Webpages.
Principles of Web Design 6 th Edition Chapter 2 – Web Site Design Principles.
Working with Cascading Style Sheets. Introducing Cascading Style Sheets Style sheets are files or forms that describe the layout and appearance of a document.
Layouts with CSS Web Design – Section 4-12 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course.
Tutorial 4: Using CSS for Page Layout. 2 Objectives Session 4.1 Explore CSS layout Compare types of floating layouts Examine code for CSS layouts View.
Principles of Web Design 6 th Edition Chapter 7 – Page Layouts.
Basic Responsive Design Techniques. Let’s take a look at this basic layout. It has a header and two columns of text, in a box that is centered on the.
CONCEPTS FOR FLUID LAYOUT Web Page Layout. Website Layouts Most websites have organized their content in multiple columns (formatted like a magazine or.
Web Site Design Principles
Human Factors in Web Design Mohsen Asgari. Contents WWW & Human Factors Relationship Human and Computer Interaction HCI & WWW Information Presentation.
Understanding the Web Design Environment. External factors that affect Web design Many variables affect how Web pages appear New screen resolutions Wide-screen.
CSS = Cascading Style Sheet CSS consists of rules to display, style and decorate HTML elements Why CSS ? – Separate decoration from HTML markup (Ex :,,…)
WEB DESIGN AND PROGRAMMING Advanced CSS Techniques.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 7 Key Concepts 1 Copyright © Terry Felke-Morris.
Tutorial #6 – Creating Fixed Width Layouts. Tutorial #5 Review – Box Model Every html element is surround by a box Content, Padding, Border, Margin Can.
Making iServices Subscriber More Mobile Friendly `
Responsive Web Designing Using CSS3 & HTML5 -Sandip Jadhav “We are building a web, for all device ”
Web Design Basics Creating Appealing Websites Basics of Web Design: HTML 5 and CSS3, Felke-Morris, T.c.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 5 Key Concepts 1 Copyright © Terry Felke-Morris.
By: Ejaz Ahmad Siddiqui.  Introduction  Purpose  Prerequisites  Introduction to course  Course Contents  Outlines  How Web Works.
Introduction to Bootstrap
GO MOBILE. GO RESPONSIVE. 185 mil mobile internet users in India
Positioning Objects with CSS and Tables
 An HTML, CSS, Javascript framework you can use as a basis for creating web sites  Uses CSS settings, fundamental HTML elements styled and enhanced.
Web Page Tables GMU-Teaching with Technology. Table Characteristics: Looks like a news page Contains columns and rows.
Browser Compatibility Testing, using different browsers Conditional Statements.
Responsive Web Design (RWD) MIS 3502, Spring 2016 Jeremy Shafer Department of MIS Fox School of Business Temple University 2/11/2016.
Copyright © 2012 Certification Partners, LLC -- All Rights Reserved Lesson 5: HTML Tables.
History Before designing web pages it is important to know how it all came about… History Channel – The Invention of the Internet History Channel – The.
Copyright © 2015 rosixtechnology.in To be a world renowned company for providing Software Solutions & Product based IT infrastructure.
CONCEPTS FOR FLUID LAYOUT Web Page Layout. Essential Questions What challenges do mobile devices present to Web designers? What are the basic concepts.
Laying out Elements with CSS
Bootstrap KS Technologies.
CSCI 1720 W3.CSS – Part 1 East Tennessee State University Department of Computing CSCI 1720 Intermediate Web Design.
CNIT 131 HTML5 - Tables.
Implementing Responsive Design
Concepts for fluid layout
Positioning Objects with CSS and Tables
Introduction to Bootstrap Bootstrap සදහා හැදින්වීම
CS 0134 (term 2181) Jarrett Billingsley
Bootstrap A popular HTLM, CSS, and JS framework for developing responsive, mobile first projects on the web.
RESPONSIVE WEB DESIGN.
CS3220 Web and Internet Programming Introduction to Bootstrap
IS1500: Introduction to Web Development
Responsive Design in WordPress
A Pentana Solutions Presentation
PROJECT ON WEB DESIGNING BY – POOJA SINGH CSE. WEB DESIGNING Web design Web design is a similar process of creation, with the intention of presenting.
History Before designing web pages it is important to know how it all came about… History Channel – The Invention of the Internet Start at 17mins.
Fixed Positioning.
AUTOFITTING CONTENTS AND CENTERING TABLES
06 | Introduction to Bootstrap
CS3220 Web and Internet Programming Introduction to Bootstrap
Laying out Elements with CSS
Lesson 5: HTML Tables.
Multipage Sites.
Web Client Side Technologies Raneem Qaddoura
Web Client Side Technologies Raneem Qaddoura
Concepts for fluid layout
Positioning Objects with CSS and Tables
Various mobile devices
17 RESPONSIVE WEB DESIGN.
Presentation transcript:

Resolving Resolutions Regnard Raquedan

The Situation It used to be 800x600 versus 1024x768

Now… 800x600 1024x768 1280x960 1600x1200 4:3 aspect ratio…

More aspect ratios! 1280x768 (5:3) 1280x1024 (5:4) 1280x800 (16:10)

Why is this happening? Widescreen laptops Ultra portables Mobile devices Better graphics capability Monitor sizes

Monitor Resolutions Size Resolution Ratio 12.1" 800 x 600 4:3 5:3 1280 x 800 16:10 1400 x 1050 13.3" 14.1" 1280 x 1024 5:4

Monitor Resolutions 2 Size Resolution Ratio 14.1" 1440 x 900 16:10 4:3 15" 1024 x 768 15.2" 1152 x 768 3:2 15.4" 1280 x 800 1280 x 854 ~3:2 1440 x 960

Monitor Resolutions 3 Size Resolution Ratio 15" 1400 x 1050 4:3 15.4" 16:10 1600 x 1200 1920 x 1200 17" 1280 x 800 1440 x 900 20.1"

Issues Vertical size Horizontal Scrolling Harder to address People are used to vertical scrolling “Above the fold”

Now What? Fixed Layout Liquid Layout Hybrid Layout Limited application, but works on some types of websites Easy to implement “Best viewed using…” Liquid Layout Better option for inclusion strategy Hybrid Layout

Liquid Layouts HTML Tables CSS Not recommended, but easy Not web standards compliant CSS Plenty of techniques; Better option “Stacked” layouts

Things to consider Max Design recommends: work out a basic layout grid before you begin coding include gutters so that your columns will not spread too wide use percentage units for widths of all containers and gutters do not define containers that use the full width of a page - allow for browser rendering issues (such as percentage rounding)

What else? Testing different resolutions Going for a minimum 1024x768 is a safe bet Consider browsers Box model Font sizes

Thanks! Email: regnard@raquedan.com Blog: http://webstandards.raquedan.com