<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gavin Baker &#187; Email</title>
	<atom:link href="http://www.gavinbaker.com/category/internet/email/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gavinbaker.com</link>
	<description>A Journal of Insignificant Inquiry</description>
	<lastBuildDate>Fri, 28 Oct 2011 14:56:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Advice on email for political campaigns</title>
		<link>http://www.gavinbaker.com/2009/09/13/advice-on-email-for-political-campaigns/</link>
		<comments>http://www.gavinbaker.com/2009/09/13/advice-on-email-for-political-campaigns/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 07:01:06 +0000</pubDate>
		<dc:creator>Gavin Baker</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://www.gavinbaker.com/?p=315</guid>
		<description><![CDATA[Email addresses are the coin of the realm nowadays in political campaigning. More political efforts &#8212; whether candidates, partisan groups, or advocacy organizations &#8212; ask for your email address than probably any other piece of contact information. And email addresses &#8230; <a href="http://www.gavinbaker.com/2009/09/13/advice-on-email-for-political-campaigns/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Email addresses are the coin of the realm nowadays in political campaigning. More political efforts &#8212; whether candidates, partisan groups, or advocacy organizations &#8212; ask for your email address than probably any other piece of contact information. And email addresses matter &#8212; at least, people are starting to suspect they do. Recently, I heard a rumor that contacting <a href="http://www.barackobama.com/">Organizing for America</a> from the same address you used to donate to the Obama campaign would have more impact. I vaguely recall hearing similar advice about applying for jobs during the transition. It seems that your email address is an increasingly important identifier, beyond just a means of communication.</p>
<p>But political groups are widely <em>getting it wrong</em> when it comes to a minor, but valuable, use of email addresses as identifiers.</p>
<p>The issue is that there&#8217;s more than one way to represent the same piece of information. For instance, you might write a phone number any of these ways:</p>
<ul>
<li>(555) 555-1234</li>
<li>555-555-1234</li>
<li>555 555 1234</li>
<li>555.555.1234</li>
<li>5555551234</li>
</ul>
<p>Similarly, the same street address might be written in different ways:</p>
<ul>
<li>123 Any Street, Apt. 4</li>
<li>123 Any St., #4</li>
</ul>
<p>And so on. Any database is certainly going to recognize those phone numbers and street addresses as the same thing, so the same person doesn&#8217;t get 5 different phone calls and 2 different mailings. But the same thing doesn&#8217;t happen with email when people use <a href="http://en.wikipedia.org/wiki/E-mail_address#Sub-addressing">sub-addresses</a>.</p>
<p><a href="http://www.gavinbaker.com/?p=42">I&#8217;ve written about plus-addressing before</a>. I&#8217;m under no illusion that sub-addressing is used by a massive portion of the population, but I figure it&#8217;s probably used by at least a few percent of people &#8212; and for those people, it&#8217;s important. They use it for a reason: to better filter their mail (so they can find your message more easily!), to track how their address is shared, etc. These people will notice whether you respect their wishes and habits, and it will influence their impression of you. So it behooves you to play nicely with their addresses, especially since <em>it&#8217;s so easy to do</em>.</p>
<p>All it takes is two easy steps:</p>
<ol>
<li>Your Web forms (and any other methods you use of collecting and managing email addresses) should respect sub-addressing. Subscription forms frequently reject <i>+</i> as an &#8220;invalid character&#8221; &#8212; but according to RFC, it&#8217;s not. Even more annoying is when a subscription form accepts <i>+</i> but the <em>unsubscribe</em> option doesn&#8217;t (and even worse when there&#8217;s no other apparent way to get an address off the list). For people who use sub-addressing, this is an unnecessary hassle &#8212; not to mention a potential violation of <a href="http://en.wikipedia.org/wiki/CAN-SPAM_Act_of_2003">CAN-SPAM</a>.</li>
<li>Your database should collate sub-addresses. In other words, if I&#8217;ve asked you to contact me at jdoe+x@example.com, you should contact me there. But if you <em>also</em> have jdoe+y@example.com and jdoe@example.com in your database, you should know that they&#8217;re the same user. The benefits of this will depend on exactly how you use those data, but I think it&#8217;s a good principle to start from. Importantly, whatever you do should be transparent and modifiable to the user. I can imagine, for instance, logging in as jdoe+x@example.com and seeing a message that says &#8220;We also have jdoe+y@example.com in our database. Would you like us to merge those identities?&#8221;</li>
</ol>
<p>Bonus transparency best-practice: Don&#8217;t mask the TO: field &#8212; otherwise, recipients can&#8217;t tell where you&#8217;re contacting them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gavinbaker.com/2009/09/13/advice-on-email-for-political-campaigns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You&#8217;re doing it wrong: pet peeves in Web authoring</title>
		<link>http://www.gavinbaker.com/2009/05/06/youre-doing-it-wrong-pet-peeves-in-web-authoring/</link>
		<comments>http://www.gavinbaker.com/2009/05/06/youre-doing-it-wrong-pet-peeves-in-web-authoring/#comments</comments>
		<pubDate>Wed, 06 May 2009 20:32:18 +0000</pubDate>
		<dc:creator>Gavin Baker</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.gavinbaker.com/?p=251</guid>
		<description><![CDATA[I usually try to be fairly gentle in my blog posts. Well, this one&#8217;s a full-out rant. And it does name names, but only for purposes of demonstration, not public shaming. By dint of what I do, I spend a &#8230; <a href="http://www.gavinbaker.com/2009/05/06/youre-doing-it-wrong-pet-peeves-in-web-authoring/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I usually try to be fairly gentle in my blog posts. Well, this one&#8217;s a full-out rant. And it does name names, but only for purposes of demonstration, not public shaming.</p>
<p>By dint of what I do, I spend a lot of time working on the Web. Here are some of my pet peeves:</p>
<h3>No links</h3>
<p>People, it&#8217;s the Web. The very feature that makes it a Web rather than just electronic text is the existence of the hyperlink. <em>Use it.</em> Do not tell me where to find it. Do not tell me to google it. <em><a href="http://www.google.com/">Google</a> is not a replacement for the hyperlink.</em> Just link me.</p>
<p><a href="http://bloomsburyacademic.wordpress.com/2009/05/04/remix-the-remixer-competition/">Here&#8217;s a blog post from an academic publisher</a> that doesn&#8217;t use any links. The post is promoting a recently-published book with a remix contest. There are no links to the contest, to the book page, to online bookstores &#8212; nothing. </p>
<p>The contest is hosted on <a href="http://www.facebook.com/">Facebook</a> (a walled garden &#8212; another pet peeve). Here&#8217;s what the post says &#8212; I wish I was making this up:</p>
<blockquote><p>We’re hosting the competition on their Facebook fan page. All you need to do is search for the event (Remix the Remixer) on Facebook &#8230;</p></blockquote>
<p>Despite being a walled garden, it is possible to <a href="http://www.facebook.com/event.php?eid=71191382717">link to the event</a> (although you&#8217;ll need to log in to access it). Did you seriously just tell me to search for it? And presumably this was written by the company&#8217;s PR department&#8230;?</p>
<h3>Naked URLs</h3>
<p>Related to the above are authors who give you the URL of the page they&#8217;re talking about, but <em>just</em> the URL &#8212; sometimes even without a link. Let me demonstrate:</p>
<p>Good:</p>
<blockquote><p>Check out this cool search engine, <a href="http://www.google.com/">Google</a>!</p></blockquote>
<p>Bad:</p>
<blockquote><p>Check out this cool search engine, Google! <a href="http://www.google.com/">http://www.google.com/</a></p></blockquote>
<p>Worse:</p>
<blockquote><p>Check out this cool search engine, Google! http://www.google.com/</p></blockquote>
<h3>No markup</h3>
<p>Yeah, just paste a bunch of text into a Web page. Paragraph breaks, emphasis, citations &#8212; who needs that?</p>
<h3>Ridiculous markup</h3>
<p>I don&#8217;t even mean terrible design choices like grey text on a white background. I just mean straight up <em>ridiculous</em> markup. I assume this usually results from composing in a word processor and pasting into a Web page. For instance, every paragraph will be marked as <code>class="<a href="http://www.google.com/search?q=msonormal">MsoNormal</a>"</code> (a class which, of course, is never defined anywhere).</p>
<p>The <a href="http://ukpmc.blogspot.com/">UK PubMed Central Blog</a> takes this a step further and marks up every word which is &#8220;misspelled&#8221;:</p>
<p><xmp><span class="blsp-spelling-error" id="SPELLING_ERROR_1">Wellcome</span></xmp></p>
<p>There&#8217;s no use for that; it&#8217;s just cruft.</p>
<h2>And two faux pas</h2>
<p>All of the above are errors for which I think there&#8217;s no real excuse. I&#8217;ll throw in two bonus pet peeves &#8212; I understand why people do them, but they still rub me the wrong way:</p>
<h3>Content is not in the page</h3>
<p>As in, &#8220;Check out this cool new document I wrote &#8212; here&#8217;s a PDF download.&#8221;</p>
<p>Anything that&#8217;s not (X)HTML isn&#8217;t as easy to use, copy, re-format, link to, etc. Moreover, it requires people to leave their browser (or at least to load a plugin). </p>
<p>I know why people do it: because it&#8217;s easier than preparing an (X)HTML version of the document (after already having made a PDF, Word document, or whatever). But it&#8217;s still irksome.</p>
<h3>Deprecated / unsemantic markup</h3>
<p>So you want to tell me about the book <cite>Moby Dick</cite>. Cool, let&#8217;s talk about it. But did you use the <code>cite</code> element &#8212; or did you use <code>em</code> or <code>i</code>?</p>
<p>If you used <code>i</code> (or <code>span style="font-style: italic"</code>), you told the computer that the text should be italic, but you didn&#8217;t say <em>why</em>. For anyone who wants to render the text in a way other than the one you intended (say, in audio), your markup doesn&#8217;t give the computer any useful information about what to do with it.</p>
<p>If you used <code>em</code>, you actually told the computer to <em>emphasize</em> the phrase &#8220;Moby Dick&#8221; &#8212; the same way you might emphasize <em>Wow!</em> or <em>Awesome!</em> Your markup is actually <em>misleading</em> now.</p>
<p>But if you used <code>cite</code>, you told the computer, &#8220;This is a citation to the title of work &#8212; render it as appropriate.&#8221; The standard way to do that in English is with italics, so unless you or the reader tells the computer to do otherwise, it&#8217;s rendered in italics.</p>
<p>I know why people do it wrong: we compose Web pages the way we&#8217;re used to composing text, where italics is italics. (Plus it&#8217;s just more tags to learn and remember to use.) But on the Web, rather than just making something italic, we can encode <em>why</em>, which gives more options to both the author and the user of how to render it, and makes it possible for computers to extract meaning from it.</p>
<p>I&#8217;m sure I&#8217;m not perfect when it comes to these and other Web-authoring rules of etiquette. (Plus, in email, I prefer <a href="http://en.wikipedia.org/wiki/Posting_style">top-posting or inline replies</a> &#8212; gasp!) But I&#8217;m not trying to cast stones, just to call attention to problems &#8212; and, really, just to vent. <img src='http://www.gavinbaker.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.gavinbaker.com/2009/05/06/youre-doing-it-wrong-pet-peeves-in-web-authoring/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Wanted: standardized behavior for email list unsubscribe</title>
		<link>http://www.gavinbaker.com/2008/12/31/wanted-standardized-behavior-for-email-list-unsubscribe/</link>
		<comments>http://www.gavinbaker.com/2008/12/31/wanted-standardized-behavior-for-email-list-unsubscribe/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 21:59:17 +0000</pubDate>
		<dc:creator>Gavin Baker</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.gavinbaker.com/2008/12/31/wanted-standardized-behavior-for-email-list-unsubscribe/</guid>
		<description><![CDATA[I subscribe to a lot of email lists. I mean, a lot. In addition to the lists I&#8217;ve opted in to, there&#8217;s the grey area of lists I &#8220;joined&#8221; (or was added to) without much conscious effort on my part, &#8230; <a href="http://www.gavinbaker.com/2008/12/31/wanted-standardized-behavior-for-email-list-unsubscribe/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I subscribe to a lot of email lists. I mean, a <em>lot</em>. In addition to the lists I&#8217;ve opted in to, there&#8217;s the grey area of lists I &#8220;joined&#8221; (or was added to) without much conscious effort on my part, e.g. because I filled out a petition, went to a conference, or bought something.</p>
<p>Email is my life, so I have to keep my inbox organized. That means a lot of filters and folders, tagging, and flagging as read/unread. I also use plus-addressing, which sometimes (when people share my address) means stuff ends up in funny places.</p>
<p>Bottom line: I do a lot of subscription management (subscribing, unsubscribing, changing my address, changing subscription options, etc.). And I&#8217;ve noticed that methods for subscription management are quite varied.</p>
<ul>
<li>Sometimes there&#8217;s a link, sometimes there&#8217;s a reply-to address, sometimes there&#8217;s both, and sometimes there&#8217;s neither.</li>
<li>When there&#8217;s a link, sometimes it requires logging in (usually with a password I don&#8217;t remember), and sometimes it doesn&#8217;t.</li>
<li>Sometimes there&#8217;s a confirmation email, and sometimes there&#8217;s not; sometimes I have to reply to confirm, and sometimes I don&#8217;t.</li>
<li>Sometimes it simply says &#8220;click here to unsubscribe&#8221;, sometimes it says &#8220;click here to manage your subscription preferences&#8221;, and sometimes it says some other variation.</li>
</ul>
<p>All in all, it&#8217;s not very standardized. (In fact, about the only thing that <em>is</em> standardized is that, when there&#8217;s information on how to unsubscribe, it&#8217;s usually at the bottom of an email.) That means more time figuring out how to make it do what you want.</p>
<p>There are actually some standards here. <a href="http://en.wikipedia.org/wiki/CAN-SPAM_Act_of_2003">CAN-SPAM</a> sets some requirements (although U.S. law only applies in the U.S., and there are questions about enforcement, to say the least). I wouldn&#8217;t be surprised if there&#8217;s also some RFC or other standard that exists &#8212; but if there is, it doesn&#8217;t seem to be followed significantly.</p>
<p>This shouldn&#8217;t be that hard. It&#8217;d save consumers a lot of grief (and, thus, senders &#8212; how many times have you seen a message posted to a public list, &#8220;Please remove me&#8221;?). Another motivation for senders to develop and apply the standard: they could use it as evidence that they&#8217;re &#8220;doing something&#8221; about spam (e.g. for PR purposes and to ward off further regulation). So can we get some of the major players in list software/e-mail marketing (e.g. <a href="http://groups.google.com/">Google Groups</a>, <a href="http://groups.yahoo.com/">Yahoo Groups</a>, <a href="http://http://www.gnu.org/software/mailman/">Mailman</a>, <a href="http://www.lsoft.com/">L-Soft</a>, <a href="http://wiredforchange.com/">Wired for Change</a>, <a href="http://www.lyris.com/">Lyris</a>, <a href="http://www.constantcontact.com/">Constant Contact</a>, etc.) to sit down, maybe along with public interest groups like <a href="http://www.cauce.org/" title="Coalition Against Unsolicited Commercial Email">CAUCE</a> or <a href="http://cippic.ca/en/" title="Canadian Internet Policy and Public Interest Clinic">CIPPIC</a>, and develop some standards? Then we can go about getting marketers to agree to use the standard &#8212; maybe something along the lines of the <a href="http://en.wikipedia.org/wiki/TRUSTe">TRUSTe</a> seal.</p>
<p>I&#8217;m not saying there should be only one way to do this. But if we can standardize the look and function, it&#8217;ll make things easier. Hopefully, we can also root out some of the more annoying practices (e.g. requiring login to unsubscribe).</p>
<p>Finally, maybe it could even use email headers, or something more than just text. Then we start moving toward semantic email, with the possibility for embedding functionality in client software.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gavinbaker.com/2008/12/31/wanted-standardized-behavior-for-email-list-unsubscribe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google doesn&#8217;t like plus-addressing, sometimes</title>
		<link>http://www.gavinbaker.com/2007/11/01/google-doesnt-like-plus-addressing-sometimes/</link>
		<comments>http://www.gavinbaker.com/2007/11/01/google-doesnt-like-plus-addressing-sometimes/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 07:01:40 +0000</pubDate>
		<dc:creator>Gavin Baker</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.gavinbaker.com/2007/11/01/google-doesnt-like-plus-addressing-sometimes/</guid>
		<description><![CDATA[Google, known for offering plus-addressing to users of Gmail, doesn&#8217;t actually support sending to plus addresses with its Alerts service. Finally, the illusion of Google&#8217;s perfect single-mindedness as an organization is cracked. At last, one hand doesn&#8217;t know what the &#8230; <a href="http://www.gavinbaker.com/2007/11/01/google-doesnt-like-plus-addressing-sometimes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.gavinbaker.com/documents/blog-images/google-alerts-plus.jpg" alt="Google Alerts plus-addressing screenshot" style="clear: both" /><br />
Google, known for offering <a href="http://en.wikipedia.org/wiki/GMail#Addresses">plus-addressing to users of Gmail</a>, doesn&#8217;t actually support <em>sending</em> to plus addresses with its <a href="http://www.google.com/alerts/">Alerts</a> service.</p>
<p>Finally, the illusion of Google&#8217;s perfect single-mindedness as an organization is cracked. At last, one hand doesn&#8217;t know what the other is doing!</p>
<p>To be fair, Alerts is still in beta. (Hey, it&#8217;s only been around for <a href="http://web.archive.org/web/20040915024809/http://google.com/alerts/" title="Cache of Google Alerts from September 2004">three years</a>, give them some time.)</p>
<p>Of course, Google Alerts is far from the only subscription service whose Web form struggles with plus-addressing. This is an unhappy fact I&#8217;ve noticed since I started using plus-addressing. Webmasters of the world: do not do this. <a href="http://en.wikipedia.org/wiki/E-mail_address#Plus_.28or_Minus.29_addressing">It breaks an RFC</a>, don&#8217;cha know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gavinbaker.com/2007/11/01/google-doesnt-like-plus-addressing-sometimes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

