<?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>Jean-Sébastien Marier &#124; Journalist(e) –30–&#187; Tips &amp; Tricks</title>
	<atom:link href="http://jeansebastienmarier.ca/category/journalism/tips-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeansebastienmarier.ca</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 02:45:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Creating a personalized email signature</title>
		<link>http://jeansebastienmarier.ca/2011/11/25/creating-a-personalized-email-signature/</link>
		<comments>http://jeansebastienmarier.ca/2011/11/25/creating-a-personalized-email-signature/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 04:34:37 +0000</pubDate>
		<dc:creator>Jean-Sébastien Marier</dc:creator>
				<category><![CDATA[Blog(ue)]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://jeansebastienmarier.ca/?p=1360</guid>
		<description><![CDATA[I decided to change my email signature in order to make it more in line with my personal &#8220;brand.&#8221; My old signature was in plain text and did not reflect my web presence. I therefore decided to create a new one which includes my logo and links to my various social media accounts. The design [...]]]></description>
			<content:encoded><![CDATA[<p>I decided to change my email signature in order to make it more in line with my personal &#8220;brand.&#8221;</p>
<p>My old signature was in plain text and did not reflect my web presence. I therefore decided to create a new one which includes my logo and links to my various social media accounts.</p>
<p><a href="http://jeansebastienmarier.ca/wp-content/uploads/2011/11/signature-email.jpg" rel="lightbox[1360]"><img class="aligncenter size-full wp-image-1368" title="signature-email" src="http://jeansebastienmarier.ca/wp-content/uploads/2011/11/signature-email.jpg" alt="" width="600" height="245" /></a></p>
<p>The design of my new signature was inspired by Wess Daniels&#8217; <a title="website" href="http://gatheringinlight.com/2007/12/03/how-to-make-an-html-email-signature-for-apple-mail/">website</a>, where he explains how to create your own HTML signature in Apple Mail.</p>
<p>Apple Mail normally only allows you to create plain text signatures. However, by following Daniels&#8217; explanations, you can create your personalized one in a few minutes. Here is the coding of my signature (without my personal information):</p>
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD HTML 4.01//EN&#8221; &#8220;http://www.w3.org/TR/html4/strict.dtd&#8221;&gt;<br />
&lt;html&gt;&lt;head&gt;<br />
&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=utf-8&#8243;&gt;<br />
&lt;meta http-equiv=&#8221;Content-Style-Type&#8221; content=&#8221;text/css&#8221;&gt;<br />
&lt;title&gt;&lt;/title&gt;<br />
&lt;meta name=&#8221;Generator&#8221; content=&#8221;Cocoa HTML Writer&#8221;&gt;<br />
&lt;meta name=&#8221;CocoaVersion&#8221; content=&#8221;1038.36&#8243;&gt;<br />
&lt;style type=&#8221;text/css&#8221;&gt;<br />
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Courier}<br />
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica}<br />
a {decoration: none; color: rgb(95, 95, 95)}<br />
&lt;/style&gt;<br />
&lt;/head&gt;&lt;body&gt;<br />
&lt;img title=&#8221;Jean-Sébastien Marier&#8221; src=&#8221;http://www.jeansebastienmarier.ca/multimedia/logo_jsm_signature.png&#8221; alt=&#8221;Jean-Sébastien Marier&#8221; height=&#8221;25&#8243; width=&#8221;175&#8243;&gt;&lt;br&gt;<br />
&lt;br&gt;<br />
&lt;span style=&#8221;color: rgb(95, 95, 95);&#8221;&gt;Your name&lt;br&gt;<br />
Your address 1&lt;br&gt;<br />
Your address 2&lt;br&gt;<br />
Your phone number&lt;/span&gt;&lt;br&gt;<br />
&lt;br&gt;<br />
&lt;strong&gt;Find me | Trouvez-moi:&lt;/strong&gt;&lt;span style=&#8221;color: rgb(95, 95, 95);&#8221;&gt; &lt;a title=&#8221;Blog(ue)&#8221; href=&#8221;http://yourblog.com&#8221;&gt;Blog(ue)&lt;/a&gt; | &lt;a href=&#8221;mailto:youremail@gmail.com&#8221;&gt;Email&lt;/a&gt; | &lt;a title=&#8221;Facebook&#8221; href=&#8221;http://www.facebook.com/yourusername&#8221;&gt;Facebook&lt;/a&gt; | &lt;a title=&#8221;LinkedIn&#8221; href=&#8221;http://ca.linkedin.com/yourusername&#8221;&gt;LinkedIn&lt;/a&gt; | &lt;a title=&#8221;Site&#8221; href=&#8221;http://www.yoursite.com&#8221;&gt;Site&lt;/a&gt; | &lt;a title=&#8221;Twitter&#8221; href=&#8221;http://www.twitter.com/yourusername&#8221;&gt;Twitter&lt;/a&gt;&lt;/span&gt;<br />
&lt;/body&gt;&lt;/html&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://jeansebastienmarier.ca/2011/11/25/creating-a-personalized-email-signature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

