SlideShare une entreprise Scribd logo
1  sur  36
Télécharger pour lire hors ligne
Why?	– Mobile
0 Many	people	access	your	website	via	smartphones	
and	other	mobile	devices
0Your	content	is	no	more	than	3	taps	
away	from	“Angry	Birds”
Image	src:	http://www.angrybirds.com/
It	is	2013?
0 Which	sites	would	you	prefer	to	visit?	Be	quick!
or
1…2…3…
Screen	resolution	should	be	optimized	for???
Splinternet ?
0 Consider	Android mid‐2012	[	3,997	distinct	devices	]
Short	URL	to	original	article	‐ http://markdubois.me/DroidFragment
Education
0 I	teach	CMWEB	280	Multi‐screen
0 First	3	weeks	we	focus	on	the	fundamentals
Terminology
0 Adaptive web	design
0 Coined	by	Aaron	Gustafson
0 Content	will	change	to	fit	a	predefined	set	of	screen	
sizes	
0 Media	queries	are	core
0 Responsive web	design
0 Coined	by	Ethan	Marcotte
0 Content	will	fluidly	change	to	fit	any	screen	or	device
0 Media	queries	are	a	part,	but	pages	more	fluid
Responsive	Web	Design
0 Philosophy	and	development	strategy
0 Multi‐screen/	post‐PC	world
0 Focus	on	various	viewport	sizes
0 Single	front	end
0 Flexible	grids
0 Flexible	images
0 Media	queries	(may	change	content	based	on	available	
screen	real	estate)
RWD	– early	page
0 http://alistapart.com/article/responsive‐web‐design
Responsive	Design
0 http://alistapart.com/article/responsive‐web‐design
RWD	– simple	example
0 http://markdubois.me/RWDEx01
RWD	– code
0 http://markdubois.me/RWDEx01
0 HTML
0 CSS
<img class="respImg"	src="orchid.jpg"	/>
img {
display:block;
margin‐left:	auto;
margin‐right:	auto;
}
.respImg {
width:66%;
}
RWD	– Text	Example
0 http://markdubois.me/RWDEx02
#sidebar	{
width:22.1763598%;
….
float:left;
}
#content	{
width:77.8236402%;
…
float:right;
}
RWD	– code
0 http://markdubois.me/RWDEx02
0 HTML
0 CSS
<div	id="wrapper">
<div	id="sidebar"><p>…</p>
<div	id=“content”><p>…</p>
#wrapper	{
display:block;
margin‐left:	auto;
margin‐right:	auto;
width:90%;
}
#wrapper	{
display:block;
margin‐left:	auto;
margin‐right:	auto;
width:90%;
}
DIY
0 Probably	want	an	underlying	grid	system
0 Consider	Heroku variable	grid	system as	example
DIY	(2)
0 Develop	solid	understanding	of	how	fluid	grids	work	
in	RWD
0 Good	starting	article
DIY	(3)
0 This	can	get	complex	quickly
0 85	responsive	design	tools article
Retrofit	Existing	Websites
Pro Con
0 Single	code	base
0 One	URL	@	page
0 Adapts	to	various	
screen	sizes
0 May	have	heavy,	
slow	loading	pages
0 May	have	to	make	
significant	changes	
to	existing	websites
0 Often	have	to	
decide	what	to	
leave	out	for	
phones
RWD	– simple	example
0 http://markdubois.me/RWDEx01
0 Extreme	example	– larger	photo	~	4	sec
0 Want	higher	res	for	retina	displays
0 Contrast	with	quick	loads	on	mobile
Media	Queries
0 Typically	write	CSS	for	desktop,	tablet,	phone
0 If	starting	anew	– think	mobile	first	(limited	space	and	
UX)
0 Have	to	create	separate	CSS	documents
<!– Phone	‐‐>
<link	href="phone.css"	rel="stylesheet"	type="text/css"	media="only	
screen	and	(max‐width:320px)">
<!‐‐ Tablet	‐‐>
<link	href="tablet.css"	rel="stylesheet"	type="text/css"	media="only	
screen	and	(min‐width:321px)	and	(max‐width:768px)">
<!‐‐ Desktop	‐‐>
<link	href="desktop.css"	rel="stylesheet"	type="text/css"	
media="only	screen	and	(min‐width:769px)">
Issues
0 Code	can	grow	complex	rapidly
0 Really	good	idea	to	have	valid code
0 SEO
0 Accessibility
Tools	?
Dreamweaver	CS6
0 http://creative.adobe.com
0 File	>	New	Fluid	Grid	Layout
Initial	File
0 Desktop
Initial	File
0 Phone
Adding	new	items
0 Insert	>	Div
0 Result
Define	for	@
0 Tablet
0 Phone
DW	CS6	demo
Example	Page
0 This	was	created	entirely	in	design	view	in	DW
0 Page	contains	links	to	sites	mentioned	during	this	
presentation.
0 http://markdubois.me/RWDEx03
Alternate	tool
0 Edge	Reflow	(recent		release)	– works	best	for	Chrome	
browser
Edge	Reflow
0 http://html.adobe.com/edge/reflow/ ‐ preview
Edge	Reflow
0 http://html.adobe.com/edge/reflow/ ‐ preview
Edge	Reflow
0 http://html.adobe.com/edge/reflow/ ‐ preview
0 Features:
0 Set	pins	for	various	screen	sizes	(media	queries)
0 Layout	and	styling	tabs
0 Web	fonts
0 Grouping	objects
0 CSS‐3	enhancements	(apply	properties	to	all	regions)
0 Inspection	tools
0 Preview	in	Chrome	(only	for	now)
RWD
0 http://creative.adobe.com
0 Questions?	
Please	use	question	pod
@Mark_DuBois (twitter)
Mark@WebProfessionals.org
Slides
http://markdubois.me/2013Apr30
Responsive web design

Contenu connexe

Similaire à Responsive web design

Responsive Web Designs.pdf
Responsive Web Designs.pdfResponsive Web Designs.pdf
Responsive Web Designs.pdfJiniya Bipasha
 
Responsive Web Design_2013
Responsive Web Design_2013Responsive Web Design_2013
Responsive Web Design_2013Achieve Internet
 
Mobile SEO (English Version)
Mobile SEO (English Version)Mobile SEO (English Version)
Mobile SEO (English Version)ssuserd60633
 
Responsive Design
Responsive DesignResponsive Design
Responsive DesignCindy Royal
 
Responsive web design ppt
Responsive web design pptResponsive web design ppt
Responsive web design pptNAWAZ KHAN
 
Responsive web design
Responsive web designResponsive web design
Responsive web designZeeshan Khan
 
Responsive Design
Responsive DesignResponsive Design
Responsive DesignCindy Royal
 
Adaptive vs Responsive Layouts
Adaptive vs Responsive LayoutsAdaptive vs Responsive Layouts
Adaptive vs Responsive LayoutsIhor Zenich
 
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 website
Responsive websiteResponsive website
Responsive websiteborjanshoes
 
What Is Responsive website
What Is Responsive websiteWhat Is Responsive website
What Is Responsive websiteborjanshoes
 
Responsive Web design Zambig
Responsive Web design ZambigResponsive Web design Zambig
Responsive Web design ZambigTribune Media
 
Responsive Web Design- Trending
Responsive Web Design- TrendingResponsive Web Design- Trending
Responsive Web Design- TrendingDeepakHavock
 
11 Tested Ways On How To Build A Mobile Optimized Website.pdf
11 Tested Ways On How To Build A Mobile Optimized Website.pdf11 Tested Ways On How To Build A Mobile Optimized Website.pdf
11 Tested Ways On How To Build A Mobile Optimized Website.pdfSeo board
 
Should Tour SEO Include Responsive Web Design
Should Tour SEO Include Responsive Web DesignShould Tour SEO Include Responsive Web Design
Should Tour SEO Include Responsive Web DesignContent Equals Money
 
Siti web per device multipli by Dino esposito, Francesco Esposito
Siti web per device multipli by Dino esposito, Francesco EspositoSiti web per device multipli by Dino esposito, Francesco Esposito
Siti web per device multipli by Dino esposito, Francesco EspositoCodemotion
 

Similaire à Responsive web design (20)

Responsive Web Designs.pdf
Responsive Web Designs.pdfResponsive Web Designs.pdf
Responsive Web Designs.pdf
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web Design
 
Responsive Web Design_2013
Responsive Web Design_2013Responsive Web Design_2013
Responsive Web Design_2013
 
Mobile SEO (English Version)
Mobile SEO (English Version)Mobile SEO (English Version)
Mobile SEO (English Version)
 
Responsive Design
Responsive DesignResponsive Design
Responsive Design
 
Responsive web design ppt
Responsive web design pptResponsive web design ppt
Responsive web design ppt
 
Responsive web design
Responsive web designResponsive web design
Responsive web design
 
Responsive Design
Responsive DesignResponsive Design
Responsive Design
 
Adaptive vs Responsive Layouts
Adaptive vs Responsive LayoutsAdaptive vs Responsive Layouts
Adaptive vs Responsive Layouts
 
Media Query
Media QueryMedia Query
Media Query
 
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 website
Responsive websiteResponsive website
Responsive website
 
What Is Responsive website
What Is Responsive websiteWhat Is Responsive website
What Is Responsive website
 
Mobile seo
Mobile seoMobile seo
Mobile seo
 
Responsive Web design Zambig
Responsive Web design ZambigResponsive Web design Zambig
Responsive Web design Zambig
 
Responsive Design
Responsive DesignResponsive Design
Responsive Design
 
Responsive Web Design- Trending
Responsive Web Design- TrendingResponsive Web Design- Trending
Responsive Web Design- Trending
 
11 Tested Ways On How To Build A Mobile Optimized Website.pdf
11 Tested Ways On How To Build A Mobile Optimized Website.pdf11 Tested Ways On How To Build A Mobile Optimized Website.pdf
11 Tested Ways On How To Build A Mobile Optimized Website.pdf
 
Should Tour SEO Include Responsive Web Design
Should Tour SEO Include Responsive Web DesignShould Tour SEO Include Responsive Web Design
Should Tour SEO Include Responsive Web Design
 
Siti web per device multipli by Dino esposito, Francesco Esposito
Siti web per device multipli by Dino esposito, Francesco EspositoSiti web per device multipli by Dino esposito, Francesco Esposito
Siti web per device multipli by Dino esposito, Francesco Esposito
 

Dernier

WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
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
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
"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
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
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
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
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
 
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
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
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
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 

Dernier (20)

WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
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)
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
"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
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
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
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
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
 
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
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
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
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 

Responsive web design