SlideShare una empresa de Scribd logo
1 de 20
Mobile Email
Responsive Design
Progressive Disclosure
To cover
Enter your email address…
Responsive Design & the @media query
Progressive Disclosure
Responsive Design
What is it?
“Special type of CSS which is activated by Screen size”
The @media queries go in the style tag
When the email is rendered, if the screen is of the specified
size, the styles in the media query are applied.
Almost anything you can style normally you can change:
Size, colour, font , float, border, colours, visibility…
What does it work on?
Works…
iPhone, iPad, iPod touch,
Android Native clients:
2.2 Froyo, 2.3 Gingerbread,
4.0 Ice Creme Sandwich, 4.1 Jelly bean;
Windows Phone 7.5 (Mango), Windows Phone 8;
BlackBerry OS 6,
Palm web OS 4.5,
Kindle Fire (silk) + HD native clients.
Doesn’t work…
Android Native client: 2.1 Eclair
Android Outlook Exchange 3rd party app
Gmail app on all platforms
Windows Mobile 6.1, Windows Phone 7,
BlackBerry OS 5.
THE NEXT BIT IS VERY GEEKY
GEEKY BIT OPTIONAL
CONTINUE OR SKIP?
▌
WHAT??
CSS is the way HTML content is styled for a page.
External Sheet
Style Tags
In-line ( best practice)
External Sheet
The HTML links to an external sheet
Eg:
<link href="pure360-screen.css" rel="stylesheet" type="text/css" />
• Multiple pages can all use the same sheet:
• Easier to maintain and control
• Does not work in many clients
• Don't use it for emails!
In-line Styles
Add the style directly to the tag, eg:
<td style="font-family:arial; font-size:12px; color:red;">
In 1972, a crack commando unit was sent to prison by a
military court for a crime they didn't commit.
</td>
Best practice
Only way for consistent styling in emails
Style Tags
The copy that needs styling has a 'class' or 'id'
and that references the same name in the style in the header:
<style>
.davebob {font-weight:bold;color:red;}
</style>
...
<span class=“davebob”>
A shadowy flight into the dangerous world of a man
who does not exist.
</span>
• Not all email clients render it consistently
• Can be broken easily
• Should not rely on it
• Some is needed to counter browsers’ inconsistencies
• The only way for responsive design
BoilerPlates
Some styles are needed to override inbox styles
Reset all body margins and padding to 0 for good measure
body{ width:100% !important; -ms-text-size-adjust:100%;
margin:0; padding:0;}
Force Hotmail to display normal line spacing.
span.yshortcuts { color:#2A5DB0; background-color:none;
border:none;}
Force Hotmail to display normal line spacing
.ExternalClass {line-height:100%; width:100%;}
Style Tag Problems
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title> {~subject~} </title>
<style type="text/css">
.davebob {font-weight:bold;color:red;}
</style>
</head>
<body>
<span class=“davebob”>
A shadowy flight into the dangerous world of a
man who does not exist.
</span>
</body>
</html>
Doctype, html,
head & body:
stripped by vis-ed
Everything apart from contents
of body tag, stripped by many
inboxes eg: Yahoo – although
some still get rendered??
GEEKY BIT COMPLETE, CARRY ON
▌
What does it look like?
Progressive Disclosure
Progressive Disclosure
What is it?
Utilises the way touch screens react to the DHTML “.hover”
On a desktop when you hover with a mouse something
happens.
BUT you cannot hover on touch screens so:
• A tap activates it
• Another tap deactivates it
THE NEXT BIT IS VERY GEEKY
GEEKY BIT OPTIONAL
CONTINUE OR SKIP?
▌
.hover
<style>
a.hovershow:hover {visibility: hidden;}
.hovershow:hover + .copy { display: inline !important;}
</style>
…
<a class="hoverhide">Hide</a>
<a href="#" class="hovershow">Show</a>
When you Tap “Show”, the “Show” button above with be
hidden and the copy below with show and so will the “Show”
Button.
When you tap “Hide” or another “Show” button, the copy and
the “Hide” button will be hidden and the “Show” button will
appear.
GEEKY BIT COMPLETE, CARRY ON
▌
What does it look like?
Pa-bah!

Más contenido relacionado

La actualidad más candente

Reviewing Screen-Based Content
Reviewing Screen-Based ContentReviewing Screen-Based Content
Reviewing Screen-Based ContentRhonda Bracey
 
Word Processing
Word ProcessingWord Processing
Word Processinghamid126
 
Tips for creating a blog layout - Phoenix web design
Tips for creating a blog layout - Phoenix web designTips for creating a blog layout - Phoenix web design
Tips for creating a blog layout - Phoenix web designscrawnykeepsake42
 
How to use a Template in Dreamweaver CS3
How to use a Template in Dreamweaver CS3How to use a Template in Dreamweaver CS3
How to use a Template in Dreamweaver CS3Sutinder Mann
 
How to design for Colorblind User ?
How to design for Colorblind User ?How to design for Colorblind User ?
How to design for Colorblind User ?T-Design Center
 
Techniques for Reviewing a User Interface
Techniques for Reviewing a User InterfaceTechniques for Reviewing a User Interface
Techniques for Reviewing a User InterfaceRhonda Bracey
 
Microsoft Word Power Shortcuts & Tips (Part-2)
Microsoft Word Power Shortcuts & Tips (Part-2)Microsoft Word Power Shortcuts & Tips (Part-2)
Microsoft Word Power Shortcuts & Tips (Part-2)Tuan Yang
 
Responsive emails and ZURB Foundation for email
Responsive emails and ZURB Foundation for emailResponsive emails and ZURB Foundation for email
Responsive emails and ZURB Foundation for emailGeoffroy Baylaender
 
Email Design Workshop - Don't Let Bad Email Code Ruin Your Day or Your Results
Email Design Workshop - Don't Let Bad Email Code Ruin Your Day or Your ResultsEmail Design Workshop - Don't Let Bad Email Code Ruin Your Day or Your Results
Email Design Workshop - Don't Let Bad Email Code Ruin Your Day or Your ResultsShana Masterson
 

La actualidad más candente (16)

Techtalk
TechtalkTechtalk
Techtalk
 
Reviewing Screen-Based Content
Reviewing Screen-Based ContentReviewing Screen-Based Content
Reviewing Screen-Based Content
 
Word Processing
Word ProcessingWord Processing
Word Processing
 
Tips for creating a blog layout - Phoenix web design
Tips for creating a blog layout - Phoenix web designTips for creating a blog layout - Phoenix web design
Tips for creating a blog layout - Phoenix web design
 
How to use a Template in Dreamweaver CS3
How to use a Template in Dreamweaver CS3How to use a Template in Dreamweaver CS3
How to use a Template in Dreamweaver CS3
 
How to design for Colorblind User ?
How to design for Colorblind User ?How to design for Colorblind User ?
How to design for Colorblind User ?
 
Techniques for Reviewing a User Interface
Techniques for Reviewing a User InterfaceTechniques for Reviewing a User Interface
Techniques for Reviewing a User Interface
 
Microsoft Word Basics2.ppt
Microsoft Word Basics2.pptMicrosoft Word Basics2.ppt
Microsoft Word Basics2.ppt
 
ch 1 pp
ch 1 ppch 1 pp
ch 1 pp
 
Introduction
IntroductionIntroduction
Introduction
 
Microsoft Word Power Shortcuts & Tips (Part-2)
Microsoft Word Power Shortcuts & Tips (Part-2)Microsoft Word Power Shortcuts & Tips (Part-2)
Microsoft Word Power Shortcuts & Tips (Part-2)
 
Responsive emails and ZURB Foundation for email
Responsive emails and ZURB Foundation for emailResponsive emails and ZURB Foundation for email
Responsive emails and ZURB Foundation for email
 
4
44
4
 
Email Design Workshop - Don't Let Bad Email Code Ruin Your Day or Your Results
Email Design Workshop - Don't Let Bad Email Code Ruin Your Day or Your ResultsEmail Design Workshop - Don't Let Bad Email Code Ruin Your Day or Your Results
Email Design Workshop - Don't Let Bad Email Code Ruin Your Day or Your Results
 
Word processing
Word processingWord processing
Word processing
 
Rafael 2
Rafael 2Rafael 2
Rafael 2
 

Similar a Mobile Email 2012

Responsive Email Design Increases Click-Through Rate By > 20%
Responsive Email Design Increases Click-Through Rate By > 20%Responsive Email Design Increases Click-Through Rate By > 20%
Responsive Email Design Increases Click-Through Rate By > 20%Salesforce Marketing Cloud
 
Interactive Responsive Emails - Creative ways to innovate in email development
Interactive Responsive Emails - Creative ways to innovate in email developmentInteractive Responsive Emails - Creative ways to innovate in email development
Interactive Responsive Emails - Creative ways to innovate in email developmentMichael Posso
 
Tips & tricks to render your email correctly on all devices
Tips & tricks to render your email correctly on all devicesTips & tricks to render your email correctly on all devices
Tips & tricks to render your email correctly on all devicesCopernica BV
 
The Mobile Experience Through Email
The Mobile Experience Through EmailThe Mobile Experience Through Email
The Mobile Experience Through EmailDemac Media
 
Email building best practice - a guide for designers
Email building best practice - a guide for designersEmail building best practice - a guide for designers
Email building best practice - a guide for designersVRAMP Employee Engagement
 
Responsive Web Design (April 18th, Los Angeles)
Responsive Web Design (April 18th, Los Angeles)Responsive Web Design (April 18th, Los Angeles)
Responsive Web Design (April 18th, Los Angeles)Thinkful
 
HTML email design and usability
HTML email design and usabilityHTML email design and usability
HTML email design and usabilityKeith Kmett
 
How to make your emails look good naked
How to make your emails look good nakedHow to make your emails look good naked
How to make your emails look good nakedmike_ragan
 
WebSG - HTML Email Newsletters
WebSG - HTML Email NewslettersWebSG - HTML Email Newsletters
WebSG - HTML Email NewslettersSean Thambiah
 
Making Your Site Look Great in IE7
Making Your Site Look Great in IE7Making Your Site Look Great in IE7
Making Your Site Look Great in IE7goodfriday
 
33 "Must-Do" Tips to Improve HTML Email Design
33 "Must-Do" Tips to Improve HTML Email Design33 "Must-Do" Tips to Improve HTML Email Design
33 "Must-Do" Tips to Improve HTML Email DesignPinpointe On-Demand
 
Intro to HTML & CSS
Intro to HTML & CSSIntro to HTML & CSS
Intro to HTML & CSSSyed Sami
 
HTML Email Best Practice
HTML Email Best PracticeHTML Email Best Practice
HTML Email Best PracticeAmit Jain
 
Making Your Site Printable: CSS Summit 2014
Making Your Site Printable: CSS Summit 2014Making Your Site Printable: CSS Summit 2014
Making Your Site Printable: CSS Summit 2014Adrian Roselli
 
Common email display issues - a guide for email marketers
Common email display issues - a guide for email marketersCommon email display issues - a guide for email marketers
Common email display issues - a guide for email marketersVRAMP Employee Engagement
 
Web Engineering
Web Engineering  Web Engineering
Web Engineering Al Mamun
 
What is Front-End, Back-End and so on!
What is Front-End, Back-End and so on!What is Front-End, Back-End and so on!
What is Front-End, Back-End and so on!Mina Tafreshi
 

Similar a Mobile Email 2012 (20)

Creative Guidelines
Creative GuidelinesCreative Guidelines
Creative Guidelines
 
Email dssign rules
Email dssign rulesEmail dssign rules
Email dssign rules
 
Responsive Email Design Increases Click-Through Rate By > 20%
Responsive Email Design Increases Click-Through Rate By > 20%Responsive Email Design Increases Click-Through Rate By > 20%
Responsive Email Design Increases Click-Through Rate By > 20%
 
Interactive Responsive Emails - Creative ways to innovate in email development
Interactive Responsive Emails - Creative ways to innovate in email developmentInteractive Responsive Emails - Creative ways to innovate in email development
Interactive Responsive Emails - Creative ways to innovate in email development
 
Tips & tricks to render your email correctly on all devices
Tips & tricks to render your email correctly on all devicesTips & tricks to render your email correctly on all devices
Tips & tricks to render your email correctly on all devices
 
The Mobile Experience Through Email
The Mobile Experience Through EmailThe Mobile Experience Through Email
The Mobile Experience Through Email
 
Email building best practice - a guide for designers
Email building best practice - a guide for designersEmail building best practice - a guide for designers
Email building best practice - a guide for designers
 
Responsive Web Design (April 18th, Los Angeles)
Responsive Web Design (April 18th, Los Angeles)Responsive Web Design (April 18th, Los Angeles)
Responsive Web Design (April 18th, Los Angeles)
 
HTML email design and usability
HTML email design and usabilityHTML email design and usability
HTML email design and usability
 
How to make your emails look good naked
How to make your emails look good nakedHow to make your emails look good naked
How to make your emails look good naked
 
WebSG - HTML Email Newsletters
WebSG - HTML Email NewslettersWebSG - HTML Email Newsletters
WebSG - HTML Email Newsletters
 
Making Your Site Look Great in IE7
Making Your Site Look Great in IE7Making Your Site Look Great in IE7
Making Your Site Look Great in IE7
 
Lecture-7.pptx
Lecture-7.pptxLecture-7.pptx
Lecture-7.pptx
 
33 "Must-Do" Tips to Improve HTML Email Design
33 "Must-Do" Tips to Improve HTML Email Design33 "Must-Do" Tips to Improve HTML Email Design
33 "Must-Do" Tips to Improve HTML Email Design
 
Intro to HTML & CSS
Intro to HTML & CSSIntro to HTML & CSS
Intro to HTML & CSS
 
HTML Email Best Practice
HTML Email Best PracticeHTML Email Best Practice
HTML Email Best Practice
 
Making Your Site Printable: CSS Summit 2014
Making Your Site Printable: CSS Summit 2014Making Your Site Printable: CSS Summit 2014
Making Your Site Printable: CSS Summit 2014
 
Common email display issues - a guide for email marketers
Common email display issues - a guide for email marketersCommon email display issues - a guide for email marketers
Common email display issues - a guide for email marketers
 
Web Engineering
Web Engineering  Web Engineering
Web Engineering
 
What is Front-End, Back-End and so on!
What is Front-End, Back-End and so on!What is Front-End, Back-End and so on!
What is Front-End, Back-End and so on!
 

Más de Andy Thorpe

Top 5 email trends 2015
Top 5 email trends 2015Top 5 email trends 2015
Top 5 email trends 2015Andy Thorpe
 
Customer Pre-Deliverabiltiy Focus Webinar
Customer Pre-Deliverabiltiy Focus WebinarCustomer Pre-Deliverabiltiy Focus Webinar
Customer Pre-Deliverabiltiy Focus WebinarAndy Thorpe
 
The Busy inbox - optimising converison opportunities in B2B email marketing -...
The Busy inbox - optimising converison opportunities in B2B email marketing -...The Busy inbox - optimising converison opportunities in B2B email marketing -...
The Busy inbox - optimising converison opportunities in B2B email marketing -...Andy Thorpe
 
Email RX - Pure360 Customer Interactive Sessions 2012
Email RX - Pure360 Customer Interactive Sessions 2012Email RX - Pure360 Customer Interactive Sessions 2012
Email RX - Pure360 Customer Interactive Sessions 2012Andy Thorpe
 
You control Your Deliverability
You control Your DeliverabilityYou control Your Deliverability
You control Your DeliverabilityAndy Thorpe
 

Más de Andy Thorpe (6)

Top 5 email trends 2015
Top 5 email trends 2015Top 5 email trends 2015
Top 5 email trends 2015
 
Shexzy Email
Shexzy EmailShexzy Email
Shexzy Email
 
Customer Pre-Deliverabiltiy Focus Webinar
Customer Pre-Deliverabiltiy Focus WebinarCustomer Pre-Deliverabiltiy Focus Webinar
Customer Pre-Deliverabiltiy Focus Webinar
 
The Busy inbox - optimising converison opportunities in B2B email marketing -...
The Busy inbox - optimising converison opportunities in B2B email marketing -...The Busy inbox - optimising converison opportunities in B2B email marketing -...
The Busy inbox - optimising converison opportunities in B2B email marketing -...
 
Email RX - Pure360 Customer Interactive Sessions 2012
Email RX - Pure360 Customer Interactive Sessions 2012Email RX - Pure360 Customer Interactive Sessions 2012
Email RX - Pure360 Customer Interactive Sessions 2012
 
You control Your Deliverability
You control Your DeliverabilityYou control Your Deliverability
You control Your Deliverability
 

Último

Design-System - FinTech - Isadora Agency
Design-System - FinTech - Isadora AgencyDesign-System - FinTech - Isadora Agency
Design-System - FinTech - Isadora AgencyIsadora Agency
 
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherry
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime PondicherryPondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherry
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherrymeghakumariji156
 
怎样办理巴斯大学毕业证(Bath毕业证书)成绩单留信认证
怎样办理巴斯大学毕业证(Bath毕业证书)成绩单留信认证怎样办理巴斯大学毕业证(Bath毕业证书)成绩单留信认证
怎样办理巴斯大学毕业证(Bath毕业证书)成绩单留信认证eeanqy
 
Call Girls In Ratnagiri Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service En...
Call Girls In Ratnagiri Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service En...Call Girls In Ratnagiri Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service En...
Call Girls In Ratnagiri Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service En...Nitya salvi
 
Top profile Call Girls In Meerut [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Meerut [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Meerut [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Meerut [ 7014168258 ] Call Me For Genuine Models We...gajnagarg
 
Top profile Call Girls In Mysore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Mysore [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Mysore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Mysore [ 7014168258 ] Call Me For Genuine Models We...gajnagarg
 
一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证
一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证
一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证eqaqen
 
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证eeanqy
 
Furniture & Joinery Details_Designs.pptx
Furniture & Joinery Details_Designs.pptxFurniture & Joinery Details_Designs.pptx
Furniture & Joinery Details_Designs.pptxNikhil Raut
 
Top profile Call Girls In Mau [ 7014168258 ] Call Me For Genuine Models We ar...
Top profile Call Girls In Mau [ 7014168258 ] Call Me For Genuine Models We ar...Top profile Call Girls In Mau [ 7014168258 ] Call Me For Genuine Models We ar...
Top profile Call Girls In Mau [ 7014168258 ] Call Me For Genuine Models We ar...nirzagarg
 
怎样办理莫纳什大学毕业证(Monash毕业证书)成绩单留信认证
怎样办理莫纳什大学毕业证(Monash毕业证书)成绩单留信认证怎样办理莫纳什大学毕业证(Monash毕业证书)成绩单留信认证
怎样办理莫纳什大学毕业证(Monash毕业证书)成绩单留信认证ehyxf
 
Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...
Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...
Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...gargpaaro
 
Just Call Vip call girls Kasganj Escorts ☎️8617370543 Two shot with one girl ...
Just Call Vip call girls Kasganj Escorts ☎️8617370543 Two shot with one girl ...Just Call Vip call girls Kasganj Escorts ☎️8617370543 Two shot with one girl ...
Just Call Vip call girls Kasganj Escorts ☎️8617370543 Two shot with one girl ...Nitya salvi
 
Top profile Call Girls In Sonipat [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In Sonipat [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In Sonipat [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In Sonipat [ 7014168258 ] Call Me For Genuine Models W...nirzagarg
 
LANDSCAPE ARCHITECTURE PORTFOLIO - MAREK MITACEK
LANDSCAPE ARCHITECTURE PORTFOLIO - MAREK MITACEKLANDSCAPE ARCHITECTURE PORTFOLIO - MAREK MITACEK
LANDSCAPE ARCHITECTURE PORTFOLIO - MAREK MITACEKMarekMitek1
 
How to Build a Simple Shopify Website
How to Build a Simple Shopify WebsiteHow to Build a Simple Shopify Website
How to Build a Simple Shopify Websitemark11275
 
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证wpkuukw
 
Call Girls Jalaun Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Jalaun Just Call 8617370543 Top Class Call Girl Service AvailableCall Girls Jalaun Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Jalaun Just Call 8617370543 Top Class Call Girl Service AvailableNitya salvi
 

Último (20)

Design-System - FinTech - Isadora Agency
Design-System - FinTech - Isadora AgencyDesign-System - FinTech - Isadora Agency
Design-System - FinTech - Isadora Agency
 
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherry
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime PondicherryPondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherry
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherry
 
怎样办理巴斯大学毕业证(Bath毕业证书)成绩单留信认证
怎样办理巴斯大学毕业证(Bath毕业证书)成绩单留信认证怎样办理巴斯大学毕业证(Bath毕业证书)成绩单留信认证
怎样办理巴斯大学毕业证(Bath毕业证书)成绩单留信认证
 
Hackathon evaluation template_latest_uploadpdf
Hackathon evaluation template_latest_uploadpdfHackathon evaluation template_latest_uploadpdf
Hackathon evaluation template_latest_uploadpdf
 
Call Girls In Ratnagiri Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service En...
Call Girls In Ratnagiri Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service En...Call Girls In Ratnagiri Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service En...
Call Girls In Ratnagiri Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service En...
 
Top profile Call Girls In Meerut [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Meerut [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Meerut [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Meerut [ 7014168258 ] Call Me For Genuine Models We...
 
Top profile Call Girls In Mysore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Mysore [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Mysore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Mysore [ 7014168258 ] Call Me For Genuine Models We...
 
一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证
一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证
一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证
 
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
 
Furniture & Joinery Details_Designs.pptx
Furniture & Joinery Details_Designs.pptxFurniture & Joinery Details_Designs.pptx
Furniture & Joinery Details_Designs.pptx
 
Top profile Call Girls In Mau [ 7014168258 ] Call Me For Genuine Models We ar...
Top profile Call Girls In Mau [ 7014168258 ] Call Me For Genuine Models We ar...Top profile Call Girls In Mau [ 7014168258 ] Call Me For Genuine Models We ar...
Top profile Call Girls In Mau [ 7014168258 ] Call Me For Genuine Models We ar...
 
怎样办理莫纳什大学毕业证(Monash毕业证书)成绩单留信认证
怎样办理莫纳什大学毕业证(Monash毕业证书)成绩单留信认证怎样办理莫纳什大学毕业证(Monash毕业证书)成绩单留信认证
怎样办理莫纳什大学毕业证(Monash毕业证书)成绩单留信认证
 
Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...
Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...
Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...
 
Just Call Vip call girls Kasganj Escorts ☎️8617370543 Two shot with one girl ...
Just Call Vip call girls Kasganj Escorts ☎️8617370543 Two shot with one girl ...Just Call Vip call girls Kasganj Escorts ☎️8617370543 Two shot with one girl ...
Just Call Vip call girls Kasganj Escorts ☎️8617370543 Two shot with one girl ...
 
Top profile Call Girls In Sonipat [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In Sonipat [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In Sonipat [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In Sonipat [ 7014168258 ] Call Me For Genuine Models W...
 
LANDSCAPE ARCHITECTURE PORTFOLIO - MAREK MITACEK
LANDSCAPE ARCHITECTURE PORTFOLIO - MAREK MITACEKLANDSCAPE ARCHITECTURE PORTFOLIO - MAREK MITACEK
LANDSCAPE ARCHITECTURE PORTFOLIO - MAREK MITACEK
 
How to Build a Simple Shopify Website
How to Build a Simple Shopify WebsiteHow to Build a Simple Shopify Website
How to Build a Simple Shopify Website
 
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
 
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman MuscatAbortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
 
Call Girls Jalaun Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Jalaun Just Call 8617370543 Top Class Call Girl Service AvailableCall Girls Jalaun Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Jalaun Just Call 8617370543 Top Class Call Girl Service Available
 

Mobile Email 2012

  • 2. To cover Enter your email address… Responsive Design & the @media query Progressive Disclosure
  • 3. Responsive Design What is it? “Special type of CSS which is activated by Screen size” The @media queries go in the style tag When the email is rendered, if the screen is of the specified size, the styles in the media query are applied. Almost anything you can style normally you can change: Size, colour, font , float, border, colours, visibility…
  • 4. What does it work on? Works… iPhone, iPad, iPod touch, Android Native clients: 2.2 Froyo, 2.3 Gingerbread, 4.0 Ice Creme Sandwich, 4.1 Jelly bean; Windows Phone 7.5 (Mango), Windows Phone 8; BlackBerry OS 6, Palm web OS 4.5, Kindle Fire (silk) + HD native clients. Doesn’t work… Android Native client: 2.1 Eclair Android Outlook Exchange 3rd party app Gmail app on all platforms Windows Mobile 6.1, Windows Phone 7, BlackBerry OS 5.
  • 5. THE NEXT BIT IS VERY GEEKY GEEKY BIT OPTIONAL CONTINUE OR SKIP? ▌
  • 6. WHAT?? CSS is the way HTML content is styled for a page. External Sheet Style Tags In-line ( best practice)
  • 7. External Sheet The HTML links to an external sheet Eg: <link href="pure360-screen.css" rel="stylesheet" type="text/css" /> • Multiple pages can all use the same sheet: • Easier to maintain and control • Does not work in many clients • Don't use it for emails!
  • 8. In-line Styles Add the style directly to the tag, eg: <td style="font-family:arial; font-size:12px; color:red;"> In 1972, a crack commando unit was sent to prison by a military court for a crime they didn't commit. </td> Best practice Only way for consistent styling in emails
  • 9. Style Tags The copy that needs styling has a 'class' or 'id' and that references the same name in the style in the header: <style> .davebob {font-weight:bold;color:red;} </style> ... <span class=“davebob”> A shadowy flight into the dangerous world of a man who does not exist. </span> • Not all email clients render it consistently • Can be broken easily • Should not rely on it • Some is needed to counter browsers’ inconsistencies • The only way for responsive design
  • 10. BoilerPlates Some styles are needed to override inbox styles Reset all body margins and padding to 0 for good measure body{ width:100% !important; -ms-text-size-adjust:100%; margin:0; padding:0;} Force Hotmail to display normal line spacing. span.yshortcuts { color:#2A5DB0; background-color:none; border:none;} Force Hotmail to display normal line spacing .ExternalClass {line-height:100%; width:100%;}
  • 11. Style Tag Problems <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title> {~subject~} </title> <style type="text/css"> .davebob {font-weight:bold;color:red;} </style> </head> <body> <span class=“davebob”> A shadowy flight into the dangerous world of a man who does not exist. </span> </body> </html> Doctype, html, head & body: stripped by vis-ed Everything apart from contents of body tag, stripped by many inboxes eg: Yahoo – although some still get rendered??
  • 12. GEEKY BIT COMPLETE, CARRY ON ▌
  • 13. What does it look like?
  • 15. Progressive Disclosure What is it? Utilises the way touch screens react to the DHTML “.hover” On a desktop when you hover with a mouse something happens. BUT you cannot hover on touch screens so: • A tap activates it • Another tap deactivates it
  • 16. THE NEXT BIT IS VERY GEEKY GEEKY BIT OPTIONAL CONTINUE OR SKIP? ▌
  • 17. .hover <style> a.hovershow:hover {visibility: hidden;} .hovershow:hover + .copy { display: inline !important;} </style> … <a class="hoverhide">Hide</a> <a href="#" class="hovershow">Show</a> When you Tap “Show”, the “Show” button above with be hidden and the copy below with show and so will the “Show” Button. When you tap “Hide” or another “Show” button, the copy and the “Hide” button will be hidden and the “Show” button will appear.
  • 18. GEEKY BIT COMPLETE, CARRY ON ▌
  • 19. What does it look like?

Notas del editor

  1. This pres is also build for stand alone training so people can get a gist without me speaking
  2. From “Style Campaign”GEEK FILTER NEXT!
  3. SKIPTO SLIDE 12 = 7 CLICKS
  4. http://www.uploadlibrary.com/andy.thorpe/mediaQ/examples/index.htmlDemo from Admin using email addresses…
  5. GEEK BIT IS ONE SLIDE!
  6. http://www.uploadlibrary.com/andy.thorpe/mediaQ/examples/index.htmlDemo from Admin using email addresses…