<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>INETFILTER &#187; osx</title>
	<atom:link href="http://blafusel.wordpress.com/tag/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://blafusel.wordpress.com</link>
	<description>My personal Internet filter for computing (Apple Mac OS X), visual effects, motorcycling, movies, music and general silliness.</description>
	<lastBuildDate>Tue, 22 Dec 2009 22:37:35 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='blafusel.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/f8a76b6bc2664fd4adabb0cbd5beb6c9?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>INETFILTER &#187; osx</title>
		<link>http://blafusel.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blafusel.wordpress.com/osd.xml" title="INETFILTER" />
		<item>
		<title>Setting up LaunchBar search template for multiple sites</title>
		<link>http://blafusel.wordpress.com/2008/04/17/setting-up-launchbar-search-template-for-multiple-sites/</link>
		<comments>http://blafusel.wordpress.com/2008/04/17/setting-up-launchbar-search-template-for-multiple-sites/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 16:21:13 +0000</pubDate>
		<dc:creator>blafusel</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[launchbar]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blafusel.wordpress.com/2008/04/17/setting-up-launchbar-search-template-for-multiple-sites/</guid>
		<description><![CDATA[Let&#8217;s say you want to search for something simultaneously on multiple web sites. You could use Saft (and chase after the latest version every time Apple release an update), or, if you are a LaunchBar user (which you should be!) setup a AppleScript like so:

on handle_string(s)
tell application &#8220;Safari&#8221;
activate
 
tell application &#8220;System Events&#8221;
tell process &#8220;Safari&#8221;
keystroke &#8220;n&#8221; using [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blafusel.wordpress.com&blog=3378987&post=80&subd=blafusel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Let&#8217;s say you want to search for something simultaneously on multiple web sites. You could use <a href="http://haoli.dnsalias.com/Saft/Download/">Saft</a> (and chase after the latest version every time Apple release an update), or, if you are a <a href="http://obdev.at/products/launchbar/index.html">LaunchBar</a> user (which you should be!) setup a AppleScript like so:</p>
<blockquote>
<p style="text-indent:-41.7px;font:12px Verdana;color:#408000;margin:0 0 0 41.6px;"><span style="color:#2900ff;"><strong>on</strong></span> handle_string<span style="color:#000000;">(</span>s<span style="color:#000000;">)</span></p>
<p style="text-indent:-83.2px;font:12px Verdana;margin:0 0 0 83.2px;"><span style="color:#2900ff;"><strong>tell</strong></span> <span style="color:#0000ff;">application</span> &#8220;Safari&#8221;</p>
<p style="text-indent:-124.9px;font:12px Verdana;color:#0000ff;margin:0 0 0 124.8px;">activate</p>
<p style="text-indent:-124.9px;font:12px Helvetica;min-height:14px;margin:0 0 0 124.8px;"> </p>
<p style="text-indent:-124.9px;font:12px Verdana;margin:0 0 0 124.8px;"><span style="color:#2900ff;"><strong>tell</strong></span> <span style="color:#0000ff;">application</span> &#8220;System Events&#8221;</p>
<p style="text-indent:-166.5px;font:12px Verdana;margin:0 0 0 166.5px;"><span style="color:#2900ff;"><strong>tell</strong></span> <span style="color:#0000ff;">process</span> &#8220;Safari&#8221;</p>
<p style="text-indent:-208.1px;font:12px Verdana;color:#0000ff;margin:0 0 0 208.1px;">keystroke <span style="color:#000000;">&#8220;n&#8221;</span> using command down</p>
<p style="text-indent:-166.5px;font:12px Verdana;color:#2900ff;margin:0 0 0 166.5px;"><strong>end</strong> <strong>tell</strong></p>
<p style="text-indent:-124.9px;font:12px Verdana;color:#2900ff;margin:0 0 0 124.8px;"><strong>end</strong> <strong>tell</strong></p>
<p style="text-indent:-124.9px;font:12px Verdana;color:#4c4e4e;margin:0 0 0 124.8px;"><span style="color:#000000;">&#8211;</span> delay 1</p>
<p style="text-indent:-124.9px;font:12px Verdana;margin:0 0 0 124.8px;"><span style="color:#2900ff;"><strong>set</strong></span> <span style="color:#2900ff;"><strong>the</strong></span> <span style="color:#0000ff;">URL</span> <span style="color:#2900ff;"><strong>of</strong></span> <span style="color:#0000ff;">document</span> 1 <span style="color:#2900ff;"><strong>to</strong></span> <span style="font:12px Helvetica;"><span style="font-family:Verdana;">&#8220;http://www.google.com/search?hl=en&amp;q=&#8221; &amp; <span style="color:#408000;">s</span></span></span></p>
<p style="text-indent:-124.9px;font:12px Helvetica;min-height:14px;margin:0 0 0 124.8px;"> </p>
<p style="text-indent:-124.9px;font:12px Verdana;margin:0 0 0 124.8px;"><span style="color:#2900ff;"><strong>tell</strong></span> <span style="color:#0000ff;">application</span> &#8220;System Events&#8221;</p>
<p style="text-indent:-166.5px;font:12px Verdana;margin:0 0 0 166.5px;"><span style="color:#2900ff;"><strong>tell</strong></span> <span style="color:#0000ff;">process</span> &#8220;Safari&#8221;</p>
<p style="text-indent:-208.1px;font:12px Verdana;color:#0000ff;margin:0 0 0 208.1px;">keystroke <span style="color:#000000;">&#8220;t&#8221;</span> using command down</p>
<p style="text-indent:-166.5px;font:12px Verdana;color:#2900ff;margin:0 0 0 166.5px;"><strong>end</strong> <strong>tell</strong></p>
<p style="text-indent:-124.9px;font:12px Verdana;color:#2900ff;margin:0 0 0 124.8px;"><strong>end</strong> <strong>tell</strong></p>
<p style="text-indent:-124.9px;font:12px Verdana;margin:0 0 0 124.8px;"><span style="color:#2900ff;"><strong>set</strong></span> <span style="color:#2900ff;"><strong>the</strong></span> <span style="color:#0000ff;">URL</span> <span style="color:#2900ff;"><strong>of</strong></span> <span style="color:#0000ff;">document</span> 1 <span style="color:#2900ff;"><strong>to</strong></span> <span style="font:12px Helvetica;"><span style="font-family:Verdana;">&#8220;http://search.yahoo.com/search?p=&#8221; &amp; <span style="color:#408000;">s</span></span></span></p>
<p style="text-indent:-124.9px;font:12px Helvetica;min-height:14px;margin:0 0 0 124.8px;"> </p>
<p style="text-indent:-83.2px;font:12px Verdana;color:#2900ff;margin:0 0 0 83.2px;"><strong>end</strong> <strong>tell</strong></p>
<p style="text-indent:-83.2px;font:12px Helvetica;min-height:14px;margin:0 0 0 83.2px;"> </p>
<p style="text-indent:-41.7px;font:12px Verdana;color:#408000;margin:0 0 0 41.6px;"><span style="color:#2900ff;"><strong>end</strong></span> handle_string</p>
<p style="text-indent:-41.7px;font:12px Verdana;color:#408000;margin:0 0 0 41.6px;"> </p>
</blockquote>
<p style="text-indent:-41.7px;font:normal normal normal 12px/normal Verdana;text-align:left;margin:0 0 0 41.6px;">After LaunchBar indexed the script you can trigger it as a search template. The script will open a new Safari</p>
<p style="text-indent:-41.7px;font:normal normal normal 12px/normal Verdana;text-align:left;margin:0 0 0 41.6px;">window with two tabs, showing the results from Google and Yahoo</p>
<blockquote></blockquote>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/blafusel.wordpress.com/80/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/blafusel.wordpress.com/80/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blafusel.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blafusel.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/blafusel.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/blafusel.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/blafusel.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/blafusel.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/blafusel.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/blafusel.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/blafusel.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/blafusel.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blafusel.wordpress.com&blog=3378987&post=80&subd=blafusel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blafusel.wordpress.com/2008/04/17/setting-up-launchbar-search-template-for-multiple-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dc6cc69a36861b3fcf1a834bc6ea6b58?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">blafusel</media:title>
		</media:content>
	</item>
		<item>
		<title>Favorites: LaunchBar</title>
		<link>http://blafusel.wordpress.com/2008/04/14/favorites-launchbar/</link>
		<comments>http://blafusel.wordpress.com/2008/04/14/favorites-launchbar/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 17:56:04 +0000</pubDate>
		<dc:creator>blafusel</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[recommendation]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://blafusel.wordpress.com/2008/04/14/favorites-launchbar/</guid>
		<description><![CDATA[Now, this is a tool you have to pay money for $19.95, but I believe it&#8217;s worth every penny. I know there are alternatives &#8211; like QuickSilver which I believe never came out of it&#8217;s beta state. It is free however. And has an open plugin platform. However, it&#8217;s a bit too geeky (if there [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blafusel.wordpress.com&blog=3378987&post=59&subd=blafusel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Now, this is a tool you have to pay money for $19.95, but I believe it&#8217;s worth every penny. I know there are alternatives &#8211; like <a href="http://www.blacktree.com/">QuickSilver</a> which I believe never came out of it&#8217;s beta state. It is free however. And has an open plugin platform. However, it&#8217;s a bit too geeky (if there is such a thing) for my taste.</p>
<p><a href="http://www.obdev.at/products/launchbar/index.html"><img src="http://blafusel.files.wordpress.com/2008/04/200804141041.jpg?w=458&#038;h=288" alt="200804141041.jpg" width="458" height="288" /></a></p>
<p>Here a couple of features I really enjoy and use on a daily basis:</p>
<p><img src="http://blafusel.files.wordpress.com/2008/04/200804141053.jpg?w=241&#038;h=290" alt="200804141053.jpg" width="241" height="290" /></p>
<p>It also allows for setting up search templates manually for any site really easily. A great time saver.</p>
<p> </p>
<p> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/blafusel.wordpress.com/59/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/blafusel.wordpress.com/59/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blafusel.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blafusel.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/blafusel.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/blafusel.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/blafusel.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/blafusel.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/blafusel.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/blafusel.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/blafusel.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/blafusel.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blafusel.wordpress.com&blog=3378987&post=59&subd=blafusel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blafusel.wordpress.com/2008/04/14/favorites-launchbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dc6cc69a36861b3fcf1a834bc6ea6b58?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">blafusel</media:title>
		</media:content>

		<media:content url="http://blafusel.files.wordpress.com/2008/04/200804141041.jpg" medium="image">
			<media:title type="html">200804141041.jpg</media:title>
		</media:content>

		<media:content url="http://blafusel.files.wordpress.com/2008/04/200804141053.jpg" medium="image">
			<media:title type="html">200804141053.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Happy Birthday Dave! (1Password 42% off)</title>
		<link>http://blafusel.wordpress.com/2008/04/13/happy-birthday-dave-1password-42-off/</link>
		<comments>http://blafusel.wordpress.com/2008/04/13/happy-birthday-dave-1password-42-off/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 06:41:03 +0000</pubDate>
		<dc:creator>blafusel</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[sale]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blafusel.wordpress.com/?p=48</guid>
		<description><![CDATA[Special Happy Birthday Dave! sale:

but it only lasts another day! Click here if you&#8217;re interested (I couldn&#8217;t live without 1Password!):
Dave Teare, co-founder of Agile Web Solutions, is another year older today, and in following tradition Dave wanted to share the celebration with everyone by creating a special Birthday ZOT Deal!

 
       [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blafusel.wordpress.com&blog=3378987&post=48&subd=blafusel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Special Happy Birthday Dave! sale:</p>
<p><span style="color:#0000ee;"><a href="http://blafusel.files.wordpress.com/2008/04/picture-12.jpg"><img class="alignnone size-medium wp-image-49" src="http://blafusel.files.wordpress.com/2008/04/picture-12.jpg?w=400&#038;h=132" alt="" width="400" height="132" /></a></span></p>
<p>but it only lasts another day! <strong><a href="http://agilefolks.com/s/15083762e">Click here</a></strong> if you&#8217;re interested (I couldn&#8217;t live without 1Password!):</p>
<p>Dave Teare, co-founder of <a href="http://agilewebsolutions.com/" target="_new">Agile Web Solutions</a>, is another year older today, and in following tradition Dave wanted to share the celebration with everyone by creating a special Birthday ZOT Deal!</p>
<p><a href="http://agilewebsolutions.com/promo/daves_birthday_purchase"></a><a href="http://agilewebsolutions.com/promo/daves_birthday_purchase"></a></p>
<p> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/blafusel.wordpress.com/48/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/blafusel.wordpress.com/48/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blafusel.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blafusel.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/blafusel.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/blafusel.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/blafusel.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/blafusel.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/blafusel.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/blafusel.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/blafusel.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/blafusel.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blafusel.wordpress.com&blog=3378987&post=48&subd=blafusel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blafusel.wordpress.com/2008/04/13/happy-birthday-dave-1password-42-off/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dc6cc69a36861b3fcf1a834bc6ea6b58?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">blafusel</media:title>
		</media:content>

		<media:content url="http://blafusel.files.wordpress.com/2008/04/picture-12.jpg?w=400" medium="image" />
	</item>
		<item>
		<title>How (long) can they get away with this?</title>
		<link>http://blafusel.wordpress.com/2008/04/13/how-long-can-they-get-away-with-this/</link>
		<comments>http://blafusel.wordpress.com/2008/04/13/how-long-can-they-get-away-with-this/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 00:07:12 +0000</pubDate>
		<dc:creator>blafusel</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://blafusel.wordpress.com/?p=31</guid>
		<description><![CDATA[Looks like Psystar is selling a &#8220;OpenMac&#8221;. Apparently you buy the box $399 and Leopard. And you have a very cheap Mac!
 

Psystar Homepage
 
 
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blafusel.wordpress.com&blog=3378987&post=31&subd=blafusel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Looks like Psystar is selling a &#8220;OpenMac&#8221;. Apparently you buy the box $399 and Leopard. And you have a very cheap Mac!</p>
<p> </p>
<p><a href="http://www.psystar.com/index.php?&amp;page=shop.product_details&amp;flypage=flypage_images.tpl&amp;product_id=1&amp;category_id=3&amp;manufacturer_id=4&amp;option=com_virtuemart&amp;Itemid=72"><img class="alignnone size-medium wp-image-32" src="http://blafusel.files.wordpress.com/2008/04/picture-21.jpg?w=400&#038;h=324" alt="" width="400" height="324" /></a></p>
<p><span style="color:#0000ee;text-decoration:underline;"><a href="http://www.psystar.com/index.php?&amp;page=shop.product_details&amp;flypage=flypage_images.tpl&amp;product_id=1&amp;category_id=3&amp;manufacturer_id=4&amp;option=com_virtuemart&amp;Itemid=72">Psystar Homepage</a></span></p>
<p> </p>
<p> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/blafusel.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/blafusel.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blafusel.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blafusel.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/blafusel.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/blafusel.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/blafusel.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/blafusel.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/blafusel.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/blafusel.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/blafusel.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/blafusel.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blafusel.wordpress.com&blog=3378987&post=31&subd=blafusel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blafusel.wordpress.com/2008/04/13/how-long-can-they-get-away-with-this/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dc6cc69a36861b3fcf1a834bc6ea6b58?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">blafusel</media:title>
		</media:content>

		<media:content url="http://blafusel.files.wordpress.com/2008/04/picture-21.jpg?w=400" medium="image" />
	</item>
		<item>
		<title>A digital Fax for your desktop</title>
		<link>http://blafusel.wordpress.com/2008/04/04/a-digital-fax-for-your-desktop/</link>
		<comments>http://blafusel.wordpress.com/2008/04/04/a-digital-fax-for-your-desktop/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 06:36:00 +0000</pubDate>
		<dc:creator>blafusel</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[capture]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://blafusel.wordpress.com/2008/04/04/a-digital-fax-for-your-desktop/</guid>
		<description><![CDATA[Often times I need to make a quick screenshot, maybe to compare something, or just to keep a reminder around. My workflow goes something like this:
1. press hotkey (Cmd-Ctrl-Shift 4)
2. locate screen capture file on the Desktop
3. open it in Preview
Here a little script which, when executed will perform the screen capture, and open the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blafusel.wordpress.com&blog=3378987&post=6&subd=blafusel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Often times I need to make a quick screenshot, maybe to compare something, or just to keep a reminder around. My workflow goes something like this:<br />
1. press hotkey (Cmd-Ctrl-Shift 4)<br />
2. locate screen capture file on the Desktop<br />
3. open it in Preview</p>
<p>Here a little script which, when executed will perform the screen capture, and open the saved file in Preview:</p>
<blockquote><p>#!/bin/csh<br />
rm -f /Users/your_username/grab.jpg<br />
screencapture -i /User/your_username/grab.jpg<br />
open /Applications/Preview.app /Users/your_username/grab.jpg</p></blockquote>
<p>Make sure to chmod +x the file so it is executable. This is really a simple, single-purpose script &#8211; one could extend its functionality by numbering the screen captures to preserve older ones.</p>
<p>Using a launcher application, preferably <a href="http://www.obdev.at/products/launchbar/index.html">LaunchBar</a>, to execute the script. You can also use OS X&#8217;s Spotlight search to start the script.</p>
<p>You should see your mouse pointer turning into a crosshair. Click-drag the area on the screen you like to capture. Now Preview should open you captured image. You just send yourself a digital fax! (woot 21st century!)</p>
<p>Here a screen capture of my blog post writing the code for the screen capture script after I executed the screen capture once &#8211;  I feel dizzy&#8230;</p>
<p><a href="http://bp2.blogger.com/_A5twjfzKpew/R_ZJ-68DSFI/AAAAAAAAA2o/qYzZNgoOL1Q/s1600-h/grab.jpg"><img style="cursor:pointer;" src="http://bp2.blogger.com/_A5twjfzKpew/R_ZJ-68DSFI/AAAAAAAAA2o/qYzZNgoOL1Q/s400/grab.jpg" border="0" alt="" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/blafusel.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/blafusel.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blafusel.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blafusel.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/blafusel.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/blafusel.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/blafusel.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/blafusel.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/blafusel.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/blafusel.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/blafusel.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/blafusel.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blafusel.wordpress.com&blog=3378987&post=6&subd=blafusel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blafusel.wordpress.com/2008/04/04/a-digital-fax-for-your-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dc6cc69a36861b3fcf1a834bc6ea6b58?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">blafusel</media:title>
		</media:content>

		<media:content url="http://bp2.blogger.com/_A5twjfzKpew/R_ZJ-68DSFI/AAAAAAAAA2o/qYzZNgoOL1Q/s400/grab.jpg" medium="image" />
	</item>
	</channel>
</rss>