the art of responsive design

18
#Logi16 THE ART OF RESPONSIVE DESIGN Joshua McClure

Upload: logi-analytics

Post on 06-Jan-2017

89 views

Category:

Data & Analytics


0 download

TRANSCRIPT

Page 1: The Art of Responsive Design

#Logi16

THE ART OF RESPONSIVE DESIGN

Joshua McClure

Page 2: The Art of Responsive Design

#Logi16

ABOUT ME

2

Joshua McClureSolutions Engineer & Web DeveloperLogi [email protected]

Page 3: The Art of Responsive Design

#Logi16

• What does it mean to be responsive?

• Leveraging the tools of the trade

• Principles to keep in mind

• The basics of building a responsive application

WHAT WE ARE GOING TO LEARN TODAY

3

Page 4: The Art of Responsive Design

#Logi16

WHAT does it mean to be responsive?

And WHEN should it be responsive?

Page 5: The Art of Responsive Design

#Logi16

What is Responsive Design?

5

Page 6: The Art of Responsive Design

#Logi16

Use responsive techniques when your audience is accessing the application from mobile devices and only if the application provides meaningful value to the audience in a mobile context.

When Should You Use Responsive Design?

6

Page 7: The Art of Responsive Design

#Logi16

TOOLS OF THE TRADETools that will help you take your application to the next level.

Page 8: The Art of Responsive Design

#Logi16

LOGI STUDIO TOOLS

Master Report LayoutCanvas Charts

8

Page 9: The Art of Responsive Design

#Logi16

CSS FRAMEWORKS

9

Page 10: The Art of Responsive Design

#Logi16

RESPONSIVE DESIGN TOOLS

Browser Developer ToolsDevice Emulator

10

Page 11: The Art of Responsive Design

#Logi16

KEY PRINCIPLESKeep these in mind while building your responsive framework and content.

Page 12: The Art of Responsive Design

#Logi16

A typical framework will consist of a few key components.

• Header• Sidebar• Content• Footer

BUILD A FRAMEWORK

12

Page 13: The Art of Responsive Design

#Logi16

• Use fluid measurement

• Auto-sizing is my friend

• The framework of your application should respond the screen size, thus driving the size of the content

RELATIVE MEASUREMENT

Pixels

13

Page 14: The Art of Responsive Design

#Logi16

• Only show the important stuff, hide everything else

• Hide content that is expensive to the load time (on mobile devices)

• Make use of popup windows, sliding trays, and other UI elements

ONLY SHOW THE IMPORTANT STUFF

14

Page 15: The Art of Responsive Design

#Logi16

• The smaller the screen size, the more space is needed

• Provide plenty of space between objects

• Overcome Horror Vacui

WHITESPACE IS YOUR FRIEND

15

Page 16: The Art of Responsive Design

#Logi16

BUILDING RESPONSIVE CONTENT

Using Logi Studio:1. Building the Layout2. Report Content3. Responsive Tables

Page 17: The Art of Responsive Design

#Logi16

Use these simple techniques to reach your audience on any device!

Logi has responsive design baked into the platform

Page 18: The Art of Responsive Design

#Logi16

Learn more with The Definitive Guide to Dashboard Design