<?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>Sander Verbruggen &#187; gmail</title>
	<atom:link href="http://www.sanderverbruggen.com/tag/gmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sanderverbruggen.com</link>
	<description>Is there anything I *don&#039;t* have an opinion about?</description>
	<lastBuildDate>Wed, 31 Mar 2010 09:45:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HTML signatures in GMail</title>
		<link>http://www.sanderverbruggen.com/2009/07/21/html-bookmarks-in-gmail/</link>
		<comments>http://www.sanderverbruggen.com/2009/07/21/html-bookmarks-in-gmail/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 08:14:14 +0000</pubDate>
		<dc:creator>Sander</dc:creator>
				<category><![CDATA[EN (english)]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[signature]]></category>

		<guid isPermaLink="false">http://www.sanderverbruggen.com/?p=20</guid>
		<description><![CDATA[HTML Signatures
HTML signatures can be created within Firefox using a simple plugin. This plugin doesn&#8217;t work with Safari or Fluid however. I will use Bookmarklets as an alternative to this plugin for Fluid. The page behind this link doesn&#8217;t work well with tables however, it adds dashed borders around each cell&#8230; This post covers how [...]]]></description>
			<content:encoded><![CDATA[<h3>HTML Signatures</h3>
<p>HTML signatures can be created within Firefox using a <a href="http://blankcanvasweb.com/pages/detail/id_9/n_gmail_signatures/">simple plugin</a>. This plugin doesn&#8217;t work with <a href="http://www.apple.com/safari/">Safari</a> or <a href="http://fluidapp.com/">Fluid</a> however. I will use <a href="http://lifehacker.com/395607/bookmarklets-enable-multiple-html-signatures-in-gmail">Bookmarklets</a> as an alternative to this plugin for Fluid. The page behind this link doesn&#8217;t work well with tables however, it adds dashed borders around each cell&#8230; This post covers how to get rid of them.<br />
<span id="more-20"></span></p>
<h3>Step 1</h3>
<p>Create an HTML signature using your favorite editor. And no, Word is <em>not</em> an HTML editor. Save it or at least get hold of the HTML code for your signature.</p>
<h3>Step 2</h3>
<p>Go to <a href="http://projets.geekfg.net/?/1-how+to+insert+html+signature+in+gmail.htm">this site</a> to convert your signature to a bookmark. First click the &#8216;HTML&#8217; button in the edior&#8217;s toolbar on this page. Paste your HTML into the editor. If you used tables in your signature and press the &#8216;Text&#8217; button in the toolbar (this button replaced the &#8216;HTML&#8217; button when you clicked it), you&#8217;ll discover that your table cells really do have a dashed border. UGLY!<br />
Click &#8216;Go step 2&#8242; to continue.</p>
<h3>Step 3</h3>
<p>If you didn&#8217;t use tables, just drag your bookmarklet to your bookmars bar/menu and you&#8217;re done!</p>
<p>If you <em>did</em> use tables, copy the <span style="font-style: italic;">contents</span> of the &#8216;Signature&#8217; link. Using Firefox, simply righ-click and select &#8216;Copy link location&#8217;. If you&#8217;re using another browser you&#8217;ll have to figure this out yourselves&#8230;</p>
<h3>Step 4</h3>
<p>Create a small HTML file with the following code:</p>
<p><code><br />
&lt;html&gt;<br />
&lt;body&gt;<br />
&lt;textarea id="html_stuff"&gt;&lt;/textarea&gt;&lt;br&gt;<br />
&lt;button onclick="document.getElementById('escaped_stuff').value = escape(document.getElementById('html_stuff').value)"&gt;Escape&lt;/button&gt;<br />
&lt;button onclick="document.getElementById('html_stuff').value = unescape(document.getElementById('escaped_stuff').value)"&gt;Un-escape&lt;/button&gt;<br />
&lt;br&gt;<br />
&lt;textarea id="escaped_stuff"&gt;&lt;/textarea&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
</code><br />
and open it in your favorite browser.</p>
<h3>Step 5</h3>
<p>Paste the link you copied in step 3 into the lower textarea and click &#8216;Un-escape&#8217;. Select the text from the top textarea and copy it to a text editor. Now you see what has become of your hard labour: all those extra style elements creating those da[rn|sh]ed borders. Remove these and restore your code to it&#8217;s former glory. Copy the fixed code back into the page you opened in step 4, only now paste it into the top textarea.</p>
<h3>Step 6</h3>
<p>Click &#8216;Escape&#8217;. The lower textarea will now contain the almost usable bookmark. Copy it once more to a text editor for a final fix. At the start it says &#8216;javascript%3Avoid&#8217;. Change &#8216;%3A&#8217; into &#8216;:&#8217; (&#8217;javascript:void&#8217;) and you&#8217;re done. Finally copy this whole line into a bookmark in Fluid.</p>
<p>Now you&#8217;re ready to use it. Create a new email, click the bookmark and admire your work!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sanderverbruggen.com/2009/07/21/html-bookmarks-in-gmail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

