Part II: New Developments in RWD. Background RWD is constantly evolving. Designers continue to refine RWD theory and practice. New tools are constantly.

Slides:



Advertisements
Similar presentations
RESPONSIVE AND MOBILE DESIGN BY: CHRIS PASQUARETTE APRIL, 2013.
Advertisements

Mobile First & Responsive Web Design David Weedon - UI/UX Designer, Covenant Technology Partners.
Mobile Web Design with Adobe® Dreamweaver CS5.5
Presented by Ryan Walters. The Site  The main page of the site (seen left) is the users first introduction to the whole site.  The look is clean and.
4.02 Responsive Web Design Concepts Part 1, Part 2 & Part 3 Designing for mobile devices.
RESPONSIVE WEB DESIGN NYU Webmaster Meetup, October 3 rd, 2014.
Responsive Web Design Sheri German, Instructor Montgomery College.
Being Responsibly Responsive Jason
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
Responsive Web Design Nuts & Bolts David Weedon - UI/UX Designer, Covenant Technology Partners.
 A “new-ish” web design methodology  Addresses growing number of Internet devices  Tailored experience to any device  Limits resizing, panning.
Lloyd-Jamie Bennett – P Stylianos Michael – P
Responsive Wed Design : An Emerging Technology Archana Jain.
Responsive Web Design Design websites so that they can adapt to different devices seamlessly. Image by Muhammed RafizeldiMuhammed Rafizeldi.
RESPONSIVE DESIGN Sources: Kadlec, T. (2012). Implementing responsive design. Berkeley, California: New Riders Publishing. MarcotteMarcotte, E. (2010).
4.02 Responsive Web Design Concepts
RESPONSIVE DESIGN Sources: Kadlec, T. (2012). Implementing responsive design. Berkeley, California: New Riders Publishing. MarcotteMarcotte, E. (2010).
1 Responsive Web Design for Universal Access Image: Kate Walser CX Insights
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 12: Building Responsive Webpages.
Web Design Basic Concepts.
‘Mobile first’ Alexander Roberts ISS Web Team Manager Swansea University.
Kathy E. Responsive Design and Twitter Bootstrap.
Joel Bapaga on Web Design Strategies Technologies Commercial Value.
San Diego 2014 SharePoint Saturday San Diego November 15, 2014 UCSD Extension SharePoint Saturday San Diego November 15, 2014 UCSD Extension.
Looking Good Online Design and Presentation of Websites 1.
A Site for All Eyes – Considerations for Responsive Design October 19, 2012 Dori Kelner, MS Principal, Sleight-of-Hand Studios
| imodules.com Making Your Site Mobile-Ready Presented by Chris Smith and Mark Werner.
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.
Adobe FLASH What & Why? Where & When? Is Flash dead? What about HTML5?
Copyright 2012 Adobe Systems Incorporated. All rights reserved. ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. ® Copyright 2012 Adobe.
1 MMDE5012 Interactive Media Practice Seminar 2 Week 2.
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.
University of Sunderland CDM105 Session 6 Dreamweaver and Multimedia Fireworks MX 2004 Creating Menus and Button images.
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.
GETTING FROM DESIGN TO IMPLEMENTATION How to get to the finish line with Responsive and Mobile Development.
Class 02 – 03 Feb 2014 Setup Where do we begin? Know your content Discovering your target user.
Designing web pages for handheld mobile devices Improving the client experience.
RWD: Responsive Web Design. Terms Media queries SVG Responsive Adaptive/RESS Dedicated mobile.
Some Big Concepts You Need to Know REFERENCE: LEARNING WEB DESIGN (4 TH EDITION) BY ROBBINS 2012 – CHAPTER 3.
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.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
Introduction to Bootstrap
GO MOBILE. GO RESPONSIVE. 185 mil mobile internet users in India
LESSON 15 – UNIT 0 ADAPTING YOUR WEB SITE FOR MOBILE DEVICES.
 An HTML, CSS, Javascript framework you can use as a basis for creating web sites  Uses CSS settings, fundamental HTML elements styled and enhanced.
Responsive Web Design (RWD) MIS 3502, Spring 2016 Jeremy Shafer Department of MIS Fox School of Business Temple University 2/11/2016.
| imodules.com It’s a Mobile World Out There, Shouldn’t Your be as Well? Presented by Chris Smith, Manager of Design Services.
Basic Elements of Responsive Web Design Jason Bengtson, MLIS, AHIP Emerging Technologies/R&D Librarian UNM Health Sciences Library and Informatics Center.
1 Company Confidential Need a Mobile DotNetNuke Site? Get One the Quick and Easy Way Using CSS Media Queries Amelia Marschall Partner & Creative Director.
4.02 Responsive Web Design Concepts Designing for mobile devices.
Less – Design That is More… BY SPEC INDIA. Less – Design  Adaptive Cross Platform CSS grid system  Responsive & Mobile First Projects  Uses Standards-based.
Getting Started with Responsive Web Design By Brian Rinaldi.
RESPONSIVE DESIGN TRADITIONAL DESIGN presents…. Source: - Google. Google Plugin, n.d. Web. - Lewis, Fiona. "The Blog Structure vs Traditional Web Design."
A gentle introduction to Bootstrap TDAP Jeremy Shafer Department of MIS Fox School of Business Temple University Spring
With Responsive Web Design Eric Overfield SharePoint Advocate and Enthusiast PixelMill Enhance SharePoint SPFest Denver 2014 – SPT 205
The A to Z of Building a Responsive SharePoint Site with Bootstrap BY THOMAS DALY.
CSCI 1720 W3.CSS – Part 1 East Tennessee State University Department of Computing CSCI 1720 Intermediate Web Design.
Implementing Responsive Design UNIT I.
Implementing Responsive Design
Responsive Design and Twitter Bootstrap
Responsive Web Design (RWD)
Creating a Baseline Grid
Responsive Design in WordPress
Web Responsive Design.
APTECH JANAKPURI INSTITUTE PROVIDING WEB DESIGNING COURSES Address:- J-1,2nd Floor, Opp Metro Pillar No – 559, Janakpuri East, Delhi /42.
WPF AKEEL AHMED.
Chapter 3 – part2.
Web Client Side Technologies Raneem Qaddoura
Bootstrap Direct quote from source: bootstrap/
Presentation transcript:

Part II: New Developments in RWD

Background RWD is constantly evolving. Designers continue to refine RWD theory and practice. New tools are constantly created.

Background Three areas of importance to designers: –Designing for Retina Displays –Mobile First Coding/Philosophy –Resources + Frameworks

Retina Displays? High pixel density, or “retina” displays are becoming more and more common, with pixels per inch (PPI) more than doubling in 5 years. Retina Pixels CSS Pixels

Issues With Retina Displays Images that look crisp on ordinary conditions may look like pixilated garbage on retina displays. Mo’ Pixels = Mo’ Problems.

What Do I Do?!?!?! PANIC (just kidding). There are a lot of things we can do! Some solutions include: –Scalable Vector Graphics (SVG) –Media Queries –JavaScript –Laziness

Retina Solution: SVG SVG, or Scalable Vector Graphics have existed for some time. SVG are easily created with image editing tools: –Adobe Illustrator –CorelDraw! –Inkscape

Retina Solution: SVG Pros: –Infinitely Scaling with ONE asset. –Comparable file sizes at low complexity. Cons: –Not suited for high-complexity. –Iffy-browser support. Yeah, thanks again Internet Explorer 8 and below.

Retina Solution: Media Queries Media queries can target devices by pixel only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) { /* Your Style Code Goes here */ }

Retina Solution: Media Queries Pros: –Excellent browser support. –Fewer unnecessary downloads. Cons: –Pain to implement on larger sites. –Should only be used for background images. (Not semantically correct)

Retina Solution: JavaScript JavaScipt/jQuery plugins can help devices download different images Retina.js –By Imulus of Boulder, CO –

Retina Solution: JavaScript Pros: –Easy implementation. Cons: –Not standards-based. –JavaScript reliance.

Retina Solution: Laziness Sometimes through laziness, solutions present themselves. Create images from % of their original sizes in your favorite image editor.

Retina Solution: Laziness Pros: –Simple to implement. Cons: –Not ideal, by any stretch. –All users download images that may 30-50% larger.

So…What Solution is Ideal? All of them? None of them? Some of them? Even more solutions exist! –Glyph + Symbol Fonts –Downsampling It all depends on your own requirements, environment, and goals.

Mobile First “Mobile First” is a philosophy, accompanied by a series of coding and usability techniques. Advocates placing modern, mobile-friendly experiences before all others in priority.

Why Mobile First? Mobile first forces a focus on content. Mobile is exploding. Period. Future-friendly (NOTHING is EVER future proof)

Why Mobile First? Mobile Last Degraded, Short Sighted, Crap. Mobile First Progressively Enhanced, Future Friendly, Awesome.

Mobile First Philosophy Put content before navigation. Design strategy is more user-goal driven. We are designing for tactile devices.

Content, Content, Content Imagine losing 80% of screen real estate. Make tough choices, as to what content stays. –Although not ideal, content can be hidden via display: none;

Ask Yourself What content is relevant in the mobile context? Who is my audience?

How Touching! Design for tactile interfaces is also important. Subject is immense, however, helpful guidelines exist: –Apple iOS/OSX Human Interface Guidelines. –Android User Interface Guidelines. –Books!

Mobile First Coding Uses the basics of responsive design. Uses a different philosophy in setting up in stacking media queries: –Common styles first… –…followed by smartphone upwards. Ensures older, inept browsers get a baseline experience, while modern browsers can mobile devices get more.

Mobile First Media Queries /* Common + non-responsive browser styles go here */ /* screen and (min-width: 200px) { /* Your Smartphone code goes here! */ screen and (min-width: 600px) { /* Your Tablet code goes here! */ screen and (min-width: 1000px) { /* Your Desktop code goes here! */ }

Show me MORE! Dance Monkey, Dance!

Frameworks + Resources Other designers have created tools to help make the responsive design process simpler. Frameworks are prefabricated, customizable CSS and HTML assets designed to speed-up prototyping and development.

Frameworks + Resources Frameworks –Bootstrap –Foundation Grid Systems –Semantic Grid System –1140.gs

Let’s Wrap This Up!

What Designers Should Take Away Technology and layout facilitates the communication of relevant content. Content will make or break your website.

What Designers Should Take Away RWD is still in it’s infant stages. Design patterns, and techniques are still being created. You can contribute meaningfully.