SlideShare a Scribd company logo
1 of 30
Responsive Web Designing
- A Future of Web Designing

Learn to Develop A
Responsive Website
in Just 10 Minutes.
[ADMEC Multimedia Institute]

www.admecindia.co.in
Topics Going to be Covered


Meaning of Responsive



What is A Responsive Web Design
(RWD)?



What is the Need to Construct
Responsive Designs?



Basics of Responsive Web Designing



Essentials to Create your First
Responsive Website



Advantages of RWD

Can send feedback at: @admecinstitute
The term Responsive means ,
To provide

“Responses or Adaptiveness
Quickly and Positively”
to the users.


A Responsive Web Design refers to

“ Creating a Catalog of Multi-Device
Layout patterns”.




Responsive Web Designing (RWD) is a
process of designing a single website to be
used and compatible on different portable or
handy electronic devices.
Also known as Adaptive Web Designing
(AWD).

Responsive Websites
Offers








It regarded as an integrated approach of
designing through which compelling and
easy to use websites are built, to give an
optimal viewing user experience across a
wide variety of devices starting from desktop
computers to mobile phones.



Smooth navigation
Easy reading
Minimum pinching
Reduces scrolling
and zooming.
Excellent user
experience.
A

A

A

Big

Big

Big

Question ???

Question ???

Question ???

A

Big

Question ???
Why You Need A Responsive Website?



Growing Demand for Smartphones



Multiple Screen Sizes and Mobile
Browsers



Wide Usage of Internet



Permits wider browser support



Compulsory for Getting Good
Business


Web designers should consider the following questions while mobilizing
the content
Q. What is the purpose of the site?
Q. Who are the users?
Q. What sort of data is being accessed by them?
Q. User’s locations ?
Q. What’s the capacity of the devices and screen information such as size,
resolution, pixel density, and color information from which information
is being accessed?


Designers should use appropriate layout to suit completely different
screen sizes.
Devices

Size

Phones

480px and below

Phones to Tablets

767px and below

Portrait Tablets

768px and above

Net Book

990px to 1024px

Monitor

1024px and above


Web designers should build pages that are -

1. Crisp

2. Clean

3. Succinct
Other Important Guidelines

4. Resizing images to fit the screen resolution
5. Hiding non-essential elements especially for smaller screen

6. Avoid web technologies that don’t work on mobile
7. Make sure that website can be read in seconds
8. Optimize your page for vertical scrolling
Major Components of A Responsive Website


Responsive website designing is a modern approach of website
designing. It comprises of four core elements.

1. Meta Tags
2.CSS3 Media Queries
3. Grid Systems
4. Frameworks


Meta tag is a coding statement in HTML.



It describes few aspects of the contents of a web page.



Information provided in the meta tags is used by the search
engines for page indexation.



Placed at the top of a web page as a part of heading.



We use viewport meta tag for making a web page Mobile
Optimized. See the example on next page.


There are three different meta tags that work for old, new, and modern
hand held devices like mobiles (all types) and tablets.

Example:
Put these 3 lines in the head section of your site.

<meta name=”HandheldFriendly” content=”true” />
<meta name=”MobileOptimized” content=”320” />
<meta name=”viewport” content=”width=device-width, initialscale=1.0” />


A responsive designer needs to add these meta tags to make a website
mobile optimized.


CSS3 Media Queries consists of a media type and zero or an optional
expression to assign different style-sheets depending on browser
window size using media features such as width, height, orientation,
resolution, pixel aspect ration, and color etc.



Using CSS3 media queries, presentations can be tailored to a specific
range of output devices without changing the content itself.



You can use media queries in different ways for different reasons.


Use following CSS media query syntax for calling an external stylesheet:

<link rel='stylesheet' media='screen and (min-width: 320px) and (max-width:
480px)' href='css/phone.css' />


And you can control css presentation in css file too:
@media screen {
body {
width: 75%;
}
}
@media print {
body {
}

}

width: 100%;


Likewise, you can use more advanced CSS media queries like:

@media all and (max-width: 699px) and (min-width: 520px), (min-width:
1151px)
{
body {
background: #ccc;
}
}


Grids are the simplest, strongest, and quick way to create page layouts.
A grid is a set of number of “columns” and intervening “gutters”
(margins) inside a “container” with any width and flexibility.



It gives a feeling of considered organization of one’s website.



In the words of Josef Muller Brockmann,” The grid system is an aid, not
a guarantee. It permits a number of possible uses and each designer can
look for a solution appropriate to his personal style. But one must learn
how to use the grid; it is an art that requires practice.”


Following are some of the common grid system used to create a
responsive website:



YUI CSS Grid



960 Grid System



Golden Grid System(also referred to as Folding Grid)


Frameworks can be defined as a set of tools, libraries, conventions and
best practices that enable the designers to cut down their routine tasks
into reusable generic modules.



CSS3 frameworks provide following benefits to web designers and
developers:
1. Faster designing and building of websites.
2. Designers can focus on crucial segments of website buildingusing a grid, including a print style sheet, browser compliance,
creation of multiple layouts,etc.


Following are the popular frameworks that web designers and
developers used to develop responsive websites:



Skeleton



Foundation



Bootstrap


Using Smartphone, Tablets, and Notebooks for accessing internet has become a
common fashion or trend. A popularity or charm had been seen among the
users for responsive sites as it serve the following advantages.



A Responsive website is flexible to use.



It automatically shuffles content, resizes images, and adjusts font size.



Users are able to read information as per their needs and preferences.



Helps encountering fast and intelligent sites.



Saves user’s time while browsing the site.



Helps increasing the user experience.


Responsive websites has changed the overall outlook of web industry. It
extends numerous benefits to the web designers and the company at
large.



Simplifies the designing process



Saves time and efforts



Reduces capital employed



Eliminates the need to maintain multiple websites



Minimizes maintenance and development cost


Increases Return on Investment in long run.



Improved SEO rank



Better performance means better sales



Higher conversion rates



Key to create competitive advantage over the competitors



Increasing market share
For more info you can visit
www.admecindia.co.in
Or click on the link:
http://www.admecindia.co.in/responsive-web-designing.html
For Course Related Enquiry, Please Ring Us At:
9811-81-81-22, 011-3130-5055, 011-3203-5055

More Related Content

What's hot

What's hot (20)

Html media
Html mediaHtml media
Html media
 
Introduction to ASP.NET
Introduction to ASP.NETIntroduction to ASP.NET
Introduction to ASP.NET
 
HTML and Responsive Design
HTML and Responsive Design HTML and Responsive Design
HTML and Responsive Design
 
Web Development
Web DevelopmentWeb Development
Web Development
 
Responsive web design ppt
Responsive web design pptResponsive web design ppt
Responsive web design ppt
 
Web Development Presentation
Web Development PresentationWeb Development Presentation
Web Development Presentation
 
HTML CSS & Javascript
HTML CSS & JavascriptHTML CSS & Javascript
HTML CSS & Javascript
 
Javascript basics
Javascript basicsJavascript basics
Javascript basics
 
Web development
Web developmentWeb development
Web development
 
Css3
Css3Css3
Css3
 
Front-End Web Development
Front-End Web DevelopmentFront-End Web Development
Front-End Web Development
 
Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1Front-end development introduction (HTML, CSS). Part 1
Front-end development introduction (HTML, CSS). Part 1
 
Web Site Design Principles
Web Site Design PrinciplesWeb Site Design Principles
Web Site Design Principles
 
CSS Basics
CSS BasicsCSS Basics
CSS Basics
 
Javascript
JavascriptJavascript
Javascript
 
CSS ppt
CSS pptCSS ppt
CSS ppt
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
 
CSS
CSSCSS
CSS
 
Presentation of web designing
Presentation of web designingPresentation of web designing
Presentation of web designing
 
CSS3 Media Queries
CSS3 Media QueriesCSS3 Media Queries
CSS3 Media Queries
 

Viewers also liked

Responsive Design
Responsive DesignResponsive Design
Responsive DesignSara Cannon
 
Multiple Design Strategies for Multiple Screens
Multiple Design Strategies for Multiple ScreensMultiple Design Strategies for Multiple Screens
Multiple Design Strategies for Multiple ScreensJanine Warner
 
Responsive Web Design: Clever Tips and Techniques
Responsive Web Design: Clever Tips and TechniquesResponsive Web Design: Clever Tips and Techniques
Responsive Web Design: Clever Tips and TechniquesVitaly Friedman
 
The Internet & Multimedia Integration
The Internet & Multimedia IntegrationThe Internet & Multimedia Integration
The Internet & Multimedia IntegrationJoseph Stabb, ABD
 
Boston Globe: Responsive Web Design
Boston Globe: Responsive Web DesignBoston Globe: Responsive Web Design
Boston Globe: Responsive Web DesignThe Media Consortium
 
“Multimedia Steganography with Cipher Text and Compression ppt.
“Multimedia Steganography with Cipher Text and Compression ppt.“Multimedia Steganography with Cipher Text and Compression ppt.
“Multimedia Steganography with Cipher Text and Compression ppt.Pradeep Vishwakarma
 
The Internet and Multimedia
The Internet and Multimedia The Internet and Multimedia
The Internet and Multimedia CeliaBSeaton
 
Ppt of web development
Ppt of web developmentPpt of web development
Ppt of web developmentbethanygfair
 
Introduction to Bootstrap
Introduction to BootstrapIntroduction to Bootstrap
Introduction to BootstrapRon Reiter
 
Responsive webdesign
Responsive webdesignResponsive webdesign
Responsive webdesignBart De Waele
 
Responsive web-design through bootstrap
Responsive web-design through bootstrapResponsive web-design through bootstrap
Responsive web-design through bootstrapZunair Sagitarioux
 
Design Process in the Responsive Age
Design Process in the Responsive AgeDesign Process in the Responsive Age
Design Process in the Responsive AgePon Kattera
 
Web Design 101
Web Design 101Web Design 101
Web Design 101T.S. Lim
 
Introduction To Multimedia
Introduction To MultimediaIntroduction To Multimedia
Introduction To MultimediaJomel Penalba
 
Strong Teamwork in Big Project: Divide work & Multiply Success
Strong Teamwork in Big Project: Divide work & Multiply SuccessStrong Teamwork in Big Project: Divide work & Multiply Success
Strong Teamwork in Big Project: Divide work & Multiply SuccessEmipro Technologies Pvt. Ltd.
 
multimedia element
multimedia elementmultimedia element
multimedia elementAZMAN KADIR
 

Viewers also liked (19)

Responsive Webdesign
Responsive WebdesignResponsive Webdesign
Responsive Webdesign
 
Responsive Design
Responsive DesignResponsive Design
Responsive Design
 
Multiple Design Strategies for Multiple Screens
Multiple Design Strategies for Multiple ScreensMultiple Design Strategies for Multiple Screens
Multiple Design Strategies for Multiple Screens
 
Responsive Web Design: Clever Tips and Techniques
Responsive Web Design: Clever Tips and TechniquesResponsive Web Design: Clever Tips and Techniques
Responsive Web Design: Clever Tips and Techniques
 
The Internet & Multimedia Integration
The Internet & Multimedia IntegrationThe Internet & Multimedia Integration
The Internet & Multimedia Integration
 
Boston Globe: Responsive Web Design
Boston Globe: Responsive Web DesignBoston Globe: Responsive Web Design
Boston Globe: Responsive Web Design
 
“Multimedia Steganography with Cipher Text and Compression ppt.
“Multimedia Steganography with Cipher Text and Compression ppt.“Multimedia Steganography with Cipher Text and Compression ppt.
“Multimedia Steganography with Cipher Text and Compression ppt.
 
The Internet and Multimedia
The Internet and Multimedia The Internet and Multimedia
The Internet and Multimedia
 
Ppt of web development
Ppt of web developmentPpt of web development
Ppt of web development
 
Introduction to Bootstrap
Introduction to BootstrapIntroduction to Bootstrap
Introduction to Bootstrap
 
Internet multimedia
Internet multimediaInternet multimedia
Internet multimedia
 
Responsive webdesign
Responsive webdesignResponsive webdesign
Responsive webdesign
 
Responsive web-design through bootstrap
Responsive web-design through bootstrapResponsive web-design through bootstrap
Responsive web-design through bootstrap
 
Design Process in the Responsive Age
Design Process in the Responsive AgeDesign Process in the Responsive Age
Design Process in the Responsive Age
 
Web Design 101
Web Design 101Web Design 101
Web Design 101
 
Introduction To Multimedia
Introduction To MultimediaIntroduction To Multimedia
Introduction To Multimedia
 
Strong Teamwork in Big Project: Divide work & Multiply Success
Strong Teamwork in Big Project: Divide work & Multiply SuccessStrong Teamwork in Big Project: Divide work & Multiply Success
Strong Teamwork in Big Project: Divide work & Multiply Success
 
Web Design Trends 2014
Web Design Trends 2014Web Design Trends 2014
Web Design Trends 2014
 
multimedia element
multimedia elementmultimedia element
multimedia element
 

Similar to Responsive web designing ppt(1)

Responsive web designing
Responsive web designingResponsive web designing
Responsive web designingAanand Bohara
 
Responsive Web Designs
Responsive Web DesignsResponsive Web Designs
Responsive Web DesignsSanjida Afrin
 
Introduction | SEO Expate BD Ltd.
Introduction | SEO Expate BD Ltd.Introduction | SEO Expate BD Ltd.
Introduction | SEO Expate BD Ltd.Sonia Simi
 
Introduction | SEO Expate BD Ltd.
Introduction | SEO Expate BD Ltd.Introduction | SEO Expate BD Ltd.
Introduction | SEO Expate BD Ltd.Sonia Simi
 
Responsive Web Design & Its Significant Aspects
Responsive Web Design & Its Significant AspectsResponsive Web Design & Its Significant Aspects
Responsive Web Design & Its Significant Aspectsvanitharajblaze
 
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
 
Media queries and frameworks
Media queries and frameworksMedia queries and frameworks
Media queries and frameworksNicole Ryan
 
Responsive Web design Zambig
Responsive Web design ZambigResponsive Web design Zambig
Responsive Web design ZambigTribune Media
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web DesignChiheb Chebbi
 
Optimizing Sites for Mobile Devices
Optimizing Sites for Mobile DevicesOptimizing Sites for Mobile Devices
Optimizing Sites for Mobile Devicesjameswillweb
 
G0373049057
G0373049057G0373049057
G0373049057theijes
 
Responsive Web Design Has Become One Of The Hottest Trend
Responsive Web Design Has Become One Of The Hottest TrendResponsive Web Design Has Become One Of The Hottest Trend
Responsive Web Design Has Become One Of The Hottest TrendAditMicrosys Australia
 
Liquidizer.js: A Responsive Web Design Algorithm
Liquidizer.js: A Responsive Web Design AlgorithmLiquidizer.js: A Responsive Web Design Algorithm
Liquidizer.js: A Responsive Web Design Algorithmtheijes
 
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
 
Overview of Responsive Web Design
Overview of Responsive Web DesignOverview of Responsive Web Design
Overview of Responsive Web DesignPankaj Bajaj
 
Impact_Responsive web design brings success to your business
Impact_Responsive web design brings success to your businessImpact_Responsive web design brings success to your business
Impact_Responsive web design brings success to your businessAmit Thakur
 

Similar to Responsive web designing ppt(1) (20)

Responsive web designing
Responsive web designingResponsive web designing
Responsive web designing
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web Design
 
Responsive Design
Responsive DesignResponsive Design
Responsive Design
 
Responsive Web Designs
Responsive Web DesignsResponsive Web Designs
Responsive Web Designs
 
Introduction | SEO Expate BD Ltd.
Introduction | SEO Expate BD Ltd.Introduction | SEO Expate BD Ltd.
Introduction | SEO Expate BD Ltd.
 
Introduction | SEO Expate BD Ltd.
Introduction | SEO Expate BD Ltd.Introduction | SEO Expate BD Ltd.
Introduction | SEO Expate BD Ltd.
 
Responsive Web Design & Its Significant Aspects
Responsive Web Design & Its Significant AspectsResponsive Web Design & Its Significant Aspects
Responsive Web Design & Its Significant Aspects
 
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
 
Media queries and frameworks
Media queries and frameworksMedia queries and frameworks
Media queries and frameworks
 
Responsive Web design Zambig
Responsive Web design ZambigResponsive Web design Zambig
Responsive Web design Zambig
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web Design
 
Mobile Responsive ​ Website Designing.pdf
Mobile Responsive ​ Website Designing.pdfMobile Responsive ​ Website Designing.pdf
Mobile Responsive ​ Website Designing.pdf
 
Optimizing Sites for Mobile Devices
Optimizing Sites for Mobile DevicesOptimizing Sites for Mobile Devices
Optimizing Sites for Mobile Devices
 
G0373049057
G0373049057G0373049057
G0373049057
 
Responsive Web Design Has Become One Of The Hottest Trend
Responsive Web Design Has Become One Of The Hottest TrendResponsive Web Design Has Become One Of The Hottest Trend
Responsive Web Design Has Become One Of The Hottest Trend
 
Responsive web design
Responsive web designResponsive web design
Responsive web design
 
Liquidizer.js: A Responsive Web Design Algorithm
Liquidizer.js: A Responsive Web Design AlgorithmLiquidizer.js: A Responsive Web Design Algorithm
Liquidizer.js: A Responsive Web Design Algorithm
 
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
 
Overview of Responsive Web Design
Overview of Responsive Web DesignOverview of Responsive Web Design
Overview of Responsive Web Design
 
Impact_Responsive web design brings success to your business
Impact_Responsive web design brings success to your businessImpact_Responsive web design brings success to your business
Impact_Responsive web design brings success to your business
 

Recently uploaded

The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 

Recently uploaded (20)

The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 

Responsive web designing ppt(1)

  • 1. Responsive Web Designing - A Future of Web Designing Learn to Develop A Responsive Website in Just 10 Minutes. [ADMEC Multimedia Institute] www.admecindia.co.in
  • 2. Topics Going to be Covered  Meaning of Responsive  What is A Responsive Web Design (RWD)?  What is the Need to Construct Responsive Designs?  Basics of Responsive Web Designing  Essentials to Create your First Responsive Website  Advantages of RWD Can send feedback at: @admecinstitute
  • 3. The term Responsive means , To provide “Responses or Adaptiveness Quickly and Positively” to the users.
  • 4.  A Responsive Web Design refers to “ Creating a Catalog of Multi-Device Layout patterns”.
  • 5.   Responsive Web Designing (RWD) is a process of designing a single website to be used and compatible on different portable or handy electronic devices. Also known as Adaptive Web Designing (AWD). Responsive Websites Offers      It regarded as an integrated approach of designing through which compelling and easy to use websites are built, to give an optimal viewing user experience across a wide variety of devices starting from desktop computers to mobile phones.  Smooth navigation Easy reading Minimum pinching Reduces scrolling and zooming. Excellent user experience.
  • 7. Why You Need A Responsive Website?  Growing Demand for Smartphones  Multiple Screen Sizes and Mobile Browsers  Wide Usage of Internet  Permits wider browser support  Compulsory for Getting Good Business
  • 8.
  • 9.  Web designers should consider the following questions while mobilizing the content Q. What is the purpose of the site? Q. Who are the users? Q. What sort of data is being accessed by them? Q. User’s locations ? Q. What’s the capacity of the devices and screen information such as size, resolution, pixel density, and color information from which information is being accessed?
  • 10.  Designers should use appropriate layout to suit completely different screen sizes. Devices Size Phones 480px and below Phones to Tablets 767px and below Portrait Tablets 768px and above Net Book 990px to 1024px Monitor 1024px and above
  • 11.
  • 12.  Web designers should build pages that are - 1. Crisp 2. Clean 3. Succinct
  • 13. Other Important Guidelines 4. Resizing images to fit the screen resolution 5. Hiding non-essential elements especially for smaller screen 6. Avoid web technologies that don’t work on mobile 7. Make sure that website can be read in seconds 8. Optimize your page for vertical scrolling
  • 14.
  • 15. Major Components of A Responsive Website  Responsive website designing is a modern approach of website designing. It comprises of four core elements. 1. Meta Tags 2.CSS3 Media Queries 3. Grid Systems 4. Frameworks
  • 16.  Meta tag is a coding statement in HTML.  It describes few aspects of the contents of a web page.  Information provided in the meta tags is used by the search engines for page indexation.  Placed at the top of a web page as a part of heading.  We use viewport meta tag for making a web page Mobile Optimized. See the example on next page.
  • 17.  There are three different meta tags that work for old, new, and modern hand held devices like mobiles (all types) and tablets. Example: Put these 3 lines in the head section of your site. <meta name=”HandheldFriendly” content=”true” /> <meta name=”MobileOptimized” content=”320” /> <meta name=”viewport” content=”width=device-width, initialscale=1.0” />  A responsive designer needs to add these meta tags to make a website mobile optimized.
  • 18.  CSS3 Media Queries consists of a media type and zero or an optional expression to assign different style-sheets depending on browser window size using media features such as width, height, orientation, resolution, pixel aspect ration, and color etc.  Using CSS3 media queries, presentations can be tailored to a specific range of output devices without changing the content itself.  You can use media queries in different ways for different reasons.
  • 19.  Use following CSS media query syntax for calling an external stylesheet: <link rel='stylesheet' media='screen and (min-width: 320px) and (max-width: 480px)' href='css/phone.css' />  And you can control css presentation in css file too: @media screen { body { width: 75%; } } @media print { body { } } width: 100%;
  • 20.  Likewise, you can use more advanced CSS media queries like: @media all and (max-width: 699px) and (min-width: 520px), (min-width: 1151px) { body { background: #ccc; } }
  • 21.  Grids are the simplest, strongest, and quick way to create page layouts. A grid is a set of number of “columns” and intervening “gutters” (margins) inside a “container” with any width and flexibility.  It gives a feeling of considered organization of one’s website.  In the words of Josef Muller Brockmann,” The grid system is an aid, not a guarantee. It permits a number of possible uses and each designer can look for a solution appropriate to his personal style. But one must learn how to use the grid; it is an art that requires practice.”
  • 22.  Following are some of the common grid system used to create a responsive website:  YUI CSS Grid  960 Grid System  Golden Grid System(also referred to as Folding Grid)
  • 23.  Frameworks can be defined as a set of tools, libraries, conventions and best practices that enable the designers to cut down their routine tasks into reusable generic modules.  CSS3 frameworks provide following benefits to web designers and developers: 1. Faster designing and building of websites. 2. Designers can focus on crucial segments of website buildingusing a grid, including a print style sheet, browser compliance, creation of multiple layouts,etc.
  • 24.  Following are the popular frameworks that web designers and developers used to develop responsive websites:  Skeleton  Foundation  Bootstrap
  • 25.
  • 26.  Using Smartphone, Tablets, and Notebooks for accessing internet has become a common fashion or trend. A popularity or charm had been seen among the users for responsive sites as it serve the following advantages.  A Responsive website is flexible to use.  It automatically shuffles content, resizes images, and adjusts font size.  Users are able to read information as per their needs and preferences.  Helps encountering fast and intelligent sites.  Saves user’s time while browsing the site.  Helps increasing the user experience.
  • 27.  Responsive websites has changed the overall outlook of web industry. It extends numerous benefits to the web designers and the company at large.  Simplifies the designing process  Saves time and efforts  Reduces capital employed  Eliminates the need to maintain multiple websites  Minimizes maintenance and development cost
  • 28.  Increases Return on Investment in long run.  Improved SEO rank  Better performance means better sales  Higher conversion rates  Key to create competitive advantage over the competitors  Increasing market share
  • 29.
  • 30. For more info you can visit www.admecindia.co.in Or click on the link: http://www.admecindia.co.in/responsive-web-designing.html For Course Related Enquiry, Please Ring Us At: 9811-81-81-22, 011-3130-5055, 011-3203-5055