<?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>Vim &#38; Vigor</title>
	<atom:link href="http://adr.enal.in/weblog/feed" rel="self" type="application/rss+xml" />
	<link>http://adr.enal.in/weblog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 28 Aug 2010 22:08:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>LeSportsac enlists in the Stupid Shipping Gang</title>
		<link>http://adr.enal.in/weblog/60/lesportsac-enlists-in-the-stupid-shipping-gang</link>
		<comments>http://adr.enal.in/weblog/60/lesportsac-enlists-in-the-stupid-shipping-gang#comments</comments>
		<pubDate>Sat, 28 Aug 2010 22:08:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fashion]]></category>

		<guid isPermaLink="false">http://adr.enal.in/weblog/?p=60</guid>
		<description><![CDATA[
Not to be outdone by Amazon.com, LeSportsac has joined the ranks of the companies who ship tiny things in huge boxes. One thing a distribution center is unlikely to run out of is boxes so it&#8217;s doubtful they ran out of small ones, especially for a label that almost exclusively makes small items.



]]></description>
			<content:encoded><![CDATA[<p>
Not to be outdone by Amazon.com, LeSportsac has joined the ranks of the companies who ship tiny things in huge boxes. One thing a distribution center is unlikely to run out of is boxes so it&#8217;s doubtful they ran out of small ones, especially for a label that almost exclusively makes small items.
</p>
<p><img src="http://adr.enal.in/weblog/wp-content/uploads/DSC2989.jpg" alt="" title="LeSportsac shipping box" width="518" height="603" class="alignnone size-full wp-image-62" /></p>
<p><img src="http://adr.enal.in/weblog/wp-content/uploads/DSC2990.jpg" alt="" title="LeSportsac box" class="alignnone size-full wp-image-61" /></p>
]]></content:encoded>
			<wfw:commentRss>http://adr.enal.in/weblog/60/lesportsac-enlists-in-the-stupid-shipping-gang/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Text Your Computer&#8217;s IP to Yourself</title>
		<link>http://adr.enal.in/weblog/45/text-your-computers-ip-to-yourself</link>
		<comments>http://adr.enal.in/weblog/45/text-your-computers-ip-to-yourself#comments</comments>
		<pubDate>Fri, 20 Aug 2010 03:03:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://adr.enal.in/weblog/?p=45</guid>
		<description><![CDATA[If you ever run any kind of web-accessible software on your mac at home like a web server, remote bittorrent client, remote desktop, et cetera you know its a major bummer when you go to connect from elsewhere and it times out because your dynamic IP changed. Past the jump, you will learn how to make your mac email or text you it's IP address.]]></description>
			<content:encoded><![CDATA[<p>If you ever run any kind of web-accessible software on your mac at home like a web server, remote bittorrent client, remote desktop, et cetera you know its a major bummer when you go to connect from elsewhere and it times out because your dynamic IP changed. Your computer now has a proverbial wall up blocking your access directly but if you&#8217;re like pretty much everyone, you leave your mail client open and checking for emails. To continue the wall metaphor, you can&#8217;t go through it but you can still go <i>over</i> it!</p>
<p>
The trick is to get your computer to answer an email that will trigger it to get it&#8217;s IP and send it to your email (or in this case your mobile&#8217;s text email address.)
</p>
<h4>Enter Automator</h4>
<p>
You will want to make an Automator workflow (which you will later save as an application) that will:</p>
<ol>
<li>Open a website that display&#8217;s your computer&#8217;s IP</li>
<li>Extract that text (IP)</li>
<li>Put it in an email and send it to you (in my case my text address)</li>
</ol>
<p>Note: You can use a website like myipaddress.com to get your IP but the problem is it has all the HTML with it which will look like crap in an email or split the text into like 10 of them. I made a script that shows <i>only</i> the IP at <a href="http://pahi3.com/myip.php" title="See your ip address">http://pahi3.com/myip.php</a> which you can use. Alternatively you can use your own by creating a PHP file with: &lt;?=$_SERVER['REMOTE_ADDR']?></p>
<p>You can find the first three actions under the Internet category and obviously the last two under Email. You can just use your email if you have a smartphone but I personally thing its way doper to put my [PHONENUMBER]@tmomail.net address for a simple SMS.</p>
<p><img src="/images/tmmip-auto.png" alt="automator workflow" title="Automator workflow to text yourself your IP" /></p>
<p>After you&#8217;ve created that save it as a workflow so you can modify it later if you need to but <b>also as an application.</b> It&#8217;s the application that will actually be run by the AppleScript in the next step.</p>
<p>Open up Script Editor and type this in it where <i>textmemyip</i> is the filename of the Automator application you just saved. Make sure they&#8217;re in the same directory like in Documents.</p>
<p><img src="/images/tmmip-se.png" alt="script editor screenshot" title="AppleScript to run an Automator application" /></p>
<p>Save that as a script where you saved the application. Note that anytime you try to open that in Script Editor, even if you open the program first and open it through File &raquo; Open it will run. It makes testing a <acronym title="pain in the arse">PITA</acronym> so be prepared.</p>
<p>Lastly open up Mail then Preferences and create a rule to run the script, which will run the Automator application.</p>
<p><img src="/images/tmmip-mr.png" alt="mail.app rule screenshot" title="Mail.app rule to run the AppleScript" /></p>
<p>Some people might want more protection by using a more coded subject message and specifying your own email address as an additional condition (specifying &#8220;all&#8221; conditions met) but I personally aren&#8217;t worried about accidentally getting my own IP from somebody else&#8217;s subject. Furthermore there&#8217;s no telling what email address I might use to send the email from anyway.</p>
<p>
So there you have it: your computer will get it&#8217;s own IP and sent it to your email or text message. Just make sure Mail receives new messages on a short enough basis if you&#8217;re still using POP3 so you don&#8217;t have to sit around waiting for it.
</p>
<p>Sweet, huh?</p>
]]></content:encoded>
			<wfw:commentRss>http://adr.enal.in/weblog/45/text-your-computers-ip-to-yourself/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Front-end Speed Test: Mobile Browsers</title>
		<link>http://adr.enal.in/weblog/43/front-end-speed-test-mobile-browsers</link>
		<comments>http://adr.enal.in/weblog/43/front-end-speed-test-mobile-browsers#comments</comments>
		<pubDate>Sun, 31 May 2009 00:12:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://adr.enal.in/acetylene/?p=43</guid>
		<description><![CDATA[So you&#8217;ve downloaded YSlow and got your pages to load in less than half a second. Now the next step is to see how it works on a mobile phone browser (Safari Mobile excluded I would imagine) to see if you have too many images.
My Blackberry (which I love to death despite its behind-the-times functionality) [...]]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;ve downloaded <a href="http://developer.yahoo.com/yslow/" rel="nofollow">YSlow</a> and got your pages to load in less than half a second. Now the next step is to see how it works on a mobile phone browser (Safari Mobile excluded I would imagine) to see if you have too many images.</p>
<p>My Blackberry (which I love to death despite its behind-the-times functionality) usually loads average web pages at a brisk 2 minutes or so. And thats over Wi-Fi! Today I was browsing some of my websites and those that were light on images clocked in at far less than 60 seconds. Obviously most mobile browsers are antiquated to say the least, and images are necessary for web design but sometimes typography still trumphs imagery. </p>
<p>Give it a try and see how you match up.</p>
]]></content:encoded>
			<wfw:commentRss>http://adr.enal.in/weblog/43/front-end-speed-test-mobile-browsers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>adidas Originals Flock Track Top in Purple</title>
		<link>http://adr.enal.in/weblog/37/adidas-originals-flock-track-top-in-purple</link>
		<comments>http://adr.enal.in/weblog/37/adidas-originals-flock-track-top-in-purple#comments</comments>
		<pubDate>Thu, 09 Apr 2009 19:11:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fashion]]></category>

		<guid isPermaLink="false">http://adr.enal.in/acetylene/?p=37</guid>
		<description><![CDATA[
I am loving this track jacket in purple (officially &#8220;Violet/Turquoise&#8221;). It&#8217;s a very edgy color for adidas&#8217; mens line.
Update: this thing is huge. A small fit more like half-way between medium and large. Had to return it.
$65 from shopadidas.com.
]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-38" title="adidas Originals Hooded Flock Track Top" src="http://adr.enal.in/acetylene/wp-content/uploads/padidas1-5285336_pattern_w345a.jpg" alt="track top image" width="345" height="278" /></p>
<p>I am loving this track jacket in purple (officially &#8220;Violet/Turquoise&#8221;). It&#8217;s a very edgy color for adidas&#8217; mens line.</p>
<p><em>Update: this thing is huge. A small fit more like half-way between medium and large. Had to return it.</em></p>
<p><em>$65 from <a title="adidas Originals Store" href="http://www.shopadidas.com/product/index.jsp?productId=2249950&amp;shopGroup=R&amp;cp=2039765.2019616.2018755&amp;colorId=E14578" rel="nofollow">shopadidas.com</a></em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://adr.enal.in/weblog/37/adidas-originals-flock-track-top-in-purple/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Federal Reserve Sticker</title>
		<link>http://adr.enal.in/weblog/3/federal-reserve-sticker</link>
		<comments>http://adr.enal.in/weblog/3/federal-reserve-sticker#comments</comments>
		<pubDate>Tue, 31 Mar 2009 04:25:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Art Project]]></category>
		<category><![CDATA[sticker]]></category>

		<guid isPermaLink="false">http://adr.enal.in/acetylene/?p=25</guid>
		<description><![CDATA[




The Federal Reserve is no more a part of the government than FedEx is yet it has absolute power. Even former chairman Alan Greenspan said that nobody can dictate what it does farther than mere suggestion.
The sticker is a 10&#8243; x 3&#8243; bumper sticker with two lines of text making it two-in-one.
Double sticker &#8211; $3.99
]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">
<dl id="attachment_26" class="wp-caption alignnone" style="width: 735px;">
<dt class="wp-caption-dt"><img class="size-full wp-image-26" title="Federal Reserve sticker" src="http://adr.enal.in/acetylene/wp-content/uploads/federal_reserve.gif" alt="federalreserve" width="600" height="76" /></dt>
</dl>
</div>
<p>The Federal Reserve is no more a part of the government than FedEx is yet it has absolute power. Even former chairman Alan Greenspan said that nobody can dictate what it does farther than mere suggestion.</p>
<p>The sticker is a 10&#8243; x 3&#8243; bumper sticker with two lines of text making it two-in-one.</p>
<p><a title="Federal Reserve Sticker" href="http://www.cafepress.com/adr_enal_in.370057570">Double sticker &#8211; $3.99</a></p>
]]></content:encoded>
			<wfw:commentRss>http://adr.enal.in/weblog/3/federal-reserve-sticker/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blackberry + Mail.app + Gmail = ♥</title>
		<link>http://adr.enal.in/weblog/1/blackberry-plus-mailapp-plus-gmail-equals-love</link>
		<comments>http://adr.enal.in/weblog/1/blackberry-plus-mailapp-plus-gmail-equals-love#comments</comments>
		<pubDate>Wed, 28 Jan 2009 06:13:01 +0000</pubDate>
		<dc:creator>Frankie Flowers</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[mail.app]]></category>

		<guid isPermaLink="false">http://adr.enal.in/reverb/?p=1</guid>
		<description><![CDATA[Before I bought my Blackberry 8320 I used to have Apple&#8217;s Mail.app connect to Gmail through POP. Obviously this is very cumbersome because I would have to periodically login to Gmail to clean out the emails I had deleted from Mail.
Enter the Curve. This smartphone has the option to delete emails from the server when [...]]]></description>
			<content:encoded><![CDATA[<p>Before I bought my Blackberry 8320 I used to have Apple&#8217;s Mail.app connect to Gmail through POP. Obviously this is very cumbersome because I would have to periodically login to Gmail to clean out the emails I had deleted from Mail.</p>
<p>Enter the Curve. This smartphone has the option to delete emails from the server when they are removed from the phone. Add to this the fact that Gmail has since gone IMAP and you have a triad of email portals that are all synchronized.</p>
<p><strong>Step 1. Configure your Blackberry</strong></p>
<p>While in your messages, hit Menu and navigate to Messages Options -&gt; Email Reconciliation -&gt; Delete On: Mailbox &amp; Handheld</p>
<p><img class="alignnone size-full wp-image-15" title="blackberry-reconcile-email" src="http://adr.enal.in/acetylene/wp-content/uploads/blackberry-reconcile-email.jpg" alt="blackberry-reconcile-email" width="348" height="198" /></p>
<p><strong>Step 2. Configure Mail.app for IMAP Gmail</strong></p>
<p>Add a new account and set Account Type: IMAP and fill in the rest of your gmail credentials.</p>
<p><strong>Step 3. Enable IMAP in Gmail</strong></p>
<p><img class="alignnone size-full wp-image-10" title="Gmail IMAP Screenshot" src="http://adr.enal.in/acetylene/wp-content/uploads/gmail-imap-screenshot.gif" alt="Gmail IMAP Screenshot" width="599" height="236" /></p>
<p>Now, when you delete an email from your phone it will be removed from Gmail and Mail as well. (If you delete it from Gmail or Mail it will delete from the Blackberry but only after several hours when it reconciles with the server.)</p>
]]></content:encoded>
			<wfw:commentRss>http://adr.enal.in/weblog/1/blackberry-plus-mailapp-plus-gmail-equals-love/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
