<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" version="2.0">
  <channel>
    <title>The eMailing Experience - TIPS</title>
    <link>http://www.theemailingexperience.com/EN/</link>
    <description>The e-mail marketing blog</description>
    <language>en-us</language>
    <copyright>(c) krasis Consulting S.L.</copyright>
    <lastBuildDate>Fri, 25 Sep 2009 16:46:23 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 1.9.7174.0</generator>
    <managingEditor>info@krasis.info</managingEditor>
    <webMaster>info@krasis.info</webMaster>
    <item>
      <trackback:ping>http://www.theemailingexperience.com/EN/Trackback.aspx?guid=ab453b40-8031-4690-b23b-4a1eed133adf</trackback:ping>
      <pingback:server>http://www.theemailingexperience.com/EN/pingback.aspx</pingback:server>
      <pingback:target>http://www.theemailingexperience.com/EN/PermaLink,guid,ab453b40-8031-4690-b23b-4a1eed133adf.aspx</pingback:target>
      <dc:creator>José Manuel Alarcón Aguín</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p align="justify">
From time to time you send an e-mail using your conventional e-mail client and, suddenly,
you get a bounced e-mail as a response.
</p>
        <p align="justify">
For example, take this one that I received today in my Outlook inbox:
</p>
        <p align="center">
          <img border="0" src="http://www.theemailingexperience.com/EN/content/binary/BouncedMail.gif" />
        </p>
        <p align="justify">
What people usually do is just ignore and delete this kind of messages, but you
should not do that. They contain very interesting information about the causes that
lead to it, so you can know why the email get bounced and if this is a temporary or
permanent failure among other things. You should look for this information in the
body of the message (like in the previous image, surrounded by a red line) or in an
attached text file.
</p>
        <p align="justify">
The status code always consists in three numbers. They are standard SMTP codes defined
under the <a href="http://www.ietf.org/rfc/rfc1893.txt">RFC 1893 document</a>.
</p>
        <p align="justify">
As you can check by yourself in that document, for example, my bounced e-mail indicates
a 5.1.1 status code, which means the following:
</p>
        <blockquote style="MARGIN-RIGHT: 0px" dir="ltr">
          <p align="justify">
· 5: Permanent Failure<br />
· 1: Addressing status (that’s is, something related to the address)<br />
· 1: Bad destination mailbox address
</p>
        </blockquote>
        <p align="justify">
So, obviously, it's an address that does not exist, although we already know that
just looking at the "User unkown" sentence just after it. However not every email
server in the Internet behaves in this same standards-compliant way.
</p>
        <p align="justify">
Some SMTP servers return codes not totally compliant to the standard RFC and sometimes
cause strange errors that can led to confusion. For example, a few days ago I receive
a bounced mail with a status of 4.0.0. If you check the RFC you get this meaning for
the code:
</p>
        <blockquote style="MARGIN-RIGHT: 0px" dir="ltr">
          <p align="justify">
 · 4: Persistent Transient Failure<br />
 · 0: Undefined Status (it does not give information about the problem)<br />
 · 0: Other undefined Status
</p>
        </blockquote>
        <p align="justify">
So actuality it says nothing at all about the cause, and no SMTP server should return
a 4.0.0 code, but there are several of them out there that wrongly do this. For example
I checked the full status message for the bounced address and got this response from
the server:
</p>
        <p align="justify">
          <em>      4.0.0:  user over quota</em>
        </p>
        <p align="justify">
Hey, that's just a crowded inbox, as long as we trust the returned message. But according
to the RFC this situation should be it indicated by the standard status 4.2.2 which
means specifically that the mailbox is full or over-quota.
</p>
        <p align="justify">
I checked other server that returned other "strange" 4.5.2. code, and I got the following
message:
</p>
        <p align="justify">
          <em>      4.5.2: Recipient address rejected: user over quota</em>
        </p>
        <p align="justify">
Which is a totally wrong code because the meaning of this 4.5.2 is something related
to the protocol, no t related to problems with the mailbox:
</p>
        <blockquote style="MARGIN-RIGHT: 0px" dir="ltr">
          <p align="justify">
· 4: Persistent Transient Failure<br />
· 5: Mail Delivery Protocol Status<br />
· 2: Syntax error
</p>
        </blockquote>
        <p align="justify">
Which is a crazy behavior from the mail server.
</p>
        <p align="justify">
Normally you should not get 4.0.0 status codes, but if you do normally they are received
from very unprofessional emails services, and normally they mean that the address
does not exist. Our <strong>MAILCast</strong> service automatically handle and interpret
all this bounced emails, and shows you a classified list of them that you can even
export to Excel to do further processing on your own:
</p>
        <p align="center">
          <img border="0" src="http://www.theemailingexperience.com/EN/content/binary/BouncedMailsMAILCAst1.gif" />
        </p>
        <p align="justify">
Besides the e-mail address that bounced and a short explanation, there is the received
status code too (when is a hard bounce), so that you can check its meaning by yourself.
We have studied a lot of oddities like the one I describe here to try to guess the
real status of misbehaved servers, but it's virtually impossible to have them all
correctly interpreted as long as some servers behave in a non-standard way. We're
pretty accurate but, when in doubt, you know can see for yourself the meaning of any
specific bounced email. 
</p>
        <p align="justify">
Just check the code in the RFC link above. It's easy!
</p>
        <img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=ab453b40-8031-4690-b23b-4a1eed133adf" />
        <br />
        <hr />
        <p>
          <a target="_blank" href="http://www.krasis.com/mailcast-en">
            <img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" />
          </a>
        </p>
      </body>
      <title>Crazy bounced email codes from misbehaved servers</title>
      <guid isPermaLink="false">http://www.theemailingexperience.com/EN/PermaLink,guid,ab453b40-8031-4690-b23b-4a1eed133adf.aspx</guid>
      <link>http://www.theemailingexperience.com/EN/PermaLink,guid,ab453b40-8031-4690-b23b-4a1eed133adf.aspx</link>
      <pubDate>Fri, 25 Sep 2009 16:46:23 GMT</pubDate>
      <description>&lt;p align=justify&gt;
From time to time you send an e-mail using your conventional e-mail client and, suddenly,
you get a bounced e-mail as a response.
&lt;/p&gt;
&lt;p align=justify&gt;
For example, take this one that I received today in my Outlook inbox:
&lt;/p&gt;
&lt;p align=center&gt;
&lt;img border=0 src="http://www.theemailingexperience.com/EN/content/binary/BouncedMail.gif"&gt;
&lt;/p&gt;
&lt;p align=justify&gt;
What people usually do is&amp;nbsp;just ignore and delete this kind of messages, but you
should not do that. They contain very interesting information about the causes that
lead to it, so you can know why the email get bounced and if this is a temporary or
permanent failure among other things. You should look for this information in the
body of the message (like in the previous image, surrounded by a red line) or in an
attached text file.
&lt;/p&gt;
&lt;p align=justify&gt;
The status code always consists in three numbers. They are standard SMTP codes defined
under the &lt;a href="http://www.ietf.org/rfc/rfc1893.txt"&gt;RFC 1893 document&lt;/a&gt;.
&lt;/p&gt;
&lt;p align=justify&gt;
As you can check by yourself in that document, for example, my bounced e-mail indicates
a 5.1.1 status code, which means the following:
&lt;/p&gt;
&lt;blockquote style="MARGIN-RIGHT: 0px" dir=ltr&gt; 
&lt;p align=justify&gt;
·&amp;nbsp;5: Permanent Failure&lt;br&gt;
·&amp;nbsp;1: Addressing status (that’s is, something related to the address)&lt;br&gt;
·&amp;nbsp;1: Bad destination mailbox address
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p align=justify&gt;
So, obviously, it's an address that does not exist, although we already know that
just looking at the "User unkown" sentence just after it. However not every email
server in the Internet behaves in this same standards-compliant way.
&lt;/p&gt;
&lt;p align=justify&gt;
Some SMTP servers return codes not totally compliant to the standard RFC and sometimes
cause strange errors that can led to confusion. For example, a few days ago I receive
a bounced mail with a status of 4.0.0. If you check the RFC you get this meaning for
the code:
&lt;/p&gt;
&lt;blockquote style="MARGIN-RIGHT: 0px" dir=ltr&gt; 
&lt;p align=justify&gt;
&amp;nbsp;· 4: Persistent Transient Failure&lt;br&gt;
&amp;nbsp;· 0: Undefined Status (it does not give information about the problem)&lt;br&gt;
&amp;nbsp;· 0: Other undefined Status
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p align=justify&gt;
So actuality it says nothing at all about the cause, and no SMTP server should return
a 4.0.0 code, but there are several of them out there that wrongly do this. For example
I checked the full status message for the bounced address and got this response from
the server:
&lt;/p&gt;
&lt;p align=justify&gt;
&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.0.0:&amp;nbsp; user over quota&lt;/em&gt;
&lt;/p&gt;
&lt;p align=justify&gt;
Hey, that's just a crowded inbox, as long as we trust the returned message. But according
to the RFC this situation should be it indicated by the standard status 4.2.2 which
means specifically that the mailbox is full or over-quota.
&lt;/p&gt;
&lt;p align=justify&gt;
I checked other server that returned other "strange" 4.5.2. code, and I got the following
message:
&lt;/p&gt;
&lt;p align=justify&gt;
&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.5.2: Recipient address rejected: user over quota&lt;/em&gt;
&lt;/p&gt;
&lt;p align=justify&gt;
Which is a totally wrong code because the meaning of this 4.5.2 is something related
to the protocol, no t related to problems with the mailbox:
&lt;/p&gt;
&lt;blockquote style="MARGIN-RIGHT: 0px" dir=ltr&gt; 
&lt;p align=justify&gt;
·&amp;nbsp;4: Persistent Transient Failure&lt;br&gt;
·&amp;nbsp;5: Mail Delivery Protocol Status&lt;br&gt;
·&amp;nbsp;2: Syntax error
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p align=justify&gt;
Which is a crazy behavior from the mail server.
&lt;/p&gt;
&lt;p align=justify&gt;
Normally you should not get 4.0.0 status codes, but if you do normally they are received
from very unprofessional emails services, and normally they mean that the address
does not exist. Our &lt;strong&gt;MAILCast&lt;/strong&gt; service automatically handle and interpret
all this bounced emails, and shows you a classified list of them that you can even
export to Excel to do further processing on your own:
&lt;/p&gt;
&lt;p align=center&gt;
&lt;img border=0 src="http://www.theemailingexperience.com/EN/content/binary/BouncedMailsMAILCAst1.gif"&gt;
&lt;/p&gt;
&lt;p align=justify&gt;
Besides the e-mail address that bounced and a short explanation, there is the received
status code too (when is a hard bounce), so that you can check its meaning by yourself.
We have studied a lot of oddities like the one I describe here to try to guess the
real status of misbehaved servers, but it's virtually impossible to have them all
correctly interpreted as long as some servers behave in a non-standard way. We're
pretty accurate but, when in doubt, you know can see for yourself the meaning of any
specific bounced email. 
&lt;/p&gt;
&lt;p align=justify&gt;
Just check the code in the RFC link above. It's easy!
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=ab453b40-8031-4690-b23b-4a1eed133adf" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;a target="_blank" href="http://www.krasis.com/mailcast-en"&gt; &lt;img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" /&gt;&lt;/a&gt; 
&lt;/p&gt;</description>
      <category>Email Marketing</category>
      <category>TIPS</category>
    </item>
    <item>
      <trackback:ping>http://www.theemailingexperience.com/EN/Trackback.aspx?guid=e36a13f8-6a88-43df-8f28-4a900a934d73</trackback:ping>
      <pingback:server>http://www.theemailingexperience.com/EN/pingback.aspx</pingback:server>
      <pingback:target>http://www.theemailingexperience.com/EN/PermaLink,guid,e36a13f8-6a88-43df-8f28-4a900a934d73.aspx</pingback:target>
      <dc:creator>María Capón</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p align="justify">
          <img height="93" alt="backtoschool.jpg" hspace="10" src="http://www.theemailingexperience.com/EN/content/binary/vueltaalcole.jpg" width="124" align="left" vspace="10" border="0" />The
eMailing Experience gives you warm greetings in this "back to school," especially
to all those who, like me, are still "landing" and reading the mail in our <a href="http://www.theemailingexperience.com/EN/PermaLink,guid,2a13d565-67ae-4f18-8fac-1a332cb42671.aspx">inbox</a> ;-) <br /><br />
My inbox is full of interesting emails for <a href="http://www.theemailingexperience.com/EN/PermaLink,guid,f611a480-24b9-45ac-afae-ce8567af1473.aspx">analyze</a>,
what about yours? 
<br /><br />
We are 100% to continue writting about good tips, new tips and, the best and
the worst we found in our Inbox. You will make your e-mail marketing more effective.
</p>
        <img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=e36a13f8-6a88-43df-8f28-4a900a934d73" />
        <br />
        <hr />
        <p>
          <a target="_blank" href="http://www.krasis.com/mailcast-en">
            <img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" />
          </a>
        </p>
      </body>
      <title>"Back to school"</title>
      <guid isPermaLink="false">http://www.theemailingexperience.com/EN/PermaLink,guid,e36a13f8-6a88-43df-8f28-4a900a934d73.aspx</guid>
      <link>http://www.theemailingexperience.com/EN/PermaLink,guid,e36a13f8-6a88-43df-8f28-4a900a934d73.aspx</link>
      <pubDate>Fri, 04 Sep 2009 11:00:35 GMT</pubDate>
      <description>&lt;p align=justify&gt;
&lt;img height=93 alt=backtoschool.jpg hspace=10 src="http://www.theemailingexperience.com/EN/content/binary/vueltaalcole.jpg" width=124 align=left vspace=10 border=0&gt;The
eMailing Experience gives you warm greetings in this "back to school," especially
to all those who, like me, are still "landing" and reading the mail in our &lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,2a13d565-67ae-4f18-8fac-1a332cb42671.aspx"&gt;inbox&lt;/a&gt; ;-)&amp;nbsp;&lt;br&gt;
&lt;br&gt;
My inbox&amp;nbsp;is full of interesting emails for &lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,f611a480-24b9-45ac-afae-ce8567af1473.aspx"&gt;analyze&lt;/a&gt;,
what about yours? 
&lt;br&gt;
&lt;br&gt;
We are 100% to continue writting about good tips, new tips and,&amp;nbsp;the best and
the worst we found in our Inbox.&amp;nbsp;You will make your e-mail marketing more effective.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=e36a13f8-6a88-43df-8f28-4a900a934d73" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;a target="_blank" href="http://www.krasis.com/mailcast-en"&gt; &lt;img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" /&gt;&lt;/a&gt; 
&lt;/p&gt;</description>
      <category>Email Marketing</category>
      <category>e-marketing</category>
      <category>MAILCast</category>
      <category>TIPS</category>
    </item>
    <item>
      <trackback:ping>http://www.theemailingexperience.com/EN/Trackback.aspx?guid=6ac72dd4-c696-4c5f-b437-b2fbd4792ce9</trackback:ping>
      <pingback:server>http://www.theemailingexperience.com/EN/pingback.aspx</pingback:server>
      <pingback:target>http://www.theemailingexperience.com/EN/PermaLink,guid,6ac72dd4-c696-4c5f-b437-b2fbd4792ce9.aspx</pingback:target>
      <dc:creator>Pablo Iglesias</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <img src="http://www.theemailingexperience.com/EN/content/binary/email-marketing1.jpg" align="middle" border="0" />
        <p>
This is a post to refresh you the best way to optimize your campaigns by collecting
some tips from our previous posts, so you will increase your <a href="http://www.theemailingexperience.com/EN/PermaLink,guid,19bc8a3e-40e7-4acc-8a01-8b4fe9543c37.aspx">CTR</a> and
ROI and avoid being tagged as Spam:
</p>
        <h2 style="font-size: 13px;">1 - Don`t use Outlook
</h2>
        <p>
          <a href="http://www.theemailingexperience.com/EN/PermaLink,guid,d9fbc189-0716-4bbc-a8a1-d2942c45ba55.aspx">Don`t
send with Outlook</a> (or similar software), use only professional <a href="http://www.krasis.com/mailcast%2Den/">email
marketing software</a>. But if don’t mind what I say and you do, remember that <a href="http://www.theemailingexperience.com/EN/PermaLink,guid,f83e9bd6-6e64-4f6c-a386-d0ce38cfb218.aspx">BBC</a> field
is your friend.
</p>
        <h2 style="font-size: 13px;">2 - Align your interests with your recipient’s ones
</h2>
        <p>
How? by choosing the <a href="http://www.theemailingexperience.com/EN/PermaLink,guid,43908c6a-67a0-42d8-b115-136cf2ab067e.aspx">right
words</a> for the subject and the <a href="http://www.theemailingexperience.com/EN/PermaLink,guid,63ea2387-a67f-4af8-8b25-b291f0155d72.aspx">message</a> to
get <a href="http://www.theemailingexperience.com/EN/PermaLink,guid,e1bbbcba-313a-44bd-8adf-6ad4eca15639.aspx">a
closer email</a>.
</p>
        <h2 style="font-size: 13px;">3 - Optimize your html
</h2>
        <p>
          <a href="http://www.theemailingexperience.com/EN/PermaLink,guid,49906b97-470d-4bad-aca9-3fc40e8f7d18.aspx">Optimize
your html</a>, create it with a <a href="http://www.theemailingexperience.com/EN/PermaLink,guid,6210a4e1-f3e7-4853-8357-c2b5d34f8e47.aspx">specific
html editor</a> and use the proper <a href="http://www.theemailingexperience.com/EN/PermaLink,guid,e64f0c25-c6cd-4628-8e9a-10cd7f00fc17.aspx">image
size</a> &amp;<a href="http://www.theemailingexperience.com/EN/PermaLink,guid,52fb8958-54bb-447c-996a-f19b38830452.aspx"> formats</a>.
Remember, text is text, images are images. Don’t write text into images, don’t send
‘just-one-image’ emails and be sure that your email is comprehensible without images.
</p>
        <h2 style="font-size: 13px;">4 - Create a killer subscription list
</h2>
        <p>
          <a href="http://www.theemailingexperience.com/EN/PermaLink,guid,a4f120db-c90f-45b7-8240-5afa6109ec5f.aspx">Don’t
buy email lists</a> (god kills a kitten each time you do), create yourself <a href="http://www.theemailingexperience.com/EN/PermaLink,guid,27224b6c-eefb-4df2-b91a-e6c3cf52a680.aspx">recipient's
list</a> by including a form into your website and <a href="http://www.theemailingexperience.com/EN/PermaLink,guid,2fd013e1-a431-4545-b743-34a138f8d846.aspx">giving
incentives to your subscribers</a>.
</p>
        <h2 style="font-size: 13px;">5 - Don’t send big attachments
</h2>
        <p>
          <a href="http://www.theemailingexperience.com/EN/PermaLink,guid,925fc5ac-6a7c-40c5-adf0-354463980cc9.aspx">Big
attachments</a> increase the email weight and will be sent and downloaded slower.
Put the attachment in your server and link it, your email’s weight will decrease and
you will be able to track who downloads it.
</p>
        <h2 style="font-size: 13px;">6 – Choose the proper day and hour
</h2>
        <p>
          <a href="http://www.theemailingexperience.com/EN/PermaLink,guid,d0449a7a-8cef-44d8-9407-af2d9d93063a.aspx">Doesn´t
exist a perfect day for every case</a>, but Tuesday, Wednesday and Thursday are usual
to be the better days, and the period between 10 am and 12 am the better time. Test,
test and test to find the better moment to send your campaign.
</p>
        <h2 style="font-size: 13px;">7 - Read theemailingexperience.com
</h2>
        <p>
          <a href="http://www.theemailingexperience.com/EN/SyndicationService.asmx/GetRss">Subscribe
to our RSS</a> and you’ll improve your email marketing skills and will get happiest
recipients.
</p>
        <p>
¿Have I forgotten any tip else? 
</p>
        <br />
        <br />
        <img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=6ac72dd4-c696-4c5f-b437-b2fbd4792ce9" />
        <br />
        <hr />
        <p>
          <a target="_blank" href="http://www.krasis.com/mailcast-en">
            <img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" />
          </a>
        </p>
      </body>
      <title>7 tips for a succesful email marketing</title>
      <guid isPermaLink="false">http://www.theemailingexperience.com/EN/PermaLink,guid,6ac72dd4-c696-4c5f-b437-b2fbd4792ce9.aspx</guid>
      <link>http://www.theemailingexperience.com/EN/PermaLink,guid,6ac72dd4-c696-4c5f-b437-b2fbd4792ce9.aspx</link>
      <pubDate>Thu, 21 May 2009 17:12:13 GMT</pubDate>
      <description>
&lt;img src="http://www.theemailingexperience.com/EN/content/binary/email-marketing1.jpg" align="middle" border="0"&gt;
&lt;p&gt;
This is a post to refresh you the best way to optimize your campaigns by collecting
some tips from our previous posts, so you will increase your &lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,19bc8a3e-40e7-4acc-8a01-8b4fe9543c37.aspx"&gt;CTR&lt;/a&gt; and
ROI and avoid being tagged as Spam:
&lt;/p&gt;
&lt;h2 style="font-size: 13px;"&gt;1 - Don`t use Outlook
&lt;/h2&gt;
&lt;p&gt;
&lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,d9fbc189-0716-4bbc-a8a1-d2942c45ba55.aspx"&gt;Don`t
send with Outlook&lt;/a&gt; (or similar software), use only professional &lt;a href="http://www.krasis.com/mailcast%2Den/"&gt;email
marketing software&lt;/a&gt;. But if don’t mind what I say and you do, remember that &lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,f83e9bd6-6e64-4f6c-a386-d0ce38cfb218.aspx"&gt;BBC&lt;/a&gt; field
is your friend.
&lt;/p&gt;
&lt;h2 style="font-size: 13px;"&gt;2 - Align your interests with your recipient’s ones
&lt;/h2&gt;
&lt;p&gt;
How? by choosing the &lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,43908c6a-67a0-42d8-b115-136cf2ab067e.aspx"&gt;right
words&lt;/a&gt; for the subject and the &lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,63ea2387-a67f-4af8-8b25-b291f0155d72.aspx"&gt;message&lt;/a&gt; to
get &lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,e1bbbcba-313a-44bd-8adf-6ad4eca15639.aspx"&gt;a
closer email&lt;/a&gt;.
&lt;/p&gt;
&lt;h2 style="font-size: 13px;"&gt;3 - Optimize your html
&lt;/h2&gt;
&lt;p&gt;
&lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,49906b97-470d-4bad-aca9-3fc40e8f7d18.aspx"&gt;Optimize
your html&lt;/a&gt;, create it with a &lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,6210a4e1-f3e7-4853-8357-c2b5d34f8e47.aspx"&gt;specific
html editor&lt;/a&gt; and use the proper &lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,e64f0c25-c6cd-4628-8e9a-10cd7f00fc17.aspx"&gt;image
size&lt;/a&gt; &amp;amp;&lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,52fb8958-54bb-447c-996a-f19b38830452.aspx"&gt; formats&lt;/a&gt;.
Remember, text is text, images are images. Don’t write text into images, don’t send
‘just-one-image’ emails and be sure that your email is comprehensible without images.
&lt;/p&gt;
&lt;h2 style="font-size: 13px;"&gt;4 - Create a killer subscription list
&lt;/h2&gt;
&lt;p&gt;
&lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,a4f120db-c90f-45b7-8240-5afa6109ec5f.aspx"&gt;Don’t
buy email lists&lt;/a&gt; (god kills a kitten each time you do), create yourself &lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,27224b6c-eefb-4df2-b91a-e6c3cf52a680.aspx"&gt;recipient's
list&lt;/a&gt; by including a form into your website and &lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,2fd013e1-a431-4545-b743-34a138f8d846.aspx"&gt;giving
incentives to your subscribers&lt;/a&gt;.
&lt;/p&gt;
&lt;h2 style="font-size: 13px;"&gt;5 - Don’t send big attachments
&lt;/h2&gt;
&lt;p&gt;
&lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,925fc5ac-6a7c-40c5-adf0-354463980cc9.aspx"&gt;Big
attachments&lt;/a&gt; increase the email weight and will be sent and downloaded slower.
Put the attachment in your server and link it, your email’s weight will decrease and
you will be able to track who downloads it.
&lt;/p&gt;
&lt;h2 style="font-size: 13px;"&gt;6 – Choose the proper day and hour
&lt;/h2&gt;
&lt;p&gt;
&lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,d0449a7a-8cef-44d8-9407-af2d9d93063a.aspx"&gt;Doesn´t
exist a perfect day for every case&lt;/a&gt;, but Tuesday, Wednesday and Thursday are usual
to be the better days, and the period between 10 am and 12 am the better time. Test,
test and test to find the better moment to send your campaign.
&lt;/p&gt;
&lt;h2 style="font-size: 13px;"&gt;7 - Read theemailingexperience.com
&lt;/h2&gt;
&lt;p&gt;
&lt;a href="http://www.theemailingexperience.com/EN/SyndicationService.asmx/GetRss"&gt;Subscribe
to our RSS&lt;/a&gt; and you’ll improve your email marketing skills and will get happiest
recipients.
&lt;/p&gt;
&lt;p&gt;
¿Have I forgotten any tip else? 
&lt;/p&gt;
&lt;br&gt;
&lt;br&gt;
&lt;img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=6ac72dd4-c696-4c5f-b437-b2fbd4792ce9" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;a target="_blank" href="http://www.krasis.com/mailcast-en"&gt; &lt;img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" /&gt;&lt;/a&gt; 
&lt;/p&gt;</description>
      <category>Email Marketing</category>
      <category>TIPS</category>
    </item>
    <item>
      <trackback:ping>http://www.theemailingexperience.com/EN/Trackback.aspx?guid=2fd013e1-a431-4545-b743-34a138f8d846</trackback:ping>
      <pingback:server>http://www.theemailingexperience.com/EN/pingback.aspx</pingback:server>
      <pingback:target>http://www.theemailingexperience.com/EN/PermaLink,guid,2fd013e1-a431-4545-b743-34a138f8d846.aspx</pingback:target>
      <dc:creator>Pablo Iglesias</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
        </p>
        <img src="http://www.theemailingexperience.com/EN/content/binary/mailing-list-spanair.jpg" border="0" />
        <br />
        <b>Spanair</b> (a spanish flying company) is looking for a new logo, and this week <a href="http://www.spanair.com/web/es-es/juntos/votar-logo/" target="blank">has
arranged a poll at his website </a>to decide between the two candidates, so visitors
and customers can vote after providing their e-mail (there will be a prize draw for
a travel).<br /><br /><b>I think that this is a great trick</b> that you can also use to build up loyalty
and <a href="http://www.theemailingexperience.com/EN/PermaLink,guid,27224b6c-eefb-4df2-b91a-e6c3cf52a680.aspx">your
mailing list</a>, or improve it with potential customers whom get emotionally involved
with your brand.<br />
Arranging a poll, gift raffles or just special offers for subscriber are always interesting
initiatives to encourage people subscribing to your mailing list.<br /><br />
Also there’s <b>a second interpretation to this strategy from the SEO side</b>. On
past 20 August 2008, <a target="blank" href="http://en.wikipedia.org/wiki/Spanair_Flight_5022">a
Spanair flight crashed at Barajas airport</a>, in Madrid (Spain). Nowadays, wen <a target="blank" href="http://www.google.es/search?hl=es&amp;q=spanair&amp;btnG=Buscar&amp;meta=">you
search Spanair at Google</a>, there are many results related to the crash in the first
page, so the poll could also be a linkbaiting strategy to create buzz and “move” this
results to the second and successive pages.<br /><br /><img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=2fd013e1-a431-4545-b743-34a138f8d846" /><br /><hr /><p><a target="_blank" href="http://www.krasis.com/mailcast-en"><img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" /></a></p></body>
      <title>Create your mailing list as Spanair</title>
      <guid isPermaLink="false">http://www.theemailingexperience.com/EN/PermaLink,guid,2fd013e1-a431-4545-b743-34a138f8d846.aspx</guid>
      <link>http://www.theemailingexperience.com/EN/PermaLink,guid,2fd013e1-a431-4545-b743-34a138f8d846.aspx</link>
      <pubDate>Fri, 08 May 2009 10:39:09 GMT</pubDate>
      <description>&lt;p&gt;
&lt;/p&gt;
&lt;img src="http://www.theemailingexperience.com/EN/content/binary/mailing-list-spanair.jpg" border="0"&gt;
&lt;br&gt;
&lt;b&gt;Spanair&lt;/b&gt; (a spanish flying company) is looking for a new logo, and this week &lt;a href="http://www.spanair.com/web/es-es/juntos/votar-logo/" target="blank"&gt;has
arranged a poll at his website &lt;/a&gt;to decide between the two candidates, so visitors
and customers can vote after providing their e-mail (there will be a prize draw for
a travel).&lt;br&gt;
&lt;br&gt;
&lt;b&gt;I think that this is a great trick&lt;/b&gt; that you can also use to build up loyalty
and &lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,27224b6c-eefb-4df2-b91a-e6c3cf52a680.aspx"&gt;your
mailing list&lt;/a&gt;, or improve it with potential customers whom get emotionally involved
with your brand.&lt;br&gt;
Arranging a poll, gift raffles or just special offers for subscriber are always interesting
initiatives to encourage people subscribing to your mailing list.&lt;br&gt;
&lt;br&gt;
Also there’s &lt;b&gt;a second interpretation to this strategy from the SEO side&lt;/b&gt;. On
past 20 August 2008, &lt;a target="blank" href="http://en.wikipedia.org/wiki/Spanair_Flight_5022"&gt;a
Spanair flight crashed at Barajas airport&lt;/a&gt;, in Madrid (Spain). Nowadays, wen &lt;a target="blank" href="http://www.google.es/search?hl=es&amp;amp;q=spanair&amp;amp;btnG=Buscar&amp;amp;meta="&gt;you
search Spanair at Google&lt;/a&gt;, there are many results related to the crash in the first
page, so the poll could also be a linkbaiting strategy to create buzz and “move” this
results to the second and successive pages.&lt;br&gt;
&lt;br&gt;
&lt;img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=2fd013e1-a431-4545-b743-34a138f8d846" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;a target="_blank" href="http://www.krasis.com/mailcast-en"&gt; &lt;img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" /&gt;&lt;/a&gt; 
&lt;/p&gt;</description>
      <category>Database marketing</category>
      <category>TIPS</category>
    </item>
    <item>
      <trackback:ping>http://www.theemailingexperience.com/EN/Trackback.aspx?guid=6210a4e1-f3e7-4853-8357-c2b5d34f8e47</trackback:ping>
      <pingback:server>http://www.theemailingexperience.com/EN/pingback.aspx</pingback:server>
      <pingback:target>http://www.theemailingexperience.com/EN/PermaLink,guid,6210a4e1-f3e7-4853-8357-c2b5d34f8e47.aspx</pingback:target>
      <dc:creator>Pablo Iglesias</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
As you probably know, one of the most popular MAILCast feature is the capabability
to upload your sending in a ZIP archive (<a href="http://www.theemailingexperience.com/EN/PermaLink,guid,73cc5feb-49ca-4a40-99b0-bebaa3a29e68.aspx">as
shown in this article</a>), because most of our customers still feel more comfortable
editing their email within a desktop software than within an online one. But
the matter is that buying an <strong>Adobe Dreamweaver</strong> or <strong>Microsoft
Expression</strong> license just for this small task may be too expensive, so the
solution are the multiple free html editors available into the internet.<br /></p>
        <p>
These are some of the ones that we recommend to you:
</p>
        <p>
          <br />
          <strong>
            <a href="http://kompozer.net/">Kompozer</a>
          </strong>
        </p>
        <p>
          <strong>
            <a href="http://kompozer.net/">
              <img height="113" alt="free-editor-kompozer.jpg" src="http://www.theemailingexperience.com/ES/content/binary/free-editor-kompozer.jpg" width="150" border="0" />
            </a>
            <br />
          </strong>
        </p>
        <p>
          <strong>KompoZer</strong> is a complete web authoring system based on NVU that combines
web file management and easy-to-use WYSIWYG web page editing.
</p>
        <p>
          <br />
          <strong>
            <a href="http://www.aptana.com">Aptana</a>
          </strong>
        </p>
        <p>
          <strong>
            <a href="http://www.aptana.com">
              <img src="http://www.theemailingexperience.com/ES/content/binary/free-html-aptana.jpg" border="0" />
            </a>
          </strong>
        </p>
        <p>
          <strong>Aptana Studio</strong> is a free complete web development environment 
based on Eclipse that combines powerful authoring tools with a collection of online
hosting and collaboration services.
</p>
        <p>
          <br />
          <strong>
            <a href="http://www.w3.org/Amaya/">Amaya</a>
          </strong>
        </p>
        <p>
          <a href="http://www.w3.org/Amaya/">
            <img src="http://www.theemailingexperience.com/ES/content/binary/html-editor-amaya.jpg" border="0" />
          </a>
          <br />
        </p>
        <p>
          <strong>Amaya</strong> is an open source Web editor hosted by W3C. The Amaya software
is available for Windows, Unix platforms and MacOS X.<br /></p>
        <img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=6210a4e1-f3e7-4853-8357-c2b5d34f8e47" />
        <br />
        <hr />
        <p>
          <a target="_blank" href="http://www.krasis.com/mailcast-en">
            <img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" />
          </a>
        </p>
      </body>
      <title>Free HTML editors to lay out your email and upload it to MAILCast</title>
      <guid isPermaLink="false">http://www.theemailingexperience.com/EN/PermaLink,guid,6210a4e1-f3e7-4853-8357-c2b5d34f8e47.aspx</guid>
      <link>http://www.theemailingexperience.com/EN/PermaLink,guid,6210a4e1-f3e7-4853-8357-c2b5d34f8e47.aspx</link>
      <pubDate>Fri, 06 Feb 2009 10:31:50 GMT</pubDate>
      <description>&lt;p&gt;
As you probably know, one of the most popular MAILCast feature is the capabability
to upload your sending in a ZIP archive (&lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,73cc5feb-49ca-4a40-99b0-bebaa3a29e68.aspx"&gt;as
shown in this article&lt;/a&gt;), because most of our customers still&amp;nbsp;feel more comfortable
editing their email&amp;nbsp;within a desktop software than within an online one. But
the matter is that buying an &lt;strong&gt;Adobe Dreamweaver&lt;/strong&gt; or &lt;strong&gt;Microsoft
Expression&lt;/strong&gt; license just for this small task may be too expensive, so the
solution are the multiple free html editors available into the internet.&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
These are some of the ones that we recommend to you:
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
&lt;strong&gt;&lt;a href="http://kompozer.net/"&gt;Kompozer&lt;/a&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&lt;a href="http://kompozer.net/"&gt;&lt;img height=113 alt=free-editor-kompozer.jpg src="http://www.theemailingexperience.com/ES/content/binary/free-editor-kompozer.jpg" width=150 border=0&gt;&lt;/a&gt;
&lt;br&gt;
&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;KompoZer&lt;/strong&gt; is a complete web authoring system based on NVU that combines
web file management and easy-to-use WYSIWYG web page editing.
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
&lt;strong&gt;&lt;a href="http://www.aptana.com"&gt;Aptana&lt;/a&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&lt;a href="http://www.aptana.com"&gt;&lt;img src="http://www.theemailingexperience.com/ES/content/binary/free-html-aptana.jpg" border=0&gt;&lt;/a&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Aptana Studio&lt;/strong&gt; is a free complete web development environment&amp;nbsp;
based on Eclipse that combines powerful authoring tools with a collection of online
hosting and collaboration services.
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
&lt;strong&gt;&lt;a href="http://www.w3.org/Amaya/"&gt;Amaya&lt;/a&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.w3.org/Amaya/"&gt;&lt;img src="http://www.theemailingexperience.com/ES/content/binary/html-editor-amaya.jpg" border=0&gt;&lt;/a&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Amaya&lt;/strong&gt; is an open source Web editor hosted by W3C. The Amaya software
is available for Windows, Unix platforms and MacOS X.&lt;br&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=6210a4e1-f3e7-4853-8357-c2b5d34f8e47" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;a target="_blank" href="http://www.krasis.com/mailcast-en"&gt; &lt;img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" /&gt;&lt;/a&gt; 
&lt;/p&gt;</description>
      <category>TIPS</category>
    </item>
    <item>
      <trackback:ping>http://www.theemailingexperience.com/EN/Trackback.aspx?guid=43908c6a-67a0-42d8-b115-136cf2ab067e</trackback:ping>
      <pingback:server>http://www.theemailingexperience.com/EN/pingback.aspx</pingback:server>
      <pingback:target>http://www.theemailingexperience.com/EN/PermaLink,guid,43908c6a-67a0-42d8-b115-136cf2ab067e.aspx</pingback:target>
      <dc:creator>Pablo Iglesias</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <img title="keywords" height="153" alt="keywords" hspace="10" src="http://www.theemailingexperience.com/EN/content/binary/keywords.jpg" width="250" align="right" border="0" />Yes,
this is an <strong><a href="http://www.theemailingexperience.com/">email marketing
blog</a></strong>, not about SEO or SEM. But everything about online marketing
is related, and using the correct <strong>keywords</strong> in your mailings
isn’t an exception.
</p>
        <p>
          <br />
When Internet  users are searching for a product or service normally use
a small range of colloquial keywords. For example, may be your target uses “online
courses” instead of “e-learning”, do you know what I mean?
</p>
        <p>
          <br />
So, if you are choose right keywords that fit better into your target
needs and use a short and personalized mail subject, you will see how your <strong><a href="http://www.theemailingexperience.com/EN/PermaLink,guid,19bc8a3e-40e7-4acc-8a01-8b4fe9543c37.aspx">CTR</a></strong> grows
(of course, also the sales will do).
</p>
        <p>
          <br />
          <em>Eg: “John , try our new online courses.”</em>
        </p>
        <p>
          <br />
But be careful and don’t be too sensationalist, because your email can be flagged
as spam by  spam filters.
</p>
        <p>
          <br />
Eg (not to do): <em>“A great new offer!!! save money by trying our new  online
courses, for free!!!”</em><br />
(Yes, I’m going just a little bit over the top)<br /></p>
        <h2 style="FONT-SIZE: 12px"> 
</h2>
        <h2 style="FONT-SIZE: 12px">Choosing  the right keywords
</h2>
        <p>
There are many sources where you can get this data from. The most important are your
website statistics, a system such as Google Analytics  will reveal which
are the keywords most used by your visitors, and which of them convert more sales.<br /></p>
        <p>
After this, you should use a keyword tool (or several) to confirm that your site is
oriented to the correct keywords, or find similar keywords and identify search trends
that could help you to improve your business.
</p>
        <p>
          <br />
These free keyword tools are my favorites:<br /></p>
        <ul>
          <li>
            <a href="https://adwords.google.com/select/KeywordToolExternal">Google Keyword tool</a>
          </li>
          <li>
            <a href="online courses, e-learning" temp_href="online courses, e-learning">Google
Trends</a>
          </li>
          <li>
            <a href="http://www.google.com/insights/search/#q=online%20courses%2C%20e-learning&amp;cmpt=q">Google
Insights</a>
          </li>
          <li>
            <a href="http://tools.seobook.com/keyword-tools/seobook/">Seobook Keyword Suggestion
Tool</a>
            <br />
          </li>
        </ul>
        <p>
Good luck!<br /></p>
        <img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=43908c6a-67a0-42d8-b115-136cf2ab067e" />
        <br />
        <hr />
        <p>
          <a target="_blank" href="http://www.krasis.com/mailcast-en">
            <img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" />
          </a>
        </p>
      </body>
      <title>Keywords for your subject</title>
      <guid isPermaLink="false">http://www.theemailingexperience.com/EN/PermaLink,guid,43908c6a-67a0-42d8-b115-136cf2ab067e.aspx</guid>
      <link>http://www.theemailingexperience.com/EN/PermaLink,guid,43908c6a-67a0-42d8-b115-136cf2ab067e.aspx</link>
      <pubDate>Thu, 22 Jan 2009 17:42:50 GMT</pubDate>
      <description>&lt;p&gt;
&lt;img title=keywords height=153 alt=keywords hspace=10 src="http://www.theemailingexperience.com/EN/content/binary/keywords.jpg" width=250 align=right border=0&gt;Yes,
this is an &lt;strong&gt;&lt;a href="http://www.theemailingexperience.com/"&gt;email marketing
blog&lt;/a&gt;&lt;/strong&gt;, not about SEO or SEM. But&amp;nbsp;everything&amp;nbsp;about online marketing
is&amp;nbsp;related, and using the correct &lt;strong&gt;keywords&lt;/strong&gt; in your&amp;nbsp;mailings
isn’t an exception.
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
When Internet&amp;nbsp; users are searching for&amp;nbsp;a product or service normally use
a small range of colloquial keywords. For example, may be your target uses “online
courses” instead of “e-learning”, do you know what I mean?
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
So,&amp;nbsp;if you are choose&amp;nbsp;right keywords that fit better&amp;nbsp;into your target
needs&amp;nbsp;and use&amp;nbsp;a short and personalized mail subject, you will see how your &lt;strong&gt;&lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,19bc8a3e-40e7-4acc-8a01-8b4fe9543c37.aspx"&gt;CTR&lt;/a&gt;&lt;/strong&gt; grows
(of course, also the sales will do).
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
&lt;em&gt;Eg: “John , try our new online courses.”&lt;/em&gt; 
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
But be careful and don’t be too sensationalist, because your email can be&amp;nbsp;flagged
as spam by &amp;nbsp;spam filters.
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
Eg (not to do): &lt;em&gt;“A great new offer!!! save money by trying our new&amp;nbsp; online
courses, for free!!!”&lt;/em&gt;
&lt;br&gt;
(Yes, I’m going just a little bit over the top)&lt;br&gt;
&lt;/p&gt;
&lt;h2 style="FONT-SIZE: 12px"&gt;&amp;nbsp;
&lt;/h2&gt;
&lt;h2 style="FONT-SIZE: 12px"&gt;Choosing&amp;nbsp; the right keywords
&lt;/h2&gt;
&lt;p&gt;
There are many sources where you can get this data from. The most important are your
website statistics, a system such&amp;nbsp;as Google Analytics&amp;nbsp; will reveal&amp;nbsp;which
are the keywords most used by your visitors, and which of them convert more sales.&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
After this, you should use a keyword tool (or several) to confirm that your site is
oriented to the correct keywords, or find similar keywords and identify search trends
that could help you to improve your business.
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
These free keyword tools are my favorites:&lt;br&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://adwords.google.com/select/KeywordToolExternal"&gt;Google Keyword tool&lt;/a&gt; 
&lt;li&gt;
&lt;a href="online courses, e-learning" temp_href="online courses, e-learning"&gt;Google
Trends&lt;/a&gt; 
&lt;li&gt;
&lt;a href="http://www.google.com/insights/search/#q=online%20courses%2C%20e-learning&amp;amp;cmpt=q"&gt;Google
Insights&lt;/a&gt; 
&lt;li&gt;
&lt;a href="http://tools.seobook.com/keyword-tools/seobook/"&gt;Seobook Keyword Suggestion
Tool&lt;/a&gt;
&lt;br&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Good luck!&lt;br&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=43908c6a-67a0-42d8-b115-136cf2ab067e" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;a target="_blank" href="http://www.krasis.com/mailcast-en"&gt; &lt;img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" /&gt;&lt;/a&gt; 
&lt;/p&gt;</description>
      <category>TIPS</category>
    </item>
    <item>
      <trackback:ping>http://www.theemailingexperience.com/EN/Trackback.aspx?guid=1964200c-bfa3-4429-b8ec-99faa3448ee1</trackback:ping>
      <pingback:server>http://www.theemailingexperience.com/EN/pingback.aspx</pingback:server>
      <pingback:target>http://www.theemailingexperience.com/EN/PermaLink,guid,1964200c-bfa3-4429-b8ec-99faa3448ee1.aspx</pingback:target>
      <dc:creator>José Manuel Alarcón Aguín</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p align="justify">
Sometimes, after you register to receive a new newsletter, you start to receive much
more spam than usual. You, naturally, suspect the newsletter provider can be using
your data fraudulently, <a href="http://www.theemailingexperience.com/EN/PermaLink,guid,a4f120db-c90f-45b7-8240-5afa6109ec5f.aspx">selling</a> or <a href="http://www.theemailingexperience.com/EN/PermaLink,guid,86aa7561-65b8-4d6d-b0fa-5d48097f2d06.aspx">renting</a> your
address in an illegal way. How you can tell if this is the case?
</p>
        <p align="justify">
          <img alt="GMail" hspace="10" src="http://www.theemailingexperience.com/EN/content/binary/GMailgirl.jpg" align="right" vspace="5" border="0" />To
find out, you can use a couple of not very well known tricks that GMail, the terrific
free Webmail from Google, offers to you.
</p>
        <p align="justify">
If you append the name of the newsletter provider -or any other identifier that makes
sense to you- to your GMail user, using a '+' sign, the effect is that you still will
receive the emails sent to this new address in your normal GMail account, but you
can unequivocally identify the origin of the email thanks to this appended identifier.
</p>
        <p align="justify">
So, let's say that you own the <em>myname@gmail.com</em> address and want to subscribe
to a newsletter called 'My Pet today' or something. You can subscribe using your normal
address plus an identifier, for example:
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p align="justify">
            <em>myname+MyPetToday@gmail.com</em>
          </p>
        </blockquote>
        <p align="justify">
After doing this you will receive all the email from this provider in your normal
account, but with the new identifier appended. In this way you can filter the incoming
email and classify it accordingly. What is much better: if you start to receive email
in this "artificial" account which is not from "My Pet Today", you can know for sure
that they are using your account for sending you not solicited email and delete it
automatically. Great!
</p>
        <p align="justify">
Other interesting GMail idiosyncrasy is that it does not support dots ('.') in addresses.
When one or more are added to a GMail address they are stripped out before delivered.
Due to this behavior, all these addresses are equivalent:
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p align="justify">
            <em>yourname@gmail.com, your.name@gmail.com, y.o.u.r.name@gmail.com</em>
          </p>
        </blockquote>
        <p align="justify">
and the like :-)
</p>
        <p align="justify">
You can use this "feature" to distinguish between senders that don't accept the '+'
sign in your email address and therefore make the previous tip useless.
</p>
        <p align="justify">
Remember too that GMail has another alternative domain, <strong>googlemail.com</strong>,
that is exactly the same as gmail.com. So, you can use myname@googlemail.com as an
alternative address to receive important e-mail from sources you trust, friends, and
so on, keeping the classic one (@gmail.com) for other purposes. 
</p>
        <p align="justify">
If you use gmail's incoming filters wisely you can easily get your important mail
classified, your not wanted e-mail deleted and discern who is fooling you selling
or renting your email address.
</p>
        <p align="justify">
Hope this helps
</p>
        <p align="justify">
JM
</p>
        <img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=1964200c-bfa3-4429-b8ec-99faa3448ee1" />
        <br />
        <hr />
        <p>
          <a target="_blank" href="http://www.krasis.com/mailcast-en">
            <img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" />
          </a>
        </p>
      </body>
      <title>Are you wary of one newsletter provider selling your data? Find out with these tips</title>
      <guid isPermaLink="false">http://www.theemailingexperience.com/EN/PermaLink,guid,1964200c-bfa3-4429-b8ec-99faa3448ee1.aspx</guid>
      <link>http://www.theemailingexperience.com/EN/PermaLink,guid,1964200c-bfa3-4429-b8ec-99faa3448ee1.aspx</link>
      <pubDate>Mon, 02 Jun 2008 21:52:02 GMT</pubDate>
      <description>&lt;p align=justify&gt;
Sometimes, after you register to receive a new newsletter, you start to receive much
more spam than usual. You, naturally, suspect the newsletter provider can be using
your data fraudulently, &lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,a4f120db-c90f-45b7-8240-5afa6109ec5f.aspx"&gt;selling&lt;/a&gt; or &lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,86aa7561-65b8-4d6d-b0fa-5d48097f2d06.aspx"&gt;renting&lt;/a&gt; your
address in an illegal way. How you can tell if this is the case?
&lt;/p&gt;
&lt;p align=justify&gt;
&lt;img alt=GMail hspace=10 src="http://www.theemailingexperience.com/EN/content/binary/GMailgirl.jpg" align=right vspace=5 border=0&gt;To
find out, you can use a couple of not very well known tricks that GMail, the terrific
free Webmail from Google, offers to you.
&lt;/p&gt;
&lt;p align=justify&gt;
If you append the name of the newsletter provider -or any other identifier that makes
sense to you- to your GMail user, using a '+' sign, the effect is that you still will
receive the emails sent to this new address in your normal GMail account, but you
can unequivocally identify the origin of the email thanks to this appended identifier.
&lt;/p&gt;
&lt;p align=justify&gt;
So, let's say that you own the &lt;em&gt;myname@gmail.com&lt;/em&gt; address and want to subscribe
to a newsletter called 'My Pet today' or something. You can subscribe using your normal
address plus an identifier, for example:
&lt;/p&gt;
&lt;blockquote dir=ltr style="MARGIN-RIGHT: 0px"&gt; 
&lt;p align=justify&gt;
&lt;em&gt;myname+MyPetToday@gmail.com&lt;/em&gt;
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p align=justify&gt;
After doing this you will receive all the email from this provider in your normal
account, but with the new identifier appended. In this way you can filter the incoming
email and classify it accordingly. What is much better: if you start to receive email
in this "artificial" account which is not from "My Pet Today", you can know for sure
that they are using your account for sending you not solicited email and delete it
automatically. Great!
&lt;/p&gt;
&lt;p align=justify&gt;
Other interesting GMail idiosyncrasy is that it does not support dots ('.') in addresses.
When one or more are added to a GMail address they are stripped out before delivered.
Due to this behavior, all these addresses are equivalent:
&lt;/p&gt;
&lt;blockquote dir=ltr style="MARGIN-RIGHT: 0px"&gt; 
&lt;p align=justify&gt;
&lt;em&gt;yourname@gmail.com, your.name@gmail.com, y.o.u.r.name@gmail.com&lt;/em&gt;
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p align=justify&gt;
and the like :-)
&lt;/p&gt;
&lt;p align=justify&gt;
You can use this "feature" to distinguish between senders that don't accept the '+'
sign in your email address and therefore make the previous tip useless.
&lt;/p&gt;
&lt;p align=justify&gt;
Remember too that GMail has another alternative domain, &lt;strong&gt;googlemail.com&lt;/strong&gt;,
that is exactly the same as gmail.com. So, you can use myname@googlemail.com as an
alternative address to receive important e-mail from sources you trust, friends, and
so on, keeping the classic one (@gmail.com) for other purposes. 
&lt;/p&gt;
&lt;p align=justify&gt;
If you use gmail's incoming filters wisely you can easily get your important mail
classified, your not wanted e-mail deleted and discern who is fooling you selling
or renting your email address.
&lt;/p&gt;
&lt;p align=justify&gt;
Hope this helps
&lt;/p&gt;
&lt;p align=justify&gt;
JM
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=1964200c-bfa3-4429-b8ec-99faa3448ee1" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;a target="_blank" href="http://www.krasis.com/mailcast-en"&gt; &lt;img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" /&gt;&lt;/a&gt; 
&lt;/p&gt;</description>
      <category>Spam</category>
      <category>TIPS</category>
    </item>
    <item>
      <trackback:ping>http://www.theemailingexperience.com/EN/Trackback.aspx?guid=ce172be4-bdd3-4b77-8539-84b9baa39434</trackback:ping>
      <pingback:server>http://www.theemailingexperience.com/EN/pingback.aspx</pingback:server>
      <pingback:target>http://www.theemailingexperience.com/EN/PermaLink,guid,ce172be4-bdd3-4b77-8539-84b9baa39434.aspx</pingback:target>
      <dc:creator>Pablo Iglesias</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p align="right">
 
</p>
          <p>
            <em>Hi Pablo,<br />
We’ve got an <strong>animated Gif</strong> that we sold as an advertising banner
in our newsletter, but our client has told us that the banner appears as ‘static’
when it is an animated gif.</em>
          </p>
          <p>
            <em>¿Is there any problem with MAILCast?</em>
          </p>
        </blockquote>
        <p dir="ltr" align="center">
          <a title="Animated gif rocks!  ;-) " href="http://www.krasis.com/mailcast-en">
            <img alt="Animated gif rocks!  ;-) " src="http://www.theemailingexperience.com/EN/content/binary/animated-gif-email.gif" border="0" />
          </a>
        </p>
        <p dir="ltr">
          <br />
This is a very usual query that I receive in our support system at <a href="http://www.krasis.com/krasis-en">Krasis</a>.
As it is very common I thought it would be a great idea to share it here as it
was a FAQ (Frequently Asked Question).
</p>
        <p dir="ltr">
          <br />
Well, <strong>there isn’t any problem with MAILCast but with Outlook 2007</strong>,
which shows animated GIFs as static GIFs. Remember: <strong>Outlook 2007 will only
show the first frame of your animated GIF</strong>.<br /></p>
        <p dir="ltr">
So, what can be done?
</p>
        <ul>
          <li>
            <strong>Don’t use animated GIFs</strong> - uh, uuuh, clever! :-D (Also don’t
use flash) 
</li>
          <li>
If any animation is needed, upload it to a website and link it from the email. 
</li>
          <li>
Whether the gif is banner, be sure that the first frame shows enough info to Outlook’s
users.</li>
        </ul>
        <p>
And remember, <a href="http://www.theemailingexperience.com/EN/PermaLink,guid,eebfb1bf-c83c-443d-ba07-6bf2f4bdef95.aspx">do
not abuse of images</a>.
</p>
        <img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=ce172be4-bdd3-4b77-8539-84b9baa39434" />
        <br />
        <hr />
        <p>
          <a target="_blank" href="http://www.krasis.com/mailcast-en">
            <img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" />
          </a>
        </p>
      </body>
      <title>My animated gif doesn’t play in Outlook 2007!</title>
      <guid isPermaLink="false">http://www.theemailingexperience.com/EN/PermaLink,guid,ce172be4-bdd3-4b77-8539-84b9baa39434.aspx</guid>
      <link>http://www.theemailingexperience.com/EN/PermaLink,guid,ce172be4-bdd3-4b77-8539-84b9baa39434.aspx</link>
      <pubDate>Wed, 28 May 2008 07:56:26 GMT</pubDate>
      <description>&lt;blockquote dir=ltr style="MARGIN-RIGHT: 0px"&gt; 
&lt;p align=right&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;Hi Pablo,&lt;br&gt;
We’ve got an &lt;strong&gt;animated Gif&lt;/strong&gt; that we sold as an&amp;nbsp;advertising banner
in our newsletter, but our client has told us that the banner appears as ‘static’
when it is an animated gif.&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;¿Is there any problem with MAILCast?&lt;/em&gt;
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p dir=ltr align=center&gt;
&lt;a title="Animated gif rocks!  ;-) " href="http://www.krasis.com/mailcast-en"&gt;&lt;img alt="Animated gif rocks!  ;-) " src="http://www.theemailingexperience.com/EN/content/binary/animated-gif-email.gif" border=0&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p dir=ltr&gt;
&lt;br&gt;
This is a very usual query that I receive in our support system at &lt;a href="http://www.krasis.com/krasis-en"&gt;Krasis&lt;/a&gt;.
As it is very common I thought it would be a great idea to share it here&amp;nbsp;as it
was a FAQ (Frequently Asked Question).
&lt;/p&gt;
&lt;p dir=ltr&gt;
&lt;br&gt;
Well,&amp;nbsp;&lt;strong&gt;there isn’t any problem with MAILCast but with Outlook 2007&lt;/strong&gt;,
which shows animated GIFs as static GIFs. Remember: &lt;strong&gt;Outlook 2007 will only
show the first frame of your animated GIF&lt;/strong&gt;.&lt;br&gt;
&lt;/p&gt;
&lt;p dir=ltr&gt;
So, what can be done?
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Don’t use animated GIFs&lt;/strong&gt; - uh, uuuh, clever!&amp;nbsp;:-D (Also don’t
use flash) 
&lt;li&gt;
If any animation is needed, upload it to a website and link it from the email. 
&lt;li&gt;
Whether the gif is banner, be sure that the first frame shows enough info to Outlook’s
users.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
And remember, &lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,eebfb1bf-c83c-443d-ba07-6bf2f4bdef95.aspx"&gt;do
not abuse of images&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=ce172be4-bdd3-4b77-8539-84b9baa39434" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;a target="_blank" href="http://www.krasis.com/mailcast-en"&gt; &lt;img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" /&gt;&lt;/a&gt; 
&lt;/p&gt;</description>
      <category>TIPS</category>
    </item>
    <item>
      <trackback:ping>http://www.theemailingexperience.com/EN/Trackback.aspx?guid=091e17c8-7529-44ce-ae78-9547aa71491d</trackback:ping>
      <pingback:server>http://www.theemailingexperience.com/EN/pingback.aspx</pingback:server>
      <pingback:target>http://www.theemailingexperience.com/EN/PermaLink,guid,091e17c8-7529-44ce-ae78-9547aa71491d.aspx</pingback:target>
      <dc:creator>Pablo Iglesias</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
After my two posts about <strong><a href="http://www.theemailingexperience.com/EN/PermaLink,guid,52fb8958-54bb-447c-996a-f19b38830452.aspx">image
formats</a></strong> and <strong><a href="http://www.theemailingexperience.com/EN/PermaLink,guid,e64f0c25-c6cd-4628-8e9a-10cd7f00fc17.aspx">image
dimensions for email</a></strong>, I’ve thought that you may be interested in a <strong>simple
and free software to resize images</strong>. Not all the organizations need, can afford
or know how to use a professional image editing software as Photoshop or Fireworks,
so <a href="http://www.vso-software.fr/products/image_resizer/image_resizer.php?lang=en"><strong>VSO
Image resize</strong></a> will become a great tool for them.
</p>
        <p>
          <br />
It is a simple, usable, small but powerful tool to resize a picture or a complete
folder with its batch mode. And it may be ran integrated with Internet Explorer.
</p>
        <p>
          <a href="http://www.vso-software.fr/products/image_resizer/image_resizer.php?lang=en">
            <img alt="Free Software for image resizing" src="http://www.theemailingexperience.com/EN/content/binary/resize-images.jpg" border="0" />
          </a>
        </p>
        <p>
          <br />
Features:
</p>
        <p>
          <br />
• Convert between different graphic formats<br />
• Configurable compression/resolution ratio<br />
• Support file formats: Jpeg, gif, bmp, tiff etc 
<br />
• Support Digital Camera RAW formats: Canon .CR2, Nikon .NEF , .MRW Minolta<br />
• Handle single picture or batch mode<br />
• Customizable templates for renaming files<br />
• You can add your own watermark file<br />
• Reduce size photos perfect for web publishing/share photos by email<br />
• Integrate in windows explorer or works as a stand-alone application<br />
• Fast processing<br />
• Import directly from your memory cards<br />
• Save history of destination folder<br />
• Variable options and settings for advanced users<br />
• Multilingual support 
<br />
• Optimized for Windows 2000 / XP / Vista
</p>
        <p>
          <br />
          <strong>Download link: </strong>
          <a href="http://www.vso-software.fr/products/image_resizer/image_resizer.php?lang=en">
            <strong>VSO
Image resize</strong>
          </a>
          <br />
I found it at <a href="http://www.kabytes.com/software/programa-sencillo-y-gratuito-para-redimensionar-imagenes/"><strong>Kabytes</strong></a><strong>.</strong></p>
        <img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=091e17c8-7529-44ce-ae78-9547aa71491d" />
        <br />
        <hr />
        <p>
          <a target="_blank" href="http://www.krasis.com/mailcast-en">
            <img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" />
          </a>
        </p>
      </body>
      <title>Simple free software to resize images</title>
      <guid isPermaLink="false">http://www.theemailingexperience.com/EN/PermaLink,guid,091e17c8-7529-44ce-ae78-9547aa71491d.aspx</guid>
      <link>http://www.theemailingexperience.com/EN/PermaLink,guid,091e17c8-7529-44ce-ae78-9547aa71491d.aspx</link>
      <pubDate>Thu, 22 May 2008 16:44:13 GMT</pubDate>
      <description>&lt;p&gt;
After my two posts about&amp;nbsp;&lt;strong&gt;&lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,52fb8958-54bb-447c-996a-f19b38830452.aspx"&gt;image
formats&lt;/a&gt;&lt;/strong&gt; and &lt;strong&gt;&lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,e64f0c25-c6cd-4628-8e9a-10cd7f00fc17.aspx"&gt;image
dimensions for email&lt;/a&gt;&lt;/strong&gt;, I’ve thought that you may be interested in a &lt;strong&gt;simple
and free software to resize images&lt;/strong&gt;. Not all the organizations need, can afford
or know how to use a professional image editing software as Photoshop or Fireworks,
so &lt;a href="http://www.vso-software.fr/products/image_resizer/image_resizer.php?lang=en"&gt;&lt;strong&gt;VSO
Image resize&lt;/strong&gt;&lt;/a&gt;&amp;nbsp;will become a great tool for them.
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
It is a simple, usable, small but powerful tool to resize a picture or a complete
folder with its batch mode. And it may be ran integrated with Internet Explorer.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.vso-software.fr/products/image_resizer/image_resizer.php?lang=en"&gt;&lt;img alt="Free Software for image resizing" src="http://www.theemailingexperience.com/EN/content/binary/resize-images.jpg" border=0&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
Features:
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
•&amp;nbsp;Convert between different graphic formats&lt;br&gt;
•&amp;nbsp;Configurable compression/resolution ratio&lt;br&gt;
•&amp;nbsp;Support file formats: Jpeg, gif, bmp, tiff etc 
&lt;br&gt;
•&amp;nbsp;Support Digital Camera RAW formats: Canon .CR2, Nikon .NEF , .MRW Minolta&lt;br&gt;
•&amp;nbsp;Handle single picture or batch mode&lt;br&gt;
•&amp;nbsp;Customizable templates for renaming files&lt;br&gt;
•&amp;nbsp;You can add your own watermark file&lt;br&gt;
•&amp;nbsp;Reduce size photos perfect for web publishing/share photos by email&lt;br&gt;
•&amp;nbsp;Integrate in windows explorer or works as a stand-alone application&lt;br&gt;
•&amp;nbsp;Fast processing&lt;br&gt;
•&amp;nbsp;Import directly from your memory cards&lt;br&gt;
•&amp;nbsp;Save history of destination folder&lt;br&gt;
•&amp;nbsp;Variable options and settings for advanced users&lt;br&gt;
•&amp;nbsp;Multilingual support 
&lt;br&gt;
•&amp;nbsp;Optimized for Windows 2000 / XP / Vista
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
&lt;strong&gt;Download link: &lt;/strong&gt;&lt;a href="http://www.vso-software.fr/products/image_resizer/image_resizer.php?lang=en"&gt;&lt;strong&gt;VSO
Image resize&lt;/strong&gt;&lt;/a&gt;
&lt;br&gt;
I found it&amp;nbsp;at &lt;a href="http://www.kabytes.com/software/programa-sencillo-y-gratuito-para-redimensionar-imagenes/"&gt;&lt;strong&gt;Kabytes&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;.&lt;/strong&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=091e17c8-7529-44ce-ae78-9547aa71491d" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;a target="_blank" href="http://www.krasis.com/mailcast-en"&gt; &lt;img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" /&gt;&lt;/a&gt; 
&lt;/p&gt;</description>
      <category>TIPS</category>
    </item>
    <item>
      <trackback:ping>http://www.theemailingexperience.com/EN/Trackback.aspx?guid=e64f0c25-c6cd-4628-8e9a-10cd7f00fc17</trackback:ping>
      <pingback:server>http://www.theemailingexperience.com/EN/pingback.aspx</pingback:server>
      <pingback:target>http://www.theemailingexperience.com/EN/PermaLink,guid,e64f0c25-c6cd-4628-8e9a-10cd7f00fc17.aspx</pingback:target>
      <dc:creator>Pablo Iglesias</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
In my previous post, I wrote you about <a href="http://www.theemailingexperience.com/EN/PermaLink,guid,52fb8958-54bb-447c-996a-f19b38830452.aspx"><strong>image
formats recommended for web and e-mail</strong></a> and the <strong>recommended sizes
for a faster download</strong>. Allright, but <strong>image dimensions</strong> will
also affect to your file size, so take care abut it.
</p>
        <p>
 You won’t need a 3000px width and 2mb image in your web (yes, I know that your
new camera can take even bigger images, but believe me, you won’t need it!!!) A 200px
width is enough for a small picture enclosed in your article.
</p>
        <p>
          <br />
Always change the dimensions with an <strong>image editing software</strong> as Photoshop,
Fireworks,  Photopaint  or the Gimp (this one is Open Source and free!), 
but <strong>don’t change it in your html editor</strong> (as Dreamweaver) because
you will be changing just the representation size, not the file size.
</p>
        <p>
          <br />
In this image you can see some sizes in pixels over a real size grid to use as a guideline:  
<br /></p>
        <p>
          <img src="http://www.theemailingexperience.com/EN/content/binary/optimize-image-dimensions.jpg" border="0" />
          <br />
 
</p>
        <h2 style="FONT-SIZE: small">Bonus: Tools to measure images in your browser
</h2>
        <ul>
          <li>
            <strong>
              <a href="http://www.kevinfreitas.net/extensions/measureit/" target="blank">Measure
It:</a>
            </strong> A Firefox ruler extension, the name tells everything abut it. 
</li>
          <li>
            <strong>
              <a href="javascript:function%20fnStartDesign(sUrl)%20{var%20nScript%20=%20document.createElement('script');nScript.setAttribute('language','JavaScript');nScript.setAttribute('src',sUrl);document.body.appendChild(nScript);}fnStartDesign('http://www.sprymedia.co.uk/design/design/media/js/design-loader.js');">Design:</a>
            </strong> A
bookmarklet by <a href="http://www.sprymedia.co.uk/article/Design" target="blank">Allan
Jardine</a>, will help you measuring creating grids.</li>
        </ul>
        <img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=e64f0c25-c6cd-4628-8e9a-10cd7f00fc17" />
        <br />
        <hr />
        <p>
          <a target="_blank" href="http://www.krasis.com/mailcast-en">
            <img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" />
          </a>
        </p>
      </body>
      <title>Setting image dimensions for e-mail and web</title>
      <guid isPermaLink="false">http://www.theemailingexperience.com/EN/PermaLink,guid,e64f0c25-c6cd-4628-8e9a-10cd7f00fc17.aspx</guid>
      <link>http://www.theemailingexperience.com/EN/PermaLink,guid,e64f0c25-c6cd-4628-8e9a-10cd7f00fc17.aspx</link>
      <pubDate>Thu, 15 May 2008 17:16:01 GMT</pubDate>
      <description>&lt;p&gt;
In my previous post, I wrote you about &lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,52fb8958-54bb-447c-996a-f19b38830452.aspx"&gt;&lt;strong&gt;image
formats recommended for web and e-mail&lt;/strong&gt;&lt;/a&gt; and the &lt;strong&gt;recommended sizes
for a faster download&lt;/strong&gt;. Allright, but &lt;strong&gt;image dimensions&lt;/strong&gt; will
also affect to your file size, so take care abut it.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;You won’t need a 3000px width and 2mb image in your web (yes, I know that your
new camera can take even bigger images, but believe me, you won’t need it!!!) A 200px
width is enough for a small picture enclosed in your article.
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
Always change the dimensions with an &lt;strong&gt;image editing software&lt;/strong&gt; as Photoshop,
Fireworks,&amp;nbsp; Photopaint&amp;nbsp; or the Gimp (this one is Open Source and&amp;nbsp;free!),&amp;nbsp;
but &lt;strong&gt;don’t change it in your html editor&lt;/strong&gt; (as Dreamweaver) because
you will be changing just the representation size, not the file size.
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
In this image you can see some sizes in pixels over a real size grid to use as a guideline:&amp;nbsp; 
&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.theemailingexperience.com/EN/content/binary/optimize-image-dimensions.jpg" border=0&gt;
&lt;br&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;h2 style="FONT-SIZE: small"&gt;Bonus: Tools to measure images in your browser
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="http://www.kevinfreitas.net/extensions/measureit/" target=blank&gt;Measure
It:&lt;/a&gt;&lt;/strong&gt; A Firefox ruler&amp;nbsp;extension, the name tells everything abut it. 
&lt;li&gt;
&lt;strong&gt;&lt;a href="javascript:function%20fnStartDesign(sUrl)%20{var%20nScript%20=%20document.createElement('script');nScript.setAttribute('language','JavaScript');nScript.setAttribute('src',sUrl);document.body.appendChild(nScript);}fnStartDesign('http://www.sprymedia.co.uk/design/design/media/js/design-loader.js');"&gt;Design:&lt;/a&gt;&lt;/strong&gt; A
bookmarklet by &lt;a href="http://www.sprymedia.co.uk/article/Design" target=blank&gt;Allan
Jardine&lt;/a&gt;, will help you measuring creating grids.&lt;/li&gt;
&lt;/ul&gt;
&lt;img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=e64f0c25-c6cd-4628-8e9a-10cd7f00fc17" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;a target="_blank" href="http://www.krasis.com/mailcast-en"&gt; &lt;img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" /&gt;&lt;/a&gt; 
&lt;/p&gt;</description>
      <category>TIPS</category>
    </item>
    <item>
      <trackback:ping>http://www.theemailingexperience.com/EN/Trackback.aspx?guid=925fc5ac-6a7c-40c5-adf0-354463980cc9</trackback:ping>
      <pingback:server>http://www.theemailingexperience.com/EN/pingback.aspx</pingback:server>
      <pingback:target>http://www.theemailingexperience.com/EN/PermaLink,guid,925fc5ac-6a7c-40c5-adf0-354463980cc9.aspx</pingback:target>
      <dc:creator>José Manuel Alarcón Aguín</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p align="justify">
Frequently, unexperienced customers or prospects ask us about the possibility of sending
mailing containing big attachments.
</p>
        <p align="justify">
          <img alt="Heavy weight" hspace="10" src="http://www.theemailingexperience.com/EN/content/binary/heavyweight.jpg" align="right" border="0" />This
is the <a href="http://www.theemailingexperience.com/EN/PermaLink,guid,00ddd85c-90ef-4be7-8104-85ad9937fb3a.aspx">kind
of task that seems trivial</a> when sending just a couple of e-mails, but that immediately
reveals as a not-such-a-sensible-idea when viewed from the point of view of someone
that sends thousands of e-mails.
</p>
        <p align="justify">
First of all let's consider <strong>how long it will take to send out</strong> such
a campaign. For example, we need to send 5,000 e-mails with a 5 MB attached .doc file.
Let's do the numbers.
</p>
        <p align="justify">
Attachments are encoded using Base64 (for sending binaries as text). This in average
leads to an increase of 37% in the size of the attachment, so considering a total
size of 5 MB (we consider content size as irrelevant here), the size when the email
is sent will be:
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p align="justify">
            <font color="#808080">5 x 1.37 = 6.85 MB</font>
          </p>
        </blockquote>
        <p align="justify">
Now, we have 5,000 e-mails to send, so the total size of the information we need to
transfer is:
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p align="justify">
            <font color="#808080">5,000 x 6.85 MB = 34,250 MB --&gt; <strong>34.25 GB</strong></font>
          </p>
        </blockquote>
        <p align="justify">
This is equivalent to transferring <strong>49 CD-ROMs through the wire!!</strong> (and
we're not considering some extra synchronization traffic that is needed for the sake
of simplicity).
</p>
        <p align="justify">
If our server is placed in an advanced datacenter and has, for example, a 6 Mbps symmetric
connection to the Internet (which is very good and is quite expensive), which is equivalent
to 750 KB/sec (or 0,75 MB/sec), this implies a sending time of:
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p align="justify">
            <font color="#808080">34,250 MB / 0.75 MB/sec = 45,666.67 seconds --&gt; <strong>12
hours, 41 minutes, 7 seconds</strong></font>
          </p>
        </blockquote>
        <p align="justify">
A regular 5.000 e-mailing will take around 4 minutes or less. Bufff!
</p>
        <p align="justify">
Other important thing to consider is <strong>deliverability to the destination servers</strong>.
If you send an e-mail with a big attachment to, let's say, a couple of accounts at
hotmail.com, you probably will not have any problems. But, how many recipients can
you have in your list with a hotmail e-mail account? 20%, 30%?. Probably more. Say
hotmail, say yahoo, say one of your big customers in a B2B list. The point is that
when a server sees a lot of big e-mails coming from the same IP, they usually block
the sender because she is eating up a lot of their bandwidth. A lot of ISPs don’t
have bandwidth enough to support getting a large number of emails with big attachments.
So you probably will get a lot of deliverability problems if you do this.
</p>
        <p align="justify">
Some recipients will have <strong>limited account storage</strong>, even in these
times of almost unlimited account space. A lot of corporate servers limit the size
of the incoming e-mails for their employees, so you get a chance or not getting them
delivered and receive a lot of soft bounces (with more bandwidth usage in your server,
by the way).
</p>
        <p align="justify">
Even if you get to your recipient's inbox, if they don't know you well, you probably
will get a lot of <strong>spam complaints or very low open rates</strong> for fear
of getting a computer virus. Besides this, nobody likes to receive big e-mail attachments
without being warned in advance.
</p>
        <p align="justify">
There is an <strong>added benefit or not sending attachments</strong>: you can put
files in your web server and add a direct link in your email to these files. This
way you avoid the problems stated above and, as a plus, <strong>you get detailed information
about which recipients clicked on it</strong>, getting very useful data that you cannot
obtain from attached files.
</p>
        <p align="justify">
We can allow you to send attached files in MAILCast, but we don't recommend it. Drop
us a line to get a quote if you need this kind of service :-)
</p>
        <img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=925fc5ac-6a7c-40c5-adf0-354463980cc9" />
        <br />
        <hr />
        <p>
          <a target="_blank" href="http://www.krasis.com/mailcast-en">
            <img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" />
          </a>
        </p>
      </body>
      <title>Why sending e-mail with attachments is not a good idea? Let's do the numbers</title>
      <guid isPermaLink="false">http://www.theemailingexperience.com/EN/PermaLink,guid,925fc5ac-6a7c-40c5-adf0-354463980cc9.aspx</guid>
      <link>http://www.theemailingexperience.com/EN/PermaLink,guid,925fc5ac-6a7c-40c5-adf0-354463980cc9.aspx</link>
      <pubDate>Mon, 12 May 2008 22:38:33 GMT</pubDate>
      <description>&lt;p align=justify&gt;
Frequently, unexperienced customers or prospects ask us about the possibility of sending
mailing containing big attachments.
&lt;/p&gt;
&lt;p align=justify&gt;
&lt;img alt="Heavy weight" hspace=10 src="http://www.theemailingexperience.com/EN/content/binary/heavyweight.jpg" align=right border=0&gt;This
is the &lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,00ddd85c-90ef-4be7-8104-85ad9937fb3a.aspx"&gt;kind
of task that seems trivial&lt;/a&gt; when sending just a couple of e-mails, but that immediately
reveals as a not-such-a-sensible-idea when viewed from the point of view of someone
that sends thousands of e-mails.
&lt;/p&gt;
&lt;p align=justify&gt;
First of all let's consider &lt;strong&gt;how long it will take to send out&lt;/strong&gt; such
a campaign. For example, we need to send 5,000 e-mails with a 5 MB attached .doc file.
Let's do the numbers.
&lt;/p&gt;
&lt;p align=justify&gt;
Attachments are encoded using Base64 (for sending binaries as text). This in average
leads to an increase of 37% in the size of the attachment, so considering a total
size of 5 MB (we consider content size as irrelevant here), the size when the email
is sent will be:
&lt;/p&gt;
&lt;blockquote dir=ltr style="MARGIN-RIGHT: 0px"&gt; 
&lt;p align=justify&gt;
&lt;font color=#808080&gt;5 x 1.37 = 6.85 MB&lt;/font&gt;
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p align=justify&gt;
Now, we have 5,000 e-mails to send, so the total size of the information we need to
transfer is:
&lt;/p&gt;
&lt;blockquote dir=ltr style="MARGIN-RIGHT: 0px"&gt; 
&lt;p align=justify&gt;
&lt;font color=#808080&gt;5,000 x 6.85 MB = 34,250 MB --&amp;gt; &lt;strong&gt;34.25 GB&lt;/strong&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p align=justify&gt;
This is equivalent to transferring &lt;strong&gt;49 CD-ROMs through the wire!!&lt;/strong&gt; (and
we're not considering some extra synchronization traffic that is needed for the sake
of simplicity).
&lt;/p&gt;
&lt;p align=justify&gt;
If our server is placed in an advanced datacenter and has, for example, a 6 Mbps symmetric
connection to the Internet (which is very good and is quite expensive), which is equivalent
to 750 KB/sec (or 0,75 MB/sec), this implies a sending time of:
&lt;/p&gt;
&lt;blockquote dir=ltr style="MARGIN-RIGHT: 0px"&gt; 
&lt;p align=justify&gt;
&lt;font color=#808080&gt;34,250 MB / 0.75 MB/sec = 45,666.67 seconds --&amp;gt; &lt;strong&gt;12
hours, 41 minutes, 7 seconds&lt;/strong&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p align=justify&gt;
A regular 5.000 e-mailing will take around 4 minutes or less. Bufff!
&lt;/p&gt;
&lt;p align=justify&gt;
Other important thing to consider is &lt;strong&gt;deliverability to the destination servers&lt;/strong&gt;.
If you send an e-mail with a big attachment to, let's say, a couple of accounts at
hotmail.com, you probably will not have any problems. But, how many recipients can
you have in your list with a hotmail e-mail account? 20%, 30%?. Probably more. Say
hotmail, say yahoo, say one of your big customers in a B2B list. The point is that
when a server sees a lot of big e-mails coming from the same IP, they usually block
the sender because she is eating up a lot of their bandwidth. A lot of ISPs don’t
have bandwidth enough to support getting a large number of emails with big attachments.
So you probably will get a lot of deliverability problems if you do this.
&lt;/p&gt;
&lt;p align=justify&gt;
Some recipients will have &lt;strong&gt;limited account storage&lt;/strong&gt;, even in these
times of almost unlimited account space. A lot of corporate servers limit the size
of the incoming e-mails for their employees, so you get a chance or not getting them
delivered and receive a lot of soft bounces (with more bandwidth usage in your server,
by the way).
&lt;/p&gt;
&lt;p align=justify&gt;
Even if you get to your recipient's inbox, if they don't know you well, you probably
will get a lot of &lt;strong&gt;spam complaints or very low open rates&lt;/strong&gt; for fear
of getting a computer virus. Besides this, nobody likes to receive big e-mail attachments
without being warned in advance.
&lt;/p&gt;
&lt;p align=justify&gt;
There is an &lt;strong&gt;added benefit or not sending attachments&lt;/strong&gt;: you can put
files in your web server and add a direct link in your email to these files. This
way you avoid the problems stated above and, as a plus, &lt;strong&gt;you get detailed information
about which recipients clicked on it&lt;/strong&gt;, getting very useful data that you cannot
obtain from attached files.
&lt;/p&gt;
&lt;p align=justify&gt;
We can allow you to send attached files in MAILCast, but we don't recommend it. Drop
us a line to get a quote if you need this kind of service :-)
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=925fc5ac-6a7c-40c5-adf0-354463980cc9" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;a target="_blank" href="http://www.krasis.com/mailcast-en"&gt; &lt;img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" /&gt;&lt;/a&gt; 
&lt;/p&gt;</description>
      <category>Email Marketing</category>
      <category>TIPS</category>
    </item>
    <item>
      <trackback:ping>http://www.theemailingexperience.com/EN/Trackback.aspx?guid=52fb8958-54bb-447c-996a-f19b38830452</trackback:ping>
      <pingback:server>http://www.theemailingexperience.com/EN/pingback.aspx</pingback:server>
      <pingback:target>http://www.theemailingexperience.com/EN/PermaLink,guid,52fb8958-54bb-447c-996a-f19b38830452.aspx</pingback:target>
      <dc:creator>Pablo Iglesias</dc:creator>
      <title>Image formats for web and email</title>
      <guid isPermaLink="false">http://www.theemailingexperience.com/EN/PermaLink,guid,52fb8958-54bb-447c-996a-f19b38830452.aspx</guid>
      <link>http://www.theemailingexperience.com/EN/PermaLink,guid,52fb8958-54bb-447c-996a-f19b38830452.aspx</link>
      <pubDate>Wed, 07 May 2008 11:29:57 GMT</pubDate>
      <description>&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
When &lt;strong&gt;using images in our email or web&lt;/strong&gt;, we must take care about its &lt;strong&gt;size&lt;/strong&gt; to
ensure a fast download, even with the slowest connection speed.
&lt;/p&gt;
&lt;p&gt;
But remember: &lt;strong&gt;don’t create emails which consist in just one image&lt;/strong&gt; with
all the information. Always insert text in your emails. Why? For two reasons: to avoid
be considered as SPAM and to give some information to your recipient before downloading
images, so, &lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,eebfb1bf-c83c-443d-ba07-6bf2f4bdef95.aspx"&gt;&lt;b&gt;test
your email without images &lt;/b&gt;&lt;/a&gt;to ensure that your message is comprenhensible and
readable.
&lt;/p&gt;
&lt;p&gt;
There are many &lt;strong&gt;image formats&lt;/strong&gt; available, but only a few will work
properly&amp;nbsp; on &lt;strong&gt;web&lt;/strong&gt; and &lt;strong&gt;email&lt;/strong&gt;. They differ in
some important properties, and you should learn how to use them in the best way&amp;nbsp;
to optimize your &lt;strong&gt;web&lt;/strong&gt; or &lt;strong&gt;email&lt;/strong&gt; size and weight, and
get a higher download speed.
&lt;/p&gt;
&lt;p&gt;
The first you must know is that there are two kinds of image compression, &lt;strong&gt;lossy&lt;/strong&gt; and&lt;strong&gt; lossless&lt;/strong&gt;.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Lossy compression&lt;/strong&gt; means once you decompress the compressed data,
you will not get the exact same image as the original (you lose information when compressing).
However, this will only be visible at a closer look. &lt;strong&gt;Lossy compression is
good for web and email&lt;/strong&gt; because images use small amount of memory.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Lossless image&lt;/strong&gt;: When you decompress a lossless image, you will get
exactly the same image as the original. This compression uses greater amount of memory,
so at times it may not be good for web, but for print.
&lt;/p&gt;
&lt;h1 style="font-size: small;"&gt;Common image formats for web and email
&lt;/h1&gt;
&lt;h2 style="font-size: x-small;"&gt;&lt;img alt="Image formats for web and email" src="http://www.theemailingexperience.com/EN/content/binary/image-formats.jpg" border="0"&gt;
&lt;/h2&gt;
&lt;h2 style="font-size: x-small;"&gt;JPEG (Joint Photographic Experts Group) 
&lt;/h2&gt;
&lt;p&gt;
The extension for this&amp;nbsp; format&amp;nbsp; is .jpg (or sometimes .jpeg). This&lt;strong&gt; image
type is lossy&lt;/strong&gt;, and you&lt;br&gt;
can control the compression level in image editors.
&lt;/p&gt;
&lt;p&gt;
It is good for saving images with millions of colors, like photographs, drawings with
shades, gradients, etc.
&lt;/p&gt;
&lt;h2 style="font-size: x-small;"&gt;GIF
&lt;/h2&gt;
&lt;p&gt;
&lt;strong&gt;This format is a bitmap&lt;/strong&gt;, which means it's a grid made of tiny pixel
squares. Data about every pixel is saved (so it's lossless), and you can save up to
256 colors. Pixels may also be transparent. &lt;strong&gt;GIF&lt;/strong&gt; may contain more
than one frame, so it can be animated.
&lt;/p&gt;
&lt;p&gt;
Since image programs can control the exact number or colors stored in a particular
image, it is a good format for &lt;strong&gt;saving images with less colors&lt;/strong&gt;, like
charts, small graphics (bullets, buttons), images containing text and other important
details, flat-color drawings etc.
&lt;/p&gt;
&lt;h2 style="font-size: x-small;"&gt;PNG
&lt;/h2&gt;
&lt;p&gt;
&lt;strong&gt;This format was created to become a new and improved GIF&lt;/strong&gt;, because &lt;strong&gt;GIF&lt;/strong&gt; was&lt;br&gt;
patented, and thus not free nowadays. &lt;strong&gt;PNG&lt;/strong&gt; has greater color-depth
than &lt;strong&gt;GIF&lt;/strong&gt;, it can&lt;br&gt;
store partial transparency, and can achieve greater compression. It gets the best
from &lt;strong&gt;JPG&lt;/strong&gt; and the best from &lt;strong&gt;GIF&lt;/strong&gt;. Unfortunately Internet
Explorer 6 and less versions doesn’t support &lt;strong&gt;PNG&lt;/strong&gt; transparency and
a small hack is needed.
&lt;/p&gt;
&lt;p&gt;
It's better to save images in this format when it's both needed to preserve transparency
and large amount of colors, or partial transparency. Since it's a lossless format,
these images are often not small enough for displaying on the web.
&lt;/p&gt;
&lt;h2 style="font-size: x-small;"&gt;Image file sizes for web and e-mail
&lt;/h2&gt;
&lt;p&gt;
Which file size is recommended for images in web or email? Well, there’s not a specific
rule but I recommend this as guideline: 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;div align="center"&gt;
&lt;table class="MsoTableGrid" style="border: medium none ; border-collapse: collapse;" border="1" cellpadding="0" cellspacing="0"&gt;
&lt;tbody&gt;
&lt;tr style="height: 32pt;"&gt;
&lt;td style="border: 1pt solid gray; padding: 0cm 5.4pt; background: rgb(242, 242, 242) none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 97.55pt; height: 32pt;" width="130"&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; text-align: center;" align="center"&gt;
&lt;b style=""&gt;&lt;span style="" lang="EN-US"&gt;&lt;font color="#000000"&gt;&lt;font face="Calibri"&gt;Excellent&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid solid solid none; border-color: gray gray gray rgb(240, 240, 240); border-width: 1pt 1pt 1pt medium; padding: 0cm 5.4pt; background: rgb(242, 242, 242) none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 99.25pt; height: 32pt;" width="132"&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; text-align: center;" align="center"&gt;
&lt;b style=""&gt;&lt;span style="" lang="EN-US"&gt;&lt;font color="#000000"&gt;&lt;font face="Calibri"&gt;Acceptable&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid solid solid none; border-color: gray gray gray rgb(240, 240, 240); border-width: 1pt 1pt 1pt medium; padding: 0cm 5.4pt; background: rgb(242, 242, 242) none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 106.3pt; height: 32pt;" width="142"&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; text-align: center;" align="center"&gt;
&lt;b style=""&gt;&lt;span style="" lang="EN-US"&gt;&lt;font color="#000000"&gt;&lt;font face="Calibri"&gt;Not
recommended&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: solid solid solid none; border-color: gray gray gray rgb(240, 240, 240); border-width: 1pt 1pt 1pt medium; padding: 0cm 5.4pt; background: rgb(242, 242, 242) none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 132.9pt; height: 32pt;" width="177"&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; text-align: center;" align="center"&gt;
&lt;b style=""&gt;&lt;span style="" lang="EN-US"&gt;&lt;font color="#000000"&gt;&lt;font face="Calibri"&gt;Optimize
your image&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="height: 35.25pt;"&gt;
&lt;td style="border-style: none solid solid; border-color: rgb(240, 240, 240) gray gray; border-width: medium 1pt 1pt; padding: 0cm 5.4pt; width: 97.55pt; height: 35.25pt; background-color: transparent;" width="130"&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; text-align: center;" align="center"&gt;
&lt;span style="" lang="EN-US"&gt;&lt;font color="#000000"&gt;&lt;font face="Calibri"&gt;Less than 15Kb&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) gray gray rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 99.25pt; height: 35.25pt; background-color: transparent;" width="132"&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; text-align: center;" align="center"&gt;
&lt;span style="" lang="EN-US"&gt;&lt;font color="#000000"&gt;&lt;font face="Calibri"&gt;15 – 25 Kb&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) gray gray rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 106.3pt; height: 35.25pt; background-color: transparent;" width="142"&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; text-align: center;" align="center"&gt;
&lt;span style="" lang="EN-US"&gt;&lt;font color="#000000"&gt;&lt;font face="Calibri"&gt;25 – 100Kb&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) gray gray rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; width: 132.9pt; height: 35.25pt; background-color: transparent;" width="177"&gt;
&lt;p class="MsoNormal" style="margin: 0cm 0cm 0pt; line-height: normal; text-align: center;" align="center"&gt;
&lt;span style="" lang="EN-US"&gt;&lt;font color="#000000"&gt;&lt;font face="Calibri"&gt;100Kb +&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Anyway. Before choosing which image format we need, whe&amp;nbsp; should&amp;nbsp; set properly &lt;strong&gt;image
dimensions&lt;/strong&gt; in pixels to get&amp;nbsp; an &lt;strong&gt;optimized image size&lt;/strong&gt;.
I’ll talk about it in the next article.&lt;br&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=52fb8958-54bb-447c-996a-f19b38830452" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;a target="_blank" href="http://www.krasis.com/mailcast-en"&gt; &lt;img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" /&gt;&lt;/a&gt; 
&lt;/p&gt;</description>
      <category>TIPS</category>
    </item>
    <item>
      <trackback:ping>http://www.theemailingexperience.com/EN/Trackback.aspx?guid=eebfb1bf-c83c-443d-ba07-6bf2f4bdef95</trackback:ping>
      <pingback:server>http://www.theemailingexperience.com/EN/pingback.aspx</pingback:server>
      <pingback:target>http://www.theemailingexperience.com/EN/PermaLink,guid,eebfb1bf-c83c-443d-ba07-6bf2f4bdef95.aspx</pingback:target>
      <dc:creator>José Manuel Alarcón Aguín</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p align="justify">
          <a href="http://www.theemailingexperience.com/EN/PermaLink,guid,90b70521-d222-4ae1-9393-e0510f63f29a.aspx">As
you already know</a> most of the current e-mail clients (either webmail or desktop)
will disable the images in your e-mail by default. Unless your recipients decide to
show images or to add you to their white list, images will not show in the screen.
</p>
        <p align="justify">
This is a challenge for e-mail marketing design, because you must take this into account
and create designs that work well even if images are not shown.
</p>
        <p align="justify">
A quick way to test your creativity when images are turned off is to use a couple
of web developer tools. In fact they are very similar, but you must choose one or
the other depending on what is your browser of choice (Firefox or IE). This tools
are very powerful and a must-have for every web developer. They both have a lot of
features that I'm not going to describe now, but take my word for it and give them
a try. I'll stick to the couple of things that will help you to test your designs.
</p>
        <p align="justify">
If you're using Internet Explorer there is a tool called <strong>IE Developer Toolbar</strong> that
you can download from <a href="http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&amp;displaylang=en" target="_blank">here</a>.
When installed you it will show a small arrow icon in IE's toolbar:
</p>
        <p align="center">
          <img src="http://www.theemailingexperience.com/EN/content/binary/IEToolbar_Icon.gif" border="0" />
        </p>
        <p align="justify">
If you click on it a small aditional window will appear at the bottom of IE's window
with a lot of options. Search for the "Images" menu as shown:
</p>
        <p align="center">
          <img src="http://www.theemailingexperience.com/EN/content/binary/IEToolbar.gif" border="0" />
        </p>
        <p align="justify">
If you disable images you will have an immediate feel of how your design will be shown
in an email client with images turned off. You can even modify your HTML directly
in the tool's window and see changes in real time.
</p>
        <p align="justify">
A very similar tool is available for Firefox, and it is even easier to use. It's called <strong>"Web
Developer"</strong> and you can download and install it from <a href="https://addons.mozilla.org/es-ES/firefox/addon/60?id=60" target="_blank">here</a>.
Once installed you get a wide toolbar just above the current webpage with a plethora
of menus and buttons aimed at the web developer. The equivalent feature in this tool
is located under the "Images" menu:
</p>
        <p align="center">
          <img src="http://www.theemailingexperience.com/EN/content/binary/FF_WebDeveloper.gif" border="0" />
        </p>
        <p align="justify">
This has been just a quick tip on how to test your designs without images, but if
you have HTML/CSS working knowledge and give both tools a try, as soon as you start
to scratch the surface you will find fantastic features that will easy your work a
lot.
</p>
        <img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=eebfb1bf-c83c-443d-ba07-6bf2f4bdef95" />
        <br />
        <hr />
        <p>
          <a target="_blank" href="http://www.krasis.com/mailcast-en">
            <img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" />
          </a>
        </p>
      </body>
      <title>Test your email without images</title>
      <guid isPermaLink="false">http://www.theemailingexperience.com/EN/PermaLink,guid,eebfb1bf-c83c-443d-ba07-6bf2f4bdef95.aspx</guid>
      <link>http://www.theemailingexperience.com/EN/PermaLink,guid,eebfb1bf-c83c-443d-ba07-6bf2f4bdef95.aspx</link>
      <pubDate>Tue, 22 Apr 2008 07:44:06 GMT</pubDate>
      <description>&lt;p align=justify&gt;
&lt;a href="http://www.theemailingexperience.com/EN/PermaLink,guid,90b70521-d222-4ae1-9393-e0510f63f29a.aspx"&gt;As
you already know&lt;/a&gt; most of the current e-mail clients (either webmail or desktop)
will disable the images in your e-mail by default. Unless your recipients decide to
show images or to add you to their white list, images will not show in the screen.
&lt;/p&gt;
&lt;p align=justify&gt;
This is a challenge for e-mail marketing design, because you must take this into account
and create designs that work well even if images are not shown.
&lt;/p&gt;
&lt;p align=justify&gt;
A quick way to test your creativity when images are turned off is to use a couple
of web developer tools. In fact they are very similar, but you must choose one or
the other depending on what is your browser of choice (Firefox or IE). This tools
are very powerful and a must-have for every web developer. They both have a lot of
features that I'm not going to describe now, but take my word for it and give them
a try. I'll stick to the couple of things that will help you to test your designs.
&lt;/p&gt;
&lt;p align=justify&gt;
If you're using Internet Explorer there is a tool called &lt;strong&gt;IE Developer Toolbar&lt;/strong&gt; that
you can download from &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&amp;amp;displaylang=en" target=_blank&gt;here&lt;/a&gt;.
When installed you it will show a small arrow icon in IE's toolbar:
&lt;/p&gt;
&lt;p align=center&gt;
&lt;img src="http://www.theemailingexperience.com/EN/content/binary/IEToolbar_Icon.gif" border=0&gt;
&lt;/p&gt;
&lt;p align=justify&gt;
If you click on it a small aditional window will appear at the bottom of IE's window
with a lot of options. Search for the "Images" menu as shown:
&lt;/p&gt;
&lt;p align=center&gt;
&lt;img src="http://www.theemailingexperience.com/EN/content/binary/IEToolbar.gif" border=0&gt;
&lt;/p&gt;
&lt;p align=justify&gt;
If you disable images you will have an immediate feel of how your design will be shown
in an email client with images turned off. You can even modify your HTML directly
in the tool's window and see changes in real time.
&lt;/p&gt;
&lt;p align=justify&gt;
A very similar tool is available for Firefox, and it is even easier to use. It's called &lt;strong&gt;"Web
Developer"&lt;/strong&gt; and you can download and install it from &lt;a href="https://addons.mozilla.org/es-ES/firefox/addon/60?id=60" target=_blank&gt;here&lt;/a&gt;.
Once installed you get a wide toolbar just above the current webpage with a plethora
of menus and buttons aimed at the web developer. The equivalent feature in this tool
is located under the "Images" menu:
&lt;/p&gt;
&lt;p align=center&gt;
&lt;img src="http://www.theemailingexperience.com/EN/content/binary/FF_WebDeveloper.gif" border=0&gt;
&lt;/p&gt;
&lt;p align=justify&gt;
This has been just a quick tip on how to test your designs without images, but if
you have HTML/CSS working knowledge and give both tools a try, as soon as you start
to scratch the surface you will find fantastic features that will easy your work a
lot.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=eebfb1bf-c83c-443d-ba07-6bf2f4bdef95" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;a target="_blank" href="http://www.krasis.com/mailcast-en"&gt; &lt;img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" /&gt;&lt;/a&gt; 
&lt;/p&gt;</description>
      <category>TIPS</category>
    </item>
    <item>
      <trackback:ping>http://www.theemailingexperience.com/EN/Trackback.aspx?guid=440529b1-d559-4d41-81d0-9e2019eb472e</trackback:ping>
      <pingback:server>http://www.theemailingexperience.com/EN/pingback.aspx</pingback:server>
      <pingback:target>http://www.theemailingexperience.com/EN/PermaLink,guid,440529b1-d559-4d41-81d0-9e2019eb472e.aspx</pingback:target>
      <dc:creator>Pablo Iglesias</dc:creator>
      <title>Benchmarking with Google Analytics</title>
      <guid isPermaLink="false">http://www.theemailingexperience.com/EN/PermaLink,guid,440529b1-d559-4d41-81d0-9e2019eb472e.aspx</guid>
      <link>http://www.theemailingexperience.com/EN/PermaLink,guid,440529b1-d559-4d41-81d0-9e2019eb472e.aspx</link>
      <pubDate>Tue, 11 Mar 2008 16:57:36 GMT</pubDate>
      <description>&lt;p class="MsoNormal"&gt;
&lt;span style="" lang="EN-US"&gt;If you’re interested in e-mail marketing, probably you’re
also interested in web analytics. Remember that high quality traffic in your site
is the first step to build a great database for your newsletter.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class="MsoNormal"&gt;
&lt;span style="" lang="EN-US"&gt;&lt;a href="http://www.google.com/analytics/indexu.html"&gt;&lt;b&gt;Google
analytics&lt;/b&gt;&lt;/a&gt;, one of the best&lt;span style=""&gt;&amp;nbsp; &lt;/span&gt;free web analytics
systems, has recently added &lt;a href="http://analytics.blogspot.com/2008/03/benchmarking-now-available-plus.html"&gt;a
new optional feature&lt;/a&gt; (currently in beta): &lt;b&gt;benchmarking&lt;/b&gt;. Now you can share
your analytics (&lt;span style=""&gt;remaining anonymous) and benchmark your site with the
rest of your competitors:&lt;/span&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class="MsoNormal"&gt;
From &lt;a href="http://analytics.blogspot.com/2008/03/benchmarking-now-available-plus.html"&gt;&lt;b&gt;Analytics
Blog&lt;/b&gt;&lt;/a&gt;:&lt;br&gt;
&lt;span style="" lang="EN-US"&gt;&lt;span style=""&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;blockquote&gt;
&lt;p class="MsoNormal"&gt;
&lt;span style="" lang="EN-US"&gt;Industry benchmarking is a commonly requested new service
that enables customers to see how their site data compares to sites in any available
industry vertical. &lt;span style="background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;We
believe this data will provide actionable insights by providing context for users
to &lt;/span&gt;understand how their site is doing. For example, if you have a travel website
and you get a spike in traffic on Mondays, you may want to know whether other travel
sites get that same spike on Mondays.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p class="MsoNormal"&gt;
&lt;span style="" lang="EN-US"&gt;How to activate it: Click on “Benchmarking” &lt;span style=""&gt;&amp;nbsp;&lt;/span&gt;in
the section “Visitors” and go!.&lt;/span&gt;
&lt;/p&gt;
&lt;p class="MsoNormal"&gt;
&lt;br&gt;
&lt;span style="" lang="EN-US"&gt; &lt;/span&gt;&lt;span style="font-family: Wingdings;" lang="EN-US"&gt;&lt;span style=""&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="" lang="EN-US"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;div align="center"&gt;&lt;img src="http://www.theemailingexperience.com/EN/content/binary/benchmarking.jpg" border="0"&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=440529b1-d559-4d41-81d0-9e2019eb472e" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;a target="_blank" href="http://www.krasis.com/mailcast-en"&gt; &lt;img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" /&gt;&lt;/a&gt; 
&lt;/p&gt;</description>
      <category>e-marketing</category>
      <category>TIPS</category>
    </item>
    <item>
      <trackback:ping>http://www.theemailingexperience.com/EN/Trackback.aspx?guid=73cc5feb-49ca-4a40-99b0-bebaa3a29e68</trackback:ping>
      <pingback:server>http://www.theemailingexperience.com/EN/pingback.aspx</pingback:server>
      <pingback:target>http://www.theemailingexperience.com/EN/PermaLink,guid,73cc5feb-49ca-4a40-99b0-bebaa3a29e68.aspx</pingback:target>
      <dc:creator>Pablo Iglesias</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Congratulations!  You’ve got your new <a href="http://www.krasis.com/Mailcast/">MAILCast</a> Channel
and attached or uploaded your database, and now? What? Come on, send you first campaing
or newsletter. There are up to three ways to compose an e-mail in <strong>MAILCast:</strong></p>
        <p>
          <br />
          <strong>
          </strong>
        </p>
        <p>
          <strong>
            <br />
          </strong>
        </p>
        <ol>
          <li>
            <font size="2">
              <strong>Composing it from scratch</strong>
            </font>
            <br />
            <br />
            <p>
Go to <strong>“Channels customization&gt;Change this channel's template and signature”</strong> and
be sure than the checkbox <strong>“Automated format”</strong> is unchecked and Save
it.
</p>
            <p>
 
</p>
            <p>
              <img src="http://www.theemailingexperience.com/EN/content/binary/no-automated-layout1.gif" border="0" />
            </p>
            <p>
Then, click on <b>“Compose and Send”</b> , choose your channel and select <b>“Create
content from scratch”</b>.
</p>
            <p>
              <img src="http://www.theemailingexperience.com/EN/content/binary/from-scratch1.gif" border="0" />
            </p>
            <p>
Finally click on <b>“Next”</b> to create your e-mail.
</p>
            <br />
            <br />
          </li>
          <li>
            <p>
              <font size="2">
                <strong>Composing it with an automated layout template</strong>
              </font>
            </p>
            <br />
            <p>
Go to <b>“Channels customization&gt;Change this channel's template and signature”</b> and
be sure than the checkbox <b>“Automated format”</b> is checked.
</p>
            <img src="http://www.theemailingexperience.com/EN/content/binary/automated-layout12.gif" border="0" />
            <p>
Then, choose a template, write your e-mail signature (optional but we recommend it)
and <b>Save it</b>.  Now, when you go to <b>“Compose and Send”</b> (and select
your channel) you will see automatically collected your news that you've created in
the section <b>“News” </b>, just write an introduction to your newsletter and send 
or schedule it.
</p>
            <br />
            <br />
          </li>
          <li>
            <p>
              <font size="2">
                <strong>Uploading your email into a zip file</strong>
              </font>
            </p>
            <br />
            <p>
Go to <b>“Channels customization&gt;Change this channel's template and signature”</b> and
be sure than the checkbox <b>“Automated format”</b> is unchecked and <b>Save it</b>.
</p>
            <p>
              <img src="http://www.theemailingexperience.com/EN/content/binary/no-automated-layout1.gif" border="0" />
            </p>
            <p>
Then, click on <b>“Compose and Send”</b> , select your channel and <b>“Create from
previous content”</b> and choose the zip file from your computer.
</p>
            <img src="http://www.theemailingexperience.com/EN/content/binary/previous-content1.gif" border="0" />
            <p>
The best way to create the e-mail is putting together the html file and the folder
containing  the images, and then zip them at the same time. But be careful, <b>the
zip file must be 500Kb at least </b>and the html file ought to be in the root or you’ll
get back an error when uploading . <b>The file may be “.htm” or “.html”</b>, no special
name is required (also the folder doesn’t need any special name).<br />
So you can use your favourite html editor (as Dreamweaver) to create your mail, and
use the MAILCast’s editor just to correct something if is necessary.
</p>
          </li>
        </ol>
        <br />
        <p>
Remember that you can create or <a href="http://www.krasis.com/mailcast/Dise%F1o_de_plantillas.htm"><strong>order
us your customized automated template</strong></a>. We are also able to <strong>desing
your personalized e-mail for your marketing campaigns</strong>. Ask fot this service
to our customer service.
</p>
        <img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=73cc5feb-49ca-4a40-99b0-bebaa3a29e68" />
        <br />
        <hr />
        <p>
          <a target="_blank" href="http://www.krasis.com/mailcast-en">
            <img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" />
          </a>
        </p>
      </body>
      <title>First steps in MAILCast:  composing your e-mail</title>
      <guid isPermaLink="false">http://www.theemailingexperience.com/EN/PermaLink,guid,73cc5feb-49ca-4a40-99b0-bebaa3a29e68.aspx</guid>
      <link>http://www.theemailingexperience.com/EN/PermaLink,guid,73cc5feb-49ca-4a40-99b0-bebaa3a29e68.aspx</link>
      <pubDate>Fri, 29 Feb 2008 11:35:32 GMT</pubDate>
      <description>&lt;p&gt;
Congratulations!&amp;nbsp; You’ve got your new &lt;a href="http://www.krasis.com/Mailcast/"&gt;MAILCast&lt;/a&gt; Channel
and attached or uploaded your database, and now? What? Come on, send you first campaing
or newsletter. There are up to three ways to compose an e-mail in &lt;strong&gt;MAILCast:&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
&lt;strong&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;
&lt;br&gt;
&lt;/strong&gt;
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;font size=2&gt;&lt;strong&gt;Composing it from scratch&lt;/strong&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;
&lt;p&gt;
Go to &lt;strong&gt;“Channels customization&amp;gt;Change this channel's template and signature”&lt;/strong&gt; and
be sure than the checkbox &lt;strong&gt;“Automated format”&lt;/strong&gt; is unchecked and Save
it.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.theemailingexperience.com/EN/content/binary/no-automated-layout1.gif" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
Then, click on &lt;b&gt;“Compose and Send”&lt;/b&gt; , choose your channel and select &lt;b&gt;“Create
content from scratch”&lt;/b&gt;.
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.theemailingexperience.com/EN/content/binary/from-scratch1.gif" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
Finally click on &lt;b&gt;“Next”&lt;/b&gt; to create your e-mail.
&lt;/p&gt;
&lt;br&gt;
&lt;br&gt;
&lt;li&gt;
&lt;p&gt;
&lt;font size=2&gt;&lt;strong&gt;Composing it with an automated layout template&lt;/strong&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;br&gt;
&lt;p&gt;
Go to &lt;b&gt;“Channels customization&amp;gt;Change this channel's template and signature”&lt;/b&gt; and
be sure than the checkbox &lt;b&gt;“Automated format”&lt;/b&gt; is checked.
&lt;/p&gt;
&lt;img src="http://www.theemailingexperience.com/EN/content/binary/automated-layout12.gif" border=0&gt; 
&lt;p&gt;
Then, choose a template, write your e-mail signature (optional but we recommend it)
and &lt;b&gt;Save it&lt;/b&gt;.&amp;nbsp; Now, when you go to &lt;b&gt;“Compose and Send”&lt;/b&gt; (and select
your channel) you will see automatically collected your news that you've created in
the section &lt;b&gt;“News” &lt;/b&gt;, just write an introduction to your newsletter and send&amp;nbsp;
or schedule it.
&lt;/p&gt;
&lt;br&gt;
&lt;br&gt;
&lt;li&gt;
&lt;p&gt;
&lt;font size=2&gt;&lt;strong&gt;Uploading your email into a zip file&lt;/strong&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;br&gt;
&lt;p&gt;
Go to &lt;b&gt;“Channels customization&amp;gt;Change this channel's template and signature”&lt;/b&gt; and
be sure than the checkbox &lt;b&gt;“Automated format”&lt;/b&gt; is unchecked and &lt;b&gt;Save it&lt;/b&gt;.
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.theemailingexperience.com/EN/content/binary/no-automated-layout1.gif" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
Then, click on &lt;b&gt;“Compose and Send”&lt;/b&gt; , select your channel and &lt;b&gt;“Create from
previous content”&lt;/b&gt; and choose the zip file from your computer.
&lt;/p&gt;
&lt;img src="http://www.theemailingexperience.com/EN/content/binary/previous-content1.gif" border=0&gt; 
&lt;p&gt;
The best way to create the e-mail is putting together the html file and the folder
containing&amp;nbsp; the images, and then zip them at the same time. But be careful, &lt;b&gt;the
zip file must be 500Kb at least &lt;/b&gt;and the html file ought to be in the root or you’ll
get back an error when uploading . &lt;b&gt;The file may be “.htm” or “.html”&lt;/b&gt;, no special
name is required (also the folder doesn’t need any special name).&lt;br&gt;
So you can use your favourite html editor (as Dreamweaver) to create your mail, and
use the MAILCast’s editor just to correct something if is necessary.
&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;br&gt;
&lt;p&gt;
Remember that you can create or &lt;a href="http://www.krasis.com/mailcast/Dise%F1o_de_plantillas.htm"&gt;&lt;strong&gt;order
us your customized automated template&lt;/strong&gt;&lt;/a&gt;. We are also able to &lt;strong&gt;desing
your personalized e-mail for your marketing campaigns&lt;/strong&gt;. Ask fot this service
to our customer service.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=73cc5feb-49ca-4a40-99b0-bebaa3a29e68" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;a target="_blank" href="http://www.krasis.com/mailcast-en"&gt; &lt;img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" /&gt;&lt;/a&gt; 
&lt;/p&gt;</description>
      <category>MAILCast</category>
      <category>TIPS</category>
    </item>
    <item>
      <trackback:ping>http://www.theemailingexperience.com/EN/Trackback.aspx?guid=0abeefd6-541c-4f91-adaf-4140c13b9c5a</trackback:ping>
      <pingback:server>http://www.theemailingexperience.com/EN/pingback.aspx</pingback:server>
      <pingback:target>http://www.theemailingexperience.com/EN/PermaLink,guid,0abeefd6-541c-4f91-adaf-4140c13b9c5a.aspx</pingback:target>
      <dc:creator>José Manuel Alarcón Aguín</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p style="BORDER-RIGHT: 1px dashed; PADDING-RIGHT: 5px; BORDER-TOP: 1px dashed; PADDING-LEFT: 5px; FONT-SIZE: 9px; PADDING-BOTTOM: 5px; MARGIN: 10px; BORDER-LEFT: 1px dashed; PADDING-TOP: 5px; BORDER-BOTTOM: 1px dashed" align="justify">
          <strong>Note</strong>: this month has been one of the busiest I’ve had in the last
two years. It’s been very hard on work and that’s the reason I’ve not been posting
as frequently as I’d like. In fact, next week will be worse because I’m a speaker
at the Microsoft’s worldwide presentation event of Visual Studio 2008, Windows Server
2008 and SQL Server 2008, so I will be travelling for the whole week. I hope that
I can post something however. At least I’ll try my best. :-)
</p>
        <p align="justify">
This is a <strong><em>little bit technical post</em></strong>, but if you follow the
steps one by one it will be easy to put into practice. Let’s go!
</p>
        <p align="justify">
Sometimes you’re not able to deliver a message to a recipient and you get some strange
code from your Outlook (or the e-mail client you normally use) or, simply, get your
e-mail bounced back. What everybody generally does is call her system administrators
in search of help. But you will earn a lot of time and knowledge if you can find the
problem by yourself (and you’ll save your busy sys-admin some health too) . Let’s
find out how to do it...
</p>
        <p align="justify">
Open your command line tool typing “cmd” in your <em>Start·Run</em> menu:
</p>
        <p align="center">
          <img src="http://www.theemailingexperience.com/EN/content/binary/manually_check_bounces_1.jpg" border="0" />
        </p>
        <p align="justify">
The first thing we’re going to do is check what are the servers responsible for handling
e-mail for the problematic recipient. 
</p>
        <p align="justify">
The destination domain is just the text after the '@' of your recipient’s e-mail address,
so that if it is <em>johndoe@yourcustomer.com</em>, the domain would be <em>yourcustomer.com</em>.
Type the following command in the command line window:
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p align="justify">
            <em>
              <font face="Courier New" color="#808080">nslookup –type=mx recipientsdomain.com</font>
            </em>
          </p>
        </blockquote>
        <p align="justify">
using the correct domain. You will see something like this:
</p>
        <p align="justify">
          <img src="http://www.theemailingexperience.com/EN/content/binary/manually_check_bounces_2.gif" border="0" />
        </p>
        <p align="justify">
The information you get that starts with the text ‘MX’ (short for <em>Mail eXchanger</em>)
indicates the server responsible for handling the e-mail of the domain. In big domains
usually there are more than one of them, but you should normally check only against
the one with the 10 preference, as indicated.
</p>
        <p align="justify">
OK, now that we know the server we must check, it’s time to connect to it. In the
command line type the following:
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p align="justify">
            <em>
              <font face="Courier New" color="#808080">telnet mail.yourcustomer.com 25</font>
            </em>
          </p>
        </blockquote>
        <p align="justify">
using the server you’ve just found out. 
</p>
        <p align="justify">
25 is the standard port for e-mail communication. If the server is up (and your connection
too) you’ll see something that starts by the number ‘250’ (which means ‘this is OK’),
like this:
</p>
        <p align="center">
          <img src="http://www.theemailingexperience.com/EN/content/binary/manually_check_bounces_3.gif" border="0" />
        </p>
        <p align="justify">
If there is not a connection with the server you’ll get an error:
</p>
        <p align="center">
          <img src="http://www.theemailingexperience.com/EN/content/binary/manually_check_bounces_4.gif" border="0" />
        </p>
        <p align="justify">
And you then will know that the reason of your problems is that <strong><em>the server
is not working at all</em></strong>. 
</p>
        <p align="justify">
If you succeed it’s time to check the validity of the e-mail account. Type the word <em>‘ehlo’</em> following
the domain name of the sender e-mail address. You’ll get a series of 250 acknowledge
messages:
</p>
        <p align="center">
          <img src="http://www.theemailingexperience.com/EN/content/binary/manually_check_bounces_5.gif" border="0" />
        </p>
        <p align="justify">
Now type 'mail from:' using the sender e-mail between ‘&lt;’ and ‘&gt;’ signs:
</p>
        <p align="center">
          <img src="http://www.theemailingexperience.com/EN/content/binary/manually_check_bounces_6.gif" border="0" />
        </p>
        <p align="justify">
Next type ‘rcpt to:’ with the recipient’s e-mail address in this server. If the e-mail
address exists and is willing to receive your email you’ll see something like this:
</p>
        <p align="center">
          <img src="http://www.theemailingexperience.com/EN/content/binary/manually_check_bounces_7.gif" border="0" />
        </p>
        <p align="justify">
This will mean that, in this moment, <strong><em>there is not any problem </em></strong>with
the recipient’s e-mail so <strong><em>you can retry the sending now</em></strong>.
</p>
        <p align="justify">
But <strong><em>if there is a problem</em></strong> with the e-mail -which is very
probable and that’s the reason you started all this stuff in the first place- <em><strong>you
will get an error code</strong></em> (a number not ‘250’) <strong><em>and a message</em></strong> telling
you the which the problem is all about. For example, if the e-mail address no longer
exits you’ll get:
</p>
        <p align="center">
          <img src="http://www.theemailingexperience.com/EN/content/binary/manually_check_bounces_8.gif" border="0" />
        </p>
        <p align="justify">
          <strong>That’s all</strong>. You have diagnosed the problem by yourself and will be
the super-geek hero of your office :-)
</p>
        <p align="justify">
Don’t forget to type ‘quit’ to exit the <em>telnet </em>program before leaving. And <strong><em>never
mind</em></strong>: if the address is OK your recipient will not receive any message
from you and will never know that you have made this check procedure.
</p>
        <p align="justify">
A professional e-mail marketing program such as <strong>MAILCast</strong> will offer
you detailed information about the cause for some mails to bounce back, but if you
are just sending a small bunch of e-mails from your “normal” e-mail client, with this
technique you can found the main cause by yourself.
</p>
        <img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=0abeefd6-541c-4f91-adaf-4140c13b9c5a" />
        <br />
        <hr />
        <p>
          <a target="_blank" href="http://www.krasis.com/mailcast-en">
            <img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" />
          </a>
        </p>
      </body>
      <title>TIP: How to manually test problems and bounces with e-mail addresses</title>
      <guid isPermaLink="false">http://www.theemailingexperience.com/EN/PermaLink,guid,0abeefd6-541c-4f91-adaf-4140c13b9c5a.aspx</guid>
      <link>http://www.theemailingexperience.com/EN/PermaLink,guid,0abeefd6-541c-4f91-adaf-4140c13b9c5a.aspx</link>
      <pubDate>Thu, 21 Feb 2008 20:57:08 GMT</pubDate>
      <description>&lt;p style="BORDER-RIGHT: 1px dashed; PADDING-RIGHT: 5px; BORDER-TOP: 1px dashed; PADDING-LEFT: 5px; FONT-SIZE: 9px; PADDING-BOTTOM: 5px; MARGIN: 10px; BORDER-LEFT: 1px dashed; PADDING-TOP: 5px; BORDER-BOTTOM: 1px dashed" align=justify&gt;
&lt;strong&gt;Note&lt;/strong&gt;: this month has been one of the busiest I’ve had in the last
two years. It’s been very hard on work and that’s the reason I’ve not been posting
as frequently as I’d like. In fact, next week will be worse because I’m a speaker
at the Microsoft’s worldwide presentation event of Visual Studio 2008, Windows Server
2008 and SQL Server 2008, so I will be travelling for the whole week. I hope that
I can post something however. At least I’ll try my best. :-)
&lt;/p&gt;
&lt;p align=justify&gt;
This is a &lt;strong&gt;&lt;em&gt;little bit technical post&lt;/em&gt;&lt;/strong&gt;, but if you follow the
steps one by one it will be easy to put into practice. Let’s go!
&lt;/p&gt;
&lt;p align=justify&gt;
Sometimes you’re not able to deliver a message to a recipient and you get some strange
code from your Outlook (or the e-mail client you normally use) or, simply, get your
e-mail bounced back. What everybody generally does is call her system administrators
in search of help. But you will earn a lot of time and knowledge if you can find the
problem by yourself (and you’ll save your busy sys-admin some health too) . Let’s
find out how to do it...
&lt;/p&gt;
&lt;p align=justify&gt;
Open your command line tool typing “cmd” in your &lt;em&gt;Start·Run&lt;/em&gt; menu:
&lt;/p&gt;
&lt;p align=center&gt;
&lt;img src="http://www.theemailingexperience.com/EN/content/binary/manually_check_bounces_1.jpg" border=0&gt;
&lt;/p&gt;
&lt;p align=justify&gt;
The first thing we’re going to do is check what are the servers responsible for handling
e-mail for the problematic recipient. 
&lt;/p&gt;
&lt;p align=justify&gt;
The destination domain is just the text after the '@' of your recipient’s e-mail address,
so that if it is &lt;em&gt;johndoe@yourcustomer.com&lt;/em&gt;, the domain would be &lt;em&gt;yourcustomer.com&lt;/em&gt;.
Type the following command in the command line window:
&lt;/p&gt;
&lt;blockquote dir=ltr style="MARGIN-RIGHT: 0px"&gt; 
&lt;p align=justify&gt;
&lt;em&gt;&lt;font face="Courier New" color=#808080&gt;nslookup –type=mx recipientsdomain.com&lt;/font&gt;&lt;/em&gt;
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p align=justify&gt;
using the correct domain. You will see something like this:
&lt;/p&gt;
&lt;p align=justify&gt;
&lt;img src="http://www.theemailingexperience.com/EN/content/binary/manually_check_bounces_2.gif" border=0&gt;
&lt;/p&gt;
&lt;p align=justify&gt;
The information you get that starts with the text ‘MX’ (short for &lt;em&gt;Mail eXchanger&lt;/em&gt;)
indicates the server responsible for handling the e-mail of the domain. In big domains
usually there are more than one of them, but you should normally check only against
the one with the 10 preference, as indicated.
&lt;/p&gt;
&lt;p align=justify&gt;
OK, now that we know the server we must check, it’s time to connect to it. In the
command line type the following:
&lt;/p&gt;
&lt;blockquote dir=ltr style="MARGIN-RIGHT: 0px"&gt; 
&lt;p align=justify&gt;
&lt;em&gt;&lt;font face="Courier New" color=#808080&gt;telnet mail.yourcustomer.com 25&lt;/font&gt;&lt;/em&gt;
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p align=justify&gt;
using the server you’ve just found out. 
&lt;/p&gt;
&lt;p align=justify&gt;
25 is the standard port for e-mail communication. If the server is up (and your connection
too) you’ll see something that starts by the number ‘250’ (which means ‘this is OK’),
like this:
&lt;/p&gt;
&lt;p align=center&gt;
&lt;img src="http://www.theemailingexperience.com/EN/content/binary/manually_check_bounces_3.gif" border=0&gt;
&lt;/p&gt;
&lt;p align=justify&gt;
If there is not a connection with the server you’ll get an error:
&lt;/p&gt;
&lt;p align=center&gt;
&lt;img src="http://www.theemailingexperience.com/EN/content/binary/manually_check_bounces_4.gif" border=0&gt;
&lt;/p&gt;
&lt;p align=justify&gt;
And you then will know that the reason of your problems is that &lt;strong&gt;&lt;em&gt;the server
is not working at all&lt;/em&gt;&lt;/strong&gt;. 
&lt;/p&gt;
&lt;p align=justify&gt;
If you succeed it’s time to check the validity of the e-mail account. Type the word &lt;em&gt;‘ehlo’&lt;/em&gt; following
the domain name of the sender e-mail address. You’ll get a series of 250 acknowledge
messages:
&lt;/p&gt;
&lt;p align=center&gt;
&lt;img src="http://www.theemailingexperience.com/EN/content/binary/manually_check_bounces_5.gif" border=0&gt;
&lt;/p&gt;
&lt;p align=justify&gt;
Now type 'mail from:' using the sender e-mail between ‘&amp;lt;’ and ‘&amp;gt;’ signs:
&lt;/p&gt;
&lt;p align=center&gt;
&lt;img src="http://www.theemailingexperience.com/EN/content/binary/manually_check_bounces_6.gif" border=0&gt;
&lt;/p&gt;
&lt;p align=justify&gt;
Next type ‘rcpt to:’ with the recipient’s e-mail address in this server. If the e-mail
address exists and is willing to receive your email you’ll see something like this:
&lt;/p&gt;
&lt;p align=center&gt;
&lt;img src="http://www.theemailingexperience.com/EN/content/binary/manually_check_bounces_7.gif" border=0&gt;
&lt;/p&gt;
&lt;p align=justify&gt;
This will mean that, in this moment, &lt;strong&gt;&lt;em&gt;there is not any problem &lt;/em&gt;&lt;/strong&gt;with
the recipient’s e-mail so &lt;strong&gt;&lt;em&gt;you can retry the sending now&lt;/em&gt;&lt;/strong&gt;.
&lt;/p&gt;
&lt;p align=justify&gt;
But &lt;strong&gt;&lt;em&gt;if there is a problem&lt;/em&gt;&lt;/strong&gt; with the e-mail -which is very
probable and that’s the reason you started all this stuff in the first place- &lt;em&gt;&lt;strong&gt;you
will get an error code&lt;/strong&gt;&lt;/em&gt; (a number not ‘250’) &lt;strong&gt;&lt;em&gt;and a message&lt;/em&gt;&lt;/strong&gt; telling
you the which the problem is all about. For example, if the e-mail address no longer
exits you’ll get:
&lt;/p&gt;
&lt;p align=center&gt;
&lt;img src="http://www.theemailingexperience.com/EN/content/binary/manually_check_bounces_8.gif" border=0&gt;
&lt;/p&gt;
&lt;p align=justify&gt;
&lt;strong&gt;That’s all&lt;/strong&gt;. You have diagnosed the problem by yourself and will be
the super-geek hero of your office :-)
&lt;/p&gt;
&lt;p align=justify&gt;
Don’t forget to type ‘quit’ to exit the &lt;em&gt;telnet &lt;/em&gt;program before leaving. And &lt;strong&gt;&lt;em&gt;never
mind&lt;/em&gt;&lt;/strong&gt;: if the address is OK your recipient will not receive any message
from you and will never know that you have made this check procedure.
&lt;/p&gt;
&lt;p align=justify&gt;
A professional e-mail marketing program such as &lt;strong&gt;MAILCast&lt;/strong&gt; will offer
you detailed information about the cause for some mails to bounce back, but if you
are just sending a small bunch of e-mails from your “normal” e-mail client, with this
technique you can found the main cause by yourself.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=0abeefd6-541c-4f91-adaf-4140c13b9c5a" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;a target="_blank" href="http://www.krasis.com/mailcast-en"&gt; &lt;img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" /&gt;&lt;/a&gt; 
&lt;/p&gt;</description>
      <category>TIPS</category>
    </item>
    <item>
      <trackback:ping>http://www.theemailingexperience.com/EN/Trackback.aspx?guid=ffd38035-f461-477f-96cf-a23ce7d1e824</trackback:ping>
      <pingback:server>http://www.theemailingexperience.com/EN/pingback.aspx</pingback:server>
      <pingback:target>http://www.theemailingexperience.com/EN/PermaLink,guid,ffd38035-f461-477f-96cf-a23ce7d1e824.aspx</pingback:target>
      <dc:creator>José Manuel Alarcón Aguín</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p align="justify">
          <img hspace="10" src="http://www.theemailingexperience.com/EN/content/binary/birds.jpg" align="right" border="0" />Some
of our customers had several offices in different states and countries. Or maybe they
need to send e-mail addressed from each of their customer reps to the customers they
are responsible of, so that everyone receives the email from the right person.
</p>
        <p align="justify">
Apart from the main sender of the channel you're using to send your mailing, <em><strong>you
can personalize the sender name and email address for each of your recipients</strong></em> with
a little trick:
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p align="justify">
Just add two fields to the Access or Excel file that contains your recipients after
uploading it to <strong>MAILCast</strong>. Name them: <strong>'Sender'</strong> and <strong>'SenderEMail'</strong> respectively
(case insensitive).
</p>
        </blockquote>
        <p align="justify">
When you start sending your mailing, each e-mail will be addressed from the address
in the 'SenderEMail' field, and with the name contained in the 'Sender' field. 
</p>
        <p align="justify">
If any of them is NULL or empty (or invalid)  the default address or name for
the current channel will be used instead.
</p>
        <p align="justify">
You'll never miss the chance to communicate from the right source again. And it's
very easy to do :-)
</p>
        <img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=ffd38035-f461-477f-96cf-a23ce7d1e824" />
        <br />
        <hr />
        <p>
          <a target="_blank" href="http://www.krasis.com/mailcast-en">
            <img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" />
          </a>
        </p>
      </body>
      <title>TIP: Birds of a feather flock together: how to send bulk e-mail from different senders</title>
      <guid isPermaLink="false">http://www.theemailingexperience.com/EN/PermaLink,guid,ffd38035-f461-477f-96cf-a23ce7d1e824.aspx</guid>
      <link>http://www.theemailingexperience.com/EN/PermaLink,guid,ffd38035-f461-477f-96cf-a23ce7d1e824.aspx</link>
      <pubDate>Thu, 14 Feb 2008 20:59:38 GMT</pubDate>
      <description>&lt;p align=justify&gt;
&lt;img hspace=10 src="http://www.theemailingexperience.com/EN/content/binary/birds.jpg" align=right border=0&gt;Some
of our customers had several offices in different states and countries. Or maybe they
need to send e-mail addressed from each of their customer reps to the customers they
are responsible of, so that everyone receives the email from the right person.
&lt;/p&gt;
&lt;p align=justify&gt;
Apart from the main sender of the channel you're using to send your mailing, &lt;em&gt;&lt;strong&gt;you
can personalize the sender name and email address for each of your recipients&lt;/strong&gt;&lt;/em&gt; with
a little trick:
&lt;/p&gt;
&lt;blockquote dir=ltr style="MARGIN-RIGHT: 0px"&gt; 
&lt;p align=justify&gt;
Just add two fields to the Access or Excel file that contains your recipients after
uploading it to &lt;strong&gt;MAILCast&lt;/strong&gt;. Name them: &lt;strong&gt;'Sender'&lt;/strong&gt; and &lt;strong&gt;'SenderEMail'&lt;/strong&gt; respectively
(case insensitive).
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p align=justify&gt;
When you start sending your mailing, each e-mail will be addressed from the address
in the 'SenderEMail' field, and with the name contained in the 'Sender' field. 
&lt;/p&gt;
&lt;p align=justify&gt;
If any of them is NULL or empty (or invalid)&amp;nbsp; the default address or name for
the current channel will be used instead.
&lt;/p&gt;
&lt;p align=justify&gt;
You'll never miss the chance to communicate from the right source again. And it's
very easy to do :-)
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=ffd38035-f461-477f-96cf-a23ce7d1e824" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;a target="_blank" href="http://www.krasis.com/mailcast-en"&gt; &lt;img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" /&gt;&lt;/a&gt; 
&lt;/p&gt;</description>
      <category>TIPS</category>
    </item>
    <item>
      <trackback:ping>http://www.theemailingexperience.com/EN/Trackback.aspx?guid=7bda8690-7d97-4503-9b27-1c18955cb0ed</trackback:ping>
      <pingback:server>http://www.theemailingexperience.com/EN/pingback.aspx</pingback:server>
      <pingback:target>http://www.theemailingexperience.com/EN/PermaLink,guid,7bda8690-7d97-4503-9b27-1c18955cb0ed.aspx</pingback:target>
      <dc:creator>José Manuel Alarcón Aguín</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p align="justify">
Today I've been working in a small (just 97 lines of code) Excel VBA macro that can
be somewhat useful. This utility allows you to split up columns of data that contain
Names and Surnames mixed, so that you get two new columns with this elements separated.
</p>
        <p align="justify">
It is able to correctly split names in several formats: 
</p>
        <blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
          <p align="justify">
• Name and Surname. (for example: Zachery Barr)<br />
• Name Initial Surname. (Stewart H. Shepherd) 
<br />
• Two Names and a Surname (José Manuel Alarcón)<br />
• Two Names and several Surnames (José Manuel Alarcón Aguín)<br /></p>
        </blockquote>
        <p align="justify">
Download <a href="http://www.theemailingexperience.com/files/Name and LastName Splitter.xls" target="_blank" temp_href="http://www.theemailingexperience.com/files/Name and LastName Splitter.xls">Name
and LastName Splitter.xls</a> (54 KB)
</p>
        <p align="justify">
In order to use it you must enable the support for macros everytime you open it in
Excel:
</p>
        <p align="center">
          <img src="http://www.theemailingexperience.com/EN/content/binary/habilitaMacros1.png" border="0" />
        </p>
        <p align="justify">
Press "Options", and select the "Enable this content" option:
</p>
        <p align="center">
          <img src="http://www.theemailingexperience.com/EN/content/binary/habilitaMacros2.png" border="0" />
        </p>
        <p align="justify">
Now just copy and paste your mixed data in any column in any sheet of this spreadsheet. 
</p>
        <p align="justify">
It's important that you select the range of cells you need to be processed for splitting.
If you don't make any selection only the current cell will be processed. 
</p>
        <p align="justify">
Now go to the "View" ribbon in Excel 2007 (or Tools·Macros in previous versions) and
press the "Macros" button or press ALT+F8, as it's shown below:
</p>
        <p align="center">
          <img src="http://www.theemailingexperience.com/EN/content/binary/Macros.png" border="0" />
        </p>
        <p align="justify">
In the dialog that appears execute the macro "SplitCurrentColumn":
</p>
        <p align="center">
          <img src="http://www.theemailingexperience.com/EN/content/binary/Ejecutar.png" border="0" />
        </p>
        <p align="justify">
Now you will get another sheet named "Split" with two columns. In the first one you'll
have the names and in the second the Lastnames.
</p>
        <p align="justify">
You can process as many data columns as you want but take into account that the "Split"
sheet will be emptied each time you execute the macro, so save your new data first.
You cannot process data in the "Split" sheet which holds the results.
</p>
        <p align="justify">
In the download I've included a sheet with sample data for you to try (300 randomly
generated names). 
</p>
        <p align="justify">
Hope this helps!
</p>
        <img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=7bda8690-7d97-4503-9b27-1c18955cb0ed" />
        <br />
        <hr />
        <p>
          <a target="_blank" href="http://www.krasis.com/mailcast-en">
            <img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" />
          </a>
        </p>
      </body>
      <title>Free download: Split names from surnames automatically with Microsoft Excel</title>
      <guid isPermaLink="false">http://www.theemailingexperience.com/EN/PermaLink,guid,7bda8690-7d97-4503-9b27-1c18955cb0ed.aspx</guid>
      <link>http://www.theemailingexperience.com/EN/PermaLink,guid,7bda8690-7d97-4503-9b27-1c18955cb0ed.aspx</link>
      <pubDate>Tue, 29 Jan 2008 21:50:19 GMT</pubDate>
      <description>&lt;p align=justify&gt;
Today I've been working in a small (just 97 lines of code) Excel VBA macro that can
be somewhat useful. This utility allows you to split up columns of data that contain
Names and Surnames mixed, so that you get two new columns with this elements separated.
&lt;/p&gt;
&lt;p align=justify&gt;
It is able to correctly split names in several formats: 
&lt;/p&gt;
&lt;blockquote dir=ltr style="MARGIN-RIGHT: 0px"&gt; 
&lt;p align=justify&gt;
• Name and Surname. (for example: Zachery Barr)&lt;br&gt;
• Name Initial Surname. (Stewart H. Shepherd) 
&lt;br&gt;
• Two Names and a Surname (José Manuel Alarcón)&lt;br&gt;
• Two Names and several Surnames (José Manuel Alarcón Aguín)&lt;br&gt;
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p align=justify&gt;
Download &lt;a href="http://www.theemailingexperience.com/files/Name and LastName Splitter.xls" target=_blank temp_href="http://www.theemailingexperience.com/files/Name and LastName Splitter.xls"&gt;Name
and LastName Splitter.xls&lt;/a&gt; (54 KB)
&lt;/p&gt;
&lt;p align=justify&gt;
In order to use it you must enable the support for macros everytime you open it in
Excel:
&lt;/p&gt;
&lt;p align=center&gt;
&lt;img src="http://www.theemailingexperience.com/EN/content/binary/habilitaMacros1.png" border=0&gt;
&lt;/p&gt;
&lt;p align=justify&gt;
Press "Options", and select the "Enable this content" option:
&lt;/p&gt;
&lt;p align=center&gt;
&lt;img src="http://www.theemailingexperience.com/EN/content/binary/habilitaMacros2.png" border=0&gt;
&lt;/p&gt;
&lt;p align=justify&gt;
Now just copy and paste your mixed data in any column in any sheet of this spreadsheet. 
&lt;/p&gt;
&lt;p align=justify&gt;
It's important that you select the range of cells you need to be processed for splitting.
If you don't make any selection only the current cell will be processed. 
&lt;/p&gt;
&lt;p align=justify&gt;
Now go to the "View" ribbon in Excel 2007 (or Tools·Macros in previous versions) and
press the "Macros" button or press ALT+F8, as it's shown below:
&lt;/p&gt;
&lt;p align=center&gt;
&lt;img src="http://www.theemailingexperience.com/EN/content/binary/Macros.png" border=0&gt;
&lt;/p&gt;
&lt;p align=justify&gt;
In the dialog that appears execute the macro "SplitCurrentColumn":
&lt;/p&gt;
&lt;p align=center&gt;
&lt;img src="http://www.theemailingexperience.com/EN/content/binary/Ejecutar.png" border=0&gt;
&lt;/p&gt;
&lt;p align=justify&gt;
Now you will get another sheet named "Split" with two columns. In the first one you'll
have the names and in the second the Lastnames.
&lt;/p&gt;
&lt;p align=justify&gt;
You can process as many data columns as you want but take into account that the "Split"
sheet will be emptied each time you execute the macro, so save your new data first.
You cannot process data in the "Split" sheet which holds the results.
&lt;/p&gt;
&lt;p align=justify&gt;
In the download I've included a sheet with sample data for you to try (300 randomly
generated names). 
&lt;/p&gt;
&lt;p align=justify&gt;
Hope this helps!
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=7bda8690-7d97-4503-9b27-1c18955cb0ed" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;a target="_blank" href="http://www.krasis.com/mailcast-en"&gt; &lt;img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" /&gt;&lt;/a&gt; 
&lt;/p&gt;</description>
      <category>Database marketing</category>
      <category>TIPS</category>
    </item>
    <item>
      <trackback:ping>http://www.theemailingexperience.com/EN/Trackback.aspx?guid=f83e9bd6-6e64-4f6c-a386-d0ce38cfb218</trackback:ping>
      <pingback:server>http://www.theemailingexperience.com/EN/pingback.aspx</pingback:server>
      <pingback:target>http://www.theemailingexperience.com/EN/PermaLink,guid,f83e9bd6-6e64-4f6c-a386-d0ce38cfb218.aspx</pingback:target>
      <dc:creator>Pablo Iglesias</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
A fast tip: Many people send massive e-mails using standard e-mail software such as
Outlook. This is a mistake, and not just because the time it takes, but also because
the danger of sendig  the recipient’s list  if you aren’t careful with the
fields that you use.
</p>
        <p>
          <br />
To avoid this, when we are  writing an e-mail message <strong>we can specify
the recipients in any of the 3 following fields:</strong><br /></p>
        <p>
• <strong>To:</strong> field recipients are the audience of the message<br />
• <strong>CC:</strong> (Carbon Copy) Recipients added to this field  are
others whom the author wishes to inform of the message 
<br />
• <strong>BCC:</strong> (Blinded Carbon Copy) Field recipients will discreetly 
receive the e-mail and won’t see any of the other addresses.<br /></p>
        <p>
So, if you send a massive mail using ‘To’ or ‘CC’, <strong>you will show all the adresses
to all the recipients</strong> whom may consider you as a spammer. And this is not
the worst: you may be going against the law, because you are publishing personal
data.<br />
 <br />
Click on ‘To:’ or ‘CC:’ button to sort the addresses between the three fields:
</p>
        <p>
          <img src="http://www.theemailingexperience.com/EN/content/binary/bcc-field.jpg" border="0" />
          <br />
 <br />
You can also <strong>enable ‘BCC:’ field in Outlook 2007</strong> by clicking on ‘Options’-&gt;’Show
BCC’:
</p>
        <p>
          <img src="http://www.theemailingexperience.com/EN/content/binary/enable-bcc-field.jpg" border="0" />
        </p>
        <p>
Anyway, the best choice for massive mails  is a specialized software as MAILCast,
which will help you to manage, and hide ;-), all the addresses while saving up time
composing and sending your e-mail.<br /></p>
        <img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=f83e9bd6-6e64-4f6c-a386-d0ce38cfb218" />
        <br />
        <hr />
        <p>
          <a target="_blank" href="http://www.krasis.com/mailcast-en">
            <img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" />
          </a>
        </p>
      </body>
      <title>BCC field: Be careful when sending an e-mail to multiple recipients.</title>
      <guid isPermaLink="false">http://www.theemailingexperience.com/EN/PermaLink,guid,f83e9bd6-6e64-4f6c-a386-d0ce38cfb218.aspx</guid>
      <link>http://www.theemailingexperience.com/EN/PermaLink,guid,f83e9bd6-6e64-4f6c-a386-d0ce38cfb218.aspx</link>
      <pubDate>Mon, 03 Dec 2007 11:57:49 GMT</pubDate>
      <description>&lt;p&gt;
A fast tip: Many people send massive e-mails using standard e-mail software such as
Outlook. This is a mistake, and not just because the time it takes, but also because
the danger of sendig&amp;nbsp; the recipient’s list&amp;nbsp; if you aren’t careful with the
fields that you use.
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
To avoid this, when we are&amp;nbsp; writing an e-mail message &lt;strong&gt;we can specify
the recipients in any of the 3 following fields:&lt;/strong&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
•&amp;nbsp;&lt;strong&gt;To:&lt;/strong&gt; field recipients are the audience of the message&lt;br&gt;
•&amp;nbsp;&lt;strong&gt;CC:&lt;/strong&gt; (Carbon Copy) Recipients added to this field&amp;nbsp; are
others whom the author wishes to inform of the message 
&lt;br&gt;
•&amp;nbsp;&lt;strong&gt;BCC:&lt;/strong&gt; (Blinded Carbon Copy) Field recipients will discreetly&amp;nbsp;
receive the e-mail and won’t see any of the other addresses.&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
So, if you send a massive mail using ‘To’ or ‘CC’, &lt;strong&gt;you will show all the adresses
to all the recipients&lt;/strong&gt; whom may consider you as a spammer. And this is not
the worst: you may be going against&amp;nbsp;the law, because you are publishing personal
data.&lt;br&gt;
&amp;nbsp;&lt;br&gt;
Click on ‘To:’ or ‘CC:’ button to sort the addresses between the three fields:
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.theemailingexperience.com/EN/content/binary/bcc-field.jpg" border=0&gt;
&lt;br&gt;
&amp;nbsp;&lt;br&gt;
You can also &lt;strong&gt;enable ‘BCC:’ field in Outlook 2007&lt;/strong&gt; by clicking on ‘Options’-&amp;gt;’Show
BCC’:
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.theemailingexperience.com/EN/content/binary/enable-bcc-field.jpg" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
Anyway, the best choice for massive mails&amp;nbsp; is a specialized software as MAILCast,
which will help you to manage, and hide ;-), all the addresses while saving up time
composing and sending your e-mail.&lt;br&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=f83e9bd6-6e64-4f6c-a386-d0ce38cfb218" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;a target="_blank" href="http://www.krasis.com/mailcast-en"&gt; &lt;img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" /&gt;&lt;/a&gt; 
&lt;/p&gt;</description>
      <category>Deliverability</category>
      <category>Legislation</category>
      <category>TIPS</category>
    </item>
    <item>
      <trackback:ping>http://www.theemailingexperience.com/EN/Trackback.aspx?guid=29d8e014-fd56-4acb-9c61-eab49712021a</trackback:ping>
      <pingback:server>http://www.theemailingexperience.com/EN/pingback.aspx</pingback:server>
      <pingback:target>http://www.theemailingexperience.com/EN/PermaLink,guid,29d8e014-fd56-4acb-9c61-eab49712021a.aspx</pingback:target>
      <dc:creator>José Manuel Alarcón Aguín</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p align="justify">
          <a href="http://www.mailcastserver.com">MAILCast</a>, besides being able to maintain
its own basic recipients lists,  allows you to upload any Access database or
Excel spreadsheet containing data, that you can the use to send, customize and/or
filter.
</p>
        <p align="justify">
This VIDEO TIP shows you how you can easily create an Excel file to be used by MAILCast:
</p>
        <p align="center">
          <object id="csSWF" codebase="http://active.macromedia.com/flash7/cabs/ swflash.cab#version=9,0,28,0" height="318" width="400" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">
            <param name="_cx" value="10583" />
            <param name="_cy" value="8414" />
            <param name="FlashVars" value="" />
            <param name="Movie" value="/Videos/EN/Excel/Excel_EN.swf" />
            <param name="Src" value="/Videos/EN/Excel/Excel_EN.swf" />
            <param name="WMode" value="Window" />
            <param name="Play" value="-1" />
            <param name="Loop" value="-1" />
            <param name="Quality" value="High" />
            <param name="SAlign" value="" />
            <param name="Menu" value="-1" />
            <param name="Base" value="" />
            <param name="AllowScriptAccess" value="always" />
            <param name="Scale" value="NoScale" />
            <param name="DeviceFont" value="0" />
            <param name="EmbedMovie" value="0" />
            <param name="BGColor" value="1A1A1A" />
            <param name="SWRemote" value="" />
            <param name="MovieData" value="" />
            <param name="SeamlessTabbing" value="1" />
            <param name="Profile" value="0" />
            <param name="ProfileAddress" value="" />
            <param name="ProfilePort" value="0" />
            <param name="AllowNetworking" value="all" />
            <param name="AllowFullScreen" value="false" />
            <embed name="csSWF" src="/Videos/EN/Excel/Excel_EN.swf" width="400" height="318" bgcolor="#1a1a1a" quality="best" allowscriptaccess="always" allowfullscreen="false" scale="noscale" flashvars="autostart=false" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
            </embed>
          </object>
        </p>
        <img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=29d8e014-fd56-4acb-9c61-eab49712021a" />
        <br />
        <hr />
        <p>
          <a target="_blank" href="http://www.krasis.com/mailcast-en">
            <img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" />
          </a>
        </p>
      </body>
      <title>TIP: How to create Excel file with recipients' data</title>
      <guid isPermaLink="false">http://www.theemailingexperience.com/EN/PermaLink,guid,29d8e014-fd56-4acb-9c61-eab49712021a.aspx</guid>
      <link>http://www.theemailingexperience.com/EN/PermaLink,guid,29d8e014-fd56-4acb-9c61-eab49712021a.aspx</link>
      <pubDate>Thu, 29 Nov 2007 20:53:03 GMT</pubDate>
      <description>&lt;p align=justify&gt;
&lt;a href="http://www.mailcastserver.com"&gt;MAILCast&lt;/a&gt;,&amp;nbsp;besides being able to&amp;nbsp;maintain
its own basic recipients lists, &amp;nbsp;allows you to upload any Access database or
Excel spreadsheet containing data, that you can the use to send, customize and/or
filter.
&lt;/p&gt;
&lt;p align=justify&gt;
This VIDEO TIP shows you how you can easily create an Excel file to be used by MAILCast:
&lt;/p&gt;
&lt;p align=center&gt;
&lt;object id=csSWF codebase="http://active.macromedia.com/flash7/cabs/ swflash.cab#version=9,0,28,0" height=318 width=400 classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&gt;
&lt;param name="_cx" value="10583"&gt;
&lt;param name="_cy" value="8414"&gt;
&lt;param name="FlashVars" value=""&gt;
&lt;param name="Movie" value="/Videos/EN/Excel/Excel_EN.swf"&gt;
&lt;param name="Src" value="/Videos/EN/Excel/Excel_EN.swf"&gt;
&lt;param name="WMode" value="Window"&gt;
&lt;param name="Play" value="-1"&gt;
&lt;param name="Loop" value="-1"&gt;
&lt;param name="Quality" value="High"&gt;
&lt;param name="SAlign" value=""&gt;
&lt;param name="Menu" value="-1"&gt;
&lt;param name="Base" value=""&gt;
&lt;param name="AllowScriptAccess" value="always"&gt;
&lt;param name="Scale" value="NoScale"&gt;
&lt;param name="DeviceFont" value="0"&gt;
&lt;param name="EmbedMovie" value="0"&gt;
&lt;param name="BGColor" value="1A1A1A"&gt;
&lt;param name="SWRemote" value=""&gt;
&lt;param name="MovieData" value=""&gt;
&lt;param name="SeamlessTabbing" value="1"&gt;
&lt;param name="Profile" value="0"&gt;
&lt;param name="ProfileAddress" value=""&gt;
&lt;param name="ProfilePort" value="0"&gt;
&lt;param name="AllowNetworking" value="all"&gt;
&lt;param name="AllowFullScreen" value="false"&gt;
&lt;embed name="csSWF" src="/Videos/EN/Excel/Excel_EN.swf" width="400" height="318" bgcolor="#1a1a1a" quality="best" allowscriptaccess="always" allowfullscreen="false" scale="noscale" flashvars="autostart=false" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"&gt;&lt;/embed&gt; 
&lt;/object&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.theemailingexperience.com/EN/aggbug.ashx?id=29d8e014-fd56-4acb-9c61-eab49712021a" /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;p&gt;
&lt;a target="_blank" href="http://www.krasis.com/mailcast-en"&gt; &lt;img alt="mailcast" src="http://www.theemailingexperience.com/banners/mcs_footer_en.jpg" align="absMiddle" border="0" /&gt;&lt;/a&gt; 
&lt;/p&gt;</description>
      <category>TIPS</category>
    </item>
  </channel>
</rss>