Bringing Email Development
from 1996 to 2016
I’m from ZURB.
Let’s talk about emails
1996 A.D.
Tables.
CSS was released.
Ink
CSS!
Media Queries!
2006 A.D.
(kind of)
Still caused some headaches
2016 A.D.
Task Runners
CSS Preprocessors
BrowserSync
Static Site Generators
Foundation for Emails 2
(yay!)
Templating Languages.
<container>
<button href=“#”>Click Me</button>
</container>
<table align="center" class="container">
<tbody>
<tr>
<td>
<table class="button">
<tr>
<td>
<table>
<tr>
<td><a href=“#">Click Me</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
Components.
Grid
Buttons
Callouts
Menus
Spacers
Bringing Email Development from 1996 to 2016
Bringing Email Development from 1996 to 2016
<container class="lessons">
{{> logo-university}}
{{> header}}
<spacer size="16"></spacer>
{{> body}}
{{> footer-zurb}}
</container>
Bringing Email Development from 1996 to 2016
<row class="collapse">
<columns>
<p class=“lead”>...</p>
<a target="_blank" href=""><img width="580"
style="width: 580px;" src="" alt="Brandon explaining
how designers can faith in aesthetics."></a>
<spacer size="30"></spacer>
<wrapper class="author-callout">
Bringing Email Development from 1996 to 2016
<button href=“...”>
Check out the course
</button>
<table class="button float-center”>
<tr>
<td>
<table>
<tr>
<td>
<a href=“...”>Check out the course</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table class="button float-center" style="Margin:0 0 16px 0;border-collapse:collapse;border-
spacing:0;float:none;margin:0 0 16px 0;padding:0;text-align:center;vertical-
align:top;width:auto"><tr style="padding:0;text-align:left;vertical-align:top"><td style="-moz-
hyphens:auto;-webkit-hyphens:auto;Margin:0;background:#ff6908;border-collapse:collapse!
important;border-color:#ff6908;color:#0a0a0a;font-family:Helvetica,Arial,sans-serif;font-size:
16px;font-weight:400;hyphens:auto;line-height:19px;margin:0;padding:0;text-
align:left;transition:.25s ease-in;vertical-align:top;word-wrap:break-word"><table
style="border-collapse:collapse;border-spacing:0;padding:0;text-align:left;vertical-
align:top;width:100%"><tr style="padding:0;text-align:left;vertical-align:top"><td style="-moz-
hyphens:auto;-webkit-hyphens:auto;Margin:0;background:#ff6908;border:2px solid #2199e8;border-
collapse:collapse!important;border-color:#ff6908;color:#fefefe;font-family:Helvetica,Arial,sans-
serif;font-size:16px;font-weight:400;hyphens:auto;line-height:19px;margin:0;padding:0;text-
align:left;transition:.25s ease-in;vertical-align:top;word-wrap:break-word"><a href="http://
zurb.us/1XhYHw3" style="Margin:0;border:0 solid #2199e8;border-radius:
3px;color:#fefefe;display:inline-block;font-family:Helvetica,Arial,sans-serif;font-size:
16px;font-weight:lighter;line-height:1.3;margin:0;padding:8px 32px 8px 32px;text-
align:left;text-decoration:none">Check out the course</a></td></tr></table></td></tr></table></
center></th><th class="expander" style="Margin:0;color:#0a0a0a;font-family:Helvetica,Arial,sans-
serif;font-size:16px;font-weight:400;line-height:19px;margin:0;padding:0!important;text-
align:left;visibility:hidden;width:0"></th></tr></table></th></tr></tbody></table></td></tr></
table><table class="spacer" style="border-collapse:collapse;border-spacing:0;padding:0;text-
align:left;vertical-align:top;width:100%"><tbody><tr style="padding:0;text-align:left;vertical-
align:top"><td height="20px" style="-moz-hyphens:auto;-webkit-hyphens:auto;Margin:0;border-
collapse:collapse!important;color:#0a0a0a;font-family:Helvetica,Arial,sans-serif;font-size:
20px;font-weight:400;hyphens:auto;line-height:20px;margin:0;mso-line-height-
rule:exactly;padding:0;text-align:left;vertical-align:top;word-wrap:break-word">&#xA0;</td></
tr></tbody></table>
Client Support
How do I get started?
Task Runners
gulpfile.js
import gulp from 'gulp';
import plugins from 'gulp-load-plugins';
import browser from 'browser-sync';
import rimraf from 'rimraf';
import panini from 'panini';
import yargs from 'yargs';
import lazypipe from 'lazypipe';
import inky from 'inky';
import fs from 'fs';
import siphon from 'siphon-media-query';
CSS Preprocessors
Variables
$grid-column-count: 12;
$global-padding: 1rem;
$column-padding-bottom: $global-padding;
Programatic
@for $i from 1 through $grid-column-count {
td.large-#{$i} center,
th.large-#{$i} center {
…
}
}
Package Managers
Package.json
Package.json
"foundation-emails": “^2.2.1”
"browser-sync": “^2.11.0”,
"gulp-inline-css": "^3.0.0",
"gulp-litmus": “0.0.7",
"gulp-sass": “^2.1.0",
"inky": “^1.3.6",
"panini": "^1.3.0",
Listening for changes
Browsersync Rocks
Sass.
Formatting
Partials
Mixins
Loops
Variables
Partial
Importing the Partials
Variables
Functions!
Panini
It’s pretty delicious.
The Flat File Generator
Templates
Partials
Custom Data
Helpers
What’s the structure?
Partials
Partials
Pages
Page
Custom Data
Partials Pages Layouts
Layout
Prototyping hasn’t been faster
Bringing Email Development from 1996 to 2016
Terminal Commands
npm start
Runs Ink
Runs Panini
Compiles into dist folder
Listens for changes
npm run build
Inlines that sucker!
npm run zip
Zips it all up.
npm run litmus
Sends it off to Litmus
config.json
Sends it off to Litmus
So where does this bring us?
2016 A.D.
Thanks!

More Related Content

PPTX
Ms word 2013
PDF
Word 2007 Presentation
PPTX
Task 2
PPTX
Lesson 20
PDF
Basic tutorial dreamweaver_cs5
PPT
MS Office Word 2007
ODP
Disequazioni con moduli
Ms word 2013
Word 2007 Presentation
Task 2
Lesson 20
Basic tutorial dreamweaver_cs5
MS Office Word 2007
Disequazioni con moduli

Viewers also liked (20)

PDF
Sistema Check Post - Presentazione
PPS
天然感冒藥
PPT
Техзавдання як основа сайту
PPTX
Malpractises in social media
DOC
Bpt concelling2014
PPTX
Business Services CU Conference
PDF
破雲而出 — 重新發現您的雲端策略
PPT
Wed am manage_woody_lampe
PPT
Alfredocorpuzv5310stepmarketing
PDF
Dubai Voting Results
PPT
Crc broadcast technical panel summary november 2010
PDF
TAC Els tres porquets Dèlia
PDF
Cançons populars
PPTX
Injections of Herbicide into Rhizomes of Knotweeds and Other Invasive Plant S...
PPTX
내가 원하는 인터넷_서비스
PPTX
PDF
Dl powerpoint
PPT
English club
ODP
Disequazioni con moduli
PPTX
How to Kill English Ivy Vines: 3 Steps
Sistema Check Post - Presentazione
天然感冒藥
Техзавдання як основа сайту
Malpractises in social media
Bpt concelling2014
Business Services CU Conference
破雲而出 — 重新發現您的雲端策略
Wed am manage_woody_lampe
Alfredocorpuzv5310stepmarketing
Dubai Voting Results
Crc broadcast technical panel summary november 2010
TAC Els tres porquets Dèlia
Cançons populars
Injections of Herbicide into Rhizomes of Knotweeds and Other Invasive Plant S...
내가 원하는 인터넷_서비스
Dl powerpoint
English club
Disequazioni con moduli
How to Kill English Ivy Vines: 3 Steps
Ad

Similar to Bringing Email Development from 1996 to 2016 (20)

PDF
Responsive emails and ZURB Foundation for email
PDF
AWDG - Comp to Code to Inbox
PDF
WebSG - HTML Email Newsletters
PPT
Techtalk
PDF
Back to an Email (and Responsive) Future
PDF
Techtalk
PDF
Email Design Workshop - Don't Let Bad Email Code Ruin Your Day or Your Results
PPTX
ASAE Lunch Learning Webinar: Email Trends: What's in Style for 2017
PPT
HTML email best practices
PPT
HTML email best practices
PDF
Modern Emails
PDF
Email design: best practices, trends & ideas
PDF
Trigger Emails BigD17
PDF
HTML Emails in Rails 3
PDF
Email design
PPT
Eis tue 0815 sponsor infogroup
PPTX
Html For Email - Technical Tips and Tricks Developing Emails
PDF
Hanen Email Styleguide
PPSX
Thriving in the Chaotic World of Email Design
PDF
Responsive Email Presentation
Responsive emails and ZURB Foundation for email
AWDG - Comp to Code to Inbox
WebSG - HTML Email Newsletters
Techtalk
Back to an Email (and Responsive) Future
Techtalk
Email Design Workshop - Don't Let Bad Email Code Ruin Your Day or Your Results
ASAE Lunch Learning Webinar: Email Trends: What's in Style for 2017
HTML email best practices
HTML email best practices
Modern Emails
Email design: best practices, trends & ideas
Trigger Emails BigD17
HTML Emails in Rails 3
Email design
Eis tue 0815 sponsor infogroup
Html For Email - Technical Tips and Tricks Developing Emails
Hanen Email Styleguide
Thriving in the Chaotic World of Email Design
Responsive Email Presentation
Ad

More from ZURB (20)

PDF
Foundation: Prototype to Production
PDF
The Future is Responsive
PDF
Building Awesome Products (BayCHI)
PDF
Mobile-First Foundation Design Meetup
PDF
ZURB Google Talk
PDF
Building Awesome Products (iOS Developers Meetup)
PDF
Plug and Play: A Presentation by Bryan Zmijewski
PDF
Unmoderated User Testing
PDF
Add a feature? No! Make a New Product
PDF
Lessons Learned from Building a Web Framework
PDF
9 Ways to Manipulate People With Design
PDF
5 Ways Thinking Content-first Will Save Your Butt
PDF
3 Ways You Can Give and Get Good Design Feedback
PDF
3 Ways to Go Mobile First with Responsive Design
PDF
Everyone Sucks at Feedback
PDF
Super Awesome Interactions with jQuery
PDF
Design That Drives Action
PDF
Building Pageless Apps with Rails and Backbone.js
PDF
9 Ways to Guide Users With Design
PDF
Foundation: Prototype to Production
Foundation: Prototype to Production
The Future is Responsive
Building Awesome Products (BayCHI)
Mobile-First Foundation Design Meetup
ZURB Google Talk
Building Awesome Products (iOS Developers Meetup)
Plug and Play: A Presentation by Bryan Zmijewski
Unmoderated User Testing
Add a feature? No! Make a New Product
Lessons Learned from Building a Web Framework
9 Ways to Manipulate People With Design
5 Ways Thinking Content-first Will Save Your Butt
3 Ways You Can Give and Get Good Design Feedback
3 Ways to Go Mobile First with Responsive Design
Everyone Sucks at Feedback
Super Awesome Interactions with jQuery
Design That Drives Action
Building Pageless Apps with Rails and Backbone.js
9 Ways to Guide Users With Design
Foundation: Prototype to Production

Recently uploaded (20)

PPTX
UNITy8 human computer interac5ion-1.pptx
PPTX
Drawing as Communication for interior design
PPTX
WHY UPLOADING IS IMPORTANT TO DOWNLOAD SLIDES.pptx
PPTX
URBAN FINANCEnhynhynnnytnynnnynynyynynynyn
PDF
2025CategoryRanking of technology university
PPTX
22CDO02-IMGD-UNIT-I-MOBILE GAME DESIGN PROCESS
PDF
321 LIBRARY DESIGN.pdf43354445t6556t5656
PPTX
ACL English Introductionadsfsfadf 20200612.pptx
PPTX
ENG4-Q2-W5-PPT (1).pptx nhdedhhehejjedheh
PPTX
Introduction to Building Information Modeling
PPT
EthicsNotesSTUDENTCOPYfghhnmncssssx sjsjsj
PDF
IARG - ICTC ANALOG RESEARCH GROUP - GROUP 1 - CHAPTER 2.pdf
PPT
Introduction to Research Methods - Lecture.ppt
PPTX
Applied Anthropology Report.pptx paulapuhin
PDF
Humans do not die they live happily without
PPTX
Drafting equipment and its care for interior design
PPTX
Presentation.pptx anemia in pregnancy in
PPTX
3 - Meeting Life Challengjrh89wyrhnadiurhjdsknhfueihru
PDF
Instagram Marketing in 2025 Reels, Stories, and Strategy (14) (2).pdf
PPTX
Bitcoin predictor project presentation
UNITy8 human computer interac5ion-1.pptx
Drawing as Communication for interior design
WHY UPLOADING IS IMPORTANT TO DOWNLOAD SLIDES.pptx
URBAN FINANCEnhynhynnnytnynnnynynyynynynyn
2025CategoryRanking of technology university
22CDO02-IMGD-UNIT-I-MOBILE GAME DESIGN PROCESS
321 LIBRARY DESIGN.pdf43354445t6556t5656
ACL English Introductionadsfsfadf 20200612.pptx
ENG4-Q2-W5-PPT (1).pptx nhdedhhehejjedheh
Introduction to Building Information Modeling
EthicsNotesSTUDENTCOPYfghhnmncssssx sjsjsj
IARG - ICTC ANALOG RESEARCH GROUP - GROUP 1 - CHAPTER 2.pdf
Introduction to Research Methods - Lecture.ppt
Applied Anthropology Report.pptx paulapuhin
Humans do not die they live happily without
Drafting equipment and its care for interior design
Presentation.pptx anemia in pregnancy in
3 - Meeting Life Challengjrh89wyrhnadiurhjdsknhfueihru
Instagram Marketing in 2025 Reels, Stories, and Strategy (14) (2).pdf
Bitcoin predictor project presentation

Bringing Email Development from 1996 to 2016