<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Avoiding the mailto: trap</title>
	<link>http://dubroy.com/blog/2007/08/29/avoiding-the-mailto-trap/</link>
	<description>on programming, usability, and design; by Patrick Dubroy</description>
	<pubDate>Wed, 20 Aug 2008 13:34:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: matt</title>
		<link>http://dubroy.com/blog/2007/08/29/avoiding-the-mailto-trap/#comment-6741</link>
		<pubDate>Fri, 14 Dec 2007 19:45:31 +0000</pubDate>
		<guid>http://dubroy.com/blog/2007/08/29/avoiding-the-mailto-trap/#comment-6741</guid>
					<description>&lt;p&gt;To identify mailto links, I updated my userContent.css file to put a Unicode envelope icon after the link, like this:
&lt;code&gt;
a[href^="mailto:"]:after
{
    content: "  \2709";
}
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Then I saw how useful it was, and I added rules for PDF, Word, Excel, and new window links.
&lt;code&gt;
a[href$=".pdf"]:after 
{
    font-size: smaller;
    content: " [PDF]";
}
a[href$=".doc"]:after,a[href$=".dot"]:after
{
    font-size:smaller;
    content: " [Word]";
}
a[href$=".xls"]:after, a[href$=".xlw"]:after
{
    font-size:smaller;
    content: " [Excel]";
}&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;:link[target="&lt;em&gt;blank"]:after, :visited[target="&lt;/em&gt;blank"]:after,:link[target="&lt;em&gt;new"]:after, :visited[target="&lt;/em&gt;new"]:after
{
    content: " \2197";
}
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>To identify mailto links, I updated my userContent.css file to put a Unicode envelope icon after the link, like this:<br />
<code><br />
a[href^="mailto:"]:after<br />
{<br />
    content: "  \2709";<br />
}<br />
</code></p>
<p>Then I saw how useful it was, and I added rules for PDF, Word, Excel, and new window links.<br />
<code><br />
a[href$=".pdf"]:after<br />
{<br />
    font-size: smaller;<br />
    content: " [PDF]";<br />
}<br />
a[href$=".doc"]:after,a[href$=".dot"]:after<br />
{<br />
    font-size:smaller;<br />
    content: " [Word]";<br />
}<br />
a[href$=".xls"]:after, a[href$=".xlw"]:after<br />
{<br />
    font-size:smaller;<br />
    content: " [Excel]";<br />
}</code></p>
<p>:link[target=&#8221;<em>blank&#8221;]:after, :visited[target=&#8221;</em>blank&#8221;]:after,:link[target=&#8221;<em>new&#8221;]:after, :visited[target=&#8221;</em>new&#8221;]:after<br />
{<br />
    content: &#8221; \2197&#8243;;<br />
}
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Patrick</title>
		<link>http://dubroy.com/blog/2007/08/29/avoiding-the-mailto-trap/#comment-3746</link>
		<pubDate>Fri, 28 Sep 2007 15:24:29 +0000</pubDate>
		<guid>http://dubroy.com/blog/2007/08/29/avoiding-the-mailto-trap/#comment-3746</guid>
					<description>&lt;p&gt;Ryan:&lt;/p&gt;

&lt;p&gt;I agree, I'd be all for disabling mailto support altogether. Whenever I encounter a link that I actually &lt;em&gt;know&lt;/em&gt; is a mailto (i.e., the link text is the actual email address), I just use right-click -&gt; "Copy Email Address".&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ryan:</p>
<p>I agree, I&#8217;d be all for disabling mailto support altogether. Whenever I encounter a link that I actually <em>know</em> is a mailto (i.e., the link text is the actual email address), I just use right-click -> &#8220;Copy Email Address&#8221;.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Ryan Lowe</title>
		<link>http://dubroy.com/blog/2007/08/29/avoiding-the-mailto-trap/#comment-3743</link>
		<pubDate>Fri, 28 Sep 2007 15:17:44 +0000</pubDate>
		<guid>http://dubroy.com/blog/2007/08/29/avoiding-the-mailto-trap/#comment-3743</guid>
					<description>&lt;p&gt;FireFox opens Gmail for me when I click a mailto: link.  That would be convenient if people actually used mailto: any more. :)&lt;/p&gt;

&lt;p&gt;I'm in favour of allowing people to &lt;em&gt;disable&lt;/em&gt; mailto click support in FireFox to prevent accidental clicks.  Then in the rate instance I want to use a mailto: address I can copy and paste it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>FireFox opens Gmail for me when I click a mailto: link.  That would be convenient if people actually used mailto: any more. :)</p>
<p>I&#8217;m in favour of allowing people to <em>disable</em> mailto click support in FireFox to prevent accidental clicks.  Then in the rate instance I want to use a mailto: address I can copy and paste it.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: colin</title>
		<link>http://dubroy.com/blog/2007/08/29/avoiding-the-mailto-trap/#comment-3592</link>
		<pubDate>Mon, 24 Sep 2007 20:51:19 +0000</pubDate>
		<guid>http://dubroy.com/blog/2007/08/29/avoiding-the-mailto-trap/#comment-3592</guid>
					<description>&lt;p&gt;Hey Pat!  Keep up the blogging, I enjoy the reading of them.&lt;/p&gt;

&lt;p&gt;By the way, checkout the website I made for my hockey league ... don't click on my name in the footer, ha! ;-)&lt;/p&gt;

&lt;p&gt;http://sarsfieldoldtimers.reconfigure.ca/&lt;/p&gt;

&lt;p&gt;Colin&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey Pat!  Keep up the blogging, I enjoy the reading of them.</p>
<p>By the way, checkout the website I made for my hockey league &#8230; don&#8217;t click on my name in the footer, ha! ;-)</p>
<p>http://sarsfieldoldtimers.reconfigure.ca/</p>
<p>Colin</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Patrick</title>
		<link>http://dubroy.com/blog/2007/08/29/avoiding-the-mailto-trap/#comment-2862</link>
		<pubDate>Tue, 04 Sep 2007 17:45:25 +0000</pubDate>
		<guid>http://dubroy.com/blog/2007/08/29/avoiding-the-mailto-trap/#comment-2862</guid>
					<description>&lt;p&gt;Yeah, definitely the biggest pain is waiting for the mail client to open.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yeah, definitely the biggest pain is waiting for the mail client to open.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: anand</title>
		<link>http://dubroy.com/blog/2007/08/29/avoiding-the-mailto-trap/#comment-2834</link>
		<pubDate>Mon, 03 Sep 2007 23:25:31 +0000</pubDate>
		<guid>http://dubroy.com/blog/2007/08/29/avoiding-the-mailto-trap/#comment-2834</guid>
					<description>&lt;p&gt;I think FF 3 is looking at support for handling mailto: in the browser itself, via firing open your favorite webmail service or other options.  I think the biggest pain of the mailto: tag is the huge wait time for bulky email cilents to load up.  &lt;/p&gt;

&lt;p&gt;It's like the difference between opening and email attachment or clicking "View as HTML" that gmail lets you do.  So much nicer to keep it in the browser, and keep the load on the big corp's servers.  &lt;/p&gt;

&lt;p&gt;ps, redesign our facebook app man!  :P&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think FF 3 is looking at support for handling mailto: in the browser itself, via firing open your favorite webmail service or other options.  I think the biggest pain of the mailto: tag is the huge wait time for bulky email cilents to load up.  </p>
<p>It&#8217;s like the difference between opening and email attachment or clicking &#8220;View as HTML&#8221; that gmail lets you do.  So much nicer to keep it in the browser, and keep the load on the big corp&#8217;s servers.  </p>
<p>ps, redesign our facebook app man!  :P</p>
]]></content:encoded>
				</item>
</channel>
</rss>
