Responsive Design for

Size: px
Start display at page:

Download "Responsive Design for Email"

Transcription

1 Good to Know Guide: Responsive Design for INSIDE YOU LL FIND... Responsive Design Overview Media Queries Explained Best Practices How It Works Samples of Design Approach Responsive vs. Predictive Provided by 1

2 Overview: Responsive Design Marketers who work to deliver the right message at the right time now also need to design that message for delivery in the right format. One way to ensure the optimum experience across device types and screen sizes is to incorporate responsive design. At the heart of true responsive design are three key features: Media queries and media query listeners to automate content displayed; A flexible, grid-based layout that uses relative sizing; Scalable images and media, through dynamic resizing or CSS. The difference between mobile-optimized and responsive design is the fact that all three of these technical features must be in place for an design to be deemed responsive. Responsive design is basically (also Web pages) built on a flexible grid framework that adjusts to the audience s viewport. Responsive design uses media queries to serve up images and content based on the resolution or screen size of the device used for view. By using a CSS coding technique, designers can create content and creative that automatically formats and resizes itself to adjust to the screen size being used by the recipient. Basically, the design auto-optimizes. This approach can also be used to hide non-essential parts of the from the mobile viewer elements that would be fine to show on a PC, but are a bit too much for the mobile view. These design techniques can also bring attention to the call-to-action across device views, update text sizes to be larger, and change visuals, such as background images and colors. 2

3 Media Queries Explained Responsive design is based on the use of media queries to pull the correct size of image or content according to viewport or screen size. CSS3 media queries help create a fluid layout that is continuously responsive to the user s display dimensions. It does so by targeting the maximum and minimum widths, rather than specific, device-sized orientations. The good thing about media queries is they re fast, resizing content to fit without having to refresh the page. When you use a responsive grid layout, you only need a single template for all views. This means your team can be more productive with less maintenance of the code base. It also minimizes the need for back-end developers to get involved with the presentation layer. However, there is no silver bullet here. Be aware that media queries are not supported by old browsers and some apps. You also may need to adapt for Internet Explorer using a combination of conditional comments and JavaScript. For examples of responsive design using media queries in action, check out: A sample of CSS3 media query language: /* Smaller than standard 960 (devices and browsers) only screen and (max-width: 959px) {} /* Tablet Portrait size to standard 960 (devices and browsers) only screen and (min-width: 768px) and (max-width: 959px) {} /* All Mobile Sizes (devices and browser) only screen and (max-width: 767px) {} /* Mobile Landscape to Tablet Portrait (devices and browsers) only screen and (min-width: 480px) and (max-width: 767px) {} /* Mobile Portrait to Mobile Landscape Size (devices and browsers) only screen and (max-width: 479px) {} 3

4 Responsive design allows you to loosely format your by device. Your two-column that looks great on PC and tablet reduces to a one-column layout when viewed on your cell phone. This takes a bit more design work but, because the mobile audience is large and growing, it may be worth the extra effort. You also can work with your ESP to redesign your formats to incorporate responsive design. Test: Be sure to test everything well before you send. Preview it across desktop, mobile and tablet. It also helps to use a rendering tool like our Campaign Preview to ensure your responsive formats correctly. Try: One thing to note is that responsive design works only in the native mail apps in the iphone and Android. Recipients reading s on their mobile devices using either the mobile browser or proprietary apps (for example, the Gmail app) will see the desktop version of the . Make sure the rendering still looks OK even in those instances and tighten the desktop version up as necessary for those use cases. Track: And finally, don t forget to track open and click-through rates so you can quantify the impact this new technique has on your metrics. For more tips, download the Good To Know Guide: Optimizing for Mobile What to Expect By Device Type Android Some Android devices do not support responsive design. Several apps (including Yahoo and Gmail) will not read CSS media queries. Native clients on an exchange server will not read CSS media queries. Not all Android devices download images. If a device is not supported and the query is not read, the desktop version will automatically be displayed. iphone ios fully supports responsive design in native App. Gmail and Yahoo Mail Apps are NOT supported. BlackBerry, Windows, Other Devices These will not support responsive design. When Forwarding Responsive s... Forwarded s will display both desktop and responsive content, resulting in duplicated content. 4

5 Best Practices for Responsive Design Use your data, not your gut. If you re not quite sure about using responsive design, or if optimizing for mobile is a priority, look to your data. Chances are your mobile open rates are higher than you d expect. Let your data determine when and where to optimize campaigns. If you find desktop conversion rates to be significantly higher (especially if you have a strong mobile open rates), you need look at improving mobile experiences as mobile use increases. Design the mobile version first. Create a mobile-optimized version first, then base the desktop version on that, and not the other way around. This goes for styling, spacing and length of copy. It s easier to add more to the baseline mobile phone version than it is to sacrifice content when paring down a full-blown desktop design. Don t use images as your call to action. If images are turned off, you re in trouble. It s a good idea to always include one call to action that s text or non-graphical. Content that shows without images must be strong enough to either turn on the images, or to get the click. Key content goes on top. Content should display beautifully even when images do not. Avoid large images in the upper left area. Again, design for images turned off. Hide the less important content on the mobile versions. This means you need to establish what the priority content is, and let the cream rise to the top (of the ). Use larger font sizes. 14px is a recommended minimum. 5

6 Skip the three-column format. Use a 1- or 2-column format instead. Some suggest a width of 640px, which you can separate into two columns that are 320px wide. Design for touch. Allow enough space for tappiness, which means buttons are at least 32x32px with enough padding to make a 44x44px target, with plenty of surrounding white space. Leave HTML text as standard as possible. That means use font sizes that are whole numbers. Don t reduce the spacing between letters and don t tighten the line height. Schedule extra time for design, development and testing. Responsive design is more complicated than designing separate s there are more working parts that require attention. Development tips: Avoid background images, animated GIFs, and image maps. Limit CSS and implement as inline CSS. Also, use tables for formatting and specify background colors. Beware of inconsistent grids. Use ALT text for images that contain critical copy but leave the ALT text blank for non-essential images. Also, set the width and height for all images in the HTML. Don t trust special characters. Use the ASCII HTML code to display special characters. Don t trust them to come through on their own. Use your data to evaluate the mobile audience. What percentage are opening on mobile? And on what device? If you re not sure, get in touch for free tracking snippets to use on your upcoming campaigns. us at info@knotice.com for more details. Don t be a perfectionist. Responsive is flexible and adaptive by design. Your s will not look alike across devices that s the point. Widows and odd line breaks will happen. Use a preview tool, but know that each version will not match. 6

7 Other Advice /Mobile Merge - Consider your an extension of your overall approach to mobile. and mobile teams need to come together to bring the best possible brand experience to your customers across channels. As the mobile audience takes over as the majority audience, your marketing team should be focused on improving mobile design and rendering on mobile devices. They also need to test to make sure the links and destinations within that take the audience to a mobile-friendly experience. It can be difficult to find success with a mobile-first mindset if the teams handling strategy, planning and execution spend most of their time behind laptops. Instead, understand how mobile users manage a full inbox, the different ways they view and evaluate s and post-click experiences, and the functional limitations they may encounter. Test using the popular clients and browsers. Also test with the default set at images off so you can see how your tags and content render without images shown. Clean any clutter and make sure your message can carry regardless of image downloads. Use a variety of mobile devices for your tests to make sure the brand experience that starts with an is a solid one. Fonts render differently on different OS, so use system fonts for HTML text; however, text in images can use any font. Keep it simple no custom kerning or tracking. Play it straight. Be realistic when using responsive design as part of your strategy. QA is complicated, so prioritize the revisions. If you design for mobile first, then design around images being turned off, you re already ahead of the game. 7

8 Here s How It Works Responsive design incorporates all possible elements of an into one HTML file, relying on media queries to present or suppress individual content/design modules based on the size of the screen used to view. The illustration below shows the different content options packed into the HTML of a single , and how each renders by device. Responsive design is more work, but it helps optimize for most anything, and it s particularly handy when device type is unknown. Company Logo Company Logo Company Logo Company Logo 8

9 Samples of Design Approach Mobile-Friendly Design The on the left shows how the desktop renders on a mobile device. The on the right shows an designed in a mobile-friendly format. Notice the legibility of the text and the clarity of the call to action on the mobile-friendly version. Also note the offer is above the fold so recipients do not have to scroll down to take action. Desktop Mobile Friendly Responsive Design This example compares the desktop version (left) to the same built using a responsive format. By incorporating responsive design, you can see the readability and styling is significantly improved over the desktop version, as well as the mobile-friendly version shown in the example above. Note the text is clean, clear, legible and the call to action is highlighted. Desktop Responsive 9

10 Desktop Predictive Predictive Design With the right platform and data environment, you can connect recipients with the device associated to that person. For instance, people on your list who have opened any of your s 4 consecutive times on their iphone are very likely to open the next time on their iphone. Historic activity is a great predictor of future activity. Once established, you can design s specific to the user experience for that technology. To the left shows a desktop version, compared to an designed specifically for iphone. Notice the clarity of device-specific design. Responsive Predictive Responsive vs. Predictive Here we see responsive (left) as compared to predictive or devicespecific design. You can see both are legible and more attractive as compared to their desktop counterpart. However, predictive design allows for design decisions to be made with confidence, since you understand how things will render. In this example, notice the call to action as a button returns (since images download automatically on iphone, this is a safe choice), with branding and content. 10

11 Desktop Responsive Predictive Examples of Rendering on an Android Device As we mentioned earlier in this guide, responsive is no silver bullet or cure-all to mobile optimization, but it can be a smart solution when device type used is unknown. Even with responsive, rendering can be difficult across Android devices. When you know a person in your audience is consistently an Android opener, perhaps predictive design is better to use. Above are three versions of the same . On the desktop version, you can see the image falling away off to the right of the viewport. The user would have to swipe the screen to see what s hiding. While it is good that the text is placed to the left, it still leaves much to be desired as a mobile experience. The responsive design version is better. While there is no visible call to action and almost too much text for mobile, at least the design fits nicely within the viewport the content is legible. The predictive version designed for Android users is clean and clear - even with embedded images turned off. You still get an attractive, legible with a call to action that sits above the fold. 11

12 Desktop Responsive Predictive Android Devices with No Images Loaded Many styles of Android phone leave images turned off by default (as do some clients, such as Outlook). This is where the rubber meets the road for mobile-friendly, responsive and predictive designs. As you can see in the desktop version, the mobile experience leaves a person, well, empty. On the bright side, they did use ALT text effectively to read something meaningful when no images are downloaded. But it s far from great overall. The center responsive version shows clean, clear text but the call to action remains buried below and requires extra effort on the part of the user to view. The predictive design on the right, even with images off, shows a clean, clear look. The call to action still shows up well. The only thing missing is the company logo, which may or may not impact conversions in this case. Some may debate the choice of responsive versus predictive. Only testing can determine the best course of action. Use your data to understand your audience, then provide them with the best mobile experience for your campaigns. 12

13 Our Perspective: Responsive vs. Predictive Responsive design is the latest, greatest approach to mobile optimization. It s a solid option, especially when you don t know the device affiliation, or if doing specific versioning is not necessarily going to provide more lift off of the responsive version itself. But when you have a unified data environment (one that can gather pertinent information about cross-channel campaign engagement, even across ios) and you can determine the affinity between the recipient and their device of choice, predictive design may be a better choice. Of course, responsive is a hot topic for marketers optimizing for mobile. And while it s a good solution, it s not necessarily the best solution in every case. If your platform can handle specific versioning based on historic open patterns by device, it s worthwhile to test and see which approach responsive or predictive will provide the best lift in campaign response. Some suggest marketers view responsive design as a catch-all approach, to make sure campaigns look good regardless of screen size, increasing the likelihood of a solid mobile experience when device types are unknown. However, when responsive breaks down, or when you want an unique to the full-functioning features of each device for a more robust experience, predictive design is the way to go. Predictive design is all about using your data to create excellent experiences specific to device type of the recipient. Predictive is somewhat opposite of responsive, though both should be part of your arsenal, depending on the level of device fragmentation in your audience. 13

14 Instead of using a kitchen sink strategy and including every possibility into one HTML counting on media queries to sort it all, predictive takes a more proactive approach based on device-specific targeting segmentation. That capability is based on customer data. As responsive is a catch-all, predictive is anticipated, based on historic audience data to identify a relevant design approach based on past customer interaction. For instance, if you know specific people in your audience use their ipad to open s during the workday, your design can offer an outstanding tablet experience sent to those people. Desktop openers can get desktop versions. The iphone and Android openers can each receive device-specific versions that will render best on those device types. While marketers are excited about the opportunities of responsive, once you understand device affiliation, it s better to offer the approach that leverages that data for the best brand experience possible. Once you have the data, you can be predictive. Responsive? Predictive? Which to Use When Predictive relies on a form of audience targeting. Start with a look at your overall opens, mobile versus desktop, and the types of devices used. If you don t work with an service provider (ESP) who can tell you how each person in your audience engages with each , and on what device, get in touch with your Knotice representative. Also, we ll also be offering a free mobile opens reporting service, which may be worth exploring for your upcoming campaigns. If you find yourself heading down a path where you re versioning the creative specifically for mobile, that may be the trigger point to explore a predictive approach once you know the device affiliation of your recipients. While responsive has many benefits, simplifying production is not one of them. Things can get complicated quickly. You may find that a predictive approach simplifies things, making it easier from a coding and workflow perspective. 14

15 When looking at predictive design, testing will help to determine if device-specific creative provides more lift. Another consideration is your team resources, and whether you have the production capacity (and the right platform) to efficiently manage device-specific versioning, rather than the complications of responsive design execution. Device affiliation matters to both approaches. When testing, and once you understand what performs best for the specific versioning, you don t have to have a predictive-only or responsiveonly approach. Hybrids work also. You may want to take a responsive approach, with predictive, device-specific versions only sending to known Android openers, or another combination of approaches. One question to ask is whether or not your ESP can easily version content easily, based on specific rules informed by your data preferably by integration with a unified data environment. If so, then you can use your data, and segment the versioning of creative based on that. If you have a single view of the customer, this is easy to do and easier to test. A Shared Vision for All Versions The goal is to send that looks great; however, keep in mind that not every experience is going to be perfect. It s about deduction versus knowing. Operationally, if you know that someone consistently opens on a specific device, it makes sense to design for that device and send that version to that person. You can decide what those rules should be to define what a mobile opener means such as last 3 opens on the same device, etc. When you can identify those consistencies, predictive makes sense from an experiential standpoint. This ensures they ll have a great experience, custom-tailored to the device they most often use. The only way to know for sure is to test. Look at your data. Design around the needs, wants and preferences of your customers. Both responsive and predictive approaches have the same goal a fantastic experience for each person on your list optimized for their device choices. 15

16 Good to Know Guide: Optimizing for Mobile Good to Know Guide: Improving Your Open Rates Prepared by Mobile Opens Report 2nd Half of 2012 Q3/Q % Q1/Q Q3/Q Q1/Q Q % 20% 27% 0% 10% 20% 30% 40% 50% @ 29% During the second half of 2012, 41% of s opened were opened on a mobile device Opens Q3/Q Download your copy at: Find out more: info@knotice.com

The Birth of Responsive Email Templates

The Birth of Responsive Email Templates The Birth of Responsive Email Templates The Birth of Responsive Email Templates The adoption of mobility solution at the enterprise level is simply becoming more relentless in order to engage more and

More information

A GUIDE TO MOBILE EMAIL

A GUIDE TO MOBILE EMAIL A GUIDE TO MOBILE EMAIL UNDERSTANDING THE WHAT, HOW & WHY TABLE OF CONTENTS EMAILS OPENED ON MOBILE? 1 Email open market share 2011-2013 WHAT DOES THIS MEAN? 2 FIRST THINGS FIRST 2 From and Subject Lines

More information

Optimizing Email for Mobile

Optimizing Email for Mobile Good to Know Guide: Optimizing Email for Mobile Includes: Tips for Mobile Email Optimization Responsive Design Details Essentials for Mobile Experiences Tips for Subject Lines on Mobile Provided by 1 INSIDE

More information

Responsive Email Design Guide. The fundamentals of designing and building mobile optimized email

Responsive Email Design Guide. The fundamentals of designing and building mobile optimized email Responsive Email Design Guide The fundamentals of designing and building mobile optimized email With the rapid increase of smartphone and tablet adoption, mobile email opens are growing exponentially every

More information

Mobile Email Design: Marketing Fit for the Small Screen

Mobile Email Design: Marketing Fit for the Small Screen Mobile Email Design: Marketing Fit for the Small Screen We live in an always on, always connected world. And there is no turning back. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 Introduction GO! GO!

More information

SUCCESSFUL, EASY MOBILE EMAIL DESIGN HOW TO CREATE MOBILE-READY EMAIL. brought to you by Campaigner

SUCCESSFUL, EASY MOBILE EMAIL DESIGN HOW TO CREATE MOBILE-READY EMAIL. brought to you by Campaigner SUCCESSFUL, EASY MOBILE EMAIL DESIGN HOW TO CREATE MOBILE-READY EMAIL brought to you by Campaigner The Mobile Puzzle For email marketers, smartphones present a puzzle. The devices are widely used to read

More information

Mobile Device Design Tips For Email Marketing

Mobile Device Design Tips For Email Marketing WHITEPAPER Top 10 Mobile Device Design Tips for Email In case you haven t noticed, mobile devices are literally everywhere. We re texting more than ever, shopping online, downloading apps, playing games,

More information

The Essential Guide to HTML Email Design

The Essential Guide to HTML Email Design The Essential Guide to HTML Email Design Index Introduction... 3 Layout... 4 Best Practice HTML Email Example... 5 Images... 6 CSS (Cascading Style Sheets)... 7 Animation and Scripting... 8 How Spam Filters

More information

Email Marketing. Best Practices

Email Marketing. Best Practices Email Marketing Best Practices Introduction Within email marketing, creative design serves two very important functions. First, properly composed email creative ensure proper rendering and deliverability

More information

Mobile Optimisation 2014

Mobile Optimisation 2014 IAB Email Marketing Series 2014 Ryan Hickling, Head of Email, TMW Landscape Over the past two to three years we ve seen a massive change in the way consumers interact with brands digitally. As technology

More information

Email Campaign Guidelines and Best Practices

Email Campaign Guidelines and Best Practices epromo Guidelines HTML Maximum width 700px (length = N/A) Maximum total file size, including all images = 200KB Only use inline CSS, no stylesheets Use tables, rather than layout Use more TEXT instead

More information

EMAIL MARKETING BEST PRACTICES. www.agillic.com contact@agillic.com

EMAIL MARKETING BEST PRACTICES. www.agillic.com contact@agillic.com EMAIL MARKETING BEST PRACTICES www.agillic.com contact@agillic.com SUBJECTS AND PREHEADERS Subject Preheader Tell it don t sell it Your subjects and preheaders can make all the difference to your email.

More information

Mobile Friendly Email Design

Mobile Friendly Email Design Mobile Friendly Email Design Create emails that look good on every device. A guide by Mobile friendly email design Contents Why Design for Mobiles?...3 You Must Optimise for Mobiles...4 Mobile User s Behvaiour...5

More information

A quick guide to... Effective HTML Messages

A quick guide to... Effective HTML Messages A quick guide to... Effective HTML Messages In this guide... Learn easy and effective ways to engage your subscribers, increase your click-through ratio (CTR), and get better results from your email marketing.

More information

REDESIGNING FOR MOBILE What Email Marketers Need to Know

REDESIGNING FOR MOBILE What Email Marketers Need to Know REDESIGNING FOR MOBILE What Email Marketers Need to Know Getting Ready for Canada s Anti-Spam Law 1 Redesigning for Mobile - What Email Marketers Need To Know 1 REDESIGNING FOR MOBILE What Email Marketers

More information

Putting the Design in Responsive Design Best Practices Guide

Putting the Design in Responsive Design Best Practices Guide Putting the Design in Responsive Design Best Practices Guide Putting the Design in Responsive Design Best Practices Table of Contents Introduction....3 Understanding Responsive Website Design....4 User

More information

GUIDE TO CODE KILLER RESPONSIVE EMAILS

GUIDE TO CODE KILLER RESPONSIVE EMAILS GUIDE TO CODE KILLER RESPONSIVE EMAILS THAT WILL MAKE YOUR EMAILS BEAUTIFUL 3 Create flawless emails with the proper use of HTML, CSS, and Media Queries. But this is only possible if you keep attention

More information

Best Practices for Email Marketing With imodules

Best Practices for Email Marketing With imodules Best Practices for Email Marketing With imodules Overview Communication is fundamental in building valuable relationships with your constituents. Emails can be up to 20 times more cost effective and generate

More information

MCH Strategic Data Best Practices Review

MCH Strategic Data Best Practices Review MCH Strategic Data Best Practices Review Presenters Alex Bardoff Manager, Creative Services abardoff@whatcounts.com Lindsey McFadden Manager, Campaign Production Services lmcfadden@whatcounts.com 2 Creative

More information

Responsive Design How to get started

Responsive Design How to get started Responsive Design How to get started Website traffic from mobile devices has grown significantly year over year prompting marketers to include responsive website design into their digital marketing strategy.

More information

Responsive Design How to get started

Responsive Design How to get started Best Practices Guide Responsive Design How to get started oho.com 617 499 4900 @ohointeractive Website traffic from mobile devices has grown significantly year over year prompting marketers to include

More information

HTML Email Power Tips. HTML messages improve your CTR. World s Easiest Email Marketing.

HTML Email Power Tips. HTML messages improve your CTR. World s Easiest Email Marketing. A quick guide to Learn easy and effective ways to engage your subscribers, increase your click-through ratio (CTR), and get better results from your email marketing. HTML Email Power Tips Be readable get

More information

RESPONSIVE DESIGN FOR MOBILE RENDERING

RESPONSIVE DESIGN FOR MOBILE RENDERING WHITEPAPER RESPONSIVE DESIGN FOR MOBILE RENDERING DELIVER MOBILE-SPECIFIC CONTENT USING MEDIA QUERIES EXECUTIVE SUMMARY With the widespread adoption of smartphones and tablets, proper email rendering in

More information

Creative Guidelines for Emails

Creative Guidelines for Emails Version 2.1 Contents 1 Introduction... 3 1.1 Document Aim and Target Audience... 3 1.2 WYSIWYG editors... 3 1.3 Outlook Overview... 3 2 Quick Reference... 4 3 CSS and Styling... 5 3.1 Positioning... 5

More information

Redesigning Email Campaigns for Mobile

Redesigning Email Campaigns for Mobile Redesigning Email Campaigns for Mobile Kim Mateus Digital Marketing Strategist @KimMateus Calie Brennan Senior UX Designer @CalieDesigns Agenda The Mobile Landscape Understanding your mobile recipients

More information

RESPONSIVE EMAIL DESIGN BY COMMUNIGATOR

RESPONSIVE EMAIL DESIGN BY COMMUNIGATOR RESPONSIVE EMAIL DESIGN BY COMMUNIGATOR RESPONSIVE EMAIL DESIGN According to stats from Litmus, in 2014 at least 53% of emails were opened on a mobile device. That is a huge increase from 2011 when the

More information

Responsive and Adaptive Web Design. Responsive & Adaptive websites-respond to the user s device by showing an optimized view.

Responsive and Adaptive Web Design. Responsive & Adaptive websites-respond to the user s device by showing an optimized view. Responsive and Adaptive Web Design Responsive & Adaptive websites-respond to the user s device by showing an optimized view. Web Design Assumptions Are Changing Rapidly Making a desktop layout small is

More information

The Essential Guide to HTML Email Design

The Essential Guide to HTML Email Design The Essential Guide to HTML Email Design Emailmovers Limited, Pindar House, Thornburgh Road Scarborough, North Yorkshire, YO11 3UY Tel: 0845 226 7181 Fax: 0845 226 7183 Email: enquiries@emailmovers.com

More information

MOBILE OPTIMIZATION. Success Guide

MOBILE OPTIMIZATION. Success Guide MOBILE OPTIMIZATION Success Guide PUBLISHED BY US Headquarters UK Headquarters APAC Headquarters StrongView Systems, Inc. StrongView Systems UK, Ltd XCOM Media 1300 Island Drive, Suite 200 Atlantic House

More information

This document will describe how you can create your own, fully responsive. drag and drop email template to use in the email creator.

This document will describe how you can create your own, fully responsive. drag and drop email template to use in the email creator. 1 Introduction This document will describe how you can create your own, fully responsive drag and drop email template to use in the email creator. It includes ready-made HTML code that will allow you to

More information

DESIGNING MOBILE FRIENDLY EMAILS

DESIGNING MOBILE FRIENDLY EMAILS DESIGNING MOBILE FRIENDLY EMAILS MAKING MOBILE EMAILERS SELECT PLAN CONTEXT CONTENT DESIGN DELIVERY Before you go mobile For optimal usage PICTURES OF DESKTOP VS MOBILE SAME SAME BUT DIFFERENT EMAIL CLIENTS

More information

Coding HTML Email: Tips, Tricks and Best Practices

Coding HTML Email: Tips, Tricks and Best Practices Before you begin reading PRINT the report out on paper. I assure you that you ll receive much more benefit from studying over the information, rather than simply browsing through it on your computer screen.

More information

Informz for Mobile Devices: Making Your Emails PDA and Phone-Friendly

Informz for Mobile Devices: Making Your Emails PDA and Phone-Friendly Informz for Mobile Devices: Making Your Emails PDA and Phone-Friendly The use of personal digital assistants (PDAs) has increased exponentially since the early days of rudimentary Palm Pilots and similar

More information

Airangel s WiFi Portal Best Practice Guidelines Get the most out of your WiFi infrastructure

Airangel s WiFi Portal Best Practice Guidelines Get the most out of your WiFi infrastructure CONTROL PERSONALISE SOCIALISE www.airangel.com Airangel s WiFi Portal Best Practice Guidelines Get the most out of your WiFi infrastructure Contents Why is my portal design so important? Page 03 - You

More information

Designing HTML emailers

Designing HTML emailers 24 SEPTEMBER 2015 Designing a beautiful but functional HTML emailer can be challenging for the most experienced designer, especially if you don t have a lot of experience working with code. This guide

More information

Responsive Design Best Practices

Responsive Design Best Practices Responsive Design Best Practices Heather Shore Account Director Silverpop Harlan Cayetano Sr. Email Specialist Silverpop Yin Mac Program Manager Silverpop Andrea Shyrock Production Manager Alchemy Worx

More information

Email Guidelines. The following guidelines are for companies who develop email HTML design/creative and copy.

Email Guidelines. The following guidelines are for companies who develop email HTML design/creative and copy. The following guidelines are for companies who develop email HTML design/creative and copy. In today s email environment it is imperative that mailers consider the limitations presented by email readers

More information

Creativity Whitepaper 2014

Creativity Whitepaper 2014 IAB Email Marketing Series Creativity Whitepaper 2014 Tom Wheatley, Head of Email, Shortlist Media Ltd Landscape The email landscape is no longer as clear cut for marketers as it has been seen in previous

More information

EMAIL SUCCESS TOOLKIT

EMAIL SUCCESS TOOLKIT WHITEPAPER EMAIL SUCCESS TOOLKIT EXECUTIVE SUMMARY Before you hit the send button on yet another oops message, use this toolkit to prevent mistakes. Included are a Project Brief to help with your process,

More information

Responsive Email Design. Our guide to helping you get started. August 2012 Version 0.2

Responsive Email Design. Our guide to helping you get started. August 2012 Version 0.2 Responsive Email Design Our guide to helping you get started August 2012 Version 0.2 Contents Introduction... 3 What is Responsive Design?... 4 What about email?... 5 So what are the pros and cons?...

More information

Looking Good! Troubleshooting Email Display Problems

Looking Good! Troubleshooting Email Display Problems E-mail Direct Mail Digital Marketing Sales Tools Funding Data Creative Services Looking Good! Troubleshooting Email Display Problems November 19, 2014 Today s Speaker Geoff Phillips Senior Editor & Email

More information

a white paper Email Marketing in a Mobile World

a white paper Email Marketing in a Mobile World a white paper Email Marketing in a Mobile World Table of Contents Email Marketing in a Mobile World...1 Analytics and You... 2 Mobile Friendly Design Strategies... 3-5 Conclusion...6 About Informz Revolutionizing

More information

Mobile Optimise your Emails. Code & examples to make your email campaigns mobile friendly

Mobile Optimise your Emails. Code & examples to make your email campaigns mobile friendly Mobile Optimise your Emails Code & examples to make your email campaigns mobile friendly Email Marketing Guide June 2013 CONTENTS Introduction...01 The Growing Importance of Mobile...02 Key Mobile Devices...03

More information

38 Essential Website Redesign Terms You Need to Know

38 Essential Website Redesign Terms You Need to Know 38 Essential Website Redesign Terms You Need to Know Every industry has its buzzwords, and web design is no different. If your head is spinning from seemingly endless jargon, or if you re getting ready

More information

Table of Contents Recommendation Summary... 3 Introduction... 4 Formatting Recommendations... 5 Creative:... 7 Deliverability & Infrastructure:...

Table of Contents Recommendation Summary... 3 Introduction... 4 Formatting Recommendations... 5 Creative:... 7 Deliverability & Infrastructure:... Table of Contents Recommendation Summary... 3 Technical:... 3 Creative:... 3 Introduction... 4 Formatting Recommendations... 5 JavaScript:... 5 Forms:... 5 Background Tags and Colors:... 5 Html Text:...

More information

Responsive Web Design in Application Express

Responsive Web Design in Application Express Insert Information Protection Policy Classification from Slide 13 1 Responsive Web Design in Application Express using HTML5 and CSS3 Shakeeb Rahman @shakeeb Principal Member of Technical Staff Oracle

More information

An overview of designing HTML emails for Hotmail, Yahoo, Outlook, Lotus Notes and AOL

An overview of designing HTML emails for Hotmail, Yahoo, Outlook, Lotus Notes and AOL An Emailcenter briefing: Can your customers read your email newsletters? An overview of designing HTML emails for Hotmail, Yahoo, Outlook, Lotus Notes and AOL November, 2004 Emailcenter research has shown

More information

EMAIL MARKETING BEST PRACTICES GUIDE

EMAIL MARKETING BEST PRACTICES GUIDE EMAIL MARKETING BEST PRACTICES GUIDE V12 Group s Best Practices Guidelines and recommendations were implemented to help clients create clean looking emails that improve delivery and overall performance

More information

Responsive Web Design. vs. Mobile Web App: What s Best for Your Enterprise? A WhitePaper by RapidValue Solutions

Responsive Web Design. vs. Mobile Web App: What s Best for Your Enterprise? A WhitePaper by RapidValue Solutions Responsive Web Design vs. Mobile Web App: What s Best for Your Enterprise? A WhitePaper by RapidValue Solutions The New Design Trend: Build a Website; Enable Self-optimization Across All Mobile De vices

More information

HTML Email Template for Northstar UI guidelines

HTML Email Template for Northstar UI guidelines I. General Requirements... 1 II. Visual Specifications... 2 III. Email template types (purpose of the email)... 2 IV. Email template formats... 2 V. Main Elements... 6 Pre-header... 7 Header... 7 Email

More information

Your Guide to the All New, Drag & Drop, Mobile-Responsive Email Builder

Your Guide to the All New, Drag & Drop, Mobile-Responsive Email Builder Your Guide to the All New, Drag & Drop, Mobile-Responsive Email Builder The All New Drag & Drop Email Builder from Net-Results Contents I. Introduction II. Overview - The Canvas & Builder Tools III. The

More information

Responsive Web Design (RWD) Best Practices Guide Version: 2013.11.20

Responsive Web Design (RWD) Best Practices Guide Version: 2013.11.20 Responsive Web Design (RWD) Best Practices Guide Version: 2013.11.20 This document includes best practices around responsive web design (RWD) when developing hybrid applications. Details on each checklist

More information

Understanding Responsive Web Design (RWD) & Environment Aware Component Design Version: 2013.11.21

Understanding Responsive Web Design (RWD) & Environment Aware Component Design Version: 2013.11.21 Understanding Responsive Web Design (RWD) & Environment Aware Component Design Version: 2013.11.21 Contents Contents Checklist Planning Responsive Web Design Overview What is responsive design? When should

More information

Converting Prospects to Purchasers.

Converting Prospects to Purchasers. Email Template Guide LASSO EMAIL TEMPLATE EDITOR... 2 ABOUT LASSO EMAIL TEMPLATE EDITOR... 2 CREATING AN EMAIL TEMPLATE... 2 ACCESSING EMAIL TEMPLATES... 2 ADDING AN EMAIL TEMPLATE FOLDER... 3 BASIC PRINCIPLES

More information

Email Design No-No s Guide for Non-Designers

Email Design No-No s Guide for Non-Designers Introduction: Graphic designers are experts for a reason through training and experience they have developed an eye for what is visually appealing and what draws a reader in. But knowledge of attractive

More information

Responsive Web Design: Is It Worth It?

Responsive Web Design: Is It Worth It? Responsive Web Design: Is It Worth It? (Adapted from " Responsive Web Design," by EyeImagine, LLC, December 2012, www.eyeimaginetech.com) Introduction Responsive Web Design is generating a lot of buzz

More information

Better Email Marketing: Making Sure Your Messages Get Read & Acted On

Better Email Marketing: Making Sure Your Messages Get Read & Acted On Better Email Marketing: Making Sure Your Messages Get Read & Acted On Better Email Marketing What to Know Where to Start What to Watch Out For Information You Need to Gather About Your Audience How to

More information

Presentation: Online Marketing Best Practices

Presentation: Online Marketing Best Practices Presentation: Online Marketing Best Practices Web Design & Development Best Practices: Design/Development Intro: Cohesive branding, user experience, responsive design, web standards Point 1 - Present a

More information

Return on Responsive Web Design

Return on Responsive Web Design Return on Responsive Web Design Table of contents 1: Introduction 1: Growth in mobility the driving force for responsive web design 2: Return on responsive design 4: Three keys to successful responsive

More information

Planning a Responsive Website

Planning a Responsive Website Planning a Responsive Website Planning a website is important for both web designers and website owners. Planning your website before you start building it can save you time, keep your site code more accurate

More information

Making Responsive Emails

Making Responsive Emails Making Responsive Emails Who Am I? Justine Jordan Wearer of Many Hats, Litmus @meladorri @litmusapp #CSSsummit litmus.com/lp/csssummit Sample HTML, slides, templates, frameworks, and other goodies. Disclaimer:

More information

Going Beyond SAP ITS Mobile Apps to a Responsive Design Mobile Apps. JK (JayaKumar Pedapudi) Principal Consultant NTT DATA, Inc.

Going Beyond SAP ITS Mobile Apps to a Responsive Design Mobile Apps. JK (JayaKumar Pedapudi) Principal Consultant NTT DATA, Inc. Going Beyond SAP ITS Mobile Apps to a Responsive Design Mobile Apps JK (JayaKumar Pedapudi) Principal Consultant NTT DATA, Inc. Introduction. Learning Points. What is Responsive Design and its Role? Design

More information

Sizmek Formats. IAB Mobile Pull. Build Guide

Sizmek Formats. IAB Mobile Pull. Build Guide Sizmek Formats IAB Mobile Pull Build Guide Table of Contents Overview...3 Supported Platforms... 6 Demos/Downloads... 6 Known Issues... 6 Implementing a IAB Mobile Pull Format...6 Included Template Files...

More information

Principles of Web Design 6 th Edition. Chapter 12 Responsive Web Design

Principles of Web Design 6 th Edition. Chapter 12 Responsive Web Design Principles of Web Design 6 th Edition Chapter 12 Responsive Web Design Objectives Recognize the need for responsive web design Use media queries to apply conditional styles Build a basic media query Create

More information

Beyond Responsive Design (for Online Retailers): Delivering Custom Mobile Experiences for Multiple Touch Points

Beyond Responsive Design (for Online Retailers): Delivering Custom Mobile Experiences for Multiple Touch Points Beyond Responsive Design (for Online Retailers): Delivering Custom Mobile Experiences for Multiple Touch Points When the Internet first started to become popular and widespread, webpage design was a relatively

More information

Microsoft Expression Web Quickstart Guide

Microsoft Expression Web Quickstart Guide Microsoft Expression Web Quickstart Guide Expression Web Quickstart Guide (20-Minute Training) Welcome to Expression Web. When you first launch the program, you ll find a number of task panes, toolbars,

More information

What is a Mobile Responsive Website?

What is a Mobile Responsive Website? More and more of your target audience is viewing websites using smart phones and tablets. What is a Mobile Responsive Website? Web Design is the process of creating a website to represent your business,

More information

So you want to create an Email a Friend action

So you want to create an Email a Friend action So you want to create an Email a Friend action This help file will take you through all the steps on how to create a simple and effective email a friend action. It doesn t cover the advanced features;

More information

A Rough Guide to E-newsletter Marketing

A Rough Guide to E-newsletter Marketing A Rough Guide to E-newsletter Marketing Content 1 2 3 4 5 6 7 8 Why use email marketing What email marketing can deliver It all starts with data How to design effective email Writing great email Wait!

More information

Creating Effective HTML Email Campaigns

Creating Effective HTML Email Campaigns Creating Effective HTML Email Campaigns This event is being recorded. You will receive a copy of the audio/video at the end of the presentation. 701 South Broad Street, Lititz, PA 17543 www.listrak.com

More information

The Third Screen: What Email Marketers Need to Know About Mobile Rendering

The Third Screen: What Email Marketers Need to Know About Mobile Rendering BlueHornet Whitepaper The Third Screen: What Email Marketers Need to Know About Mobile Rendering Part One: Your Marketing Message on the Third Screen Executive Summary The rapid rise in adoption of so-called

More information

Guidelines for Effective Email Creative

Guidelines for Effective Email Creative Guidelines for Effective Email Creative While the need for quality and effective design has always existed from a marketing standpoint, challenges unique to the email space require a different look at

More information

Responsive Web Design. Webinar, August 2012

Responsive Web Design. Webinar, August 2012 Responsive Web Design Webinar, August 2012 The browser landscape is changing The United Kingdom is the second largest global internet user In a recent study, 11% of UK internet traffic was from mobile

More information

STANDARD BANNER: Ad Specs

STANDARD BANNER: Ad Specs 3 Ad Specs 1 Ad Specs STANDARD BANNER: Ad Specs Dimensions Max LOAD Size Devices Operating System Feature Various OS Blackberry Android ios Kindlefire Windows 120x20 168x28 216x36 * 300x50; 600x100 320x48;

More information

RESPONSIVE EMAIL DESIGN & DEVELOPMENT THE WHAT, WHY & HOW

RESPONSIVE EMAIL DESIGN & DEVELOPMENT THE WHAT, WHY & HOW RESPONSIVE EMAIL DESIGN & DEVELOPMENT THE WHAT, WHY & HOW December 2014 SUSANNA OLIVER Web Developer Denver Fargo Minneapolis 701.235.5525 888.9.sundog FAX: 701.235.8941 www.sundoginteractive.com Overview

More information

SimplyCast emarketing Email User Guide

SimplyCast emarketing Email User Guide SimplyCast emarketing Email User Guide Email User Guide Page 1 Contents 1. Email Overview... 3 2. Features Overview... 3 3. Email Editor Features... 8 4. How to Create an Email Campaign?... 5 5. Additional

More information

6 WAYS TO INCREASE PARTICIPATION THROUGH EMAIL. Datis Mohsenipour

6 WAYS TO INCREASE PARTICIPATION THROUGH EMAIL. Datis Mohsenipour 6 WAYS TO INCREASE PARTICIPATION THROUGH EMAIL Datis Mohsenipour 1 ABOUT ME MY ACTIVE IS Kickboxing Snowboarding Travel Friends Family 2 3 MY EXPERIENCE 4 DO YOU RECEIVE DO EMAILS YOU ON OWN YOUR A SMART

More information

By the end of this section, you will be able to: Create an Email Campaign Link Email Campaign to Interest Category. Populate Initial Campaign Audience

By the end of this section, you will be able to: Create an Email Campaign Link Email Campaign to Interest Category. Populate Initial Campaign Audience Email Campaigns Overview...2 EXERCISE 4.1: View an Email Message...3 Review: Constituent360 Groups...4 Key Concept: Email Campaigns...6 Email Campaigns...8 Email Calendar...9 Creating a New Campaign...

More information

DreamFactory & Modus Create Case Study

DreamFactory & Modus Create Case Study DreamFactory & Modus Create Case Study By Michael Schwartz Modus Create April 1, 2013 Introduction DreamFactory partnered with Modus Create to port and enhance an existing address book application created

More information

2014 MedData Group, LLC www.meddatagroup.com. WHITE PAPER: Ten Tips for More Effective Physician Email Marketing

2014 MedData Group, LLC www.meddatagroup.com. WHITE PAPER: Ten Tips for More Effective Physician Email Marketing WHITE PAPER: Ten Tips for More Effective Physician Email Marketing Marketing to physicians is no easy task not only are they hard to reach, but they have limited attention spans for content that doesn

More information

WP Popup Magic User Guide

WP Popup Magic User Guide WP Popup Magic User Guide Plugin version 2.6+ Prepared by Scott Bernadot WP Popup Magic User Guide Page 1 Introduction Thank you so much for your purchase! We're excited to present you with the most magical

More information

HTML Creative Design Guidelines

HTML Creative Design Guidelines HTML Creative Design Guidelines An effective design should do more than look nice. It should support the message and render correctly. When a design is properly executed, it really is worth a thousand

More information

BEST PRACTICES EMAIL DESIGN

BEST PRACTICES EMAIL DESIGN BEST PRACTICES for EFFECTIVE EMAIL DESIGN July 2008 BEST PRACTICES for EFFECTIVE EMAIL DESIGN The number of professionals and businesses using email as part of their marketing campaign is growing. According

More information

RESPONSIVE EMAIL DESIGN

RESPONSIVE EMAIL DESIGN RESPONSIVE EMAIL DESIGN SELLIGENT The contents of this manual cover material copyrighted by Selligent. This manual cannot be reproduced, in part or in whole, or distributed or transferred by means electronic

More information

Mobile Marketing How to Get Your Share of $8 Billion in Mobile Bookings

Mobile Marketing How to Get Your Share of $8 Billion in Mobile Bookings INDUSTRY INSIGHT GUIDE Mobile Marketing How to Get Your Share of $8 Billion in Mobile Bookings Inside How to boost direct bookings Why you need a mobile-friendly site Pros & cons of mobile websites Pros

More information

Email Marketing Best Practices - Top 10 tips

Email Marketing Best Practices - Top 10 tips Email Marketing Best Practices - Top 10 tips Contents 1. Make a good first impression... 2 2. Above the fold... 3 3. Keep it short and to the point.... 3 4. Send what your customer wants not what you want

More information

POV: DODGING THE PITFALLS OF IMAGES IN EMAIL MARKETING

POV: DODGING THE PITFALLS OF IMAGES IN EMAIL MARKETING POV: DODGING THE PITFALLS OF IMAGES IN EMAIL MARKETING JANUARY 2015 DODGING THE PITFALLS OF IMAGES IN EMAIL MARKETING: ENSURING SUCCESS WITH AN IMAGES-OFF APPROACH EXECUTIVE SUMMARY It s no secret that,

More information

Responsive Web Design. birds of feather

Responsive Web Design. birds of feather Responsive Web Design birds of feather Approaches to Mobile Development 1. No Mobile Approach 2. Native Mobile Applications 3. Mobile Websites 4. Responsive (universal) design No Mobile Approach Website

More information

Responsive Versus Adaptive Web Design

Responsive Versus Adaptive Web Design White Paper Responsive Versus Adaptive Web Design A development approach comparison Authors Sriram Ramanathan, Chief Technology Officer Matthew Trevathan, Director of Product Platform Development Amit

More information

Bullseye Interactive Group / Mobile Sports Group

Bullseye Interactive Group / Mobile Sports Group RESOURCE EMAIL MARKETING BEST PRACTICES GUIDELINES Bullseye Interactive Group/Mobile Sports Group (BIG-MSG) & its Data Partners Best Practices, Guidelines, and Recommendations were implemented to help

More information

Responsive Email Design. Our guide to helping you get started. March 2013 Version 0.4

Responsive Email Design. Our guide to helping you get started. March 2013 Version 0.4 Responsive Email Design Our guide to helping you get started March 2013 Version 0.4 Contents Introduction... 3 What is Responsive Design?... 4 What about email?... 5 So what are the pros and cons?... 6

More information

Responsive Design Provides the Perfect Fit

Responsive Design Provides the Perfect Fit WHITE PAPER Responsive Design Provides the Perfect Fit Responsive. Adaptive. Mobile-First. Mobile-Optimized. Ensuring a seamless and functioning experience for consumers using mobile devices can be confusing.

More information

Copyright 2011 Smart VA Ltd All Rights Reserved.

Copyright 2011 Smart VA Ltd All Rights Reserved. Copyright 2011 Smart VA Ltd All Rights Reserved. No part of this guide may be reproduced or transmitted in any form whatsoever, electronic, or mechanical, including photocopying, recording, or by any informational

More information

A Melissa Data White Paper. 10 Key Elements in Email Campaign Strategy & Design

A Melissa Data White Paper. 10 Key Elements in Email Campaign Strategy & Design A Melissa Data White Paper 10 Key Elements in Email Campaign Strategy & Design 2 10 Key Elements in Email Campaign Strategy & Design Email marketing is a powerful tool that allows you to reach thousands

More information

Mobile-ready Email: what s working & what s not

Mobile-ready Email: what s working & what s not Mobile-ready Email: what s working & what s not What We ll Cover 1. Fresh mobile email stats 2. Mobile-ready email techniques: Scalable & Responsive 1. 8 real-life examples in mobile email redesigns 2

More information

Mobile Email Opens Report 2nd Half of 2012

Mobile Email Opens Report 2nd Half of 2012 Prepared by Mobile Email Opens Report 2nd Half of 2012 Q3/Q4 2012 41% Q1/Q2 2012 36% Q3/Q4 2011 27% Q1/Q2 2011 20% Q4 2010 13% 0% 10% 20% 30% 40% 50% 12% 59% @ Email Opens Q3/Q4 2012 29% @ @ During the

More information

Creating an Email with Constant Contact. A step-by-step guide

Creating an Email with Constant Contact. A step-by-step guide Creating an Email with Constant Contact A step-by-step guide About this Manual Once your Constant Contact account is established, use this manual as a guide to help you create your email campaign Here

More information

BEST PRACTICES FOR EMAIL CAMPAIGNS

BEST PRACTICES FOR EMAIL CAMPAIGNS BEST PRACTICES FOR EMAIL CAMPAIGNS How to Acquire and Retain New Customers Through Email Acquiring customers via email campaigns is a marketing science that has evolved significantly in recent years. It

More information

Table of Contents Desktop PC and Apple Mac email applications Web and mobile device email readers Find out more about NewZapp

Table of Contents Desktop PC and Apple Mac email applications Web and mobile device email readers Find out more about NewZapp Table of Contents Why is email display an issue in email marketing?... 2 Expert Email Design... 3 Quick look-up overview... 4 Desktop PC and Apple Mac email applications... 5 Outlook 2007-2016... 6 Content

More information

separate the content technology display or delivery technology

separate the content technology display or delivery technology Good Morning. In the mobile development space, discussions are often focused on whose winning the mobile technology wars how Android has the greater share of the mobile market or how Apple is has the greatest

More information