responsive web design

12
Responsive Web Design

Upload: leandromtr

Post on 27-Nov-2014

989 views

Category:

Technology


0 download

DESCRIPTION

A brief overview on Responsive Web Design.

TRANSCRIPT

Page 1: Responsive web design

Responsive Web Design

Page 2: Responsive web design

Needs

New devices have been developed with sizes and resolutions of all kinds and not all devices provide a great viewing experience to the user.

Creating different pages for each device is unviable because this procedure needs a lot of time and needs a lot of control.

Page 3: Responsive web design

Solution to alleviate these needs Use an approach that adapts to the user.

Use the approach of Responsive Web Design.

Page 4: Responsive web design

What is Responsive Web Design? An approach that is able to adapt the display (to the screen) for the viewing

environment of the user.

Its goal is to provide quality in content presentation and user friendly for the user.

Page 5: Responsive web design

Key Features of RWD

For this approach to work properly, there are 3 key Features:

Media Query

Fluid Grids

Flexible Images

Page 6: Responsive web design

Media Query

CSS (Cascading Style Sheets) elements allow the page to use different rules based on the characteristics of the device where the website is being displayed.

Page 7: Responsive web design

Fluid Grids

The Fluid Layout is a feature in which objects are resized and thus adapt according to the type of screen.

Page 8: Responsive web design

Flexible Images

Images that have dimensions in relative units to adjust the image surrounding the entire content.

Page 9: Responsive web design

Advantages of RWD

Best viewing experience for different devices

Improve SEO

“ recommends webmasters follow the industry best practice of using responsive web design, namely serving the same HTML for all devices and using only CSS media queries to decide the rendering on each device.” 

Page 10: Responsive web design

Disadvantages of RWD

Developing website with this approach is more time consuming in the initial period, as it requires a “deeper study” of how power sets content to any resolution.

Some older browsers are not prepared for the use of Responsive Web Design, by not recognizing the CSS media query element.

Page 11: Responsive web design

Results with RWD

Page 12: Responsive web design

Conclusion

Responsive Web Design is definitely the most viable solution to optimize the user navigation nowadays.

Create websites with approach of Responsive Web Design requires deeper knowledge of developer.

Responsive Web Design is recommended for those who want to provide the user with quality navigation.

Using this approach facilitates improved SEO results.