SlideShare a Scribd company logo
1 of 14
Secrets of Responsive Web
Design
Formula for Fluid/ Responsive Layout




              by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast   1
It can be any device.




                                                                   Picture from internet


             by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast              2
Introduction
• Still developing websites for the standard screen resolution
  (1024x768)? Stop that! It makes you look foolish in the
  changing world of the Web.
• Responsive Web Design is like a shiny new toy for designers
  and developers. It is difficult to overestimate the importance
  of sensible design, as it ensures that any website will look
  good on different screen resolutions. I think everyone will
  agree with me that the first thing every designer worth his
  salt should do is get familiar with web design response.




                        by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast   3
Its called responsive design




                                                                   Picture from internet


             by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast              4
How to create a flexible grid
• Using a flexible, forget style fixed width and centered on the
  content. This means that all elements of our design is resized
  in correlation. The basic idea of a fluid grid to use this
  formula for the calculation of the percentage proportions of
  design.

target / context = result

.sidebar {
     width:31.5%;
}
                       by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast   5
Pixel to EM
• The same formula works for fonts. We stop using pixel sizes
  based on the time we use em or percentages.

14 pixels - the body font size;
21 pixels - the H1 font size;
21 ⁄ 14 = 1.5
Your CSS will look like:
h1 {
        font-size:1.5em;
}

                         by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast   6
Fluid images
• Using images of fluids causes the block size setting father. The
  main idea is to use unobvious properties {max-width: 100%}.
  An image with img {max-width: 100%} will never get out of
  your head unit. If the die block is less than the size of img then
  the image is reduced proportionally. This principle applies to
  images, objects and video.
• The usage of fluid images causes the adjustment of the size to
  the parent block. The main idea is in the unobvious usage of
  the properties of {max-width: 100%}. An image with img
  {max-width: 100%} will never come out from its parent unit. If
  the parent block is smaller than the size of img then the image
  is reduced proportionally. This principle applies to
  images,objects and video. Inaddition to that {display: block;} is
  used to avoid parent float issues. Keep in mind media query
  can be excuted only at latest browsers as it is part of CSS3.
                        by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast   7
Flexible images
• A better solution is to use context-aware image sizing. This
  technique basically consists of having different sizes of an
  image, and displaying only the size adapted to the device.
  Quick example:

<img src="image.jpg" data-src-600px="image-
600px.jpg" data-src-800px="image-800px.jpg"
alt=""> And the related CSS:

@media (min-device-width:600px) { img[data-src-
600px] { content: attr(data-src-600px, url); }
}

                        by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast   8
Should know about Media Queries
• Media inquiries are necessary in order to show the optimized
  layout for the very resolution, which at the time was surfed
  the site. It is a part of the CSS standard, which allows to apply
  styles based on information about the device resolution.

@media screen and (mas-width:980px){
     /*styles*/
}




                        by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast   9
Widespread pixel width
• The most widespread pixel widths are:
  320px(iPhone portrait, default),
  480px (iPhone landscape), 600px,
  768px(iPad portrait),
  900px, 1024px (iPad landscape).

• I strongly recommend to consider all these screen resolutions
  if you want to make your design a responsive one.




                       by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast   10
How does it look in practice?
• The first step we should do is to include a meta tag "viewport"
  into <head> to tell the browser that this webpage is optimized
  for mobile.

<meta name="viewport" content="width=device-
width, initial-scale=1.0">




                       by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast   11
jQuery is your friend
• jQuery is definitely a super useful tool when it comes to web
  development. Lots of jQuery plugins can help you to create
  better responsive websites.
  A quick round up of my personal favorites:
• FitText: A plugin that makes font-sizes flexible.
• Elastislide: A responsive jQuery carousel plugin.
• Supersized: A full screen background slideshow plugin.
• FitVids: A lightweight, easy-to-use jQuery plugin for fluid
  width video embeds.



                       by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast   12
Thank you




by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast   13
Author
Sameera Thilakasiri is a website designer based in Colombo. Specialist in UI,
UX, SEO, IA, IxD, RWD. He is blogging technical areas while is leisure. He can
be reached by http://www.sameerast.com




                             by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast   14

More Related Content

What's hot

Godfrey's propel one and capture
Godfrey's propel one and captureGodfrey's propel one and capture
Godfrey's propel one and capturevampmedia
 
WordPress SEO Essentials - by Peter Mead
WordPress SEO Essentials - by Peter MeadWordPress SEO Essentials - by Peter Mead
WordPress SEO Essentials - by Peter MeadPeter Mead
 
Webinar Using Google Analytics(tm) to Build Your Content Strategy
Webinar  Using Google Analytics(tm) to Build Your Content StrategyWebinar  Using Google Analytics(tm) to Build Your Content Strategy
Webinar Using Google Analytics(tm) to Build Your Content StrategyWP Engine
 
There's a Plugin for That: Benefits of Transitioning Your Blog or Site to Wor...
There's a Plugin for That: Benefits of Transitioning Your Blog or Site to Wor...There's a Plugin for That: Benefits of Transitioning Your Blog or Site to Wor...
There's a Plugin for That: Benefits of Transitioning Your Blog or Site to Wor...BarkWorld Expo
 
Blogger to WordPress Migration
Blogger to WordPress MigrationBlogger to WordPress Migration
Blogger to WordPress MigrationNew Tricks
 
Configuring WordPress - Dan Maby
Configuring WordPress - Dan MabyConfiguring WordPress - Dan Maby
Configuring WordPress - Dan MabyDan Maby
 
Issuemagazineplus Launched Bloggie Pro Personal Wordpress Blog Theme
Issuemagazineplus Launched Bloggie Pro Personal Wordpress Blog Theme Issuemagazineplus Launched Bloggie Pro Personal Wordpress Blog Theme
Issuemagazineplus Launched Bloggie Pro Personal Wordpress Blog Theme issuemagazineplus
 
Pagination and SEO - Making it Easy
Pagination and SEO - Making it EasyPagination and SEO - Making it Easy
Pagination and SEO - Making it EasyEric Enge
 
Plr high ticket
Plr high ticketPlr high ticket
Plr high ticketsholatasar
 
Keeping Google Happy - May 18, 2017 Meetup
Keeping Google Happy - May 18, 2017 MeetupKeeping Google Happy - May 18, 2017 Meetup
Keeping Google Happy - May 18, 2017 MeetupMickey Mellen
 

What's hot (13)

Godfrey's propel one and capture
Godfrey's propel one and captureGodfrey's propel one and capture
Godfrey's propel one and capture
 
WordPress SEO Essentials - by Peter Mead
WordPress SEO Essentials - by Peter MeadWordPress SEO Essentials - by Peter Mead
WordPress SEO Essentials - by Peter Mead
 
Webinar Using Google Analytics(tm) to Build Your Content Strategy
Webinar  Using Google Analytics(tm) to Build Your Content StrategyWebinar  Using Google Analytics(tm) to Build Your Content Strategy
Webinar Using Google Analytics(tm) to Build Your Content Strategy
 
There's a Plugin for That: Benefits of Transitioning Your Blog or Site to Wor...
There's a Plugin for That: Benefits of Transitioning Your Blog or Site to Wor...There's a Plugin for That: Benefits of Transitioning Your Blog or Site to Wor...
There's a Plugin for That: Benefits of Transitioning Your Blog or Site to Wor...
 
Blogger to WordPress Migration
Blogger to WordPress MigrationBlogger to WordPress Migration
Blogger to WordPress Migration
 
Proposal of iEnglish
Proposal of iEnglishProposal of iEnglish
Proposal of iEnglish
 
Configuring WordPress - Dan Maby
Configuring WordPress - Dan MabyConfiguring WordPress - Dan Maby
Configuring WordPress - Dan Maby
 
Issuemagazineplus Launched Bloggie Pro Personal Wordpress Blog Theme
Issuemagazineplus Launched Bloggie Pro Personal Wordpress Blog Theme Issuemagazineplus Launched Bloggie Pro Personal Wordpress Blog Theme
Issuemagazineplus Launched Bloggie Pro Personal Wordpress Blog Theme
 
google amp pages
google amp pagesgoogle amp pages
google amp pages
 
Top reasons to design your website in word press | thoughtfulminds
Top reasons to design your website in word press | thoughtfulmindsTop reasons to design your website in word press | thoughtfulminds
Top reasons to design your website in word press | thoughtfulminds
 
Pagination and SEO - Making it Easy
Pagination and SEO - Making it EasyPagination and SEO - Making it Easy
Pagination and SEO - Making it Easy
 
Plr high ticket
Plr high ticketPlr high ticket
Plr high ticket
 
Keeping Google Happy - May 18, 2017 Meetup
Keeping Google Happy - May 18, 2017 MeetupKeeping Google Happy - May 18, 2017 Meetup
Keeping Google Happy - May 18, 2017 Meetup
 

Viewers also liked

Hottest trends to web design in 2013 by Sameera Thilakasiri
Hottest trends to web design in 2013 by Sameera ThilakasiriHottest trends to web design in 2013 by Sameera Thilakasiri
Hottest trends to web design in 2013 by Sameera ThilakasiriSameera Thilakasiri
 
jQuery performance best practices by Sameera Thilakasiri
jQuery performance best practices by Sameera ThilakasirijQuery performance best practices by Sameera Thilakasiri
jQuery performance best practices by Sameera ThilakasiriSameera Thilakasiri
 
Google authorship - picture in search results by Sameera Thilakasiri
Google authorship - picture in search results by Sameera ThilakasiriGoogle authorship - picture in search results by Sameera Thilakasiri
Google authorship - picture in search results by Sameera ThilakasiriSameera Thilakasiri
 
La investigación pura
La investigación puraLa investigación pura
La investigación puramaryperez1991
 
2015 Upload Campaigns Calendar - SlideShare
2015 Upload Campaigns Calendar - SlideShare2015 Upload Campaigns Calendar - SlideShare
2015 Upload Campaigns Calendar - SlideShareSlideShare
 
What to Upload to SlideShare
What to Upload to SlideShareWhat to Upload to SlideShare
What to Upload to SlideShareSlideShare
 

Viewers also liked (7)

Hottest trends to web design in 2013 by Sameera Thilakasiri
Hottest trends to web design in 2013 by Sameera ThilakasiriHottest trends to web design in 2013 by Sameera Thilakasiri
Hottest trends to web design in 2013 by Sameera Thilakasiri
 
Measuring and Improving Decision Quality
Measuring and Improving Decision QualityMeasuring and Improving Decision Quality
Measuring and Improving Decision Quality
 
jQuery performance best practices by Sameera Thilakasiri
jQuery performance best practices by Sameera ThilakasirijQuery performance best practices by Sameera Thilakasiri
jQuery performance best practices by Sameera Thilakasiri
 
Google authorship - picture in search results by Sameera Thilakasiri
Google authorship - picture in search results by Sameera ThilakasiriGoogle authorship - picture in search results by Sameera Thilakasiri
Google authorship - picture in search results by Sameera Thilakasiri
 
La investigación pura
La investigación puraLa investigación pura
La investigación pura
 
2015 Upload Campaigns Calendar - SlideShare
2015 Upload Campaigns Calendar - SlideShare2015 Upload Campaigns Calendar - SlideShare
2015 Upload Campaigns Calendar - SlideShare
 
What to Upload to SlideShare
What to Upload to SlideShareWhat to Upload to SlideShare
What to Upload to SlideShare
 

Similar to Secrets of responsive web design by Sameera Thilakasiri

Responsive web design
Responsive web designResponsive web design
Responsive web designBen MacNeill
 
Let's dig into the Omega Theme!
Let's dig into the Omega Theme!Let's dig into the Omega Theme!
Let's dig into the Omega Theme!Mediacurrent
 
How to Project-Manage and Implement a Responsive Website
How to Project-Manage and Implement a Responsive WebsiteHow to Project-Manage and Implement a Responsive Website
How to Project-Manage and Implement a Responsive WebsiteJj Jurgens
 
Responsive web design
Responsive web designResponsive web design
Responsive web designZeeshan Khan
 
Mobile Best Practices
Mobile Best PracticesMobile Best Practices
Mobile Best Practicesmintersam
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web DesignJulia Vi
 
Responsive Web Design - Web & PHP Conference - 2013-09-18
Responsive Web Design - Web & PHP Conference - 2013-09-18Responsive Web Design - Web & PHP Conference - 2013-09-18
Responsive Web Design - Web & PHP Conference - 2013-09-18Frédéric Harper
 
Responsive Web Designed for your communication and marketing needs
Responsive Web Designed for your communication and marketing needsResponsive Web Designed for your communication and marketing needs
Responsive Web Designed for your communication and marketing needsSEGIC
 
FITC - 2012-04-23 - Responsive Web Design
FITC - 2012-04-23 - Responsive Web DesignFITC - 2012-04-23 - Responsive Web Design
FITC - 2012-04-23 - Responsive Web DesignFrédéric Harper
 
Responsive Web design Zambig
Responsive Web design ZambigResponsive Web design Zambig
Responsive Web design ZambigTribune Media
 
HTML and Responsive Design
HTML and Responsive Design HTML and Responsive Design
HTML and Responsive Design Mindy McAdams
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web DesignChiheb Chebbi
 
Responsive web designing ppt(1)
Responsive web designing ppt(1)Responsive web designing ppt(1)
Responsive web designing ppt(1)admecindia1
 
SEF 2014 - Responsive Design in SharePoint 2013
SEF 2014 - Responsive Design in SharePoint 2013SEF 2014 - Responsive Design in SharePoint 2013
SEF 2014 - Responsive Design in SharePoint 2013Marc D Anderson
 
Advancio, Inc. Academy: Responsive Web Design
Advancio, Inc. Academy: Responsive Web DesignAdvancio, Inc. Academy: Responsive Web Design
Advancio, Inc. Academy: Responsive Web DesignAdvancio
 
Why should we build our website responsive
Why should we build our website responsiveWhy should we build our website responsive
Why should we build our website responsiveOmkarsoft Bangalore
 
Responsive Design in iMIS Part 2
Responsive Design in iMIS Part 2Responsive Design in iMIS Part 2
Responsive Design in iMIS Part 2Andrea Robertson
 

Similar to Secrets of responsive web design by Sameera Thilakasiri (20)

Responsive web design
Responsive web designResponsive web design
Responsive web design
 
Let's dig into the Omega Theme!
Let's dig into the Omega Theme!Let's dig into the Omega Theme!
Let's dig into the Omega Theme!
 
How to Project-Manage and Implement a Responsive Website
How to Project-Manage and Implement a Responsive WebsiteHow to Project-Manage and Implement a Responsive Website
How to Project-Manage and Implement a Responsive Website
 
Responsive web design
Responsive web designResponsive web design
Responsive web design
 
Design responsively
Design responsivelyDesign responsively
Design responsively
 
Mobile Best Practices
Mobile Best PracticesMobile Best Practices
Mobile Best Practices
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web Design
 
Responsive Web Design - Web & PHP Conference - 2013-09-18
Responsive Web Design - Web & PHP Conference - 2013-09-18Responsive Web Design - Web & PHP Conference - 2013-09-18
Responsive Web Design - Web & PHP Conference - 2013-09-18
 
Responsive Web Designed for your communication and marketing needs
Responsive Web Designed for your communication and marketing needsResponsive Web Designed for your communication and marketing needs
Responsive Web Designed for your communication and marketing needs
 
FITC - 2012-04-23 - Responsive Web Design
FITC - 2012-04-23 - Responsive Web DesignFITC - 2012-04-23 - Responsive Web Design
FITC - 2012-04-23 - Responsive Web Design
 
Responsive Web design Zambig
Responsive Web design ZambigResponsive Web design Zambig
Responsive Web design Zambig
 
HTML and Responsive Design
HTML and Responsive Design HTML and Responsive Design
HTML and Responsive Design
 
Aaug sample slides
Aaug sample slidesAaug sample slides
Aaug sample slides
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web Design
 
Responsive Web Designing Fundamentals
Responsive Web Designing FundamentalsResponsive Web Designing Fundamentals
Responsive Web Designing Fundamentals
 
Responsive web designing ppt(1)
Responsive web designing ppt(1)Responsive web designing ppt(1)
Responsive web designing ppt(1)
 
SEF 2014 - Responsive Design in SharePoint 2013
SEF 2014 - Responsive Design in SharePoint 2013SEF 2014 - Responsive Design in SharePoint 2013
SEF 2014 - Responsive Design in SharePoint 2013
 
Advancio, Inc. Academy: Responsive Web Design
Advancio, Inc. Academy: Responsive Web DesignAdvancio, Inc. Academy: Responsive Web Design
Advancio, Inc. Academy: Responsive Web Design
 
Why should we build our website responsive
Why should we build our website responsiveWhy should we build our website responsive
Why should we build our website responsive
 
Responsive Design in iMIS Part 2
Responsive Design in iMIS Part 2Responsive Design in iMIS Part 2
Responsive Design in iMIS Part 2
 

Recently uploaded

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 

Recently uploaded (20)

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 

Secrets of responsive web design by Sameera Thilakasiri

  • 1. Secrets of Responsive Web Design Formula for Fluid/ Responsive Layout by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast 1
  • 2. It can be any device. Picture from internet by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast 2
  • 3. Introduction • Still developing websites for the standard screen resolution (1024x768)? Stop that! It makes you look foolish in the changing world of the Web. • Responsive Web Design is like a shiny new toy for designers and developers. It is difficult to overestimate the importance of sensible design, as it ensures that any website will look good on different screen resolutions. I think everyone will agree with me that the first thing every designer worth his salt should do is get familiar with web design response. by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast 3
  • 4. Its called responsive design Picture from internet by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast 4
  • 5. How to create a flexible grid • Using a flexible, forget style fixed width and centered on the content. This means that all elements of our design is resized in correlation. The basic idea of a fluid grid to use this formula for the calculation of the percentage proportions of design. target / context = result .sidebar { width:31.5%; } by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast 5
  • 6. Pixel to EM • The same formula works for fonts. We stop using pixel sizes based on the time we use em or percentages. 14 pixels - the body font size; 21 pixels - the H1 font size; 21 ⁄ 14 = 1.5 Your CSS will look like: h1 { font-size:1.5em; } by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast 6
  • 7. Fluid images • Using images of fluids causes the block size setting father. The main idea is to use unobvious properties {max-width: 100%}. An image with img {max-width: 100%} will never get out of your head unit. If the die block is less than the size of img then the image is reduced proportionally. This principle applies to images, objects and video. • The usage of fluid images causes the adjustment of the size to the parent block. The main idea is in the unobvious usage of the properties of {max-width: 100%}. An image with img {max-width: 100%} will never come out from its parent unit. If the parent block is smaller than the size of img then the image is reduced proportionally. This principle applies to images,objects and video. Inaddition to that {display: block;} is used to avoid parent float issues. Keep in mind media query can be excuted only at latest browsers as it is part of CSS3. by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast 7
  • 8. Flexible images • A better solution is to use context-aware image sizing. This technique basically consists of having different sizes of an image, and displaying only the size adapted to the device. Quick example: <img src="image.jpg" data-src-600px="image- 600px.jpg" data-src-800px="image-800px.jpg" alt=""> And the related CSS: @media (min-device-width:600px) { img[data-src- 600px] { content: attr(data-src-600px, url); } } by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast 8
  • 9. Should know about Media Queries • Media inquiries are necessary in order to show the optimized layout for the very resolution, which at the time was surfed the site. It is a part of the CSS standard, which allows to apply styles based on information about the device resolution. @media screen and (mas-width:980px){ /*styles*/ } by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast 9
  • 10. Widespread pixel width • The most widespread pixel widths are: 320px(iPhone portrait, default), 480px (iPhone landscape), 600px, 768px(iPad portrait), 900px, 1024px (iPad landscape). • I strongly recommend to consider all these screen resolutions if you want to make your design a responsive one. by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast 10
  • 11. How does it look in practice? • The first step we should do is to include a meta tag "viewport" into <head> to tell the browser that this webpage is optimized for mobile. <meta name="viewport" content="width=device- width, initial-scale=1.0"> by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast 11
  • 12. jQuery is your friend • jQuery is definitely a super useful tool when it comes to web development. Lots of jQuery plugins can help you to create better responsive websites. A quick round up of my personal favorites: • FitText: A plugin that makes font-sizes flexible. • Elastislide: A responsive jQuery carousel plugin. • Supersized: A full screen background slideshow plugin. • FitVids: A lightweight, easy-to-use jQuery plugin for fluid width video embeds. by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast 12
  • 13. Thank you by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast 13
  • 14. Author Sameera Thilakasiri is a website designer based in Colombo. Specialist in UI, UX, SEO, IA, IxD, RWD. He is blogging technical areas while is leisure. He can be reached by http://www.sameerast.com by Sameera Thilakasiri | www.sameerast.com | Twitter @ sameerast 14