<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
    <title>EmailDirect Admin Blog</title>
    
    <link rel="alternate" type="text/html" href="http://blog.emaildirect.com/index/" />
    <id>tag:typepad.com,2003:weblog-1586204</id>
    <updated>2011-11-14T11:56:29-08:00</updated>
    <subtitle>Sometimes boring, sometimes funny but usually informative email marketing commentary from the EmailDirect.com team.</subtitle>
    <generator uri="http://www.typepad.com/">TypePad</generator>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/typepad/emaildirect/index" /><feedburner:info uri="typepad/emaildirect/index" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>38.605355</geo:lat><geo:long>-121.282472</geo:long><entry>
        <title>EMAILDIRECT BLOG MOVED TO EMAILDIRECT.COM/BLOG</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/emaildirect/index/~3/jBUPc-DmIjw/emaildirect-blog-moved-to-emaildirectcomblog.html" />
        <link rel="replies" type="text/html" href="http://blog.emaildirect.com/index/2011/11/emaildirect-blog-moved-to-emaildirectcomblog.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00e5505bf46088330162fc62fa79970d</id>
        <published>2011-11-14T11:56:29-08:00</published>
        <updated>2011-11-14T11:56:29-08:00</updated>
        <summary>If you are reading this please go to http://www.emaildirect.com/blog</summary>
        <author>
            <name>Chris Bryan</name>
        </author>
        
        
<content type="html" xml:lang="en-US" xml:base="http://blog.emaildirect.com/index/">
&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p style="font-size: 25px; line-height: 30px;"&gt;If you are reading this please go to&amp;nbsp;&lt;a title="EmailDirect's Hello Inbox - Email Marketing Blog for the Ages" href="http://www.emaildirect.com/blog" target="_self"&gt;http://www.emaildirect.com/blog&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;
&lt;img src="http://feeds.feedburner.com/~r/typepad/emaildirect/index/~4/jBUPc-DmIjw" height="1" width="1"/&gt;</content>


    <feedburner:origLink>http://blog.emaildirect.com/index/2011/11/emaildirect-blog-moved-to-emaildirectcomblog.html</feedburner:origLink></entry>
    <entry>
        <title>Email Coding Guidelines – Part 2: Picking Inline CSS Apart</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/emaildirect/index/~3/j2x2eZZ-azw/email-coding-guidelines-part-2-picking-inline-css-apart.html" />
        <link rel="replies" type="text/html" href="http://blog.emaildirect.com/index/2011/04/email-coding-guidelines-part-2-picking-inline-css-apart.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00e5505bf4608833014e8821b324970d</id>
        <published>2011-04-28T10:13:14-07:00</published>
        <updated>2011-04-28T10:20:58-07:00</updated>
        <summary>In my last post, we picked apart tables and went over some ways to simplify your code with nested tables. While you don't have to read Part 1 to understand what I'll be talking about here – it helps to...</summary>
        <author>
            <name>Tiana Palmer</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Email Design" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Front Page News" />
        
        
<content type="html" xml:lang="en-US" xml:base="http://blog.emaildirect.com/index/">
&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;span style="font-family: Verdana, Arial, Helvetica, sans-serif; color: #383838; font-size: 12px;"&gt;
In my &lt;a href="http://blog.emaildirect.com/index/2011/03/email-coding-guidelines-part-1-picking-tables-apart.html" style="color: #f55404;"&gt;last post&lt;/a&gt;, we picked apart tables and went over some ways to simplify your code with nested tables. While you don't have to read &lt;a href="http://blog.emaildirect.com/index/2011/03/email-coding-guidelines-part-1-picking-tables-apart.html" style="color: #f55404;"&gt;Part 1&lt;/a&gt; to understand what I'll be talking about here – it helps to have some knowledge about tables and their tags. &lt;br&gt;&lt;br&gt;
This time, we'll be building a bit on tables with styling using inline CSS.
&lt;br&gt;&lt;br&gt;
CSS – or Cascading Style Sheets – allows you to format the layout, colors, fonts and in some cases the behavior of elements in an HTML or XHTML document.
&lt;br&gt;&lt;br&gt;
Typically CSS is used either internally – inside the same HTML document, before all the HTML or it's included externally – outside the HTML document but referenced in the HTML. 
&lt;br&gt;&lt;br&gt;
In the Land of Email, CSS has to be inline – inside the HTML document, but throughout the HTML. Never use an external style sheet! Save internal styles for hacks like &lt;a href="http://emailmarketingvoodoo.com/blog/post/outlook-2007-can-now-render-background-images/" style="color: #f55404;"&gt;Outlook background images&lt;/a&gt; and &lt;a href="http://www.emaildesignreview.com/html-email-coding/html-email-issue-loss-of-backgrounds-in-hotmail-includes-fix-614/" style="color: #f55404;"&gt;Hotmail centering&lt;/a&gt; – these hacks provide backup solutions if the email client strips the CSS. &lt;br&gt;&lt;br&gt;
Because the CSS isn't grouped together (internal) or attached through a link (external), inline CSS can be quite redundant. 
&lt;br&gt;&lt;br&gt;
I can definitely understand when I see some of our clients using internal or external CSS – it's all in one place, easy to see and maintain, and makes it a lot simpler to format elements in the HTML. Later in the post, I'll show you some ways to make inline CSS easier to handle and way less frustrating.
&lt;br&gt;&lt;br&gt;
Because you're dealing with email, there are certain CSS attributes that just won't work and there's certain ways some CSS needs to be applied. I'll be talking about a few of the most common CSS issues we see when evaluating or restructuring code.
&lt;br&gt;&lt;br&gt;&lt;br&gt;

&lt;b style="font-size: 14px;"&gt;Apply styling to a table&lt;/b&gt;&lt;br&gt;&lt;br&gt;

&lt;img src="http://images.emaildirect.com/Clients/Tiana645/blogs/apr11/tableStyle.jpg" width="546" height="403" border="0"&gt;
&lt;br&gt;&lt;br&gt;

Looking at the two bits of code above, the first has styling applied to a table and the second has styling applied to the table's cell. While both could work, the styling applied to the table cell is the correct method. In general, the closer CSS is to the element it's styling, the better chances it will render correctly (that's where the "cascading" comes from!). In email, cells are like divs so styling the cell would be the equivalent to styling a div.
&lt;br&gt;&lt;br&gt;
Borders are a basic CSS attribute that seems to render just fine everywhere except for Hotmail. 
&lt;br&gt;&lt;br&gt;
Here's the code that could be used:
&lt;br&gt;&lt;br&gt;
&lt;img src="http://images.emaildirect.com/Clients/Tiana645/blogs/apr11/borderCode.jpg" width="547" height="350" border="0"&gt;
&lt;br&gt;&lt;br&gt;
Here's the rendered results:&lt;br&gt;
&lt;span style="font-size: 11px;"&gt;From Outlook 2007&lt;/span&gt;&lt;br&gt;
&lt;img src="http://images.emaildirect.com/Clients/Tiana645/blogs/apr11/outlookBorder.jpg" width="600" height="278" border="0"&gt;
&lt;br&gt;&lt;br&gt;
&lt;span style="font-size: 11px;"&gt;From Hotmail - where'd the border go?&lt;/span&gt;&lt;br&gt;
&lt;img src="http://images.emaildirect.com/Clients/Tiana645/blogs/apr11/hotmailBorder.jpg" width="600" height="247" border="0"&gt;

&lt;br&gt;&lt;br&gt;
There is a workaround, it's not the shortest, but it's fairly easy:
&lt;br&gt;&lt;br&gt;
&lt;img src="http://images.emaildirect.com/Clients/Tiana645/blogs/apr11/borderNestCode.jpg" width="544" height="520" border="0"&gt;
&lt;br&gt;&lt;br&gt;
Nested tables are back! This time, they can be used for "faking" borders. The slightly larger table has a regular HTML bgcolor applied to it (CSS background-color works fine here too) with a one pixel padding applied. The smaller table has a white background and is set to 100%. Using 100% lets the table stretch out automatically to the one pixel padding of the outer cell and it eliminates having to set a specific width to the smaller table. If you want a thicker border, simply add more padding to the larger table.
&lt;br&gt;&lt;br&gt;
When it comes to centering the creative in the middle of the subscribers screen, we often see the HTML tag &lt;span style="font-family: 'Courier New', Courier, monospace; font-size: 11px;"&gt;&amp;lt;center&amp;gt;&amp;lt;/center&amp;gt;&lt;/span&gt; wrapped around the creative. We recommend not using this method – email client support is unstable. Instead, add an &lt;span style="font-family: 'Courier New', Courier, monospace; font-size: 11px;"&gt;align="center"&lt;/span&gt; attribute to the main table, and that's it!
&lt;br&gt;&lt;br&gt;
For creatives that have a full screen background color (&lt;b&gt;notice I said color, not image&lt;/b&gt;), we usually see either the HTML bgcolor or CSS background-color applied to the body tag. Sometimes that can be stripped out if the email client has its own plans for the body tag; so to combat this, use a 100% table around your creative and apply either a &lt;span style="font-family: 'Courier New', Courier, monospace; font-size: 11px;"&gt;bgcolor&lt;/span&gt; or CSS &lt;span style="font-family: 'Courier New', Courier, monospace; font-size: 11px;"&gt;background-color&lt;/span&gt; to the 100% cell.
&lt;br&gt;&lt;br&gt;
The &lt;span style="font-family: 'Courier New', Courier, monospace; font-size: 11px;"&gt;background-image&lt;/span&gt; CSS attribute, in my opinion, should be supported by all email clients because it is a crucial attribute that can make or break an email creative. Outlook 2007 and Gmail will remove a background-image so while it will work in other email clients, include a background-color as a backup for the absence of the image. Of course, there's a workaround to this as well – I won't go into details about it in this post because &lt;a href="http://emailmarketingvoodoo.com/blog/post/outlook-2007-can-now-render-background-images/" style="color: #f55404;"&gt;someone already has&lt;/a&gt;! Caution though: this is an advanced workaround and not for the faint of heart - be prepared to experiment! &lt;br&gt;&lt;br&gt;&lt;br&gt;

&lt;b style="font-size: 14px;"&gt;Applying styling to content&lt;/b&gt;&lt;br&gt;&lt;br&gt;


This is where most of the redundancy of inline CSS happens, along with the frustration. Before we look at ways to ease the pain, let's go over some of the most common styling issues we come across.
&lt;br&gt;&lt;br&gt;
Use the &lt;span style="font-family: 'Courier New', Courier, monospace; font-size: 11px;"&gt;&amp;lt;span&amp;gt;&lt;/span&gt; tag instead of the &lt;span style="font-family: 'Courier New', Courier, monospace; font-size: 11px;"&gt;&amp;lt;font&amp;gt;&lt;/span&gt; tag. Some email clients that are a little more advanced when it comes to CSS support will see &lt;span style="font-family: 'Courier New', Courier, monospace; font-size: 11px;"&gt;&amp;lt;font&amp;gt;&lt;/span&gt; as a depreciated tag – and we've even seen it trigger spam filters. Also, when you're styling your font sizes, use pixels for exact size. Using ems or percentages will render differently in each email client. 
&lt;br&gt;&lt;br&gt;
We also recommend using two &lt;span style="font-family: 'Courier New', Courier, monospace; font-size: 11px;"&gt;&amp;lt;br&amp;gt;&lt;/span&gt; tags to make paragraphs rather than the &lt;span style="font-family: 'Courier New', Courier, monospace; font-size: 11px;"&gt;&amp;lt;p&amp;gt;&lt;/span&gt; tag. Often a client will apply styling to the &lt;span style="font-family: 'Courier New', Courier, monospace; font-size: 11px;"&gt;&amp;lt;p&amp;gt;&lt;/span&gt; tag and find that everything is all smashed together without styling in Outlook 2007 – fun times!
&lt;br&gt;&lt;br&gt;
For styling your content for aesthetic reasons, &lt;a href="http://blog.emaildirect.com/index/2010/11/typography-tips-tricks-for-email-part-1.html" style="color: #f55404;"&gt;check out this post&lt;/a&gt; I wrote a while back on Typography. It provides CSS tips and tricks that you can apply to make your content look neat and professional. &lt;br&gt;&lt;br&gt;
You've probably already cringed at the idea of having to repeat the same CSS style over and over again. To help the burden of inline CSS, there are options:

&lt;ul&gt;
&lt;li&gt;Rule of thumb: content first, styling second!&lt;/li&gt;
&lt;li&gt;Make your creative using internal CSS, call the classes throughout your HTML document and before you upload or copy and paste the code into your ESP provider, find and replace your class name with the actual styling attributes.
&lt;br&gt;&lt;br&gt;
For example, if you have a class called "articleTitle" &lt;br&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace; font-size: 11px;"&gt;.articleTitle { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }&lt;/span&gt;
&lt;br&gt;&lt;br&gt;
and you've called that class in your HTML:&lt;br&gt;
	&lt;span style="font-family: 'Courier New', Courier, monospace; font-size: 11px;"&gt;&amp;lt;span class="articleTitle"&amp;gt; The Title &amp;lt;/span&amp;gt;&lt;/span&gt;
&lt;br&gt;&lt;br&gt;
You can specify in your code writing program to find &lt;span style="font-family: 'Courier New', Courier, monospace; font-size: 11px;"&gt;class="articleTitle"&lt;/span&gt; and replace it with &lt;span style="font-family: 'Courier New', Courier, monospace; font-size: 11px;"&gt;style="font-family: Arial, Helvetica, sans-serif; font-size: 11px;"&lt;/span&gt;
&lt;br&gt;&lt;br&gt;
	&lt;span style="font-family: 'Courier New', Courier, monospace; font-size: 11px;"&gt;&amp;lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: 11px;"&amp;gt;&lt;/span&gt;
    &lt;br&gt;&lt;br&gt;
    &lt;img src="http://images.emaildirect.com/Clients/Tiana645/blogs/apr11/findReplace.jpg" width="552" height="409" border="0"&gt;&lt;br&gt;
   &lt;span style="font-size: 11px;"&gt;&lt;em&gt;Be sure to include the "class=" and "style=" part otherwise, it gets really ugly!&lt;/em&gt;&lt;/span&gt; &lt;br&gt;&lt;br&gt;
&lt;/li&gt;
&lt;li&gt;Even easier, you can run your code through an inline CSS converter. I like the &lt;a href="http://inlinestyler.torchboxapps.com/" style="color: #f55404;"&gt;Inline styler by Torchbox&lt;/a&gt; because your file can have either internal CSS, external CSS or both! It even tells you a percentage of email clients that will support your new output code and what email clients won't support what CSS attribute&lt;/li&gt;
&lt;/ul&gt;



It's unfortunate that most email clients don't support all CSS because it would let email designers and coders do outrageous and fun things in an inbox. The upside is that the limitations present opportunities to use what we can do in some &lt;a href="http://blog.emaildirect.com/index/2011/03/really-cool-email-design-ideas.html" style="color: #f55404;"&gt;really cool ways&lt;/a&gt;! &lt;br&gt;&lt;br&gt;
I'm a big Google fan so I always encourage a Google search – this time on HTML for email. If you're comfortable with HTML enough to make your own email creatives, it's crucial that you understand how coding for email works. It will help your deliverability and in some cases, help click rates!


&lt;br&gt;&lt;br&gt;&lt;br&gt;
Until next time - happy designing!
&lt;/span&gt;&lt;/div&gt;
&lt;img src="http://feeds.feedburner.com/~r/typepad/emaildirect/index/~4/j2x2eZZ-azw" height="1" width="1"/&gt;</content>


    <feedburner:origLink>http://blog.emaildirect.com/index/2011/04/email-coding-guidelines-part-2-picking-inline-css-apart.html</feedburner:origLink></entry>
    <entry>
        <title>Optimize Social Media Content with Keywords</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/emaildirect/index/~3/gJTL4xfildM/optimize-social-media-content-with-keywords.html" />
        <link rel="replies" type="text/html" href="http://blog.emaildirect.com/index/2011/04/optimize-social-media-content-with-keywords.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00e5505bf4608833015431f27453970c</id>
        <published>2011-04-26T12:00:00-07:00</published>
        <updated>2011-04-25T17:34:46-07:00</updated>
        <summary>If you’ve been doing your Social Media research, you’ve probably found that keywords are proving to be the most important factor when it comes to improving online visibility. By researching keywords, you can learn exactly what your consumers want. Not...</summary>
        <author>
            <name>ED Email Marketing Consultants</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Content" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Front Page News" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Optimization" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Social and Email" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://blog.emaildirect.com/index/"><div xmlns="http://www.w3.org/1999/xhtml"><p><span style="font-size: 10pt;">If you’ve been doing your Social Media research, you’ve probably found that keywords are proving to be the most important factor when it comes to improving online visibility.  By researching keywords, you can learn exactly what your consumers want.  </span><span style="font-size: 10pt;"><a href="http://blog.emaildirect.com/.a/6a00e5505bf4608833015431f2730a970c-pi" style="display: inline;"><img align="right" alt="KeywordSearch" border="0" class="asset  asset-image at-xid-6a00e5505bf4608833015431f2730a970c" hspace="7" src="http://blog.emaildirect.com/.a/6a00e5505bf4608833015431f2730a970c-800wi" title="KeywordSearch" vspace="7" /></a></span><span style="font-size: 10pt;">Not only will you discover <em>what</em> they are searching, but <em>how </em>they are searching.  By using <a href="http://www.google.com/intl/en/options/">Google’s SEO tools</a>, you can see what people are searching for related to a particular keyword or phrase.  Even further, you can track patterns and trends over time, by product category, geographic region, etc.  This insight will help you optimize your content for the present and future.</span></p>
<p><span style="font-size: 10pt;">According to <a href="http://www.capturetheconversation.com/social-community/is-your-social-media-content-keyword-optimized">Ben Castelli</a> at <a href="http://www.capturetheconversation.com/">Capture the Conversation</a>, keyword research is crucial because it brings together search engine optimization and social media optimization to increase “awareness, traffic, leads, revenue and brand advocates.” Once you identify the keywords being used, searched, tagged, etc., in your community, you can then incorporate them into your content and improve your overall online presence. </span></p>
<p><span style="font-size: 10pt;">Keywords obviously provide useful insight to the world of your consumers, but why are they the focus instead of overall content optimization? Monica at <a href="http://www.socialstrategy1.com/2011/03/22/keywords-are-the-new-king-in-social-media-content/">Social Strategy1</a> explains that the reason keywords have become so pivotal to content optimization is due to the restrictions of Social Media.  Such things as character limits and the short attention span of online users are the reasons why content must be more focused and to-the-point.  And what better way than using Keywords to get you idea across in as few words as possible?</span></p>
<p><span style="font-size: 10pt;">Of course, your content still needs to be engaging and relevant.  The goal is to incorporate the popular keywords into your content seamlessly.  This way you are still delivering a good message, but it is sprinkled with popular phrases that ultimately increase search engine visibility and site traffic.  Doing your keyword research is well worth the effort!</span></p>
<p> </p>
<p><span style="font-size: 10pt;"><a href="http://blog.emaildirect.com/.a/6a00e5505bf4608833015431f2775b970c-pi" style="display: inline;"><img alt="Rocky_thumb" border="0" class="asset  asset-image at-xid-6a00e5505bf4608833015431f2775b970c" src="http://blog.emaildirect.com/.a/6a00e5505bf4608833015431f2775b970c-800wi" title="Rocky_thumb" /></a> </span><br /><span style="font-size: 10pt;">~Roxanne</span></p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/typepad/emaildirect/index/~4/gJTL4xfildM" height="1" width="1" /></div></content>


    <feedburner:origLink>http://blog.emaildirect.com/index/2011/04/optimize-social-media-content-with-keywords.html</feedburner:origLink></entry>
    <entry>
        <title>Gmail &amp; Hotmail make updates to their spam filters</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/emaildirect/index/~3/56XFj7Zg4_c/gmail-hotmail-make-updates-to-their-spam-filters.html" />
        <link rel="replies" type="text/html" href="http://blog.emaildirect.com/index/2011/04/gmail-hotmail-make-updates-to-their-spam-filters.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00e5505bf4608833014e87f6b432970d</id>
        <published>2011-04-20T16:25:50-07:00</published>
        <updated>2011-04-20T16:25:50-07:00</updated>
        <summary>We have heard that Gmail and Hotmail made recent updates to their filters which is sending some people that have been getting delivery in the past, to the junk folder. One of our partners ReturnPath released the following blog post:...</summary>
        <author>
            <name>Richard King</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Deliverability" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Email News" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Front Page News" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://blog.emaildirect.com/index/"><div xmlns="http://www.w3.org/1999/xhtml"><p>We have heard that Gmail and Hotmail made recent updates to their filters which is sending some people that have been getting delivery in the past, to the junk folder.  One of our partners <a href="http://www.returnpath.net/blog/intheknow/2011/04/bulking-at-gmail-and-hotmail/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+ReturnPath+%28Return+Path%27s+IN+The+Know+Blog%29" target="_blank">ReturnPath</a> released the following blog post:</p>
<blockquote>
<p><span style="color: #737373;"><em>Some of our clients have recently inquired about increased bulking at Gmail and Hotmail. Additionally, senders and ESPs throughout the email marketing industry have noticed an increase in bulking at Gmail and bulking and deferrals at Hotmail. We have confirmed with both Gmail and Hotmail that they made recent updates to their filters, so we shouldn’t expect these issues to resolve on their own. Senders experiencing a decrease in inbox delivery at Gmail or Hotmail will need to take steps to address mailing practices in order to improve delivery.</em></span></p>
<p><span style="color: #737373; font-size: 10pt;"><em>The following are recommendations for senders who are experiencing lower-than-usual inbox delivery:</em></span></p>
<ul>
<li><span style="color: #737373;"><em>Follow Hotmail’s published “<a href="http://mail.live.com/mail/policies.aspx">Policies,      Practices, and Guidelines</a>.”</em></span></li>
<li><span style="color: #737373;"><em>Remove inactive subscribers from your list – users      who haven’t opened, clicked, purchased, or been otherwise active with your      mail in some period of time.</em></span></li>
<li><span style="color: #737373;"><em>Consider adjusting the frequency and/or cadence of      your mailings.</em></span></li>
<li><span style="color: #737373;"><em>Ensure your mail is properly authenticated.</em></span></li>
<li><span style="color: #737373;"><em>Immediately process all bounces and complaints and      review complaint trends to determine the drivers of subscriber      dissatisfaction.</em></span></li>
<li><span style="color: #737373;"><em>Leverage Hotmail’s SNDS tool to track your sender      reputation.</em></span></li>
<li><span style="color: #737373;"><em>Check your content prior to deployment to ensure your      URL reputation is positive and review spam filter results.</em></span></li>
</ul>
</blockquote>
<p>I will post again once I know more.</p>
<p>-Richard King</p>
<p> </p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/typepad/emaildirect/index/~4/56XFj7Zg4_c" height="1" width="1" /></div></content>


    <feedburner:origLink>http://blog.emaildirect.com/index/2011/04/gmail-hotmail-make-updates-to-their-spam-filters.html</feedburner:origLink></entry>
    <entry>
        <title>Fresh Content Ideas to Improve your Email Program</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/emaildirect/index/~3/6YjplMbTtKI/fresh-content-ideas-to-improve-your-email-program.html" />
        <link rel="replies" type="text/html" href="http://blog.emaildirect.com/index/2011/04/fresh-content-ideas-to-improve-your-email-program.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00e5505bf4608833014e60ef408d970c</id>
        <published>2011-04-19T08:00:00-07:00</published>
        <updated>2011-04-14T17:29:14-07:00</updated>
        <summary>Sure, receiving an irresistible offer or generous coupon is great, but you need to think outside of the box when it comes to your email content. People receive numerous emails every day and most of them fall into the promotion...</summary>
        <author>
            <name>ED Email Marketing Consultants</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://blog.emaildirect.com/index/"><div xmlns="http://www.w3.org/1999/xhtml"><p><a href="http://blog.emaildirect.com/.a/6a00e5505bf4608833014e60ef3a03970c-pi" style="display: inline;"><img align="right" alt="UpcomingEventsImage" border="0" class="asset  asset-image at-xid-6a00e5505bf4608833014e60ef3a03970c" hspace="7" src="http://blog.emaildirect.com/.a/6a00e5505bf4608833014e60ef3a03970c-800wi" title="UpcomingEventsImage" vspace="7" /></a></p>
<p><span style="font-size: 10pt; font-family: verdana,geneva;">Sure, receiving an irresistible offer or generous coupon is great, but you need to think outside of the box when it comes to your email content.  People receive numerous emails every day and most of them fall into the promotion category.  This kind of email can get stale and the key to a successful <a href="http://www.emaildirect.com/" target="_self" title="EmailDirect">email marketing</a> program is giving your subscribers relevant and quality content.  A special offer may be what reels in a first-time customer, but fresh and engaging content is what will keep them coming back. </span></p>
<p><span style="font-size: 10pt; font-family: verdana,geneva;">The trick is to give your subscribers something that they don’t normally see in email.  Of course, producing unique content is much easier said than done, so here are some ideas for your next email:</span></p>
<ul>
<li><span style="font-size: 10pt; font-family: verdana,geneva;">Recipe</span></li>
<li><span style="font-size: 10pt; font-family: verdana,geneva;">How-to article</span></li>
<li><span style="font-size: 10pt; font-family: verdana,geneva;">Company blog posts</span></li>
<li><span style="font-size: 10pt; font-family: verdana,geneva;">Case study</span></li>
<li><span style="font-size: 10pt; font-family: verdana,geneva;">Stories and anecdotes</span></li>
<li><span style="font-size: 10pt; font-family: verdana,geneva;">Opinion pieces and reviews</span></li>
<li><span style="font-size: 10pt; font-family: verdana,geneva;">Best of </span></li>
<li><span style="font-size: 10pt; font-family: verdana,geneva;">Survey</span></li>
<li><span style="font-size: 10pt; font-family: verdana,geneva;">Event information</span></li>
<li><span style="font-size: 10pt; font-family: verdana,geneva;">Interview</span></li>
<li><span style="font-size: 10pt; font-family: verdana,geneva;">Employee Bio</span></li>
<li><span style="font-size: 10pt; font-family: verdana,geneva;">Q &amp; A</span></li>
<li><span style="font-size: 10pt; font-family: verdana,geneva;">Quiz or fun test</span></li>
<li><span style="font-size: 10pt; font-family: verdana,geneva;">Cartoon or comic</span></li>
</ul>
<p><span style="font-size: 10pt; font-family: verdana,geneva;"> </span></p>
<p><span style="font-size: 10pt; font-family: verdana,geneva;"><a href="http://blog.emaildirect.com/.a/6a00e5505bf4608833014e60ef3ac0970c-pi" style="display: inline;"><img align="right" alt="RecipeImg" border="0" class="asset  asset-image at-xid-6a00e5505bf4608833014e60ef3ac0970c" hspace="7" src="http://blog.emaildirect.com/.a/6a00e5505bf4608833014e60ef3ac0970c-800wi" title="RecipeImg" /></a></span></p>
<p><span style="font-size: 10pt; font-family: verdana,geneva;">Try including one of these content ideas into your next email campaign and hopefully you will see boost in subscriber engagement.  That is not to say that you should stray from the types of emails that you usually send, but it can’t hurt to incorporate new content and see how your subscribers react.  And remember, you know your audience best, so make sure that the content is both valuable and relevant. </span></p>
<p> </p>
<p><span style="font-size: 10pt; font-family: verdana,geneva;"><a href="http://blog.emaildirect.com/.a/6a00e5505bf460883301538ddabb5f970b-pi" style="display: inline;"><img alt="Rocky_thumb" border="0" class="asset  asset-image at-xid-6a00e5505bf460883301538ddabb5f970b" src="http://blog.emaildirect.com/.a/6a00e5505bf460883301538ddabb5f970b-800wi" title="Rocky_thumb" /></a></span></p>
<p><span style="font-size: 10pt; font-family: verdana,geneva;">~Roxanne</span></p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/typepad/emaildirect/index/~4/6YjplMbTtKI" height="1" width="1" /></div></content>


    <feedburner:origLink>http://blog.emaildirect.com/index/2011/04/fresh-content-ideas-to-improve-your-email-program.html</feedburner:origLink></entry>
    <entry>
        <title>EmailDirect's VP of Business Development to Moderate at The Power of eMarketing Conference</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/emaildirect/index/~3/_Xcrw8hXMuM/emaildirects-vp-of-business-development-to-moderate-at-the-power-of-emarketing-conference.html" />
        <link rel="replies" type="text/html" href="http://blog.emaildirect.com/index/2011/04/emaildirects-vp-of-business-development-to-moderate-at-the-power-of-emarketing-conference.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00e5505bf4608833014e87e1e958970d</id>
        <published>2011-04-17T15:21:24-07:00</published>
        <updated>2011-04-17T15:21:24-07:00</updated>
        <summary>Sacramento, CA (PRWEB) April 17, 2011 The eMarketing Association announced today that Kristine Dobson, Vice President of Business Development for EmailDirect, will be moderating two separate panels in San Francisco on April 19th and 20th. EmailDirect is a Sacramento-based corporation...</summary>
        <author>
            <name>Kristine Dobson</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Front Page News" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Press Release" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://blog.emaildirect.com/index/"><div xmlns="http://www.w3.org/1999/xhtml"><p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: 10pt;">Sacramento, CA (PRWEB) April 17, 2011</span><br /> <br /><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: 10pt;"> The eMarketing Association announced today that Kristine Dobson, Vice President of Business Development for <a href="http://www.emaildirect.com" target="_blank">EmailDirect</a>, will be moderating two separate panels in San Francisco on April 19th and 20th. EmailDirect is a Sacramento-based corporation that provides web-based software for online marketers to easily manage their email marketing programs. The company's core focus is to provide robust email marketing tools paired with pro-active, hands on customer service. Dobson, who has been with EmailDirect since its inception in 2005, oversees large-scale email marketing programs including Fox Mobile and Big 5 Sporting Goods.</span></p>
<p><br /><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: 10pt;"> "I am excited about the opportunity to participate in this conference because it brings together so many industry leaders. At a conference of this magnitude, everyone walks away with valuable information and new ideas. As a panel moderator, I will not only get to hear others speak about the latest topics and emerging trends, but I will also get to share my knowledge about the industry as well," says Dobson of her involvement in event.</span></p>
<p><br /><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: 10pt;"> The Power of eMarketing conference, which is designed for senior marketers, will cover such topics as email list-building techniques and processes, social media trends, reputation management and emerging marketing technologies. The speakers include such industry experts as Experian Vice President of User Experience, Janice Rohn, Loren McDonald, the Vice President of Silverpop, and Lyris Senior Vice President, Tina Stewart. More information on the conference is available at http://www.emarketingassociation.com/2011/SF/index.html.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: 10pt;">About EmailDirect </span><br /><br /><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: 10pt;">Founded in 2005, EmailDirect, Inc. provides a powerful, hosted, <a href="http://www.emaildirect.com" target="_blank">direct email marketing</a> platform designed for mid to large sized email senders to manage intelligent email marketing programs. In addition to the hosted email marketing solution, EmailDirect provides hands-on support to every client through a dedicated email marketing consultant. As a full service email marketing company, EmailDirect offers clients a wide range of email marketing services including: graphic design, HTML email coding, email creative optimization, <a href="http://www.emaildirect.com" target="_blank">email campaign management</a>, scheduling and reporting analysis.</span></p>
<p><br /><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: 10pt;"> About the eMarketing Association</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: 10pt;">The eMarketing Association (eMA) is an organization of individual marketers, companies and governments committed to the advancement of marketing in the digital age. The eMA provides marketing resources, certifications, educational programs and events to its members and the marketing community. Each year the association holds two conferences within the United States in a goal promote marketing education, research and recognition. With members in over 40 countries around the world, the eMA is one of the largest associations of eMarketers.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: 10pt;"> EmailDirect, is a Sacramento, California based corporation which develops cutting edge email marketing programs for permission based marketers.</span><br /><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: 10pt;"> # # #</span></p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/typepad/emaildirect/index/~4/_Xcrw8hXMuM" height="1" width="1" /></div></content>


    <feedburner:origLink>http://blog.emaildirect.com/index/2011/04/emaildirects-vp-of-business-development-to-moderate-at-the-power-of-emarketing-conference.html</feedburner:origLink></entry>
    <entry>
        <title>Back to Basics: Don’t Skirt the Subject</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/emaildirect/index/~3/MxvCNDy0Y5Q/back-to-basics-dont-skirt-the-subject.html" />
        <link rel="replies" type="text/html" href="http://blog.emaildirect.com/index/2011/04/back-to-basics-dont-skirt-the-subject.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00e5505bf4608833014e60f5f403970c</id>
        <published>2011-04-15T13:10:54-07:00</published>
        <updated>2011-04-15T13:16:48-07:00</updated>
        <summary>For those of you who have been in the world of email marketing for some time now this may seem like a waste of time, but in reality, too many businesses are missing out on opens and potential customers because...</summary>
        <author>
            <name>ED Email Marketing Consultants</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Best Practices" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Email Design" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Front Page News" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Subject Lines" />
        
        
<content type="html" xml:lang="en-US" xml:base="http://blog.emaildirect.com/index/">
&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;&lt;span style="font-size: 12px;"&gt;&lt;span style="font-family: Verdana;"&gt;For those of you who have been in the world of email marketing for some time now this may seem like a waste of time, but in reality, too many businesses are missing out on opens and potential customers because of a lack of time spent on the subject line of an email campaign.&amp;nbsp; Here are some key ingredients to a winning subject:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span style="font-size: 12px;"&gt;&lt;span style="font-family: Verdana;"&gt;Avoid words like &amp;ldquo;FREE&amp;rdquo;, sale, discount, %&amp;rsquo;s, $ signs, etc. that may trigger spam filters.&lt;br /&gt;
    Create a sense of intrigue. &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;&lt;span style="font-size: 12px;"&gt;&lt;span style="font-family: Verdana;"&gt;* Don&amp;rsquo;t give away the content (you want subscribers to open the email to view the message).&lt;br /&gt;
* Make sure the subject is in fact relevant to the content/message you provide.&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;span style="font-size: 12px;"&gt;&lt;span style="font-family: Verdana;"&gt;Include the date (e.g. April 22, 2011) to give your subject line an editorial feel.&lt;br /&gt;
    Keep your subject line under 50 characters.&amp;nbsp; Anything more than that and it may get cut off in your subscribers email client.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span style="font-size: 12px;"&gt;&lt;span style="font-family: Verdana;"&gt;TEST FOR INBOX DELIVERY!!! You could have the best subject line in the world, but if it doesn&amp;rsquo;t reach an inbox&amp;hellip;it won&amp;rsquo;t do you any good.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-size: 12px;"&gt;&lt;span style="font-family: Verdana;"&gt;If you&amp;rsquo;re not convinced intrigue is the best way to reach your target audience, A/B test different subject lines.&amp;nbsp; Test a direct approach (e.g. &amp;ldquo;Eco Friendly Yoga Mats &amp;ndash; date&amp;rdquo;) against a subject that leaves a bit more to the imagination (e.g. &amp;ldquo;Save the Planet One Pose at a Time &amp;ndash; date&amp;rdquo;).&amp;nbsp; Be sure you use the same creative, send on the same day at the same time, and the only change the subject!&amp;nbsp; If you have too many variables you won&amp;rsquo;t know for sure which was the cause for the difference in response.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 12px;"&gt;&lt;span style="font-family: Verdana;"&gt;I&amp;rsquo;ve suggested this strategy to several of my clients when they asked how to increase Open rates.&amp;nbsp; Here&amp;rsquo;s a few examples of EmailDirect senders A/B Test results:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="1" cellpadding="1" width="450"&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td width="150" align="center"&gt;&lt;span style="font-size: 12px;"&gt;&lt;span style="font-family: Verdana;"&gt;&lt;strong&gt;Direct&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
            &lt;td width="150" align="center"&gt;&lt;span style="font-size: 12px;"&gt;&lt;span style="font-family: Verdana;"&gt;&lt;strong&gt;Vague&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
            &lt;td width="150" align="center"&gt;&lt;span style="font-size: 12px;"&gt;&lt;span style="font-family: Verdana;"&gt;&lt;strong&gt;Winner/Loser&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td width="150"&gt;&lt;span style="font-size: 12px;"&gt;&lt;span style="font-family: Verdana;"&gt;5% off orders placed by midnight&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
            &lt;td&gt;&lt;span style="font-size: 12px;"&gt;&lt;span style="font-family: Verdana;"&gt;Are you about to run out?&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
            &lt;td&gt;&lt;span style="font-size: 12px;"&gt;&lt;span style="font-family: Verdana;"&gt;Vague opened 6% higher than direct. CTR was 1% higher for Direct vs Vague, but Vague increased overall ROI by 3%&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;span style="font-size: 12px;"&gt;&lt;span style="font-family: Verdana;"&gt;&amp;nbsp;Free Shipping Today Only&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
            &lt;td&gt;&lt;span style="font-size: 12px;"&gt;&lt;span style="font-family: Verdana;"&gt;&amp;nbsp;For a Limited Time Only&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
            &lt;td&gt;&lt;span style="font-size: 12px;"&gt;&lt;span style="font-family: Verdana;"&gt;&amp;nbsp;Vague opened 3% higher than direct. CTR was .4% higher for direct vs Vague, but Vague increased overall ROI by 4.3%&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;span style="font-size: 12px;"&gt;&lt;span style="font-family: Verdana;"&gt;&amp;nbsp;$17 Off All Apparel&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
            &lt;td width="150"&gt;&lt;span style="font-size: 12px;"&gt;&lt;span style="font-family: Verdana;"&gt;Rehabilitate Your Wardrobe&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
            &lt;td&gt;&lt;span style="font-size: 12px;"&gt;&lt;span style="font-family: Verdana;"&gt;&amp;nbsp;Direct and Vague had equal opens. CTR was 4% higher for Vague and increased ROI of 6%&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;div style="text-align: center;"&gt;&lt;span style="font-size: 12px;"&gt;&lt;span style="font-family: Verdana;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;span style="font-size: 12px;"&gt;&lt;span style="font-family: Verdana;"&gt;&lt;br /&gt;
In example #1, my client lost a few clicks for the group of subscribers receiving the vague subject line, but the increased Open rate more than compensated resulting in more profits at the end!  &lt;br /&gt;
&lt;br /&gt;
In example #2, the CTR was nearly identical so the extra 3% in opens generated 4.3% more revenue than the Free Shipping subject line.&lt;br /&gt;
&lt;br /&gt;
In example #3, the opens for both Direct and Vague subject lines were the same, but the higher CTR and ROI for the Vague subject show us that subscribers who opened the email without any specific product in mind, in this case, were more likely to make a purchase based off of a Vague subject line. Those who opened the Direct campaign were more likely to only search for a specific product and when it was not found in the creative, lose interest in any and all other featured products.&lt;br /&gt;
&lt;br /&gt;
These are examples and the only way for you to know if this works with &lt;strong&gt;your &lt;/strong&gt;subscribers is to &lt;strong&gt;A/B test&lt;/strong&gt;!!!&lt;br /&gt;
&lt;br /&gt;
Happy A/B Testing!&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a style="float: left;" href="http://blog.emaildirect.com/.a/6a00e5505bf4608833014e60f5f2d1970c-pi"&gt;&lt;img class="asset  asset-image at-xid-6a00e5505bf4608833014e60f5f2d1970c" style="margin: 0px 5px 5px 0px;" title="Katie" border="0" alt="Katie" src="http://blog.emaildirect.com/.a/6a00e5505bf4608833014e60f5f2d1970c-800wi" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: verdana,geneva; font-size: 10pt;"&gt;~ Katie&lt;/span&gt;&lt;/p&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;img src="http://feeds.feedburner.com/~r/typepad/emaildirect/index/~4/MxvCNDy0Y5Q" height="1" width="1"/&gt;</content>


    <feedburner:origLink>http://blog.emaildirect.com/index/2011/04/back-to-basics-dont-skirt-the-subject.html</feedburner:origLink></entry>
    <entry>
        <title>Help security! Someone is stealing my email!</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/emaildirect/index/~3/rc0cDZDFtVs/help-security-someone-is-stealing-my-email.html" />
        <link rel="replies" type="text/html" href="http://blog.emaildirect.com/index/2011/04/help-security-someone-is-stealing-my-email.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00e5505bf4608833014e87400f50970d</id>
        <published>2011-04-05T02:34:53-07:00</published>
        <updated>2011-04-05T02:34:53-07:00</updated>
        <summary>Uuhhgg, another blog article about the security breach over at Epsilon. In fact, in doing some research, this might be the second time in the last 6 months they were breached with potential to actually stop it as seen here....</summary>
        <author>
            <name>Richard King</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Best Practices" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Email News" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Front Page News" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Opinion" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Regulations &amp; Laws" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://blog.emaildirect.com/index/"><div xmlns="http://www.w3.org/1999/xhtml"><p>Uuhhgg, another blog article about the security breach over at Epsilon. In fact, in doing some research, this might be the second time in the last 6 months they were breached with potential to actually stop it as seen <a href="http://www.databreaches.net/?p=17340" target="_blank">here</a>.  Then again who knows!  Who cares, right?  Well we care and so should you!</p>
<p>Email Service Providers and anyone holding large email lists for that matter are prime candidates for first round attacks to gather information to launch mischievous “<a href="http://www.microsoft.com/hk/protect/yourself/phishing/spear.mspx" target="_blank">spear phishing</a>” campaigns on consumers and grandmothers alike.  So it is very important that ESPs take these security breaches very  <a href="http://blog.emaildirect.com/.a/6a00e5505bf46088330147e3bfbc5f970b-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false" style="float: right;"><img alt="Images" border="0" class="asset  asset-image at-xid-6a00e5505bf46088330147e3bfbc5f970b" src="http://blog.emaildirect.com/.a/6a00e5505bf46088330147e3bfbc5f970b-800wi" style="margin: 0px 0px 5px 5px;" title="Images" /></a> seriously!  However, just like any security measure put into place as I was taught in the Coast Guard is the importance of educating not only the individuals building the virtual walls, but the users around them. </p>
<p>Although it is true attacks are becoming increasingly sophisticated in their execution and maliciousness, not every campaign is fueled by cold Chinese food in a dank bedroom filled with empty Jolt Cola cans and the faint repeated beat of DJ Keoki in the background.  The truth of the matter it’s far less romantic in its imagery and is nothing more than an <a href="http://blog.emaildirect.com/.a/6a00e5505bf4608833014e8740031b970d-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><span class="asset  asset-image at-xid-6a00e5505bf4608833014e8740031b970d">uneducated user</span></a> clicking on a DHL package notification with a zip file attached.  As one of the members in charge of creating a secure environment here at EmailDirect I can’t stress the fact enough that we all need to play a part in insuring our data is safe.</p>
<p>EmailDirect goes to great strides to insure all our clients data is protected and we will continue to fight the good fight but I also want to pass on a few things that can help insure all the work we are doing on our side doesn’t go to <a href="http://blog.emaildirect.com/.a/6a00e5505bf4608833014e874004e4970d-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false"><span class="asset  asset-image at-xid-6a00e5505bf4608833014e874004e4970d">waste</span></a>. After all, the Qin Dynasty spent centuries building the Great Wall only to have a turncoat general simply let the Manchu horse soldiers ride right through to Beijing.  So even though you might be surrounded by a “Great Wall” it doesn’t necessarily mean you always remember to keep the door locked.  Here are a few things you can do to compliment the security measures EmailDirect does on its side to insure your data doesn’t get stolen.</p>
<p style="padding-left: 30px;"><strong>1</strong>.  Never give your password to anyone else and never write it down on a little sticky note and place it under your keyboard. Keep in mind we allow you to create Role accounts which allows you to provide limited access to others without allowing them to have full control of your account.</p>
<p style="padding-left: 30px;"><strong>2</strong>.  Be sure to pick a strong password that is at least 8 characters long and has a mixture of upper case letters and numbers.  I know 8 characters is a lot but in the Military we have 14 character minimums!</p>
<p style="padding-left: 30px;"><strong>3</strong>.  Be sure to change your password every once in a while.  We suggest once a month but never keep a password for longer than 3 months.</p>
<p style="padding-left: 30px;"><strong>4</strong>.  Never open an attachment from an unknown user or from anyone when you’re not expecting it.  Most unauthorized breaches start from the simple phishing attack.</p>
<p style="padding-left: 30px;"><strong>5</strong>.  Use common sense and don’t be lazy when it comes to securing your data.  This means don’t leave your email lists on your desktop or on a flash drive in the center console of your car.</p>
<p>Unauthorized access sucks, especially when it’s your account and your data.  So be sure to make every effort to help keep your precious assets protected.  We’ll do our part and continue to come out with new prevention measures but it will all be for nothing if you give a thief the keys to your car. </p>
<p> </p>
<p><a href="http://blog.emaildirect.com/.a/6a00e5505bf4608833014e606490b1970c-popup" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false" style="display: inline;"><img alt="Richard King - EmailDirect.com" class="asset  asset-image at-xid-6a00e5505bf4608833014e606490b1970c" src="http://blog.emaildirect.com/.a/6a00e5505bf4608833014e606490b1970c-320wi" title="Richard King - EmailDirect.com" /></a> <br /> <br /><br /></p><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/typepad/emaildirect/index/~4/rc0cDZDFtVs" height="1" width="1" /></div></content>


    <feedburner:origLink>http://blog.emaildirect.com/index/2011/04/help-security-someone-is-stealing-my-email.html</feedburner:origLink></entry>
    <entry>
        <title>Get Support Whenever You Need It</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/emaildirect/index/~3/aitlCptZa5I/check-out-our-newly-redesigned-online-support-center-and-dont-worry-the-1.html" />
        <link rel="replies" type="text/html" href="http://blog.emaildirect.com/index/2011/03/check-out-our-newly-redesigned-online-support-center-and-dont-worry-the-1.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00e5505bf46088330147e3a5d0b5970b</id>
        <published>2011-03-31T17:00:00-07:00</published>
        <updated>2011-03-31T12:49:54-07:00</updated>
        <summary>Check out our newly redesigned online support center! And don't worry, the one-on-one service we provide through dedicated Email Marketing Consultants isn't going anywhere. We understand our customers appreciate a knowledgeable single-point-of-contact at EmailDirect and we have no intentions to...</summary>
        <author>
            <name>Kristine Dobson</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="EmailDirect Feature Updates" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Front Page News" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://blog.emaildirect.com/index/"><div xmlns="http://www.w3.org/1999/xhtml"><p><a href="http://www.emaildirect.com/Support/Knowledgebase" onclick="window.open( this.href, '_blank', 'width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0' ); return false" style="display: inline;" target="_blank"><img alt="EDSupport" class="asset  asset-image at-xid-6a00e5505bf4608833014e8725765b970d" src="http://blog.emaildirect.com/.a/6a00e5505bf4608833014e8725765b970d-500wi" title="EDSupport" /></a> <br /><br /> <br /></p>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="630">
<tbody>
<tr>
<td align="center" style="text-align: center;" width="630">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="630">
<tbody>
<tr>
<td align="left" style="text-align: left;" width="630">
<div style="line-height: 20px;"><span style="font-family: Verdana, Arial, Geneva, sans-serif; font-size: 14px; color: #383838;"> Check out our newly redesigned <a href="http://www.emaildirect.com/Support" style="color: #f55404;">online support center</a>! And don't worry, the                                        one-on-one service we provide through dedicated Email Marketing Consultants                                       isn't going anywhere. <br /> <br /> We understand our customers appreciate a knowledgeable single-point-of-contact at                                       EmailDirect and we have no intentions to change that. Our online support center                                       is for fast answers and system documentation, any time you need it,                                   24/7. </span></div>
</td>
</tr>
</tbody>
</table>
<div style="height: 35px; line-height: 35px;"> </div>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="630">
<tbody>
<tr>
<td align="left" style="text-align: left; padding-right: 10px;" valign="top" width="50%">
<div style="line-height: 20px;"><span style="font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 20px; color: #383838;"><strong>LiveChat</strong> </span> <br /> <img align="right" alt="" border="0" height="64" hspace="7" src="http://images.emaildirect.com/Clients/EmailDirect8/mar11/liveChat.png" vspace="7" width="64" /> <span style="font-family: Verdana, Arial, Geneva, sans-serif; font-size: 14px; color: #383838;"> Got a quick question? Let's chat about it! Live chat with an EmailDirect expert                                       9AM – 5PM PDT (west coast time). Find our live chat button, when an EmailDirect                                       expert is online and available, in the top-right corner, from the <a href="http://www.emaildirect.com/Support" style="color: #f55404;">online support                                       center</a>. </span></div>
</td>
<td align="left" style="text-align: left; padding-left: 10px;" valign="top" width="50%">
<div style="line-height: 20px;"><span style="font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 20px; color: #383838;"><strong>Knowledgebase</strong> </span> <br /> <img align="right" alt="Knowledge Base" border="0" height="48" hspace="7" src="http://images.emaildirect.com/Clients/EmailDirect8/mar11/article.png" vspace="7" width="48" /> <span style="font-family: Verdana, Arial, Geneva, sans-serif; font-size: 14px; color: #383838;"> Need details and documentation? Search through hundreds of frequently asked questions                                       and documentation articles directly from the <a href="http://www.emaildirect.com/Support" style="color: #f55404;">online support center</a>. </span></div>
</td>
</tr>
</tbody>
</table>
<div style="height: 35px; line-height: 35px;"> </div>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="630">
<tbody>
<tr>
<td align="left" style="text-align: left;" width="630">
<div style="line-height: 20px;"><span style="font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; font-size: 20px; color: #383838;"><strong>Videos &amp; YouTube</strong> </span> <br /> <img align="right" alt="Videos &amp; YouTube" border="0" height="64" hspace="7" src="http://images.emaildirect.com/Clients/EmailDirect8/mar11/vidCam_uTube.png" vspace="7" width="64" /> <span style="font-family: Verdana, Arial, Geneva, sans-serif; font-size: 14px; color: #383838;"> We've been cranking out tutorial videos. Take a look from either our <a href="http://www.emaildirect.com/support/videos" style="color: #f55404;">online support                                       center</a> or by visiting <a href="http://www.youtube.com/EmailDirect" style="color: #f55404;">EmailDirect's YouTube channel</a>. If you are a YouTube user,                                       be sure to subscribe to EmailDirect's channel to be notified as we upload new videos. </span></div>
</td>
</tr>
</tbody>
</table>
<div style="height: 35px; line-height: 35px;"> </div>
<div style="height: 25px; line-height: 25px;"> </div>
</td>
</tr>
</tbody>
</table><xhtml:img xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://feeds.feedburner.com/~r/typepad/emaildirect/index/~4/aitlCptZa5I" height="1" width="1" /></div></content>


    <feedburner:origLink>http://blog.emaildirect.com/index/2011/03/check-out-our-newly-redesigned-online-support-center-and-dont-worry-the-1.html</feedburner:origLink></entry>
    <entry>
        <title>Email Coding Guidelines – Part 1: Picking Tables Apart</title>
        <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/typepad/emaildirect/index/~3/WErHppVH0fk/email-coding-guidelines-part-1-picking-tables-apart.html" />
        <link rel="replies" type="text/html" href="http://blog.emaildirect.com/index/2011/03/email-coding-guidelines-part-1-picking-tables-apart.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00e5505bf4608833014e8724bcb2970d</id>
        <published>2011-03-31T10:05:38-07:00</published>
        <updated>2011-03-31T10:05:38-07:00</updated>
        <summary>We often have clients ask why their creative doesn't look good in their email client, but it did in Dreamweaver and in the browser while they were building it. When I look at their code, most times it looks pretty...</summary>
        <author>
            <name>Tiana Palmer</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="Best Practices" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Email Design" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="Front Page News" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="HTML Coding" />
        
        
<content type="html" xml:lang="en-US" xml:base="http://blog.emaildirect.com/index/">
&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;span style="font-family: Verdana, Arial, Helvetica, sans-serif; color: #383838; font-size: 12px;"&gt;
We often have clients ask why their creative doesn't look good in their email client, but it did in Dreamweaver and in the browser while they were building it. When I look at their code, most times it looks pretty solid – so I'm sure they're shocked when we report back that the code needs to be restructured for email.
&lt;br&gt;&lt;br&gt;
If the code looks good, then why redo it? Because only web browsers understand the code – not email clients. Email clients are from the old school; they like things done a certain way and won't understand all this new "mumbo-jumbo". Kind of sounds like someone's grandfather...
&lt;br&gt;&lt;br&gt;
Back in the late 90's and early 2000's, websites were made using tables. This made for painful, frustrating, time wasting creation and maintenance. One could get lost in the sea of &lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;td, tr&lt;/span&gt; and &lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;table&lt;/span&gt; tags! Then one grand day, &lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;divs&lt;/span&gt; and CSS came along and made coding so much easier. We could update an entire website from one file; code became much easier to look at and made for quicker maintenance and ultimately happier designers.
&lt;br&gt;&lt;br&gt;
While we've seen web browsers update to handle &lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;divs&lt;/span&gt; and CSS, email clients didn't jump on the bus. Even with the Email Marketing boom over the last few years, most email clients haven't embraced our lighter and more efficient way to code; in fact, a popular email client - Microsoft Outlook - reverted back even further with Outlook 2007, by eliminating support for some of the most basic CSS attributes. Maybe Microsoft has something against designers since we still have to deal with Internet Explorer 6 (yuck)...but I digress...
&lt;br&gt;&lt;br&gt;
We have no choice but to learn the ways of the old school, but it can be difficult to wrap around the concepts because most of us designers and coders have been taught that tables are used for tabular data not for layouts.
&lt;br&gt;&lt;br&gt;
These series of posts focuses on the most frequent issues that we address from our clients who like to get dirty with code, whether through evaluations of their code or restructuring the code for them. For this post, we'll be tackling tables, why we have to use them and the best way to use them. 
&lt;br&gt;&lt;br&gt;
I'm assuming that you understand how to use tables, even if you've only used them to display data – but you have a basic understanding of the tags used and how tables behave - or don't like to behave! &lt;a href="http://www.w3schools.com/html/html_tables.asp" style="color: #f55404;" target="_blank"&gt;Check this link out&lt;/a&gt; for a refresher course if you need one.
&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;strong style="font-size: 14px;"&gt;Why, oh why do we HAVE to use tables?&lt;/strong&gt; &lt;br&gt;&lt;br&gt;
Just because they're used for email instead of websites now, doesn't mean the piles of table, row and cell tags disappear – it's still complicated! Yeah, it sucks. There's no getting around it because some email clients (like Gmail and Outlook) don't support the CSS float tag.
&lt;br&gt;&lt;br&gt;
The float tag allows us to position &lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;divs&lt;/span&gt; to the left or to the right of its parent container to have better control of the flow and order of &lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;divs&lt;/span&gt;. These &lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;divs&lt;/span&gt; then house the content that make up a website, usually in more &lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;divs&lt;/span&gt; or some other type of block element. 
&lt;br&gt;&lt;br&gt;
In the Land of Email, cells are &lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;divs&lt;/span&gt;. Of course, in order for a cell to render properly, it has to be wrapped in a &lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;tr&lt;/span&gt; and then a &lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;table&lt;/span&gt; tag; &lt;a href="http://www.w3.org/TR/html401/struct/tables.html#h-11.2.6" style="color: #f55404;" target="_blank"&gt;that's just the rules&lt;/a&gt;.  For a layout like this:  
&lt;br&gt;&lt;br&gt;
&lt;img src="http://images.emaildirect.com/Clients/Tiana645/blogs/mar11/layout.jpg" width="463" height="463" border="0"&gt;
&lt;br&gt;&lt;br&gt;
The code that would normally be used is:
&lt;br&gt;&lt;br&gt;
&lt;img src="http://images.emaildirect.com/Clients/Tiana645/blogs/mar11/code1.jpg" width="626" height="171" border="0"&gt;
&lt;br&gt;&lt;br&gt;
While the CSS somewhere would look like this:
&lt;br&gt;&lt;br&gt;
&lt;img src="http://images.emaildirect.com/Clients/Tiana645/blogs/mar11/code2.jpg" width="667" height="153" border="0"&gt;
&lt;br&gt;&lt;br&gt;
But since this is for email, here's what the code needs to look like:
&lt;br&gt;&lt;br&gt;
&lt;a href="http://images.emaildirect.com/Clients/Tiana645/blogs/mar11/code3.jpg" target="_blank"&gt;&lt;img src="http://images.emaildirect.com/Clients/Tiana645/blogs/mar11/code3sm.jpg" width="670" height="254" border="0"&gt;&lt;/a&gt;
&lt;br&gt;&lt;br&gt;
Note that the align attributes used in the &lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;td&lt;/span&gt; tags sets the alignment of the content inside the cell, not the alignment of the cell itself. The order in which you add cells sets the alignment, so since the Side area is to the left, that cell is set first, then the Main area because it's to the right. The natural flow of cells are just like &lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;divs&lt;/span&gt; - from left to right, top to bottom.
&lt;br&gt;&lt;br&gt;
There's a fun attribute inside the &lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;td&lt;/span&gt; tag for the header: &lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;colspan&lt;/span&gt;. This allows a cell that sits above or below a row that contains more than one cell (like the Side and Main area row) to completely span across the cells. Otherwise, the header cell would only be as long as the Side area cell. 
&lt;br&gt;&lt;br&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Colspans&lt;/span&gt; should be used &lt;em&gt;sparingly&lt;/em&gt; – they can get confusing after a while if you have multiple rows that will have different amounts of cells in them.  We often evaluate code that gets lost somewhere because of &lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;colspans&lt;/span&gt; and &lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;rowspans&lt;/span&gt; all over the place. I &lt;em&gt;NEVER&lt;/em&gt; use &lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;rowspans&lt;/span&gt; – they add a whole different level of confusion.  To avoid the use of excessive &lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;colspans&lt;/span&gt; and &lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;rowspans&lt;/span&gt; altogether, use nested tables.
&lt;br&gt;&lt;br&gt;
View nested tables like additional &lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;divs&lt;/span&gt; inside the Side and Main area cells. 
&lt;br&gt;&lt;br&gt;
&lt;a href="http://images.emaildirect.com/Clients/Tiana645/blogs/mar11/code4.jpg" target="_blank"&gt;&lt;img src="http://images.emaildirect.com/Clients/Tiana645/blogs/mar11/code4sm.jpg"  width="670" height="335" border="0"&gt;&lt;/a&gt;
&lt;br&gt;&lt;br&gt;
Notice in this example, there is no &lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;colspan&lt;/span&gt; in the cell for the header. That's because the next row contains a nested table which then has the two cells. Because the nested table is its own separate table, it doesn't affect the main table so it eliminates the need for &lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;colspans&lt;/span&gt; and &lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;rowspans&lt;/span&gt;.
&lt;br&gt;&lt;br&gt;
Nested tables also take care of another issue we commonly see: spacer gifs. Usually if I see excessive use of spacer gifs, it's an indication that the client has used Photoshop or Fireworks or some other program that can produce HTML based on slices. Using spacer gifs adds unnecessary code and almost always destroys an email creative. Their purpose is to "tighten" up loose ends that the client created while slicing an image but too many of them will make the image to text ratio unbalanced which will affect delivery.
&lt;br&gt;&lt;br&gt;
While we're on the subject of using programs to write HTML – here's a tip for that: stop it. These programs (depending on how the image was sliced) can make code so cluttered that it's easier to just start from scratch – which is what I end up doing every time I have to restructure a client's code who has used this method. These programs also add comments to your code, which is also another common issue. We've seen comments sometimes appear in a deployed campaign, so we recommend that you delete all comments before you paste in your code into your ESP providers program.
&lt;br&gt;&lt;br&gt;
Another issue that can be corrected using nested tables is empty cell tags. Empty cell tags are often used to create space. While it generally would work, some email clients could collapse the cell if it's empty which would break your creative. Sometimes adding a non-breaking space (&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&amp;amp;nbsp;&lt;/span&gt;) will add something to the cell so it doesn't collapse, but to be on the safe side, I like to use nested tables.
&lt;br&gt;&lt;br&gt;
&lt;img src="http://images.emaildirect.com/Clients/Tiana645/blogs/mar11/code5.jpg" width="688" height="239" border="0"&gt;
&lt;br&gt;&lt;br&gt;
In the example above, there are two small empty cells on either side of the larger cell that would house content. You can simplify the code and get rid of the two cells with nested tables.
&lt;br&gt;&lt;br&gt;
&lt;img src="http://images.emaildirect.com/Clients/Tiana645/blogs/mar11/code6.jpg" width="696" height="293" border="0"&gt;
&lt;br&gt;&lt;br&gt;
With this method, the shorter width nested table with the &lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;align="center"&lt;/span&gt; attribute in the table tag "floats" inside the longer width cell so it automatically creates the space on either side without the need to actually code the space!
&lt;br&gt;&lt;br&gt;
I've got plenty more tips when it comes to tables but they involve the use of CSS and styling your tables. So in my next post, we'll pick apart inline CSS – why we use it, what works, what doesn't and some tips to make inline CSS not so irritating!


&lt;br&gt;&lt;br&gt;&lt;br&gt;
Until next time - happy designing!
&lt;br&gt;&lt;br&gt;
&lt;img src="http://images.emaildirect.com/Clients/Tiana645/blogs/tiana.jpg" width="60" height="60" border="0" alt="Tiana Palmer" style="padding-bottom: 10px;"&gt;&lt;br&gt;
Tiana :)
&lt;/span&gt;&lt;/div&gt;
&lt;img src="http://feeds.feedburner.com/~r/typepad/emaildirect/index/~4/WErHppVH0fk" height="1" width="1"/&gt;</content>


    <feedburner:origLink>http://blog.emaildirect.com/index/2011/03/email-coding-guidelines-part-1-picking-tables-apart.html</feedburner:origLink></entry>

</feed><!-- ph=1 -->
