<?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>MakeUseOf.com &#187; email signature</title>
	<atom:link href="http://www.makeuseof.com/tags/email-signature/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Tue, 24 Nov 2009 00:55:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Use A Facebook Badge As Your Email Signature [Mac]</title>
		<link>http://www.makeuseof.com/tag/how-to-use-a-facebook-badge-as-your-email-signature-mac-only/</link>
		<comments>http://www.makeuseof.com/tag/how-to-use-a-facebook-badge-as-your-email-signature-mac-only/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 18:00:30 +0000</pubDate>
		<dc:creator>Jackson Chung</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[apple mail]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email signature]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=27771</guid>
		<description><![CDATA[If you haven&#8217;t already read, I&#8217;ve shown you how to use HTML, photos and iTunes status in your Mac Mail signature in a previous article. I loved my signature, it had some attitude. Unfortunately, I upgraded to Snow Leopard and shortly found out that it had broken the Mail plugin I used to create the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/fb-sig-icon.png" align=left style="margin-right:20px" vspace=5>If you haven&#8217;t already read, I&#8217;ve shown you how to use <a href="http://www.makeuseof.com/tag/add-html-random-quotes-itunes-status-images-to-your-mail-signature-mac-only/">HTML, photos and iTunes status in your Mac Mail signature</a> in a previous article. I loved my signature, it had some attitude. Unfortunately, I upgraded to Snow Leopard and shortly found out that it had broken the Mail plugin I used to create the signature.</p>
<p>At the time of writing, the plugin, which is called <a href="http://www.littleknownsoftware.com/sigpro/">SignatureProfiler</a> has been updated for Snow Leopard but for the last couple of months, I&#8217;ve reverted to using good old reliable text as my email signature &#8212; until today.</p>
<p>I recently found out how to spruce up emailing by using my Facebook profile badge as a signature. It&#8217;s pretty neat and like all Facebook badges, you can easily customize it to your liking. We&#8217;ll go through the steps required to make it in a little while. Right now, I&#8217;d like to point out a few things.</p>
<p>Firstly, this trick is meant to be used in Mail, Mac&#8217;s default desktop mailing application. It works without the need for any addition plugins but you are required to set up your email accounts in Mail. Secondly, you also need to pair the account with a signature &#8212; just text will be fine at this point, it doesn&#8217;t really matter since it&#8217;s about to be replaced. Lastly, you&#8217;ll need <a href="http://www.barebones.com/products/TextWrangler/">TextWrangler</a>, a free HTML-capable text editor or any other HTML editor.</p>
<p>Let&#8217;s get started, log in to your Facebook profile then scroll down until you see this link:</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/profile-badge-link.gif"></p>
<p><span id="more-27771"></span><br />
If you have never created a badge before, then go ahead and create one. It&#8217;s very simple and you only need to follow the on-screen instructions. A horizontal badge works best in this situation. Add whatever you like into the badge: your name, your profile picture, your status, your websites, anything! When you&#8217;re done, preview your badge. If you&#8217;re happy with your creation, click on Save. On the next screen, you&#8217;ll be presented with the sharing options. Click on &#8220;Other&#8221; and the badge&#8217;s code will appear. Click on it once and press Command+C to copy it to the clipboard.</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/fb-profile-badge.png"></p>
<p>Open up TextWranger or any HTML editor of your choice and paste the code in a new document. It should look something like this:</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/fb-sig-selction-for-deletion-1.gif"></p>
<p>Notice that I&#8217;ve selected a part of the code which is actually not necessary for your signature. It adds a link to your profile and another link for others to create their own badge. It won&#8217;t look very pretty so we&#8217;re going to delete it. Here&#8217;s how it should look like after removing the useless bits.</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/fb-sig-after-deletion.gif"></p>
<p>Alright, now we&#8217;re going to add a space above the signature just for the sake of convenience. It&#8217;s much easier to add a space at this point, which will go between your email message and the signature; rather than having to press the Enter key several times after composing your email. Add &lt;p&gt;&amp;nbsp;&lt;/p&gt; to the beginning of the code, like this:</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/final-fb-sig.gif"></p>
<p>We&#8217;re almost done. All we need to do now is to remove the width and height attributes from the code. By leaving the attributes there, we are telling Mail that no matter what, the signature has to be that width and height. In actuality, the Facebook badge changes in dimension depending on your status, links, etc. So remove this part of the code:</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/final-fb-sig2.gif"></p>
<p>Finally, we&#8217;re ready to save the HTML file. Click on File, then Save As. Type in any name followed by &#8220;.html&#8221; as shown in the screenshot. Select the Desktop as the destination and click Save.</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/saving-fb-sig-html.png"></p>
<p>Double-click the resulting file and it should open up in Safari. Check if everything is in order then save it as a Web Archive &#8212; click on File, Save As and select Web Archive as the format. Again, make sure that the Desktop is selected as the destination and click Save.</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/FB-sig.html.png"></p>
<p>Just a little bit more and we&#8217;re done. Remember when I mentioned earlier that you should already have a signature attached to your email account in Mail? Well, if you haven&#8217;t created one, I suggest you do it right this instant because we&#8217;re going to look for it. Open up a new Finder window and delve down to ~/Library/Mail/Signatures. There should be a minimum of 2 files there if you only have 1 email account set up. One file should be formatted as .webarchive.</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/mail-sig-folder.png"></p>
<p>To check if it is indeed your email signature, double-click it and it should be displayed in Safari (Snow Leopard users can use Quick Look). Once we&#8217;ve determined that this is the signature we want to replace with the Facebook badge, copy the file name. Mine looks like &#8220;FED17D3A-AC4C-490D-93CB-80634BD2A114&#8243;. Use this to rename the webarchive file which you&#8217;ve just saved on the Desktop. After you&#8217;ve renamed it, click and drag it into the Signature folder. Finder will ask you if you&#8217;re sure you want to replace the existing file, click Yes.</p>
<p>And we&#8217;re done. Relaunch Mail and give it a whirl. Compose a new mail and your signature should show up.</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/fb-profile-in-mail.png"></p>
<p>How easy was that? No plugins, additional software or expert skills required! For our non-Mac friends who also want to use their Facebook profiles as email signatures, I&#8217;m sure <a href="http://www.makeuseof.com/tag/5-ways-to-create-custom-multiple-signatures-in-gmail/">Saikat&#8217;s post</a> will teach you a thing or two about integrating HTML into Gmail.</p>
<p>What do you use as your email signature?
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/two-ways-to-promote-publicize-your-latest-blog-post-with-an-email-signature/" title="The 2 Easy Ways to Promote Your Latest Blog Post with an Email Signature (September 8, 2009)">The 2 Easy Ways to Promote Your Latest Blog Post with an Email Signature</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/postbox-for-mac-first-impressions/" title="Postbox: An Alternative Email Client For Mac (February 4, 2009)">Postbox: An Alternative Email Client For Mac</a> (19)</li>
	<li><a href="http://www.makeuseof.com/tag/6-ways-to-get-social-with-outlook/" title="Outlook Addons &#8211; 6 Ways to Get Social with Outlook (December 20, 2007)">Outlook Addons &#8211; 6 Ways to Get Social with Outlook</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-stay-connected-with-gmail/" title="How To: Stay Connected With Gmail (November 24, 2007)">How To: Stay Connected With Gmail</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-create-an-signature-in-ms-outlook-2007-using-office-clipart/" title="How to Create An Email Signature in MS Outlook 2007 Using Office Clipart (October 9, 2009)">How to Create An Email Signature in MS Outlook 2007 Using Office Clipart</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-use-a-facebook-badge-as-your-email-signature-mac-only/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Create An Email Signature in MS Outlook 2007 Using Office Clipart</title>
		<link>http://www.makeuseof.com/tag/how-to-create-an-signature-in-ms-outlook-2007-using-office-clipart/</link>
		<comments>http://www.makeuseof.com/tag/how-to-create-an-signature-in-ms-outlook-2007-using-office-clipart/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 16:01:48 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email signature]]></category>
		<category><![CDATA[email tips]]></category>
		<category><![CDATA[microsoft outlook]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=26402</guid>
		<description><![CDATA[Before writing this post, one thought did cross my mind. With the embarrassment of Web 2.0 signature services on offer, will readers be tolerant of this post. A guide on how to create an email signature in MS Outlook does sound timeworn. But just like ‘old fashioned’ honesty, some old things stick to us.
It is [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/10/TN.png" alt="TN" vspace="5" width="250" height="167" align="left" />Before writing this post, one thought did cross my mind. With the embarrassment of Web 2.0 signature services on offer, will readers be tolerant of this post. A guide on how to create an email signature in MS Outlook does sound timeworn. But just like ‘old fashioned’ honesty, some old things stick to us.</p>
<p>It is convenient to hop over to web services like <a href="http://www.makeuseof.com/dir/mylivesignature-create-online-signature/">MyLiveSignature</a> or <a href="http://www.makeuseof.com/tag/retaggr-lets-people-know-who-you-are/">Retaggr</a> and get yourself an embeddable signature. It’s easy but it ain’t that much fun for the really creative souls among us. I use the online services myself as <a href="http://www.makeuseof.com/tag/5-ways-to-create-a-business-card-20/">business cards</a> and signatures, but sometimes I feel like standing away from the crowd. After all shouldn’t a signature be – one of a kind?</p>
<p><a href="http://www.makeuseof.com/tag/5-ways-to-create-custom-multiple-signatures-in-gmail/">Gmail’s</a> covered. Now let’s do a bit of rummaging around in MS Outlook and see if we can setup a nice, neat and nifty personal signature simply with the tools we have.</p>
<p><span id="more-26402"></span><br />
We have one – the right side of our brain, and Outlook has the other – Clipart. Clipart is a neutral choice if you don’t like to include your own photo. Also, you have cliparts covering a wide range of moods and environments.</p>
<p>Before deciding on the style of your signature, you might want to consider the information to include and the mail account to use the signature in. Deciding on the graphic you want to use is a particularly important detail to chew over.</p>
<p>To create a new email signature in MS Outlook 2007, the usual route is to start with <em>Tools – Options – Mail Format</em>. And then click on <em>Signature</em> to open the <em>Signatures and Stationery</em> dialog box.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/1_Options.png" alt="1_Options" width="454" height="532" /></p>
<p>Instead, we will take a different approach by creating an email signature in a new message body and then do a copy-paste on to the <em>Edit Signatures</em> dialog box. This approach, gives us more formatting controls (as the editor is based on MS Word) and the use of the Clipart gallery. With creativity as your playground, here’s how…</p>
<ol>
<li>Click on <em>New &#8211; Mail Message</em> to open a blank email.</li>
<li>For a better control over the layout you can use tables. From the ribbon click on <em>Insert tab &#8211; Table</em> to draw a table with the appropriate number of rows and columns. As in the illustration, I have used a 2&#215;2 table with the bottom two rows merged.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/Table.png" alt="Table" width="487" height="432" /></p>
<li>In the first cell, you can insert your own picture or a clipart. Place the cursor on the first cell. On the <em>Insert</em> tab, in the <em>Illustrations</em> group, click on <em>Clip Art</em>.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/3_Insert-Clipart.png" alt="3_Insert-Clipart" width="534" height="141" /></p>
<li>In the <em>Clip Art</em> task pane &#8211; <em>Search for</em> field, key in a word or phrase that describes the clip art that you want, or type in all or some of the file name of the clip art. Click on the one clipart to insert it in the cell.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/4_Clipart.png" alt="4_Clipart" width="333" height="415" /></p>
<li>The other cells can now be filled with your contact info or any custom content and hyperlinks too.</li>
<li>As a final design step you can decide to keep the borders of the table or set it to none for a more seamless look.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/5_Signature.png" alt="5_Signature" width="555" height="337" /></p>
<li>The signature is complete. All that’s left is to select the entire signature (i.e. the table) and copy it to the <em>Signatures and Stationery</em> dialog box.</li>
<li>Open the <em>Signatures and Stationery</em> dialog box as mentioned in the beginning. Click on <em>New</em> and type in a name for the signature in the <em>New Signature</em> field.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/2_New.png" alt="2_New" width="580" height="395" /></p>
<li>Paste the signature in the <em>Edit Signature</em> field area. Click on <em>OK</em>.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/10/6_Final.png" alt="6_Final" width="580" height="395" /></p>
<li>You can set it as the default for a particular mail account.</li>
<li>Alternatively, to use it, place the cursor in an appropriate location in the email body and click on <em>Signature</em> on the ribbon to select.</li>
</ol>
<p>Just like the real deal, email signatures also carry a reflection of your personality. In a business setting, it is especially important to be clear, concise and exact. So create your signature with these tenets in mind.</p>
<p>Using a clipart is just one way. Sometimes the text information could be more important than snazzy graphics because a lot among us set emails for plain text format.</p>
<p>Have you given a thought to your email signature?</p>
<p><small>Image Credit: <a rel="nofollow" href="http://www.flickr.com/photos/wrobel/">Gunnar Wrobel</a></small>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/two-ways-to-promote-publicize-your-latest-blog-post-with-an-email-signature/" title="The 2 Easy Ways to Promote Your Latest Blog Post with an Email Signature (September 8, 2009)">The 2 Easy Ways to Promote Your Latest Blog Post with an Email Signature</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-send-mass-emails-with-a-personal-touch-in-outlook/" title="How To Send Personalized Mass Emails in Outlook (June 28, 2009)">How To Send Personalized Mass Emails in Outlook</a> (26)</li>
	<li><a href="http://www.makeuseof.com/tag/use-microsoft-outlook-rules-to-do-your-bidding-outlook/" title="How to Restart or Shut Down Your Computer Remotely using Microsoft Outlook (July 21, 2009)">How to Restart or Shut Down Your Computer Remotely using Microsoft Outlook</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-find-the-right-time-to-email-anyone/" title="How to Email Smarter With Buit-In Time Zone Converters (June 19, 2009)">How to Email Smarter With Buit-In Time Zone Converters</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/3-best-free-alternatives-to-microsoft-outlook/" title="3 Best Free Alternatives To Microsoft Outlook (November 3, 2009)">3 Best Free Alternatives To Microsoft Outlook</a> (19)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-create-an-signature-in-ms-outlook-2007-using-office-clipart/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The 2 Easy Ways to Promote Your Latest Blog Post with an Email Signature</title>
		<link>http://www.makeuseof.com/tag/two-ways-to-promote-publicize-your-latest-blog-post-with-an-email-signature/</link>
		<comments>http://www.makeuseof.com/tag/two-ways-to-promote-publicize-your-latest-blog-post-with-an-email-signature/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 20:01:20 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[blogging tools]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email signature]]></category>
		<category><![CDATA[email tips]]></category>
		<category><![CDATA[firefox addons]]></category>
		<category><![CDATA[microsoft outlook]]></category>
		<category><![CDATA[signature]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=24371</guid>
		<description><![CDATA[If you are a blogger like me or even if you happen to like a blog post by another hand, using your email signature could be the easiest way to spread the word. There’s no promotion like self promotion. Quite logically, wouldn’t we like our first readers to be the ones we touch base with [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/09/Thumbnail4.png" alt="Thumbnail" vspace="5" align="left" />If you are a blogger like me or even if you happen to like a blog post by another hand, using your email signature could be the easiest way to spread the word. There’s no promotion like self promotion. Quite logically, wouldn’t we like our first readers to be the ones we touch base with through emails?</p>
<p>It should be the easiest job in the world to enlist their help to promote your blog. In the ‘Digg’ and boost world of the WWW, grabbing a few eyeballs is what counts. Think of the humble email signature as a no cost viral way to publicize your blog.</p>
<p>Adding a link to your latest blog post not only spreads the good word but also spices up your signature.  If you write about something specific, then a blog post signature link adds to your ‘brand’. In today’s ever changing world, an active signature could be like those 30 second filler adverts which play in staccato sequence. They grab our attention because they keep changing.</p>
<p>All it takes for a little bit of PR are these two ways and of course the habit of writing regular and relevant blog posts.</p>
<p><span id="more-24371"></span></p>
<h2><strong>BlogSigs</strong></h2>
<p>BlogSigs attaches the link to your latest blog post in your email signature. This utility with a simple function works with a number of email clients like Outlook, Gmail, Yahoo, Hotmail and Entourage.</p>
<p>Additionally, there’s also a Firefox add-on available which makes it the right fit when we send mails using the browser. The Firefox add-on, though free, comes with a BlogSigs promotion link in all emails. Purchasing a BlogSigs Registration Key removes the BlogSigs promotion link (<strong>note:</strong> the add-on is still not compatible with Firefox 3.5.2).</p>
<p>To get back to the Windows version, here’s how it runs from the system tray.</p>
<ol>
<li>BlogSigs can be setup using the single configurable window.
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/1_BlogSig.png" alt="1_BlogSig" width="435" height="571" /></p>
</li>
<li>On the first run, BlogSigs detects the signatures saved for your Outlook accounts. If not, create a signature from the Outlook Menu path – <em>Tools – Options – Mail Format – Signatures</em>.</li>
<li>In the BlogSigs options window, choose the accounts you want to use BlogSigs for.</li>
<li>Specify the RSS feed of the blog you want to use. BlogSigs pulls the latest post from the RSS link and sends the headline as a part of the signature.</li>
<li>Append an optional stylized text before the blog post. Set the update in days, hours or minutes for BlogSigs to update the link.
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://www.makeuseof.com/wp-content/uploads/2009/09/1_BlogSig-Demo.png" alt="1_BlogSig-Demo" width="580" height="260" /></p>
</li>
</ol>
<p>The little app worked well notwithstanding a few errors. <a href="http://www.blogsigs.com/index.php">BlogSigs</a> is a 646KB download and compatible with <em>Windows 2000/XP/Vista</em> and <em>Mac OS X</em>.</p>
<h2><strong>WiseStamp Email Signature</strong></h2>
<p>This Firefox add-on nearly came head of the class in the brief review I did last year in my post on <a href="http://www.makeuseof.com/tag/5-ways-to-create-custom-multiple-signatures-in-gmail/">5 Ways To Create Custom Multiple Signatures In Gmail</a>. Just to refresh, WiseStamp lets you setup rich personalized signatures using a simple WYSIWYG Editor. The app supports Gmail, Yahoo Mail, AOL and Hotmail.</p>
<p>If you have come over from my earlier post, WiseStamp has added a few new <a href="http://www.wisestamp.com/features">features</a> since then. Automatically sharing of blog posts is what caught my eye.</p>
<p>WiseStamp’s Feed tab allows us to easily include our favorite personalized feed and it automatically updates  in our email signatures. Now we can share not only our latest blog posts but also bookmarks, videos, pictures, events and much more. This is a excellent way to promote your blog.</p>
<ol>
<li>Download and install the WiseStamp add-on.</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/2_WiseStamp-Edit-Sign.png" alt="2_WiseStamp-Edit-Sign" width="580" height="548" /></p>
<li>Access it from the browser’s Tools menu or right click on the little WiseStamp icon near the bottom right of the browser (<em>Right Click – Edit signature</em>).</li>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/2_WiseStamp-Select.png" alt="2_WiseStamp-Select" width="538" height="340" /></p>
<li>Design your signature in the WYSIWYG editor.</li>
<li>Click on the <em>RSS</em> tab, enter a <em>Feed title</em> and the <em>Feed URL</em>. WiseStamp automatically validates the URL and OK&#8217;s it.</li>
<li>You can preview the signature before clicking on <em>Apply</em> and <em>OK</em>.</li>
<li>Open your email account to compose a new email. Right click on the little icon located on the formatting toolbar or the one at the bottom of the browser window to choose a signature (i.e. if you have more than one). The signature gets automatically inserted with the latest blog post.</li>
<p style="text-align: center;"><img class="aligncenter" style="border:1px solid black" src="http://www.makeuseof.com/wp-content/uploads/2009/09/2_WiseStampDemo.png" alt="2_WiseStampDemo" width="580" height="344" /></p>
</ol>
<p>Download the <a href="http://www.wisestamp.com/">WiseStamp</a> Firefox add-on for rich email signatures.</p>
<p>Familiarity may not breed contempt but it certainly lays the grounds for boredom. In a medium where it takes seconds to go from reading a mail to consigning it to the trash, an interesting link attached to the signature might just make someone pause. Who knows, following that link may make someone’s day a lot better.</p>
<p>There are of course many, many innovative ways to promote your blog post. Using your email signature to showcase your latest blog post is comparatively a modest one.</p>
<p>Do you think that this can be an attention grabber in the times of social bookmarking and Tweets? Let us know.</p>
<p><small>Image Credit: <a rel="nofollow" href="http://www.flickr.com/photos/7365168@N03/3012413440/">Hammer51012</a></small>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-create-an-signature-in-ms-outlook-2007-using-office-clipart/" title="How to Create An Email Signature in MS Outlook 2007 Using Office Clipart (October 9, 2009)">How to Create An Email Signature in MS Outlook 2007 Using Office Clipart</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-send-mass-emails-with-a-personal-touch-in-outlook/" title="How To Send Personalized Mass Emails in Outlook (June 28, 2009)">How To Send Personalized Mass Emails in Outlook</a> (26)</li>
	<li><a href="http://www.makeuseof.com/tag/use-microsoft-outlook-rules-to-do-your-bidding-outlook/" title="How to Restart or Shut Down Your Computer Remotely using Microsoft Outlook (July 21, 2009)">How to Restart or Shut Down Your Computer Remotely using Microsoft Outlook</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-find-the-right-time-to-email-anyone/" title="How to Email Smarter With Buit-In Time Zone Converters (June 19, 2009)">How to Email Smarter With Buit-In Time Zone Converters</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-send-a-complete-webpage-by-email/" title="3 Easy Ways To Send a Complete Web Page via Email (April 17, 2009)">3 Easy Ways To Send a Complete Web Page via Email</a> (12)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/two-ways-to-promote-publicize-your-latest-blog-post-with-an-email-signature/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Add HTML, iTunes Status &amp; Photos to Email Signature [Mac]</title>
		<link>http://www.makeuseof.com/tag/add-html-random-quotes-itunes-status-images-to-your-mail-signature-mac-only/</link>
		<comments>http://www.makeuseof.com/tag/add-html-random-quotes-itunes-status-images-to-your-mail-signature-mac-only/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 17:01:56 +0000</pubDate>
		<dc:creator>Jackson Chung</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[avatar]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email signature]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[status message]]></category>
		<category><![CDATA[text editors]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=10908</guid>
		<description><![CDATA[If you&#8217;re looking for a way to spruce up your boring, old, static, text-only email signature into something more exciting and interactive, here&#8217;s how. Not only will it attract more attention to your signature and making it look more impressive; it will also liven up the mundane task of sending emails.
Before we start, let me [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/01/icon-signature.png" border="0" alt="add photo to email signature" vspace="10" align="left" />If you&#8217;re looking for a way to spruce up your boring, old, static, text-only <a href="http://www.makeuseof.com/tags/email-signature/">email signature</a> into something more exciting and interactive, here&#8217;s how. Not only will it attract more attention to your signature and making it look more impressive; it will also liven up the mundane task of sending emails.</p>
<p>Before we start, let me lay out the things you will need:</p>
<ul>
<li>A <a href="http://www.makeuseof.com/tags/text-editors/">text editor</a> capable of editing HTML. I suggest <a href="http://www.barebones.com/products/TextWrangler/">TextWrangler</a>.</li>
<li><a href="http://www.littleknownsoftware.com/sigpro/">Signature Profiler</a></li>
<li>Some basic knowledge of HTML.</li>
<li>An online file-sharing service like <a href="http://www.makeuseof.com/tag/file-sharing-round-up-the-only-tools-you-need/">DivShare</a> or <a href="http://www.makeuseof.com/tag/4-services-to-backup-important-data-online/">Box.net</a> to store your avatar.</li>
<li>To be running Mac OS X 10.4.x and higher.</li>
<li>To be using Mail on Mac OS X.</li>
</ul>
<p>This entire tutorial will transform your email signature from this:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/text-sig.png" alt="add picture to signature" /></p>
<p>to this:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/html-sig.png" alt="add picture to email signature" /></p>
<p>If you&#8217;re still excited, then read on. But be warned, depending on your level of geekiness, this process may or may not be easy for you. [Disclaimer: this tutorial is actually an improved version of <a href="http://allforces.com/2006/04/14/css-signatures/">this one</a>]</p>
<h2><strong>First step &#8211; Making a HTML signature</strong></h2>
<p>You have to understand that in order to insert HTML in your email signature and make it interactive, it&#8217;s actually two different procedures. The first is to change it into HTML, the second is by using Signature Profiler and adding the interactive stuff: iTunes status, random quote, Skype button.</p>
<p>Let&#8217;s focus on the HTML part first. You&#8217;ll need to open up TextWrangler and create your HTML signature. There are some limitations to adding HTML &#8211; for example, GMail does not recognize body or style tags and all CSS must be embedded. Head <a href="http://www.xavierfrenette.com/articles/css-support-in-webmail/">here to read more</a> about CSS in email.</p>
<p>If you have no idea where to start, use this <a href="http://www.makeuseof.com/wp-content/uploads/2009/01/sightml.zip">example HTML file</a> as a base to mess around with. If you want, you could tweak it to fit your style. You should fill in your name and social sites where the fields indicate. Also, you&#8217;ll need to upload your avatar to <a href="http://divshare.com">Divshare</a> or <a href="http://box.net">Box.net</a>, get the<strong> direct image link</strong> and insert it in the image tags. The size of the image varies and depends a lot on the style of your signature and how many lines of text you will have. Like I said, you will need to play around and customize it yourself.</p>
<p>If you notice, there&#8217;s a specific line of text after the second break, {itunes.display.info} is used later to retrieve your iTunes status.</p>
<p>To see how your signature will look like, save it (to the desktop or anywhere else convenient) and drag it into Safari. Once you&#8217;re happy with the results, click on the File menu and Save as &#8216;webarchive&#8217; onto your desktop. Name it &#8220;HTML sig&#8221;. We&#8217;ll return to it later.</p>
<h2><strong>Step two &#8211; Show your currently playing song</strong></h2>
<p>Now that you have your HTML signature all set, you&#8217;re ready to add the interactive stuff like iTunes status and Skype buttons.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/html-sig-skype.png" alt="add skype button to email signature" /></p>
<p>Download and install the <a href="http://www.littleknownsoftware.com/signatureprofiler/">Signature Profiler</a> plugin for Mail and restart Mail. It should now be added into your Mail preferences.</p>
<p>Here&#8217;s what SigPro can do:</p>
<ul>
<li>Add iTunes currently playing song, artist and album</li>
<li>Add a <a href="http://www.littleknownsoftware.com/2006/11/using_tail_signatures.php#more">Tail signature</a></li>
<li>Add a <a href="http://www.littleknownsoftware.com/2007/04/using_the_new_random_quote_fea.php#more">random text qoute</a></li>
<li>Add your Skype Status and buttons to call you</li>
<li>Lots more advanced stuff like <a href="http://www.littleknownsoftware.com/2007/04/calling_scripts_from_signature.php#more">calling scripts</a></li>
</ul>
<p>If you&#8217;re planning to show your iTunes status, then you&#8217;ll need to create signatures for them. Personally, I&#8217;ve only created two new ones: one to show the song iTunes in playing, and another when it is paused, stopped or not running. To do this, you&#8217;ll need to go to the Signature tab in Mail preferences. Create a new signature and call it &#8220;iTunes playing&#8221;. Right click in the signature field and you&#8217;ll notice that SigPro has added their Replacements into the menu.</p>
<p>Add the items {itunes.playing.song}, {itunes.playing.artist} and {itunes.playing.album} into the signature field from the right-click menu. Now all you need to do is to customize it. Here&#8217;s what I would write: <em>I&#8217;m listening to {itunes.display.song} by {itunes.display.artist} from their album {itunes.display.album}</em>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/signature-pref-mail.png" alt="" /></p>
<p>Keep in mind that these are just text, so you can adjust the font attributes. You&#8217;ll need to select the curly brackets as well when changing the size and colour of the fonts, if not you&#8217;ll lose the formatting.</p>
<p>Now, make another signature for iTunes&#8217; paused state. It doesn&#8217;t need to have any fields in it, just a short message will suffice.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/html-sig-itunes-paused.png" alt="" /></p>
<p>After you&#8217;ve done that, go to SigPro&#8217;s tab in Mail preferences and hit the &#8216;iTunes &amp; Quotes&#8217; tab. For each iTunes state, select the appropriate signature. Now test it out! Play iTunes and see if the signature changes (it will change right there in Mail preferences).</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/sigpro-itunes-tab-pref-1.png" alt="" /></p>
<h2><strong>Step three &#8211; Swapping your text signature for the interactive one</strong></h2>
<p>If you already have a plain text-only signature set in Mail, good. If not, set one up and associate it with an account (by dragging the signature from the middle column into the appropriate email account in the left column). Quit Mail.</p>
<p>After you&#8217;ve done that, go to ~/Library/Mail/Signatures/ and you will find all of your signatures in webarchive format. Assuming that you only have one email account set up in Mail, you will have three signatures: your regular signature, &#8220;iTunes Playing&#8221; and &#8220;iTunes Paused&#8221; signatures. To find out which is the one you want to change, double-click them to open in Safari until you find them.</p>
<p>Once you&#8217;ve located it, copy its file name. It should look something like this &#8220;F61C8250-DE9F-4B33-A17D-2F5FF6E3B5B9&#8243; (without the webarchive extension). Rename the &#8220;HTML sig&#8221; file on your desktop with this file name. Drag the new signature file from the desktop into the &#8216;Signatures&#8217; folder and replace the older signature file.</p>
<p>Open Mail and your signature is now HTML and interactive.</p>
<p>A few things to remember: The avatar doesn&#8217;t load in Mail&#8217;s preference but it will load when composing a new mail. Also, any changes made in the HTML signature will be hard to repair. For instance, if you accidentally delete the avatar logo from the signature, you will have to start from scratch again. Keep a copy of the &#8216;webarchive&#8217; files so that you can restore your signature in case of a disaster.</p>
<p>You can also add other stuff (like the Skype button) into your signature by right-clicking and selecting fields from the SigPro Replacement menu. If you want more control over its formatting, then I suggest that you add the fields by editing the HTML signature in TextWrangler.</p>
<p>If you&#8217;re into this kind of thing but don&#8217;t use Mac, then I would recommend that you check out Saikat&#8217;s article on creating <a href="http://www.makeuseof.com/tag/5-ways-to-create-custom-multiple-signatures-in-gmail/">multiple singature in Gmail</a>. Retaggr is also an easy way to add a funky signature to your emails, David mentioned it earlier in his post about how to <a href="http://www.makeuseof.com/tag/5-ways-to-create-a-business-card-20/">create online business cards</a>.</p>
<p>Please ask if you have any questions about this tutorial or if you somehow screwed up and need help. What are the other methods you use to interactify/interactize your email signature? Let us know in the comments.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/two-ways-to-promote-publicize-your-latest-blog-post-with-an-email-signature/" title="The 2 Easy Ways to Promote Your Latest Blog Post with an Email Signature (September 8, 2009)">The 2 Easy Ways to Promote Your Latest Blog Post with an Email Signature</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-stay-connected-with-gmail/" title="How To: Stay Connected With Gmail (November 24, 2007)">How To: Stay Connected With Gmail</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-use-a-facebook-badge-as-your-email-signature-mac-only/" title="How To Use A Facebook Badge As Your Email Signature [Mac] (November 2, 2009)">How To Use A Facebook Badge As Your Email Signature [Mac]</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-create-an-signature-in-ms-outlook-2007-using-office-clipart/" title="How to Create An Email Signature in MS Outlook 2007 Using Office Clipart (October 9, 2009)">How to Create An Email Signature in MS Outlook 2007 Using Office Clipart</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/5-ways-to-create-custom-multiple-signatures-in-gmail/" title="5 Ways To Create Custom Multiple Signatures In GMail (December 15, 2008)">5 Ways To Create Custom Multiple Signatures In GMail</a> (39)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/add-html-random-quotes-itunes-status-images-to-your-mail-signature-mac-only/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>5 Ways To Create Custom Multiple Signatures In GMail</title>
		<link>http://www.makeuseof.com/tag/5-ways-to-create-custom-multiple-signatures-in-gmail/</link>
		<comments>http://www.makeuseof.com/tag/5-ways-to-create-custom-multiple-signatures-in-gmail/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 21:01:39 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[bookmarklets]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email signature]]></category>
		<category><![CDATA[firefox tips]]></category>
		<category><![CDATA[Gmail]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=9056</guid>
		<description><![CDATA[ Has Google missed the tree because of the forest? Gmail has done a lot for unwrapping email from the staid &#8220;click and send&#8221;.  It enables us to do many things such as collect our mails from several POP3 accounts, configure some custom addresses with a dot here and there&#8230;but it just plain &#8216;forgot&#8217; to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/22483728@N00/2656064149"><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2008/12/gmailgrass.png" alt="multiple signatures in gmail" vspace="10" width="267" height="186" align="left" /></a> Has Google missed the tree because of the forest? Gmail has done a lot for unwrapping email from the staid &#8220;click and send&#8221;.  It enables us to do many things such as collect our mails from several POP3 accounts, configure some custom addresses with a dot here and there&#8230;but it just plain &#8216;forgot&#8217; to put in a box to add multiple HTML Gmail signatures.</p>
<p>If you are like me, who has multifaceted web avatars and duly has his Gmail configured to handle different accounts, personal and professional, you would love to sign off with custom signatures for each. So this handicap of not having multiple signatures built in seems to have found a universal protesting echo around the web. Faced with the vexing problem, I fired up Google to search for ways to put my stamp within Gmail.</p>
<p>Here are some of them for those who like to send emails from within Gmail.</p>
<h2><strong><a href="http://blankcanvasweb.com/pages/detail/id_9/n_gmail_signatures/" target="_blank">1. Blank Canvas Gmail Signature</a></strong></h2>
<p>The Firefox add-ons page is showing 1,500 downloads per week for this experimental add-on and a five star rating. This Firefox add-on supports <strong>four</strong> HTML signatures for each address you have set up. A drop down gives you access to the signature options. You can manage your signature within Gmail using the available editor which lets you also see a preview of the custom signature.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/12/blackcanvaseditor2.png" alt="gmail signature firefox" /></p>
<p>You need to download and install the plug-in. (you will have to create a Mozilla log-in account as this is an experimental add-on). Next, write your HTML signature. You can upload any image file to any photo-sharing website and use the source URL in your signature. For those not versed with HTML, a few templates are provided <a href="http://blankcanvasweb.com/pages/detail/id_13/n_templates/" target="_blank">here</a>. Also, the plug-in itself includes a tutorial.</p>
<p>Before creating it, you will see a <em>‘Create Signature’</em> button next to the <em>‘From’</em> field in the compose window. Copy-paste your HTML signature into the create signature box and save. You are now ready with your own sign.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/12/1_blackcanvas-create.png" alt="" /></p>
<h2><a href="http://www.wisestamp.com/" target="_blank"><strong>2. WiseStamp &#8211; Email Signature</strong></a></h2>
<p>An add-on that is still in beta. This Firefox extension enables you to create personalized multiple signatures for <em>any</em> web based email service.</p>
<p>With its rich text editor you can set up personal and business signatures (text or HTML).  You can also include your IM identities and social profiles. The WiseStamp interface automatically adds the signature at the end of your email. Of course, it can also be added manually at a choice mouse cursor location and if you don’t want to sign off, just switch it off.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/12/3_wisestamp.png" alt="add signature to gmail" /></p>
<h2><strong><a href="http://clippings.mozdev.org/ " target="_blank">3. Clippings</a></strong></h2>
<p>If you can make do with plain text signatures, then this Firefox add-on should be in your download queue. Clippings saves and manages often used texts for later pasting into any text entry field. More commonly used for entering text into Web page forms in Firefox or email and newsgroup messages in Thunderbird, it comes in handy for email signatures too.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/12/clippings2.png" alt="add signature to gmail" /></p>
<p>Pasting a clipping is accomplished with just two right mouse clicks within the body of the email, doing away with the hassle of retyping or repetitive copying and pasting. Also, shortcuts keys can be configured to make it a one step action. Clippings allows you to store as many signature texts as you want in designated folders.</p>
<h2>4. Bookmarklets</h2>
<p>You guessed it…bookmarklet is a portmanteau of ‘bookmark’ and ‘applet’! Bookmarklets are small Javascript applets which are stored as a URL bookmark in a browser. You can simply create a signature in a bookmarklet creator and organize it on the Firefox bookmarks toolbar. I found an easy to use bookmarklet (Gmail signature generator) <a href="http://projets.geekfg.net/?/1-how+to+insert+html+signature+in+gmail.htm" target="_blank">here</a>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/12/5_bookmarklet1.png" alt="gmail signature generator" /></p>
<p>Create a HTML or text signature and then drag and drop in onto the browser toolbar. Once you are in the Gmail compose window, click on the bookmarklet and it gets inserted at the cursor location. Create as many signatures you want and organize them in your Firefox Bookmarks.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/12/6_bookmarkletsignature1.png" alt="" /></p>
<h2><a href="http://lifehacker.com/software/texter/lifehacker- code-texter-windows-238306.php" target="_blank">5. Texter &#8211; A Text Substitution application</a></h2>
<p>With Texter (an open source text substitution app) we are moving away from the browser environment. Texter lets you define small text strings which work like shortcut keys for larger pieces of text. So you save many a keystroke by not having to type in the same block of text again and again. Using Texter, you can define a series of shortcut text strings that would be replaced by different text-only signatures in the email body.</p>
<p>You can add a new signature on the fly by hitting <strong>Ctrl-Shift-H</strong>, typing in your shortcut string and the replacement text, selecting the trigger you want to execute the replacement with (Enter, Tab, and/or Space, Instant), After that it’s a simple matter of composing your mail, writing the shortcut string and clicking the trigger key. If you had enabled ‘Instant’ as the trigger then you can save on the last click too.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2008/12/7_texter.png" alt="" /></p>
<p>I hope these five ways will help you to sign off your mail in style. Do you have your own workarounds for using multiple signatures in Gmail?</p>
<p>Gmail Photo from <a href="http://www.flickr.com/photos/22483728@N00/2656064149/" target="_blank">Basajaun</a>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/ultimate-gmail-collection-over-80-tools-and-tips/" title="Ultimate GMail Collection: over 80 Tools and Tips (July 27, 2007)">Ultimate GMail Collection: over 80 Tools and Tips</a> (80)</li>
	<li><a href="http://www.makeuseof.com/tag/gmail-craze-30-tools-to-make-your-gmail-better/" title="Gmail Craze: 40 + Tools and Hacks for Gmail (March 18, 2007)">Gmail Craze: 40 + Tools and Hacks for Gmail</a> (214)</li>
	<li><a href="http://www.makeuseof.com/tag/5-super-easy-to-install-email-applications/" title="5 Super Easy Email Apps You Should Check (January 14, 2009)">5 Super Easy Email Apps You Should Check</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/picasa-101-thinking-outside-the-box/" title="[Google Picasa 101] &#8211; Saving, Exporting &#038; Uploading To Picasa Web Albums (April 9, 2009)">[Google Picasa 101] &#8211; Saving, Exporting &#038; Uploading To Picasa Web Albums</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/zigtag-a-web-app-for-extreme-tagging-beta-invites-included/" title="Zigtag &#8211; A Web App For Extreme Tagging (BETA Invites Included!) (August 14, 2008)">Zigtag &#8211; A Web App For Extreme Tagging (BETA Invites Included!)</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/5-ways-to-create-custom-multiple-signatures-in-gmail/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>5 Ways To Create Your Business Card 2.0</title>
		<link>http://www.makeuseof.com/tag/5-ways-to-create-a-business-card-20/</link>
		<comments>http://www.makeuseof.com/tag/5-ways-to-create-a-business-card-20/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 17:01:56 +0000</pubDate>
		<dc:creator>David Pierce</dc:creator>
				<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[address book]]></category>
		<category><![CDATA[business card]]></category>
		<category><![CDATA[contact manager]]></category>
		<category><![CDATA[email signature]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=8043</guid>
		<description><![CDATA[Business cards are out of date. They&#8217;re paper, which immediately makes them dinosaurs. You get them, and have to figure out what to do &#8211; do you copy it all into Outlook? Do you use a Rolodex? It&#8217;s just not the best way to do it.
Thankfully, there are a growing number of ways to use [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2008/11/aa_lincoln_humor_1_e.jpg" alt="create online business cards" width="367" height="219" align="left" />Business cards are out of date. They&#8217;re paper, which immediately makes them dinosaurs. You get them, and have to figure out what to do &#8211; do you copy it all into Outlook? Do you use a Rolodex? It&#8217;s just not the best way to do it.</p>
<p>Thankfully, there are a growing number of ways to use the internet to create, share and use your business card. Using these services, you can send your card to others, get contact information in your email (where all your contacts are anyway), and have the business card work with your existing address books, which are increasingly online.</p>
<p>Although there are many, here are five ways to bring your business card into the 2.0 World.</p>
<h2><a href="http://www.retaggr.com">Retaggr</a></h2>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/11/retaggr.png" alt="" /></p>
<p><a href="http://www.retaggr.com">Retaggr</a> is a business card, an &#8220;about me&#8221; page, and a signature to add to emails, blog posts, and anything else you can think of. When you create a card, you can embed it into emails, paste it onto your blog, or send it to someone. It&#8217;s a great tool for connecting with other people, and is very social-network heavy.</p>
<p>Retaggr lets you link to your profiles (on hundreds of sites), so you can find friends all over the Web. For more information, check out Kyle&#8217;s <a href="http://www.makeuseof.com/tag/retaggr-lets-people-know-who-you-are/">great article</a> about Retaggr.</p>
<h2><a href="http://www.mydropcard.com"><strong>Dropcard</strong></a></h2>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/11/dropcard5.png" alt="" /></p>
<p>The thing I love about <a href="http://www.mydropcard.com">Dropcard</a> is that it&#8217;s dead easy to use. While it doesn&#8217;t have any unique features to speak of, its delivery system is what makes it so great. When you meet someone, you send Dropcard a text saying &#8220;drop theperson&#8217;semail@theirdomain&#8221; and Dropcard sends all your contact information to their email. Most of us use contacts and email in the same location anyway, and Dropcard knows that.</p>
<p>There&#8217;s an iPhone version, lots of keyboard shortcuts, and a number of other great features. Another nice touch &#8211; you can have two different cards, a business card and a personal card. Customize them however you want, and give people only the information you want to.</p>
<h2><strong><a href="http://www.nuebbo.com">Nuebbo</a></strong></h2>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/11/nuebbo2.png" alt="" /></p>
<p><a href="http://www.nuebbo.com">Nuebbo</a> is a fully-featured contact manager, but also works great for giving people your personal information. You can import contacts from Google, Outlook or Windows Live Mail, and then send your contact information to others. Create one card or many, and send them to other people. Cards can be organized into categories, updated automatically by Nuebbo, and even downloaded as Points of Interest on your GPS (an unnecessary, but cool touch).</p>
<p>If you want a full address book, and not just a business card, Nuebbo&#8217;s a great one to try out. If you&#8217;re just looking for a simple business card to send to people, Nuebbo&#8217;s good, but not the best of the group.</p>
<h2><strong><a href="http://gethandshake.com/">Handshake</a></strong></h2>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/11/handshake-20081022.png" alt="" /></p>
<p>This one&#8217;s iPhone-specific, but deserves a mention. On your iPhone, boot <a href="http://gethandshake.com/">Handshake</a>. The application lets you send a business card or a picture to anyone else using the Handshake application, with the touch of a button. It&#8217;s a great way to exchange contact information with someone, right when you meet them.</p>
<p>I wouldn&#8217;t be surprised to see an application like this for the Blackberry or Windows Mobile in the near future.  For now though, if you meet a fellow iPhone user, a simple Handshake is all it takes to exchange your contact information.</p>
<h2><strong><a href="http://www.plaxo.com/">Plaxo</a></strong></h2>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/11/plaxo2.png" alt="" /></p>
<p><a href="http://www.plaxo.com/">Plaxo</a> remains the gold standard online contact-manager. Plaxo syncs with Outlook, Google, Yahoo and others, automatically updates contacts&#8217; information, has an integrated task list, and keeps everyone in contact.</p>
<p>Sending your card is easy, and it works really well. Plaxo even has a FriendFeed-like feature called &#8220;Pulse&#8221;, where you can see what your contacts are doing around the Web. Actually, &#8216;Friendfeed-like&#8217; is a misnomer, because Plaxo did it first. Plaxo&#8217;s a great utility, and becomes unbeatable when all your contacts use it.</p>
<p>No longer is the business card a tiny, index card-like thing you put in your wallet, sit on for a while, try to find, and painstakingly enter onto your computer. With any of the services above, bring your business card to the Web, and make the sharing of contact information even easier.</p>
<p>You do everything else online, right? Why not your business card?</p>
<p>How do <strong>you </strong>manage your contacts and business cards? Online or on paper?
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on MakeUseOf ?</strong> Get cheat sheets and cool PDF guides @ <a href="http://www.makeuseof.com/makeuseof-downloads/">www.makeuseof.com/makeuseof-downloads/</a></em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/add-facebook-profile-pictures-to-your-address-book-mac-only/" title="Sync Facebook Profile Pics to Your Phone Address Book [Mac] (January 28, 2009)">Sync Facebook Profile Pics to Your Phone Address Book [Mac]</a> (10)</li>
	<li><a href="http://www.makeuseof.com/tag/4-tools-to-backup-your-mobile-phone/" title="4 Tools to Backup your Mobile Phone (January 30, 2008)">4 Tools to Backup your Mobile Phone</a> (28)</li>
	<li><a href="http://www.makeuseof.com/tag/zenbe-email-evolved/" title="Zenbe &#8211; All Your Emails In One Place (November 17, 2008)">Zenbe &#8211; All Your Emails In One Place</a> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/qr-codes-can-digitize-your-world-and-back-again/" title="What Are QR Codes? Digitize your World &#038; Back Again (October 27, 2008)">What Are QR Codes? Digitize your World &#038; Back Again</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/vtap-download-videos-on-your-mobile-for-free/" title="vTap &#8211; Download videos on your mobile for FREE (June 15, 2008)">vTap &#8211; Download videos on your mobile for FREE</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/5-ways-to-create-a-business-card-20/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>
