<?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>Think Lime Design Blog</title>
	<atom:link href="http://www.thinklime.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinklime.net/blog</link>
	<description>Solving and lamenting design woes since 2008</description>
	<lastBuildDate>Sat, 22 Jan 2011 21:35:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Sharetool:  Access Your Home Network Anywhere</title>
		<link>http://www.thinklime.net/blog/2011/01/22/sharetool-access-your-home-network-anywhere/</link>
		<comments>http://www.thinklime.net/blog/2011/01/22/sharetool-access-your-home-network-anywhere/#comments</comments>
		<pubDate>Sat, 22 Jan 2011 21:35:37 +0000</pubDate>
		<dc:creator>bt</dc:creator>
				<category><![CDATA[Mac Software]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Power Users]]></category>
		<category><![CDATA[network tools]]></category>
		<category><![CDATA[remote access]]></category>
		<category><![CDATA[secure browsing]]></category>

		<guid isPermaLink="false">http://www.thinklime.net/blog/?p=161</guid>
		<description><![CDATA[Since I commute to school every day, and my home iMac is by far my most powerful computer, I&#8217;ve been looking into ways to connect securely to my home network from anywhere. After several hours spent reading about how to tunnel VNC traffic over SSH, I stumbled across an awesome utility called Sharetool. Sure, I [...]]]></description>
			<content:encoded><![CDATA[<p>Since I commute to school every day, and my home iMac is by far my most powerful computer, I&#8217;ve been looking into ways to connect securely to my home network from anywhere.  After several hours spent reading about how to tunnel VNC traffic over SSH, I stumbled across an awesome utility called <strong><a href="http://www.yazsoft.com/products/sharetool">Sharetool</a></strong>.</p>
<p>Sure, I could configure my network using my <span id="more-161"></span>.ssh config, and messing around with my router, and running a manual VNC server, but why do that when I can just run a program that takes care of it all for me?  Plus, with Sharetool, you get the added benefit of all your Bonjour services being accessible over WAN or LAN.  This means you can do all kinds of sweet stuff from ANYWHERE including: <br/></p>
<ul>
<li>listen to your iTunes library</li>
<li>access your iTunes Home Sharing</li>
<li>control your home Mac&#8217;s screen through VNC</li>
<li>route your web browsing through your home network for secure browsing anywhere</li>
<li>grab that presentation you forgot on your home computer</li>
<li>print on your home network!</li>
</ul>
<p>Plus, the new version (Sharetool 2) supports running as a background service, proxies, and compression of traffic for optimal browsing!</p>
<p><strong>Bottom line:</strong> If you&#8217;re looking for a tool to access your home computers securely anywhere in the world, which is easy to setup, Sharetool is your best option.  I would consider it an essential addition to any Mac user who travels and wants to stay connected.</p>
<p>Sharetool, by Yazsoft, get it <a href="http://www.yazsoft.com/products/sharetool/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinklime.net/blog/2011/01/22/sharetool-access-your-home-network-anywhere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom HTML Mail Signature On Jailbroken iPad</title>
		<link>http://www.thinklime.net/blog/2010/05/17/custom-html-mail-signature-on-jailbroken-ipad/</link>
		<comments>http://www.thinklime.net/blog/2010/05/17/custom-html-mail-signature-on-jailbroken-ipad/#comments</comments>
		<pubDate>Mon, 17 May 2010 21:03:58 +0000</pubDate>
		<dc:creator>bt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thinklime.net/blog/?p=109</guid>
		<description><![CDATA[Use openSSH to overwrite Apple's default email signature on your iPad.]]></description>
			<content:encoded><![CDATA[<p><strong>**NOTE:  YOUR IPAD MUST BE JAILBROKEN FOR THE FOLLOWING TUTORIAL TO WORK.  SEE BOTTOM OF POST FOR JB LINK**</strong></p>
<p>So I hate the default Apple signature.  &#8220;Sent from my iPad&#8221; to me sounds extremely pretentious.  No one cares what device you are using.  Obviously you can change the default email in &#8216;Settings&#8217;, but being a designer I enjoy having a custom signature for people to view.  Anyways, I adapted the current tutorials for iPhone CSS/HTML sig for my iPad, and here is the end result that you will be<span id="more-109"></span> building:</p>
<p style="height: 150px">
<a href="http://www.thinklime.net/blog/wp-content/uploads/2010/05/iPad-sig-bt.png"><img src="http://www.thinklime.net/blog/wp-content/uploads/2010/05/iPad-sig-bt.png" alt="Lime Design iPad Signature" title="BT iPad Custom Sig" width="411" height="148" class="alignleft size-full wp-image-110" /></a></p>
<p style="text-align: left"><a name="mySteps"></a><br/>As you can see, I have custom CSS, custom images, and custom HTML.  The process is very simple, here is an overview of the steps we will be following (assuming your iPad is Jailbroken and has Cydia installed, if you don&#8217;t know how to do this you probably shouldn&#8217;t be messing with plists in the first place):</p>
<ol>
<li><a href="#enableSSH">Enable SSH on iPad</a></li>
<li><a href="#sshIPAD">SSH into iPad</a></li>
<li><a href="#createSig">Create Signature</a></li>
<li><a href="#importSig">Import Signature into iPad Plist File</a></li>
<li><a href="#reboot">Reboot and enjoy!</a></li>
</ol>
<p>Let&#8217;s dive in!
</p>
<h2><a href="#mySteps" name="enableSSH"><strong>1. Enable SSH on iPad</strong></a></h2>
<p>So in order to change the proper signature file we need to be able to SSH into the iPad.  However, before we do this <strong>we need to generate the plist file</strong>, and in order to do that just go into your Mail settings on your iPad (Settings->Mail, Contacts, Calendars->Signature) and just type in anything.  This will generate a plist file for the signature in the iPad file hierarchy, which will give us the ability to replace the default signature key.</p>
<p>Anyways, back to enabling SSH.  Go into your Cydia app on your iPad, and do a search for &#8216;OpenSSH&#8217;.  Install this file, and then do a search for &#8216;SBSettings&#8217; and install that as well.  You will need SBSettings to easily toggle SSH on/off.  Once these are installed restart your device.  You are now able to get into your iPad using SSH!</p>
<h2><a href="#mySteps" name="sshIPAD"><strong>2. SSH into iPad</strong></a></h2>
<p>In order to SSH into your iPad, you&#8217;re going to need a couple of things:</p>
<ul>
<li>FTP Program &#8211; I recommend Panic&#8217;s <a href="http://www.panic.com/transmit/">Transmit</a>, v4 just came out and it&#8217;s really slick (Mac only, PC user have fun).</li>
<li>Your iPad&#8217;s IP Address &#8211; This can be found by connecting your iPad to same WiFi network as your computer.  Once you are connected, drop down your SBSettings and write down your &#8216;Wi-Fi IP Address&#8217; (the IP can also be found under the &#8216;WiFi&#8217; section of the &#8216;Settings&#8217; app).</li>
</ul>
<p>Once you have these items, open up your FTP program and create a new connection.  Make sure it is SFTP (which is SSH), type in your iPad IP into the &#8216;Server&#8217; box.  Type &#8216;root&#8217; into Username field, and &#8216;alpine&#8217; into Password field (without the single quotes).  Keep these settings here, and we&#8217;ll come back and initiate this connection once we have made our signature. <br/> **Security sidenote**<br/> since MobileTerminal isn&#8217;t iPad compatible yet we can&#8217;t change these default usernames, so make sure to only keep your iPad connected to secured WiFi networks you trust, otherwise anyone can get into your file system and wreak some serious havoc.<br/></p>
<h2><a href="#mySteps" name="createSig"><strong>3. Create Signature</strong></a></h2>
<p>So now to the fun part, creating our custom signature.  I will put my code to the signature I used, and you can obviously edit/tweak/change to your heart&#8217;s content.  In order to use images and have them viewable by recipients of your messages, you will need to use a <a href="http://www.sveinbjorn.org/dataurlmaker">dataURL maker</a>.  Once you generate this dataURL, paste it into the &#8216;src&#8217; attribute inside of your img tags.  Here is the code for my signature:<br/></p>
<div class="codecolorer-container html4strict blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:400px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br /></div></td><td><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;sig&quot;</span> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;-webkit-text-size-adjust:none;line-height: 14px; margin: 6px 0; padding: 8px; border-top: 1px #CCC solid; border-bottom: 1px #CCC solid; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-size: 10px; color: #555; background: #fff&quot;</span>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;padding: 2px 0 2px 0px;&quot;</span> mce_style<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;padding: 2px 0 2px 0px;&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;float: left; padding-right: 5px;&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/img.html"><span style="color: #000000; font-weight: bold;">img</span></a> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;lime-icon.png&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;64&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;63&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;padding-top: 10px;&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/strong.html"><span style="color: #000000; font-weight: bold;">strong</span></a> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;color: #00964a;&quot;</span> mce_style<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;color: #00964a;&quot;</span>&gt;</span>Bryan Taylor<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/strong.html"><span style="color: #000000; font-weight: bold;">strong</span></a>&gt;&lt;<a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">br</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; President <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/span.html"><span style="color: #000000; font-weight: bold;">span</span></a> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;color: #00964a;&quot;</span> mce_style<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;color: #00964a;&quot;</span>&gt;</span>-<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/span.html"><span style="color: #000000; font-weight: bold;">span</span></a>&gt;</span> Lime Design<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">br</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bt<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/span.html"><span style="color: #000000; font-weight: bold;">span</span></a> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;color: #00964a;&quot;</span> mce_style<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;color: #00964a;&quot;</span>&gt;</span>@<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/span.html"><span style="color: #000000; font-weight: bold;">span</span></a>&gt;</span>thinklime<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/span.html"><span style="color: #000000; font-weight: bold;">span</span></a> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;color: #00964a;&quot;</span> mce_style<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;color: #00964a;&quot;</span>&gt;</span>.<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/span.html"><span style="color: #000000; font-weight: bold;">span</span></a>&gt;</span>net | 224<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/span.html"><span style="color: #000000; font-weight: bold;">span</span></a> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;color: #00964a;&quot;</span> mce_style<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;color: #00964a;&quot;</span>&gt;</span>.<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/span.html"><span style="color: #000000; font-weight: bold;">span</span></a>&gt;</span>420<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/span.html"><span style="color: #000000; font-weight: bold;">span</span></a> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;color: #00964a;&quot;</span> mce_style<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;color: #00964a;&quot;</span>&gt;</span>.<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/span.html"><span style="color: #000000; font-weight: bold;">span</span></a>&gt;</span>2488<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;clear:left; padding-top:5px;&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.facebook.com/profile.php?id=2417188&quot;</span>&gt;&lt;<a href="http://december.com/html/4/element/img.html"><span style="color: #000000; font-weight: bold;">img</span></a> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;fb.png&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;32&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;32&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.twitter.com/thinklime&quot;</span>&gt;&lt;<a href="http://december.com/html/4/element/img.html"><span style="color: #000000; font-weight: bold;">img</span></a> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;twitter.png&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;32&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;32&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://thinklime.net/blog&quot;</span>&gt;&lt;<a href="http://december.com/html/4/element/img.html"><span style="color: #000000; font-weight: bold;">img</span></a> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;wp.png&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;32&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;32&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.last.fm/user/btlovesyou&quot;</span>&gt;&lt;<a href="http://december.com/html/4/element/img.html"><span style="color: #000000; font-weight: bold;">img</span></a> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;lastfm.png&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;32&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;32&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://soundcloud.com/addiktandill&quot;</span>&gt;&lt;<a href="http://december.com/html/4/element/img.html"><span style="color: #000000; font-weight: bold;">img</span></a> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;sc.png&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;32&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;32&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;mailto:bt@thinklime.net&quot;</span>&gt;&lt;<a href="http://december.com/html/4/element/img.html"><span style="color: #000000; font-weight: bold;">img</span></a> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;mail.png&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;32&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;32&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span></div></td></tr></tbody></table></div>
<p>Now, we will move to importing this signature into the iPad plist file.
</p>
<h2><a href="#mySteps" name="importSig"><strong>4. Import Signature into iPad Plist File</strong></a></h2>
<p>Go back to your FTP program and connect to your iPad.  Once you are in the file structure, navigate to <strong>/private/var/mobile/Library/Preferences</strong>.  Download the file &#8216;com.apple.mobilemail.plist&#8217;.  Duplicate this file and rename it as &#8216;com.apple.mobilemail.BAK.plist&#8217; and store this somewhere on your computer in case you need to restore the original.  Now, open the plist file (you will need a plist editor, one is installed with Apple Dev Tools or you can use something like <a href="http://www.macupdate.com/info.php/id/14363/plistedit-pro">Plist Editor</a>).  Then copy the signature HTML code you generated, make sure to remove all spaces and insert your dataURLs, and paste it into the SignatureKey value section.  Disconnect from your SSH, you just input your new iPad signature!</p>
<h2><a href="#mySteps" name="reboot"><strong>5. Reboot Device</strong></a></h2>
<p>All you need to do now is reboot your device.  Reboot your iPad, and send an email and you will see your new signature!  Make sure to not edit this signature on the iPad itself, if you want to make any changes SSH in again and replace the old signature with the new one in the plist file.  </p>
<p><br/><br />
Any questions or items that need clarification?  Feel free to post in the comments and I will respond.  Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinklime.net/blog/2010/05/17/custom-html-mail-signature-on-jailbroken-ipad/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>De.Coding Meetings: Pitches&#8230;</title>
		<link>http://www.thinklime.net/blog/2010/05/16/de-coding-meetings-pitches/</link>
		<comments>http://www.thinklime.net/blog/2010/05/16/de-coding-meetings-pitches/#comments</comments>
		<pubDate>Mon, 17 May 2010 02:19:00 +0000</pubDate>
		<dc:creator>bt</dc:creator>
				<category><![CDATA[Generic]]></category>
		<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://www.inknovationdesign.com/bryantaylor/?p=100</guid>
		<description><![CDATA[What they say: We conservatively project&#8230; What they really mean: We read a book that said we had to be at least a $90 million company in five years, so we reverse-engineered the numbers. What they say: After we determined our future profitability we cautiosly divided by 2. What they really mean: We accidentally divided [...]]]></description>
			<content:encoded><![CDATA[<p>What they say:</p>
<p>We conservatively project&#8230;</p>
<p>What they really mean:</p>
<p>We read a book that said we had to be at least a $90 million company in five years, so we reverse-engineered the numbers.</p>
<p>What they say:</p>
<p>After we determined our future profitability we cautiosly divided by 2.<span id="more-100"></span></p>
<p>What they really mean:</p>
<p>We accidentally divided by 0.5</p>
<p>What they say:</p>
<p>Were projecting a 10% margin.</p>
<p>What they really mean:</p>
<p>We downloaded business software and didn&#8217;t change any of the assumptions</p>
<p>What they say:</p>
<p>The project is 99% complete</p>
<p>What they really mean:</p>
<p>Sure were 99% complete but to complete the remaing 1% it will take twice as long as the 99% and cost three times as much.</p>
<p>What they say:</p>
<p>Our calculations show that we have a nine-month lead</p>
<p>What they really mean:</p>
<p>After doing market reasearch, we really tired to not to find out who has a nine-month lead</p>
<p>What they say:</p>
<p>We have no competition.</p>
<p>What they really mean:</p>
<p>Only Google, Oracle, Microsoft, and Sun have announced plans to enter the business.</p>
<p>What they say:</p>
<p>Our team has a great deal of experience&#8230;</p>
<p>What they mean:</p>
<p>&#8230;consuming the product or service</p>
<p>What they say:</p>
<p>A select group of investors is considering the plan.</p>
<p>What they really mean:</p>
<p>We emailed a copy of the plan to every investor on the internet.</p>
<p>What they say:</p>
<p>We seek a value added investor.</p>
<p>What they really mean:</p>
<p>We are looking for an extremely lazy, uninformed, and unintelligent investor.</p>
<p>-Harvard Business Review August/July 1997</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinklime.net/blog/2010/05/16/de-coding-meetings-pitches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Macros &#8211; Software For Optimizing Your Life</title>
		<link>http://www.thinklime.net/blog/2009/12/23/macros-software-for-optimizing-your-life/</link>
		<comments>http://www.thinklime.net/blog/2009/12/23/macros-software-for-optimizing-your-life/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 21:10:30 +0000</pubDate>
		<dc:creator>bt</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Power Users]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.thinklime.net/blog/?p=30</guid>
		<description><![CDATA[So I work for a software engineering company that requires a multi-step login process. I was tired of clicking the same buttons over and over again every time I needed to login, so I looked for something that would make my life easier. What I found was a sweet plugin for Firefox called iMacros, made [...]]]></description>
			<content:encoded><![CDATA[<p>So I work for a software engineering company that requires a multi-step login process.  I was tired of clicking the same buttons over and over again every time I needed to login, so I looked for something that would make my life easier.  What I found was a sweet plugin for Firefox called <a href="https://addons.mozilla.org/en-US/firefox/addon/3863">iMacros</a>, made by <a href="http://www.iopus.com/">iOpus</a>.</p>
<p>It allows you to record keystrokes and link clicks so that you can easily automate tasks you perform on a daily basis.  Also, I haven&#8217;t experimented with it, but iOpus has a bunch of other optimization software, so be sure to check out your site.</p>
<p>Any feedback on additional tools is appreciated.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinklime.net/blog/2009/12/23/macros-software-for-optimizing-your-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Everyone Loves Free Mac Software!</title>
		<link>http://www.thinklime.net/blog/2009/11/01/everyone-loves-free-mac-software/</link>
		<comments>http://www.thinklime.net/blog/2009/11/01/everyone-loves-free-mac-software/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 19:02:56 +0000</pubDate>
		<dc:creator>bt</dc:creator>
				<category><![CDATA[Mac Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.thinklime.net/blog/?p=28</guid>
		<description><![CDATA[I&#8217;ve been doing this for a couple years, but if you haven&#8217;t heard of MacHeist, you should definitely sign up and start checking it out. Here&#8217;s the link: MacHeist Signup! Basically how it works is you sign up (which, did I mention, is free), then you get to do some sick online missions that lead [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing this for a couple years, but if you haven&#8217;t heard of MacHeist, you should definitely sign up and start checking it out.  Here&#8217;s the link:  <a href="http://www.macheist.com/">MacHeist Signup!</a></p>
<p>Basically how it works is you sign up (which, did I mention, is free), then you get to do some sick online missions that lead to registration info for free copies of premium Mac software.  Last year, I finished about 2/3rd&#8217;s of the missions, and I got over $150 worth of free software!  Plus, at the end, you have the option to buy the yearly software bundle, which is a $400+ value for around $50.</p>
<p>Overall, one of the coolest (if not the coolest) ways to get mac software for free online.</p>
<p>PS.  Check my twitter (http://twitter.com/thinklime which should also be in my lifestream) if you want the coordinates for the first copy of free software (Daisy Disk, a sick hard drive space management tool).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinklime.net/blog/2009/11/01/everyone-loves-free-mac-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Power Users: Ubiquity Helps Take Control Of Your Browser</title>
		<link>http://www.thinklime.net/blog/2009/09/02/web-power-users-ubiquity-helps-take-control-of-your-browser/</link>
		<comments>http://www.thinklime.net/blog/2009/09/02/web-power-users-ubiquity-helps-take-control-of-your-browser/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 14:46:11 +0000</pubDate>
		<dc:creator>bt</dc:creator>
				<category><![CDATA[Generic]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Power Users]]></category>

		<guid isPermaLink="false">http://www.thinklime.net/blog/?p=21</guid>
		<description><![CDATA[So wanted to start a new series called &#8216;Web Power Users&#8217; where I showcase interesting tools from around the web that are especially useful for web devs, designers, or web power users in general.  This week&#8217;s tool is simply called: Ubiquity. It&#8217;s a new relatively new addition to the Mozilla Labs [which has a ton [...]]]></description>
			<content:encoded><![CDATA[<p>So wanted to start a new series called <em><strong>&#8216;Web Power Users&#8217;</strong></em> where I showcase interesting tools from around the web that are especially useful for <strong>web devs</strong>, <strong>designers</strong>, or <strong>web power users</strong> in general.  This week&#8217;s tool is simply called: <strong>Ubiquity</strong>. It&#8217;s a new relatively new addition to the Mozilla Labs [which has a ton of cool stuff btw], and it allows you to actually issue commands to the browser.</p>
<p><span id="more-21"></span></p>
<p>Linux/Unix friendly users will like this concept, as it&#8217;s essentially a shortcut [Ctrl + Space on PC, Alt + Space on Mac] that brings up a terminal<br />
<a href="http://www.thinklime.net/blog/wp-content/uploads/2009/09/ubiquity-full1.gif"><img class="alignnone size-thumbnail wp-image-17" title="ubiquity-full.gif" src="http://www.thinklime.net/blog/wp-content/uploads/2009/09/ubiquity-full1-150x150.gif" alt="ubiquity-full.gif" width="150" height="150" /></a><br />
which you can type all sorts of commands into. It&#8217;s also very easy to write your own commands using their [see: Mozilla's] guidelines. If you&#8217;re too lazy to write your own commands, they have a GIGANTIC list [see: <a title="List Of Ubiquity Commands" href="https://wiki.mozilla.org/Labs/Ubiquity/Commands_In_The_Wild" target="_blank">Ubiquity.Commands</a>] which encompasses everything from multi language translation tools, to code editors, to hardcore math calculation tools.</p>
<p>Not only is it super expandable, but it actually has a ton of built in functionality with the base install. The folks over at Mozilla have included:</p>
<ul>
<li>Built in translation tools that will automatically translate any highlighted text on the page and replace the original with the translation</li>
<li>Weather that can dynamically find weather at various locations at blazing speed</li>
<li>Direct page editing with page changes reflected immediately</li>
<li>Powerful tab control functionality</li>
<li>Hopefully I have got you excited enough to try this out, because once you do it will truly make your web experience a lot easier and a lot more enjoyable.</li>
</ul>
<p>Be sure to grab a copy of Ubiquity [<a href="https://labs.mozilla.com/Ubiquity" target="_blank">link</a>] today.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinklime.net/blog/2009/09/02/web-power-users-ubiquity-helps-take-control-of-your-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Struggles: Speed Up Your Site With GZip</title>
		<link>http://www.thinklime.net/blog/2009/08/29/struggles-speed-up-your-site-with-gzip/</link>
		<comments>http://www.thinklime.net/blog/2009/08/29/struggles-speed-up-your-site-with-gzip/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 08:53:53 +0000</pubDate>
		<dc:creator>bt</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.thinklime.net/blog/?p=10</guid>
		<description><![CDATA[Preface:  Looking to speed up your site anywhere from 25%-70%+ without changing any of your code? Read on to find out how. In case you&#8217;ve checked out my last post, you will have seen that I absolutely love a Firefox add-on called YSlow.  This add-on actuallyanalyzes your site and grades you based on a ton [...]]]></description>
			<content:encoded><![CDATA[<p>Preface:  <strong>Looking to speed up your site anywhere from 25%-70%+ without changing any of your code?</strong> Read on to find out how.</p>
<p>In case you&#8217;ve checked out my last post, you will have seen that I absolutely love a Firefox add-on called <a title="YSlow" href="http://developer.yahoo.com/yslow/" target="_blank">YSlow</a>.  This add-on actually<span id="more-10"></span>analyzes your site and grades you based on a ton of factors.  Not only that, but it has some pretty decent documentation on Yahoo&#8217;s site that explains how to fix pretty much anything.</p>
<p>Most of my sites had a grade between a high B (87) and an A+ (100), but one of the features that I seemed to lack on all my sites was GZip, which after doing a bit of research I realized that it could speed my site up <strong>40-70% </strong>just through server side compression.  After several days of web research, I finally found a great site with very useful instructions.</p>
<p>For now I&#8217;m going to link to this tutorial (which is specialized for Hostmonster hosting), but this week I will post back with a custom modified version that is easier to read and gives more of a background understanding.</p>
<p>If you are interested in seeing this expanded version, let me know.  Here&#8217;s the link: <a title="Gzip Site Compression" href="http://falcon1986.wordpress.com/2009/01/29/forcing-gzip-compression-on-your-hostmonster-hosted-website/" target="_blank">GZip Website Compression</a></p>
<p><strong>UPDATE:</strong> Falcon has posted some wonderful additional info in an updated post, found <a href="http://falcon1986.wordpress.com/2010/01/08/more-on-compressing-your-website-content-for-speed-part-i/">Here</a>.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinklime.net/blog/2009/08/29/struggles-speed-up-your-site-with-gzip/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Essential Firefox Web Developer Add-Ons</title>
		<link>http://www.thinklime.net/blog/2009/08/29/essential-firefox-web-developer-add-ons/</link>
		<comments>http://www.thinklime.net/blog/2009/08/29/essential-firefox-web-developer-add-ons/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 08:31:00 +0000</pubDate>
		<dc:creator>bt</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.thinklime.net/blog/?p=6</guid>
		<description><![CDATA[Bryan's collection of Lime Design approved add-ons for Firefox.]]></description>
			<content:encoded><![CDATA[<p>So I was bored, and like I usually do whenever I am bored I begin to waste time online just surfing around.  This time I stumbled across Firefox&#8217;s add-on site which I love, and saw that they added a new feature called &#8216;Collections&#8217;.  These collections <span id="more-6"></span> allow people to make a list of their favorite add-on&#8217;s that they use or recommend.</p>
<p>I&#8217;ve got quite a few of what I consider awesome add-ons, and so I decided to make a collection that I could share with everybody.  I made this for other web developers and for anyone who happens to do web design or development.  Here&#8217;s the link for it, please comment on here with feedback!</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/collection/tlwebdev">https://addons.mozilla.org/en-US/firefox/collection/tlwebdev</a></p>
<p>-bt</p>
<p><strong>UPDATE:</strong> Optimized collection and added a new addon to keep your FF as fast as possible.  3.6.3 compatible now.  All Mac compatible as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinklime.net/blog/2009/08/29/essential-firefox-web-developer-add-ons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Under Construction</title>
		<link>http://www.thinklime.net/blog/2009/08/11/under-construction/</link>
		<comments>http://www.thinklime.net/blog/2009/08/11/under-construction/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 02:32:18 +0000</pubDate>
		<dc:creator>bt</dc:creator>
				<category><![CDATA[Generic]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thinklime.net/blog/?p=1</guid>
		<description><![CDATA[Hello Gents!  Just wanted to let you know this is the new blog for Lime Design. We are currently in the progress of creating a custom new skin, so we will post back here once we have that finished. Thanks for your patience! -Bryan]]></description>
			<content:encoded><![CDATA[<p>Hello Gents!  Just wanted to let you know this is the new blog for Lime Design.</p>
<p>We are currently in the progress of creating a custom new skin, so we will post back here once we have that finished.<br />
Thanks for your patience!</p>
<p>-Bryan</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinklime.net/blog/2009/08/11/under-construction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kick Spam&#039;s Ass</title>
		<link>http://www.thinklime.net/blog/2009/08/07/kick-spams-ass/</link>
		<comments>http://www.thinklime.net/blog/2009/08/07/kick-spams-ass/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 18:54:52 +0000</pubDate>
		<dc:creator>bt</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Generic]]></category>

		<guid isPermaLink="false">http://www.inknovationdesign.com/bryantaylor/?p=91</guid>
		<description><![CDATA[A new service called Guerrilla Mail creates email addresses that are only active for 60 minutes. Within that time frame you are allowed to receive and send emails. It is ideal for online services you only on plan to using once that require email addresses. Once your done, you don&#8217;t have to worry about that [...]]]></description>
			<content:encoded><![CDATA[<p>A new service called Guerrilla Mail creates email addresses that are only active for 60 minutes. Within that time frame you are allowed to receive and send emails. It is ideal for online services you only on plan to using once that require email <span id="more-91"></span>addresses. Once your done, you don&#8217;t have to worry about that site&#8217;s pesky spam emails anymore.  Enjoy.</p>
<p><a class="alignleft" title="http://www.guerrillamail.com/" href="http://www.guerrillamail.com/" target="_self">http://www.guerrillamail.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinklime.net/blog/2009/08/07/kick-spams-ass/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

