SlideShare una empresa de Scribd logo
1 de 48
Building the Impossible
                            Emails for all




Wednesday, 30 November 11
Wednesday, 30 November 11
Wednesday, 30 November 11
@mattbee

Wednesday, 30 November 11
Wednesday, 30 November 11
We all have our problems, but mine was having the immense pleasure to come from a little computer shop in the North East, to working at an
international agency in Lahdahn. Soon I was working on a huge brand building their loyalty programme monthly newsletter, of which there could be
up to 5 per month.
That’s where the challenge began, with lists of up to 500,000 recipients, even a small percentage of that many people was a large number of
broken emails

So began my life for the next 2 years - nailing all emails and making them work in every single email client. Even Lotus Notes 6 - and things even
had to work in Lotus notes 6... Dicky Branson used it.
Wednesday, 30 November 11

So everyone here will have suffered at the hands of IE and other browsers I assume, or if
know I will guarantee you have received emails that look “a bit broken”.
Chances are they probably were broken.

Debugging these were an immense challenge - remember - you can’t use Firebug in Outlook
2007...
Wednesday, 30 November 11

While there are lots of browsers, there are even more email clients. And then add in OS and
device issues, and webmail in different browsers, the number of clients is a bit epic to check
and debug them all.
EG. - Apple Mail, Eudora, Outlook 2001, 2003, 2007, 2011, Gmail, Yahoo Mail, Hotmail,
Thunderbird, Zimbra, Lotus Notes, Sparrow Mail, AOL Mail, and multiply that by browsers
(especially hotmail - that didn’t like much other than IE back in the day)
Wednesday, 30 November 11

And don’t forget these...

And I’m told by a reliable source that there are literally 10 billion mobile clients
Impossible Task
Wednesday, 30 November 11
Wednesday, 30 November 11

Where do you start - well code like it is 1999.
Tables, background attribute, bgcolor, font tags, align, valign - basically if its depracated, it
will probably work.
Wednesday, 30 November 11
Background images - just don’t display - VML option in Microsoft Outlook, but it just doesn’t work on nested tables and increases spam recognition
Images need to be the correct height - yes its best practice but I’ve seen it happen a lot
CSS - more on that on the next slide, but its just lacking - inline styles need to be used or at worst the style block in the body
Lists also seem to cause problems - best method is a table with bullet html entity and cell with the list item content - but not friendly to work with
Colours can be an issue, mostly on Lotus Notes - it uses its own colour palette rather than web standard colours
White space is especially a problem between images - when collating images to make a header - make each image in its own cell
IDs and Classes were renamed by email clients, working better currently as far as I know
Source code cand be changed - OH yes, hotmail used to change the body tag from body to xbody so as to not clash with any webmail styles
Background Image




Wednesday, 30 November 11
Background images - just don’t display - VML option in Microsoft Outlook, but it just doesn’t work on nested tables and increases spam recognition
Images need to be the correct height - yes its best practice but I’ve seen it happen a lot
CSS - more on that on the next slide, but its just lacking - inline styles need to be used or at worst the style block in the body
Lists also seem to cause problems - best method is a table with bullet html entity and cell with the list item content - but not friendly to work with
Colours can be an issue, mostly on Lotus Notes - it uses its own colour palette rather than web standard colours
White space is especially a problem between images - when collating images to make a header - make each image in its own cell
IDs and Classes were renamed by email clients, working better currently as far as I know
Source code cand be changed - OH yes, hotmail used to change the body tag from body to xbody so as to not clash with any webmail styles
Background Image

                                                                                                   Images




Wednesday, 30 November 11
Background images - just don’t display - VML option in Microsoft Outlook, but it just doesn’t work on nested tables and increases spam recognition
Images need to be the correct height - yes its best practice but I’ve seen it happen a lot
CSS - more on that on the next slide, but its just lacking - inline styles need to be used or at worst the style block in the body
Lists also seem to cause problems - best method is a table with bullet html entity and cell with the list item content - but not friendly to work with
Colours can be an issue, mostly on Lotus Notes - it uses its own colour palette rather than web standard colours
White space is especially a problem between images - when collating images to make a header - make each image in its own cell
IDs and Classes were renamed by email clients, working better currently as far as I know
Source code cand be changed - OH yes, hotmail used to change the body tag from body to xbody so as to not clash with any webmail styles
Background Image

                                                                                                   Images

                      CSS




Wednesday, 30 November 11
Background images - just don’t display - VML option in Microsoft Outlook, but it just doesn’t work on nested tables and increases spam recognition
Images need to be the correct height - yes its best practice but I’ve seen it happen a lot
CSS - more on that on the next slide, but its just lacking - inline styles need to be used or at worst the style block in the body
Lists also seem to cause problems - best method is a table with bullet html entity and cell with the list item content - but not friendly to work with
Colours can be an issue, mostly on Lotus Notes - it uses its own colour palette rather than web standard colours
White space is especially a problem between images - when collating images to make a header - make each image in its own cell
IDs and Classes were renamed by email clients, working better currently as far as I know
Source code cand be changed - OH yes, hotmail used to change the body tag from body to xbody so as to not clash with any webmail styles
Background Image

                                                                                                   Images

                      CSS
                                                                           Lists




Wednesday, 30 November 11
Background images - just don’t display - VML option in Microsoft Outlook, but it just doesn’t work on nested tables and increases spam recognition
Images need to be the correct height - yes its best practice but I’ve seen it happen a lot
CSS - more on that on the next slide, but its just lacking - inline styles need to be used or at worst the style block in the body
Lists also seem to cause problems - best method is a table with bullet html entity and cell with the list item content - but not friendly to work with
Colours can be an issue, mostly on Lotus Notes - it uses its own colour palette rather than web standard colours
White space is especially a problem between images - when collating images to make a header - make each image in its own cell
IDs and Classes were renamed by email clients, working better currently as far as I know
Source code cand be changed - OH yes, hotmail used to change the body tag from body to xbody so as to not clash with any webmail styles
Background Image

                                                                                                   Images

                      CSS
                                                                           Lists

                                     Colours




Wednesday, 30 November 11
Background images - just don’t display - VML option in Microsoft Outlook, but it just doesn’t work on nested tables and increases spam recognition
Images need to be the correct height - yes its best practice but I’ve seen it happen a lot
CSS - more on that on the next slide, but its just lacking - inline styles need to be used or at worst the style block in the body
Lists also seem to cause problems - best method is a table with bullet html entity and cell with the list item content - but not friendly to work with
Colours can be an issue, mostly on Lotus Notes - it uses its own colour palette rather than web standard colours
White space is especially a problem between images - when collating images to make a header - make each image in its own cell
IDs and Classes were renamed by email clients, working better currently as far as I know
Source code cand be changed - OH yes, hotmail used to change the body tag from body to xbody so as to not clash with any webmail styles
Background Image

                                                                                                   Images

                      CSS
                                                                           Lists

                                     Colours
                                                                                             White space




Wednesday, 30 November 11
Background images - just don’t display - VML option in Microsoft Outlook, but it just doesn’t work on nested tables and increases spam recognition
Images need to be the correct height - yes its best practice but I’ve seen it happen a lot
CSS - more on that on the next slide, but its just lacking - inline styles need to be used or at worst the style block in the body
Lists also seem to cause problems - best method is a table with bullet html entity and cell with the list item content - but not friendly to work with
Colours can be an issue, mostly on Lotus Notes - it uses its own colour palette rather than web standard colours
White space is especially a problem between images - when collating images to make a header - make each image in its own cell
IDs and Classes were renamed by email clients, working better currently as far as I know
Source code cand be changed - OH yes, hotmail used to change the body tag from body to xbody so as to not clash with any webmail styles
Background Image

                                                                                                   Images

                      CSS
                                                                           Lists
                                                                                                                      ID/Classes
                                     Colours
                                                                                             White space




Wednesday, 30 November 11
Background images - just don’t display - VML option in Microsoft Outlook, but it just doesn’t work on nested tables and increases spam recognition
Images need to be the correct height - yes its best practice but I’ve seen it happen a lot
CSS - more on that on the next slide, but its just lacking - inline styles need to be used or at worst the style block in the body
Lists also seem to cause problems - best method is a table with bullet html entity and cell with the list item content - but not friendly to work with
Colours can be an issue, mostly on Lotus Notes - it uses its own colour palette rather than web standard colours
White space is especially a problem between images - when collating images to make a header - make each image in its own cell
IDs and Classes were renamed by email clients, working better currently as far as I know
Source code cand be changed - OH yes, hotmail used to change the body tag from body to xbody so as to not clash with any webmail styles
Background Image

                                                                                                   Images

                      CSS
                                                                           Lists
                                                                                                                      ID/Classes
                                     Colours
                                                                                             White space
          Changing source


Wednesday, 30 November 11
Background images - just don’t display - VML option in Microsoft Outlook, but it just doesn’t work on nested tables and increases spam recognition
Images need to be the correct height - yes its best practice but I’ve seen it happen a lot
CSS - more on that on the next slide, but its just lacking - inline styles need to be used or at worst the style block in the body
Lists also seem to cause problems - best method is a table with bullet html entity and cell with the list item content - but not friendly to work with
Colours can be an issue, mostly on Lotus Notes - it uses its own colour palette rather than web standard colours
White space is especially a problem between images - when collating images to make a header - make each image in its own cell
IDs and Classes were renamed by email clients, working better currently as far as I know
Source code cand be changed - OH yes, hotmail used to change the body tag from body to xbody so as to not clash with any webmail styles
Wednesday, 30 November 11

Epic Fail:
Approximately115 CSS properties in 2.1 spec

Email clients support 47 of those
http://www.emailology.org/#3

With Lotus Notes 6 and 7 included...
10
Wednesday, 30 November 11
 •     Back up colours or no background images
 •     If you have to, then use VML for Outlook - problematic though
 •     All image or flat colour
 •     Just do it right
 •     Display Block
 •     Media Queries
 •     Plain text!
Wednesday, 30 November 11
Limitations
 •     Preview pane
 •     Client vs Webmail
 •     Dated machines
 •     Image blocking
 •     Spam Filters
Wednesday, 30 November 11
Limitations
 •     Preview pane
 •     Client vs Webmail
 •     Dated machines
 •     Image blocking
 •     Spam Filters
Wednesday, 30 November 11
Limitations
 •     Preview pane
 •     Client vs Webmail
 •     Dated machines
 •     Image blocking
 •     Spam Filters
Wednesday, 30 November 11
Limitations
 •     Preview pane
 •     Client vs Webmail
 •     Dated machines
 •     Image blocking
 •     Spam Filters
Wednesday, 30 November 11
Limitations
 •     Preview pane
 •     Client vs Webmail
 •     Dated machines
 •     Image blocking
 •     Spam Filters
Wednesday, 30 November 11
Limitations
 •     Preview pane
 •     Client vs Webmail
 •     Dated machines
 •     Image blocking
 •     Spam Filters
Wednesday, 30 November 11
Video
Flash
JavaScript
Audio

Waynes World “No Way”
Wednesday, 30 November 11
Research - don’t waste money - 7 Lotus notes users, 7 people signing off email at Virgin of 500k sent
Wednesday, 30 November 11
Provide fall backs to flat colours - use all background images in areas where looks rubbish with part missing
euismod tellus sit amet porta. Suspendisse non dolor nec elit dapibus faucibus. Quisque ut
quam a eros consequat elementum in id magna. Integer pharetra luctus pharetra.
Etiam mi est, rutrum ut semper in, pharetra ultrices diam. Maecenas sed luctus nisl. Curabitur
ornare, felis in porta laoreet, mi augue commodo nunc, at blandit lacus quam eu nibh. Aliquam
risus diam, lacinia sit amet dictum nec, consequat vitae nulla. Vivamus est lacus, tincidunt in
laoreet at, congue ac ante. Cras tristique, libero fermentum ullamcorper fermentum, ante lorem
pulvinar arcu, sit amet viverra velit risus eget ante. Phasellus in est sem, in lobortis odio.
Maecenas quis dui vitae dolor congue commodo in vel dolor. Aliquam facilisis, eros a feugiat
feugiat, eros massa varius justo, at molestie risus arcu vitae ligula. Nunc pharetra adipiscing
lorem, quis suscipit ligula vulputate eget. Ut mollis commodo semper. Nulla facilisi. Sed tempor,
enim quis tempus consequat, ligula eros varius eros, a mattis odio eros non urna. Quisque
commodo lacus vehicula orci egestas sed scelerisque mauris tempor. Integer pellentesque
congue magna, id scelerisque est feugiat nec.
Suspendisse dolor neque, faucibus non sollicitudin nec, interdum non justo. Curabitur vel erat
justo. Fusce semper libero at elit vulputate eget blandit lorem mattis. Vivamus eleifend tellus sed
velit dignissim tristique. Etiam purus tortor, egestas et condimentum id, hendrerit eu nunc.
Vestibulum vestibulum est tempor quam accumsan commodo. Ut ac viverra arcu. Praesent
pretium lacus at sapien elementum id pulvinar nisi dictum. Sed at leo enim. Proin auctor
imperdiet sem, sit amet adipiscing nisi rhoncus ac. Aliquam libero mi, varius vel suscipit sed,
gravida nec velit. Quisque mollis gravida tempor. Sed cursus tincidunt felis, non tincidunt tortor
porttitor cursus.
Sed congue elit et neque molestie volutpat eu ut ante. Suspendisse facilisis egestas adipiscing.
Ut quis ante massa. Cras massa neque, posuere et iaculis aliquam, auctor vel ipsum. Cum
sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec erat
nisl, ullamcorper nec scelerisque a, pharetra ac justo. Etiam quis lacus felis, sed semper velit.
Aenean ornare nisl a enim sollicitudin dapibus. In vel dapibus sem. Sed ornare, urna id gravida
semper, sem ante suscipit arcu, ut vehicula nisl sapien ac lorem. Aliquam a leo in metus lacinia
euismod. Sed varius aliquam justo, nec vulputate massa bibendum ac. Morbi aliquet molestie
tempus. Duis dui risus, sodales ac ultrices eget, imperdiet eget dolor. Aenean vel convallis purus.
Sedtext for newsletters etc, much easier to digest
       volutpat elit sapien, vel vulputate ante. Integer et metus a lacus bibendum rutrum at sed
Wednesday, 30 November 11
 Plain
tellus. Aliquam viverra convallis sollicitudin. Phasellus nibh augue, ultrices non gravida a,
accumsan at tellus. Nullam quam dolor, pellentesque nec euismod et, blandit eget elit.
Pellentesque tristique imperdiet odio at euismod.
Wednesday, 30 November 11
Add extra - Style alts tags etc
Wednesday, 30 November 11
Standard templates make your brand consistent and maintain fixes previously implemented - MailChimp Provide strong templates

Test test test test test test test test
Wednesday, 30 November 11
Work with designers to get your designs right from the start
Wednesday, 30 November 11
Style Alt
Display block
Inline CSS
CSS block in body
Style on links
Tables unfortunately still reign for most
Wednesday, 30 November 11
Style Alt
Display block
Inline CSS
CSS block in body
Style on links
Tables unfortunately still reign for most
Wednesday, 30 November 11
Style Alt
Display block
Inline CSS
CSS block in body
Style on links
Tables unfortunately still reign for most
Wednesday, 30 November 11
Style Alt
Display block
Inline CSS
CSS block in body
Style on links
Tables unfortunately still reign for most
Wednesday, 30 November 11
Style Alt
Display block
Inline CSS
CSS block in body
Style on links
Tables unfortunately still reign for most
Wednesday, 30 November 11
Style Alt
Display block
Inline CSS
CSS block in body
Style on links
Tables unfortunately still reign for most
Wednesday, 30 November 11
Style Alt
Display block
Inline CSS
CSS block in body
Style on links
Tables unfortunately still reign for most
Wednesday, 30 November 11
Style Alt
Display block
Inline CSS
CSS block in body
Style on links
Tables unfortunately still reign for most
Wednesday, 30 November 11
Style Alt
Display block
Inline CSS
CSS block in body
Style on links
Tables unfortunately still reign for most
Wednesday, 30 November 11
Graceful degradation
Media Queries - Mobile use of email is taking off - 41% of mobile internet in the US in 2010 was on email
Test - but remember majority of people will only view your email in one client, make them not realise its not perfect
http://www.youtube.com/
         watch?
         v=DIWswCiwwto&feature=
         player_embedded




Wednesday, 30 November 11
Personalise
Segment
Localise
Brand
Relate
“Read this issue
                            online if you can’t
                             see the images
                               or are using
                             Outlook 2007″

Wednesday, 30 November 11

Microsoft - X Box - March, 2008
http://mailchimp.com/blog/
        http://mailchimp.com/resources/html-email-templates/

        http://www.campaignmonitor.com
        http://www.campaignmonitor.com/forums/viewtopic.php?id=3862

        http://www.emailonacid.com/

        http://www.emailology.org

        http://litmus.com

        http://mattbee.co.uk/2007/10/lotus-notes-how-to-build-the-perfect-email/

        http://mattbee.co.uk/2009/08/email-marketing-a-bit-of-a-rant/

        http://mattbee.co.uk/2008/03/at-least-microsoft-know-outlook-2007-isnt-very-good/




Wednesday, 30 November 11
Hell Post Office - http://www.flickr.com/photos/eoinmcnamee/3143632936/sizes/l/in/photostream/
        IKEA Fail - http://www.flickr.com/photos/peterkaminski/30196012/
        Hundreds and Thousands - http://www.flickr.com/photos/pinksherbet/3566979613/
        Prince 1999 - http://www.flickr.com/photos/luna715/4121542040/
        iPhones - http://www.flickr.com/photos/bjorn1101/5731663009/
        No - http://www.flickr.com/photos/nathangibbs/98592171/
        Library - http://www.flickr.com/photos/geraldpereira/6140017255
        Offer - http://www.flickr.com/photos/red5standingby/3600514868
        Belly Slide - http://www.flickr.com/photos/smull/221730442




Wednesday, 30 November 11

Más contenido relacionado

Último

How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
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
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
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
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
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
 
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
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
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
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
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
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditSkynet Technologies
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
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
 

Último (20)

How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
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
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
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
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
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
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
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
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
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
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance Audit
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
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
 

Destacado

PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at WorkGetSmarter
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...DevGAMM Conference
 
Barbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationErica Santiago
 

Destacado (20)

PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 
More than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike RoutesMore than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike Routes
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
 
Barbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy Presentation
 

Building the impossible - Emails

  • 1. Building the Impossible Emails for all Wednesday, 30 November 11
  • 5. Wednesday, 30 November 11 We all have our problems, but mine was having the immense pleasure to come from a little computer shop in the North East, to working at an international agency in Lahdahn. Soon I was working on a huge brand building their loyalty programme monthly newsletter, of which there could be up to 5 per month. That’s where the challenge began, with lists of up to 500,000 recipients, even a small percentage of that many people was a large number of broken emails So began my life for the next 2 years - nailing all emails and making them work in every single email client. Even Lotus Notes 6 - and things even had to work in Lotus notes 6... Dicky Branson used it.
  • 6. Wednesday, 30 November 11 So everyone here will have suffered at the hands of IE and other browsers I assume, or if know I will guarantee you have received emails that look “a bit broken”. Chances are they probably were broken. Debugging these were an immense challenge - remember - you can’t use Firebug in Outlook 2007...
  • 7. Wednesday, 30 November 11 While there are lots of browsers, there are even more email clients. And then add in OS and device issues, and webmail in different browsers, the number of clients is a bit epic to check and debug them all. EG. - Apple Mail, Eudora, Outlook 2001, 2003, 2007, 2011, Gmail, Yahoo Mail, Hotmail, Thunderbird, Zimbra, Lotus Notes, Sparrow Mail, AOL Mail, and multiply that by browsers (especially hotmail - that didn’t like much other than IE back in the day)
  • 8. Wednesday, 30 November 11 And don’t forget these... And I’m told by a reliable source that there are literally 10 billion mobile clients
  • 10. Wednesday, 30 November 11 Where do you start - well code like it is 1999. Tables, background attribute, bgcolor, font tags, align, valign - basically if its depracated, it will probably work.
  • 11. Wednesday, 30 November 11 Background images - just don’t display - VML option in Microsoft Outlook, but it just doesn’t work on nested tables and increases spam recognition Images need to be the correct height - yes its best practice but I’ve seen it happen a lot CSS - more on that on the next slide, but its just lacking - inline styles need to be used or at worst the style block in the body Lists also seem to cause problems - best method is a table with bullet html entity and cell with the list item content - but not friendly to work with Colours can be an issue, mostly on Lotus Notes - it uses its own colour palette rather than web standard colours White space is especially a problem between images - when collating images to make a header - make each image in its own cell IDs and Classes were renamed by email clients, working better currently as far as I know Source code cand be changed - OH yes, hotmail used to change the body tag from body to xbody so as to not clash with any webmail styles
  • 12. Background Image Wednesday, 30 November 11 Background images - just don’t display - VML option in Microsoft Outlook, but it just doesn’t work on nested tables and increases spam recognition Images need to be the correct height - yes its best practice but I’ve seen it happen a lot CSS - more on that on the next slide, but its just lacking - inline styles need to be used or at worst the style block in the body Lists also seem to cause problems - best method is a table with bullet html entity and cell with the list item content - but not friendly to work with Colours can be an issue, mostly on Lotus Notes - it uses its own colour palette rather than web standard colours White space is especially a problem between images - when collating images to make a header - make each image in its own cell IDs and Classes were renamed by email clients, working better currently as far as I know Source code cand be changed - OH yes, hotmail used to change the body tag from body to xbody so as to not clash with any webmail styles
  • 13. Background Image Images Wednesday, 30 November 11 Background images - just don’t display - VML option in Microsoft Outlook, but it just doesn’t work on nested tables and increases spam recognition Images need to be the correct height - yes its best practice but I’ve seen it happen a lot CSS - more on that on the next slide, but its just lacking - inline styles need to be used or at worst the style block in the body Lists also seem to cause problems - best method is a table with bullet html entity and cell with the list item content - but not friendly to work with Colours can be an issue, mostly on Lotus Notes - it uses its own colour palette rather than web standard colours White space is especially a problem between images - when collating images to make a header - make each image in its own cell IDs and Classes were renamed by email clients, working better currently as far as I know Source code cand be changed - OH yes, hotmail used to change the body tag from body to xbody so as to not clash with any webmail styles
  • 14. Background Image Images CSS Wednesday, 30 November 11 Background images - just don’t display - VML option in Microsoft Outlook, but it just doesn’t work on nested tables and increases spam recognition Images need to be the correct height - yes its best practice but I’ve seen it happen a lot CSS - more on that on the next slide, but its just lacking - inline styles need to be used or at worst the style block in the body Lists also seem to cause problems - best method is a table with bullet html entity and cell with the list item content - but not friendly to work with Colours can be an issue, mostly on Lotus Notes - it uses its own colour palette rather than web standard colours White space is especially a problem between images - when collating images to make a header - make each image in its own cell IDs and Classes were renamed by email clients, working better currently as far as I know Source code cand be changed - OH yes, hotmail used to change the body tag from body to xbody so as to not clash with any webmail styles
  • 15. Background Image Images CSS Lists Wednesday, 30 November 11 Background images - just don’t display - VML option in Microsoft Outlook, but it just doesn’t work on nested tables and increases spam recognition Images need to be the correct height - yes its best practice but I’ve seen it happen a lot CSS - more on that on the next slide, but its just lacking - inline styles need to be used or at worst the style block in the body Lists also seem to cause problems - best method is a table with bullet html entity and cell with the list item content - but not friendly to work with Colours can be an issue, mostly on Lotus Notes - it uses its own colour palette rather than web standard colours White space is especially a problem between images - when collating images to make a header - make each image in its own cell IDs and Classes were renamed by email clients, working better currently as far as I know Source code cand be changed - OH yes, hotmail used to change the body tag from body to xbody so as to not clash with any webmail styles
  • 16. Background Image Images CSS Lists Colours Wednesday, 30 November 11 Background images - just don’t display - VML option in Microsoft Outlook, but it just doesn’t work on nested tables and increases spam recognition Images need to be the correct height - yes its best practice but I’ve seen it happen a lot CSS - more on that on the next slide, but its just lacking - inline styles need to be used or at worst the style block in the body Lists also seem to cause problems - best method is a table with bullet html entity and cell with the list item content - but not friendly to work with Colours can be an issue, mostly on Lotus Notes - it uses its own colour palette rather than web standard colours White space is especially a problem between images - when collating images to make a header - make each image in its own cell IDs and Classes were renamed by email clients, working better currently as far as I know Source code cand be changed - OH yes, hotmail used to change the body tag from body to xbody so as to not clash with any webmail styles
  • 17. Background Image Images CSS Lists Colours White space Wednesday, 30 November 11 Background images - just don’t display - VML option in Microsoft Outlook, but it just doesn’t work on nested tables and increases spam recognition Images need to be the correct height - yes its best practice but I’ve seen it happen a lot CSS - more on that on the next slide, but its just lacking - inline styles need to be used or at worst the style block in the body Lists also seem to cause problems - best method is a table with bullet html entity and cell with the list item content - but not friendly to work with Colours can be an issue, mostly on Lotus Notes - it uses its own colour palette rather than web standard colours White space is especially a problem between images - when collating images to make a header - make each image in its own cell IDs and Classes were renamed by email clients, working better currently as far as I know Source code cand be changed - OH yes, hotmail used to change the body tag from body to xbody so as to not clash with any webmail styles
  • 18. Background Image Images CSS Lists ID/Classes Colours White space Wednesday, 30 November 11 Background images - just don’t display - VML option in Microsoft Outlook, but it just doesn’t work on nested tables and increases spam recognition Images need to be the correct height - yes its best practice but I’ve seen it happen a lot CSS - more on that on the next slide, but its just lacking - inline styles need to be used or at worst the style block in the body Lists also seem to cause problems - best method is a table with bullet html entity and cell with the list item content - but not friendly to work with Colours can be an issue, mostly on Lotus Notes - it uses its own colour palette rather than web standard colours White space is especially a problem between images - when collating images to make a header - make each image in its own cell IDs and Classes were renamed by email clients, working better currently as far as I know Source code cand be changed - OH yes, hotmail used to change the body tag from body to xbody so as to not clash with any webmail styles
  • 19. Background Image Images CSS Lists ID/Classes Colours White space Changing source Wednesday, 30 November 11 Background images - just don’t display - VML option in Microsoft Outlook, but it just doesn’t work on nested tables and increases spam recognition Images need to be the correct height - yes its best practice but I’ve seen it happen a lot CSS - more on that on the next slide, but its just lacking - inline styles need to be used or at worst the style block in the body Lists also seem to cause problems - best method is a table with bullet html entity and cell with the list item content - but not friendly to work with Colours can be an issue, mostly on Lotus Notes - it uses its own colour palette rather than web standard colours White space is especially a problem between images - when collating images to make a header - make each image in its own cell IDs and Classes were renamed by email clients, working better currently as far as I know Source code cand be changed - OH yes, hotmail used to change the body tag from body to xbody so as to not clash with any webmail styles
  • 20. Wednesday, 30 November 11 Epic Fail: Approximately115 CSS properties in 2.1 spec Email clients support 47 of those http://www.emailology.org/#3 With Lotus Notes 6 and 7 included... 10
  • 21. Wednesday, 30 November 11 • Back up colours or no background images • If you have to, then use VML for Outlook - problematic though • All image or flat colour • Just do it right • Display Block • Media Queries • Plain text!
  • 22. Wednesday, 30 November 11 Limitations • Preview pane • Client vs Webmail • Dated machines • Image blocking • Spam Filters
  • 23. Wednesday, 30 November 11 Limitations • Preview pane • Client vs Webmail • Dated machines • Image blocking • Spam Filters
  • 24. Wednesday, 30 November 11 Limitations • Preview pane • Client vs Webmail • Dated machines • Image blocking • Spam Filters
  • 25. Wednesday, 30 November 11 Limitations • Preview pane • Client vs Webmail • Dated machines • Image blocking • Spam Filters
  • 26. Wednesday, 30 November 11 Limitations • Preview pane • Client vs Webmail • Dated machines • Image blocking • Spam Filters
  • 27. Wednesday, 30 November 11 Limitations • Preview pane • Client vs Webmail • Dated machines • Image blocking • Spam Filters
  • 28. Wednesday, 30 November 11 Video Flash JavaScript Audio Waynes World “No Way”
  • 29. Wednesday, 30 November 11 Research - don’t waste money - 7 Lotus notes users, 7 people signing off email at Virgin of 500k sent
  • 30. Wednesday, 30 November 11 Provide fall backs to flat colours - use all background images in areas where looks rubbish with part missing
  • 31. euismod tellus sit amet porta. Suspendisse non dolor nec elit dapibus faucibus. Quisque ut quam a eros consequat elementum in id magna. Integer pharetra luctus pharetra. Etiam mi est, rutrum ut semper in, pharetra ultrices diam. Maecenas sed luctus nisl. Curabitur ornare, felis in porta laoreet, mi augue commodo nunc, at blandit lacus quam eu nibh. Aliquam risus diam, lacinia sit amet dictum nec, consequat vitae nulla. Vivamus est lacus, tincidunt in laoreet at, congue ac ante. Cras tristique, libero fermentum ullamcorper fermentum, ante lorem pulvinar arcu, sit amet viverra velit risus eget ante. Phasellus in est sem, in lobortis odio. Maecenas quis dui vitae dolor congue commodo in vel dolor. Aliquam facilisis, eros a feugiat feugiat, eros massa varius justo, at molestie risus arcu vitae ligula. Nunc pharetra adipiscing lorem, quis suscipit ligula vulputate eget. Ut mollis commodo semper. Nulla facilisi. Sed tempor, enim quis tempus consequat, ligula eros varius eros, a mattis odio eros non urna. Quisque commodo lacus vehicula orci egestas sed scelerisque mauris tempor. Integer pellentesque congue magna, id scelerisque est feugiat nec. Suspendisse dolor neque, faucibus non sollicitudin nec, interdum non justo. Curabitur vel erat justo. Fusce semper libero at elit vulputate eget blandit lorem mattis. Vivamus eleifend tellus sed velit dignissim tristique. Etiam purus tortor, egestas et condimentum id, hendrerit eu nunc. Vestibulum vestibulum est tempor quam accumsan commodo. Ut ac viverra arcu. Praesent pretium lacus at sapien elementum id pulvinar nisi dictum. Sed at leo enim. Proin auctor imperdiet sem, sit amet adipiscing nisi rhoncus ac. Aliquam libero mi, varius vel suscipit sed, gravida nec velit. Quisque mollis gravida tempor. Sed cursus tincidunt felis, non tincidunt tortor porttitor cursus. Sed congue elit et neque molestie volutpat eu ut ante. Suspendisse facilisis egestas adipiscing. Ut quis ante massa. Cras massa neque, posuere et iaculis aliquam, auctor vel ipsum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec erat nisl, ullamcorper nec scelerisque a, pharetra ac justo. Etiam quis lacus felis, sed semper velit. Aenean ornare nisl a enim sollicitudin dapibus. In vel dapibus sem. Sed ornare, urna id gravida semper, sem ante suscipit arcu, ut vehicula nisl sapien ac lorem. Aliquam a leo in metus lacinia euismod. Sed varius aliquam justo, nec vulputate massa bibendum ac. Morbi aliquet molestie tempus. Duis dui risus, sodales ac ultrices eget, imperdiet eget dolor. Aenean vel convallis purus. Sedtext for newsletters etc, much easier to digest volutpat elit sapien, vel vulputate ante. Integer et metus a lacus bibendum rutrum at sed Wednesday, 30 November 11 Plain tellus. Aliquam viverra convallis sollicitudin. Phasellus nibh augue, ultrices non gravida a, accumsan at tellus. Nullam quam dolor, pellentesque nec euismod et, blandit eget elit. Pellentesque tristique imperdiet odio at euismod.
  • 32. Wednesday, 30 November 11 Add extra - Style alts tags etc
  • 33. Wednesday, 30 November 11 Standard templates make your brand consistent and maintain fixes previously implemented - MailChimp Provide strong templates Test test test test test test test test
  • 34. Wednesday, 30 November 11 Work with designers to get your designs right from the start
  • 35. Wednesday, 30 November 11 Style Alt Display block Inline CSS CSS block in body Style on links Tables unfortunately still reign for most
  • 36. Wednesday, 30 November 11 Style Alt Display block Inline CSS CSS block in body Style on links Tables unfortunately still reign for most
  • 37. Wednesday, 30 November 11 Style Alt Display block Inline CSS CSS block in body Style on links Tables unfortunately still reign for most
  • 38. Wednesday, 30 November 11 Style Alt Display block Inline CSS CSS block in body Style on links Tables unfortunately still reign for most
  • 39. Wednesday, 30 November 11 Style Alt Display block Inline CSS CSS block in body Style on links Tables unfortunately still reign for most
  • 40. Wednesday, 30 November 11 Style Alt Display block Inline CSS CSS block in body Style on links Tables unfortunately still reign for most
  • 41. Wednesday, 30 November 11 Style Alt Display block Inline CSS CSS block in body Style on links Tables unfortunately still reign for most
  • 42. Wednesday, 30 November 11 Style Alt Display block Inline CSS CSS block in body Style on links Tables unfortunately still reign for most
  • 43. Wednesday, 30 November 11 Style Alt Display block Inline CSS CSS block in body Style on links Tables unfortunately still reign for most
  • 44. Wednesday, 30 November 11 Graceful degradation Media Queries - Mobile use of email is taking off - 41% of mobile internet in the US in 2010 was on email Test - but remember majority of people will only view your email in one client, make them not realise its not perfect
  • 45. http://www.youtube.com/ watch? v=DIWswCiwwto&feature= player_embedded Wednesday, 30 November 11 Personalise Segment Localise Brand Relate
  • 46. “Read this issue online if you can’t see the images or are using Outlook 2007″ Wednesday, 30 November 11 Microsoft - X Box - March, 2008
  • 47. http://mailchimp.com/blog/ http://mailchimp.com/resources/html-email-templates/ http://www.campaignmonitor.com http://www.campaignmonitor.com/forums/viewtopic.php?id=3862 http://www.emailonacid.com/ http://www.emailology.org http://litmus.com http://mattbee.co.uk/2007/10/lotus-notes-how-to-build-the-perfect-email/ http://mattbee.co.uk/2009/08/email-marketing-a-bit-of-a-rant/ http://mattbee.co.uk/2008/03/at-least-microsoft-know-outlook-2007-isnt-very-good/ Wednesday, 30 November 11
  • 48. Hell Post Office - http://www.flickr.com/photos/eoinmcnamee/3143632936/sizes/l/in/photostream/ IKEA Fail - http://www.flickr.com/photos/peterkaminski/30196012/ Hundreds and Thousands - http://www.flickr.com/photos/pinksherbet/3566979613/ Prince 1999 - http://www.flickr.com/photos/luna715/4121542040/ iPhones - http://www.flickr.com/photos/bjorn1101/5731663009/ No - http://www.flickr.com/photos/nathangibbs/98592171/ Library - http://www.flickr.com/photos/geraldpereira/6140017255 Offer - http://www.flickr.com/photos/red5standingby/3600514868 Belly Slide - http://www.flickr.com/photos/smull/221730442 Wednesday, 30 November 11