9 responsive design mistakes that drive people nuts

13
9 Responsive Design Mistakes That Drive People Nuts www.climbersoft.com

Transcript of 9 responsive design mistakes that drive people nuts

Page 1: 9 responsive design mistakes that drive people nuts

9 Responsive Design Mistakes That Drive People Nuts

www.climbersoft.com

Page 2: 9 responsive design mistakes that drive people nuts

9 Responsive Design Mistakes That Drive People Nuts

www.climbersoft.comwww.climbersoft.com

INDEX

•Introduction•Factor(1) Background images and icons(2) Navigation(3) Hiding content from users(4) Trusting the device too much(5) Using too many resources(6) Forgetting about older IE version(7) Overusing JS libraries(8) PNGs(9) Separate Mobile URLs

• Thank you

Page 3: 9 responsive design mistakes that drive people nuts

9 Responsive Design Mistakes That Drive People Nuts

www.climbersoft.comwww.climbersoft.com

INTRODUCTION

Responsive design is at its heels and most websites have already embraced it. As more browsing originates on mobiles, creating rich user experiences for mobile

visitors is crucial these days.While designing a responsive website, however, developers usually make a few

common mistakes, which yield them nothing but lots of lost visitors.

Page 4: 9 responsive design mistakes that drive people nuts

www.climbersoft.com

FACTOR

1Background

images and icons

Flexible images render beautiful graphics

when viewed on a high pixel density device.

While designing a responsive site, designers

must also ensure that images don’t look blurry

and they are scaled accurately for a nice

looking appeal.

Page 5: 9 responsive design mistakes that drive people nuts

www.climbersoft.com

FACTOR

2 Navigation

Designers need to put all their efforts to build a navigation that is easy and does not force people to guess. You should spend some time understanding your user behavior as well as your website

architecture, which together define the whole purpose of a navigation. Your navigation should be built according to both your visitors’ behavior and the type of website you are running.

Page 6: 9 responsive design mistakes that drive people nuts

www.climbersoft.com

FACTOR

3 Hiding content from users

Developers must keep optimization in their mind and get rid of unwanted elements to give mobile users access to all necessary

information. As a result, focus on a website structure and prioritize elements that can be rendered accordingly.

Page 7: 9 responsive design mistakes that drive people nuts

www.climbersoft.com

FACTOR

4Trusting the device

too much

This ambiguity often drives designers to come to the conclusion which fails to fetch them the expected results. Therefore, it is crucial to give your content enough freedom to define logical breakpoints itself so that it looks flawless regardless of the device being used to

view it.

Page 8: 9 responsive design mistakes that drive people nuts

www.climbersoft.com

FACTOR

5 Using too many resources

Overburdening a responsive design with unnecessary resources can drastically slow down website performance and its

responding time. Since responsive design applies to traffic from both desktop and mobile devices, designers need to put extra

efforts to make sure only the most needed resources are loaded to their visitors on both mobile as well as desktop devices.

Page 9: 9 responsive design mistakes that drive people nuts

www.climbersoft.com

FACTOR

6 Forgetting about older IE version

Responsive websites are not compatible with the older versions of IE because they don’t provide support for CSS3 media queries. In

this scenario, developers can invest their time to make their website perform smoothly on older IEs across a variety of mobile

devices.Designers can modify their page layout after carefully examining

the size of the browser window, with the help of JavaScript.

Page 10: 9 responsive design mistakes that drive people nuts

www.climbersoft.com

FACTOR

7 Overusing JS libraries

You may be losing mobile visitors if your responsive web design displays too many JavaScript libraries simultaneously. Overusing JS libraries can sometimes crash a browser while loading a site or

create a website that renders content slowly for the visitor.

Page 11: 9 responsive design mistakes that drive people nuts

www.climbersoft.com

FACTOR

8 PNGs

Unoptimized PNG images can hamper the overall functioning of a website, as they consume a lot of space thus slowing down a website.

That is why it is important to optimize and reduce the size of PNG file so that your website load them faster. Though it slightly affects your

image quality, but it would definitely prevent you from having a website that takes ages to respond.

Page 12: 9 responsive design mistakes that drive people nuts

www.climbersoft.com

FACTOR

9 Separate Mobile URLs

having a separate URL for mobile and desktop seems to be more logical strategy. Following this approach designers are able to

construct a mobile site with smaller pages that are better viewed on small devices. They are also catered more effectively across different

platforms.

Page 13: 9 responsive design mistakes that drive people nuts