<?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>MacMembrane &#187; Interface</title>
	<atom:link href="http://macmembrane.com/category/interface/feed/" rel="self" type="application/rss+xml" />
	<link>http://macmembrane.com</link>
	<description>There are peels everywhere...</description>
	<lastBuildDate>Thu, 11 Jun 2009 09:05:10 +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>An Ultra Minimalist Toolbar for Safari 4</title>
		<link>http://macmembrane.com/an-ultra-minimalist-toolbar-for-safari-4/</link>
		<comments>http://macmembrane.com/an-ultra-minimalist-toolbar-for-safari-4/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 09:05:07 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Interface]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://macmembrane.com/?p=1332</guid>
		<description><![CDATA[Wash Safari 4's toolbar clean.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" align="right" src="http://macmembrane.com/wp-content/uploads/2009/06/safari-bookmrk-page.png" alt="safari-bookmrk-page.png" border="0" width="115" height="61" align="right" />Always the fan of minimalism, I was happy to read <a href="http://www.macosxhints.com/article.php?story=20090608212411305" title="macosxhints.com - Remove the Add Bookmark button from Safari 4">a tip on Mac OS X Hints</a> on removing the location bar attached &#8216;add bookmark&#8217; button from <a href="http://www.apple.com/safari/" title="Apple - Safari - Introducing Safari 4 - See the web in a whole new way">Safari 4</a>.</p>
<p>Start customizing the toolbar and then drag the stand-alone &#8216;add bookmark&#8217; button to the bar. You&#8217;ll see that the location bar attached button disappear in a puff of smoke. Click done and then right click on the stand-alone button. Click &#8216;remove item&#8217; and you&#8217;ll be left with the most minimalistic browser experience you can imagine.</p>
<p><img src="http://macmembrane.com/wp-content/uploads/2009/06/safari-bookmarkless.png" alt="safari-bookmarkless.png" border="0" width="590" height="58" class="centered" /></p>
<p>Safari 4 is shockingly fast and hasn&#8217;t crashed on me once.</p>
]]></content:encoded>
			<wfw:commentRss>http://macmembrane.com/an-ultra-minimalist-toolbar-for-safari-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide Desktop Items With an AppleScript</title>
		<link>http://macmembrane.com/hide-desktop-items-with-an-applescript/</link>
		<comments>http://macmembrane.com/hide-desktop-items-with-an-applescript/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 12:05:59 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[Interface]]></category>
		<category><![CDATA[MacMembrane AppleScripts]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://macmembrane.com/?p=1328</guid>
		<description><![CDATA[Very quickly hide desktop items and bring them back with a command.]]></description>
			<content:encoded><![CDATA[<p>Here are a pair of Finder <a href="http://macmembrane.com/macmembrane-applescripts/" title="MacMembrane AppleScripts | MacMembrane">AppleScripts</a> to hide all of your Desktop files. The first makes them disappear. The second brings them back.</p>
<h2>Hide Desktop Files</h2>
<pre class="brush: css">do shell script &quot;chflags hidden ~/Desktop/*&quot;</pre>
<h2>Reveal Desktop Files</h2>
<pre class="brush: css">do shell script &quot;chflags nohidden ~/Desktop/*&quot;</pre>
<p>Copy each script into its own Script Editor window and save them to ~/Library/Scripts. I wish I&#8217;d known about this trick sooner.</p>
]]></content:encoded>
			<wfw:commentRss>http://macmembrane.com/hide-desktop-items-with-an-applescript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail With No Ads</title>
		<link>http://macmembrane.com/gmail-with-no-ads/</link>
		<comments>http://macmembrane.com/gmail-with-no-ads/#comments</comments>
		<pubDate>Mon, 18 May 2009 09:16:46 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Interface]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://macmembrane.com/?p=1318</guid>
		<description><![CDATA[Gmail effectively reads your incoming mail and pitches you ads based on its contents. Fortunately you can turn them off.]]></description>
			<content:encoded><![CDATA[<p><a href="https://mail.google.com/" title="Gmail - Inbox - jesscdn@gmail.com"><img class="alignright" align="right" src="http://macmembrane.com/wp-content/uploads/2009/05/gmail-icon1.png" alt="gmail-icon.png" border="0" width="133" height="128" align="right" /></a>I recently switched from Mail.app to <a href="https://mail.google.com/" title="Gmail">Gmail</a>&#8217;s online interface. After setting up forwarding of my various accounts, setting alternate reply addresses and enabling keyboard shortcuts, I&#8217;m entirely happy with this change. It&#8217;s hard to argue with having all your mail synced across every computer (my Macs and my work PC), and now that Gmail lets you view your mail offline I could think of no reason not to make the switch. Except one.</p>
<p>Unlike other free mail services, Gmail doesn&#8217;t inject ads into emails that you send. Like the others, however, it does display ads when viewing your mail. And with Gmail it&#8217;s a bit unsettling. Gmail effectively reads your incoming mail and pitches you ads based on its contents. The ads are, of course, algorithmically served, so it&#8217;s not like a team of Gmail slackers actually access your mail and decides what ads to show, but it&#8217;s weird none the less. Fortunately you can turn them off.</p>
<p>Install <a href="http://userscripts.org/scripts/show/43495" title="GMail Without Ads and Hidden Spam count! for Greasemonkey">GreaseKit</a> for Safari and then install the <a href="http://8-p.info/greasekit/" title="GreaseKit - User Scripting for all WebKit applications">Gmail Without Ads</a> GreaseMonkey script. The ads will vanish and leave you with a clean replacement for Mail.app.</p>
<h2>Before:</h2>
<p><img src="http://macmembrane.com/wp-content/uploads/2009/05/gmail-ads.png" alt="gmail-ads.png" border="0" width="572" height="424" class="centered" /></p>
<h2>After:</h2>
<p><img src="http://macmembrane.com/wp-content/uploads/2009/05/gmail-no-ads.png" alt="gmail-no-ads.png" border="0" width="572" height="424" class="centered" /></p>
]]></content:encoded>
			<wfw:commentRss>http://macmembrane.com/gmail-with-no-ads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide iTunes Store App on iPhone and iPod Touch</title>
		<link>http://macmembrane.com/hide-itunes-store-app-on-iphone-and-ipod-touch/</link>
		<comments>http://macmembrane.com/hide-itunes-store-app-on-iphone-and-ipod-touch/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 22:52:47 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Interface]]></category>
		<category><![CDATA[Mobile Touch]]></category>
		<category><![CDATA[app-store]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod]]></category>

		<guid isPermaLink="false">http://macmembrane.com/?p=1054</guid>
		<description><![CDATA[If you don't download music from iTunes Mobile, then you don't need the iTunes Store app icon on your iPhone. Here's how to remove it.]]></description>
			<content:encoded><![CDATA[<p>My iPod Touch comes with me everywhere and is beginning to become more important to me than my phone. That being said, I’ve never once purchased a song off of mobile iTunes, and while I occasionally do download apps from the App Store, I wait until I’m back at my computer before I actually purchase anything. My fear is that, connecting to public and often spotty WiFi, unknown and sinister things might happen. Irrational maybe, but such is the human condition.</p>
<p><img class="alignright" align="right" src="http://macmembrane.com/wp-content/uploads/2009/04/restrictions-cws.png" alt="restrictions-cws.png" border="0" width="214" height="248" align="right" />Consequently, I have no need to have the iTunes Store app on my iPod at all. Luckily the conscientious developers at Apple have given us a way to remove the iTunes Store app icon from our devices by way of the Restrictions pane in System Preferences. Open up system preferences and tap ‘General.’ Scroll down a little and you’ll see ‘Restrictions.’ Tap it and you’ll be asked for a password (I recommend 1-2-3-4). Entering a password will enable the mobile equivalent of Parental Controls on your Mac. From here you can toggle access to Safari, the App Store, iTunes and even to content marked ‘Explicit’ in your music files. Turning restrictions on for any will make the corresponding app icon disappear. (As you can see, I’m not a big fan of YouTube either.)</p>
<p>Now, how about a way to hide Stocks and Weather?</p>
]]></content:encoded>
			<wfw:commentRss>http://macmembrane.com/hide-itunes-store-app-on-iphone-and-ipod-touch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Distraction Free Writing with TextEdit and BackDrop</title>
		<link>http://macmembrane.com/distraction-free-writing-with-textedit-and-backdrop/</link>
		<comments>http://macmembrane.com/distraction-free-writing-with-textedit-and-backdrop/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 13:37:56 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Interface]]></category>
		<category><![CDATA[MacMembrane AppleScripts]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[backdrop]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[textedit]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://macmembrane.com/?p=1027</guid>
		<description><![CDATA[TUAW has a neat little write up on using TextEdit plus BackDrop to make a minimalist, distraction free writing environment. I quite like the idea, so I wrote up an AppleScript to automate the process.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tuaw.com/2009/03/23/create-a-clutter-free-writing-environment-for-free/" title="Create a clutter-free writing environment for free">TUAW</a> has a neat little write up on using TextEdit plus <a href="http://www.johnhaney.com/backdrop/" title="John Haney Software - Backdrop; Apps for Mac OS X and iPhone">BackDrop</a> to make a minimalist, distraction free writing environment. I quite like the idea. Have a look:</p>
<p>
<div style="text-align:center;"><img src="http://macmembrane.com/wp-content/uploads/2009/03/autote-fs-desktop.png" alt="te-fs-desktop.png" border="0" width="544" height="340" /></div>
</p>
<p>But as every would-be writer knows, getting started is half the battle. To ease the friction of entering into this &#8216;distraction free&#8217; scenario, I made a little AppleScript to give you one less excuse.</p>
<pre class="brush: css">tell application &quot;Finder&quot; to set windSz to bounds of window of desktop

set w1 to item 1 of windSz
set w2 to item 3 of windSz
set h1 to item 2 of windSz
set h2 to item 4 of windSz

set nw2 to (w2 * 0.7)
set nh2 to (h2 * 0.9)

set nw1 to (w2 - nw2)
set nh1 to ((h2 - nh2) - 20)

tell application &quot;Backdrop&quot; to activate

delay 0.1

tell application &quot;TextEdit&quot;
	activate
	set winNo to (count windows)
	if winNo is less than 1 then
		make new document
	end if
	set bounds of window 1 to {nw1, nh1, nw2, nh2}
end tell</pre>
<h2>What Does the Script Do?</h2>
<p>Please have a look for yourself.</p>
<p>
<div align="center"><object width="530" height="331"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=3832835&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=3832835&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="530" height="331"></embed></object></div>
</p>
<h2>How Does the Script Work?</h2>
<p>The above bit of AppleScript first checks your monitor size and does some calculations to determine an appropriate size for a TextEdit window. Secondly, it checks if you have a TextEdit document open. If so, it grabs it and resizes it in front of BackDrop. If not, it makes you a new one. It&#8217;s quite simple and, in my opinion doesn&#8217;t require much explanation. Let me know in the comments if you disagree.</p>
<p>Download <a href="http://www.johnhaney.com/backdrop/" title="John Haney Software - Backdrop; Apps for Mac OS X and iPhone">BackDrop</a>. It&#8217;s freeware.</p>
]]></content:encoded>
			<wfw:commentRss>http://macmembrane.com/distraction-free-writing-with-textedit-and-backdrop/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gesture Based Navigation of Boxee on Your iPhone or iPod Touch</title>
		<link>http://macmembrane.com/gesture-based-navigation-of-boxee-on-your-iphone-or-ipod-touch/</link>
		<comments>http://macmembrane.com/gesture-based-navigation-of-boxee-on-your-iphone-or-ipod-touch/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 11:54:55 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Interface]]></category>
		<category><![CDATA[Mobile Touch]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[boxee]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[remote]]></category>

		<guid isPermaLink="false">http://macmembrane.com/?p=1020</guid>
		<description><![CDATA[Boxee has released a gesture based iPhone and iPod Touch remote control for their home media management software. Really fun.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.boxee.tv/" title="boxee: the open, connected, social media center for mac os x and linux">Boxee</a> is the best couch-calibrated media management system for the Mac that I&#8217;ve found. Thus far, I&#8217;ve been navigating my media from my bed via my aluminum Apple wireless keyboard, and I&#8217;ve been really happy with this set up (bed-sores notwithstanding). But Boxee has changed the game with its new <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=305171838&#038;mt=8" title="Boxee remote on iTunes">iPhone and iPod Touch controller</a>, which is entirely gesture based. You navigate Boxee&#8217;s menus by dragging the &#8216;Boxee head&#8217; around the screen. It&#8217;s exceptional. Drag to the edge of the screen to navigate longer lists, or scroll up and down by flicking the buoyant little face, which appears to be velocity sensitive. I played with it for about 10 minutes and it&#8217;s almost as much fun navigating to the Simpsons episode I want to watch as it is actually watching it. Like Boxee itself, the remote is absolutely free.</p>
<p><img src="http://macmembrane.com/wp-content/uploads/2009/03/autoboxee-app-copy.png" alt="boxee-app copy.png" border="0" width="585" height="438" /></p>
<p>Via <a href="http://www.tuaw.com/2009/03/15/boxee-remote-app-for-iphone-and-ipod-touch-available-on-app-stor/" title="Boxee remote app for iPhone and iPod Touch available on App Store">TUAW</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://macmembrane.com/gesture-based-navigation-of-boxee-on-your-iphone-or-ipod-touch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use GeekTool to Display TaskPaper Lists on Your Desktop</title>
		<link>http://macmembrane.com/use-geektool-to-display-taskpaper-lists-on-your-desktop/</link>
		<comments>http://macmembrane.com/use-geektool-to-display-taskpaper-lists-on-your-desktop/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 10:48:10 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Interface]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[geektool]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[shareware]]></category>
		<category><![CDATA[taskpaper]]></category>

		<guid isPermaLink="false">http://macmembrane.com/?p=893</guid>
		<description><![CDATA[For all my good intentions, I need my todo list staring me in the face or I won't get a thing done. After a recent update to 2.0, I've gone back to TaskPaper for my simple list management. Here's how I use GeekTool with TaskPaper to keep my todos where I need them most.]]></description>
			<content:encoded><![CDATA[<p>For all my good intentions, I need my todo list staring me in the face or I won&#8217;t get a thing done. After a recent update to 2.0, I&#8217;ve gone back to TaskPaper for my simple list management. Here&#8217;s how I use GeekTool with TaskPaper to keep my todos where I need them most.</p>
<h2>The Two Apps I Use</h2>
<p><a href="http://www.hogbaysoftware.com/products/taskpaper" title="TaskPaper — Simple to-do list software"><img align="left" class="alignleft" src="http://macmembrane.com/wp-content/uploads/2008/08/taskpaper-icon.jpg" alt="taskpaper-icon.jpg" border="0" width="80" height="80" align="left" /></a><a href="http://www.hogbaysoftware.com/products/taskpaper" title="TaskPaper — Simple to-do list software">TaskPaper</a>. TaskPaper is a simple, plain text based list making app. Just beneath the surface, however, TaskPaper hides away considerable GTD power. @done or other tags make it easy to quickly wade through lists with hundreds of entries, and a ubiquitous hot-key triggered capture window make sure your sudden ideas don&#8217;t slip through the cracks. It&#8217;s 29.95 and, for me, well worth it.</p>
<p><a href="http://projects.tynsoe.org/en/geektool/" title="Tynsoe projects"><img align="left" class="alignleft" src="http://macmembrane.com/wp-content/uploads/2008/08/geektool-icon.png" alt="geektool-icon.png" border="0" width="80" height="69" align="left" /></a><a href="http://projects.tynsoe.org/en/geektool/" title="Tynsoe projects">GeekTool</a>. GeekTool is a brilliant little app. GeekTool can display detailed system info &#8211; from application events, top processes, uptime and a lot more &#8211; embedded right in your desktop (this excellent post from <a href="http://lifehacker.com/software/plain-text/geek-to-live--monitor-your-mac-and-more-with-geektool-244026.php" title="Geek to Live: Monitor your Mac and more with GeekTool">Lifehacker</a> explains in detail how to do all this). I use GeekTool in a very simple way: to make sure my todos are always visible while I&#8217;m at my Mac. GeekTool is freeware.</p>
<h2>Pretty and Practical &#8211; Your Todos on Your Desktop</h2>
<p><a href="http://macmembrane.com/wp-content/uploads/2009/01/autotaskpaper-desktop1.png" title="My Todos, embedded in the Desktop" ><img class="alignright" align="right" src="http://macmembrane.com/wp-content/uploads/2009/01/autotaskpaper-desktop-sml.png" alt="taskpaper-desktop-sml.png" border="0" width="222" height="297" align="right" /></a>Before I go into the details of how to do it, have a look at the screenshot on the right (you can click to enlarge if you want to have a read). In my opinion, not only is it practical to have your todos embedded in the desktop, it can also be very pretty. And why shouldn&#8217;t one have both?</p>
<p>As I mentioned above, TaskPaper creates lists in plain text. In other words, TextPaper task lists are formatting free and can thus be viewed in virtually any text editing application on any platform. Within TaskPaper, your lists certainly appear to be formatted &#8211; I don&#8217;t purport to know how this works &#8211; but outside TaskPaper, a straight forward separation of projects and tasks makes your lists readable.</p>
<p>In order to view your TaskPaper todo list in an app other than TaskPaper, you&#8217;ll need to <strong>change the extension</strong>. TaskPaper docs have a proprietary .taskpaper extension which other apps won&#8217;t understand. Rename it to .txt and you&#8217;re good to go. Even with the extension changed, the document will still open with TaskPaper by default, so you don&#8217;t need to worry.</p>
<h2>Setting Up Your Todo.txt to Work with GeekTook</h2>
<p>After you&#8217;ve renamed your todo doc, <a href="http://projects.tynsoe.org/en/geektool/" title="Tynsoe projects">download GeekTool</a> and install the preference pane. Here&#8217;s how to set it up:</p>
<p>
<div style="text-align:center;"><img src="http://macmembrane.com/wp-content/uploads/2009/01/autogeek-tool-setup.png" alt="geek-tool-setup.png" border="0" width="585" height="405" /></div>
</p>
<h2>What if I Don&#8217;t Use TaskPaper?</h2>
<p>As you might have guessed, GeekTool can display any plain text file. If you don&#8217;t use TaskPaper but do keep yourself organized via plain text, GeekTool can throw it up on the desktop for you. I like TaskPaper for the power it extends to simple text files, and I like plain text because of its versatility. For me, it&#8217;s the right match. </p>
<blockquote><p><a href="http://www.hogbaysoftware.com/products/taskpaper" title="TaskPaper — Simple to-do list software">Download TaskPaper</a>. It&#8217;s 29.95 after a 30 day trial.</p>
</blockquote>
<blockquote><p><a href="http://projects.tynsoe.org/en/geektool/" title="Tynsoe projects">Download GeekTool</a>. It&#8217;s freeware.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://macmembrane.com/use-geektool-to-display-taskpaper-lists-on-your-desktop/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>20 Essential Tricks for Web Browsing in Safari</title>
		<link>http://macmembrane.com/20-essential-tricks-for-web-browsing-in-safari/</link>
		<comments>http://macmembrane.com/20-essential-tricks-for-web-browsing-in-safari/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 02:26:53 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Interface]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[shortcut]]></category>

		<guid isPermaLink="false">http://macmembrane.com/?p=877</guid>
		<description><![CDATA[Right now I'm stranded in Firefox land and, although Firefox has a lot to offer, it's made me conscious of all the little things I take for granted when browsing in Safari. These are a few of those 'little things.']]></description>
			<content:encoded><![CDATA[<p>Right now I&#8217;m <a href="http://macmembrane.com/1056-upgrade-and-my-safari-woes/" title="10.5.6 Upgrade and My Safari Woes | MacMembrane">stranded in Firefox land</a> and, although Firefox has a lot to offer, it&#8217;s made me conscious of all the little things I take for granted when browsing in Safari. These are a few of those &#8216;little things.&#8217;</p>
<p>
<div align="center">*   *   *</div>
</p>
<p><strong>Center All Open Windows</strong></p>
<p>
<blockquote>If you have a bunch of windows open all over your screen, go to the Window menu and hold down Option. &#8216;Bring All to Front&#8217; will change to &#8216;Arrange In Front,&#8217; which will center all your windows.</p></blockquote>
<p><strong>Command-1 or 2 or 3, etc. to Select Bookmark Bar Bookmarks</strong></p>
<p>
<blockquote>Press Command-1 to 9 to select bookmarks in the Bookmarks Bar. Also works if you save JavaScripts to the Bookmarks Bar for extra functionality. </p></blockquote>
<p><strong>Close All But the Active Tab</strong></p>
<p>
<blockquote>Command-Option-W will close all tabs but the current one. Or Option click on a tabs closure X for the same effect. If multiple windows are open but have no tabs, Command-Option-W will close all of them.</p></blockquote>
<p><strong>Hide the Toolbars</strong></p>
<p>
<blockquote>Sometimes toolbars can get in the way. Look under the View menu to hide the Bookmarks Bar, Toolbar and Status Bar. Or better: try this <a href="http://macmembrane.com/toggle-fullscreen-kiosk-mode-in-safari-with-applescript/" title="Toggle Fullscreen Kiosk Mode in Safari with AppleScript | MacMembrane">near-full-screen Safari AppleScript</a>.</p></blockquote>
<p><strong>Merge Your Open Windows</strong></p>
<p>
<blockquote>Again in the Window menu, Merge All Windows will collect all of your open windows into a single one. You can also drag tabs between windows for à la carte tab management.</p></blockquote>
<p><strong>Open Select Portions of a Page in Dashboard</strong></p>
<p>
<blockquote>Dashclip allows you to take any section of a webpage and make it into a Dashboard widget. Find it under Safari&#8217;s File menu.</p></blockquote>
<p><strong>Summarize Text in Web Pages</strong></p>
<p>
<blockquote>Highlight some text in a page and go to Summarize in the services menu. A popup window will open with your text compressed to the essential bits. It&#8217;s intelligent.</p></blockquote>
<p><strong>Define Any Word on the Fly</strong></p>
<p>
<blockquote>Hover over a word and invoke OS X&#8217;s system wide dictionary by pressing Command-Control-D. Look near the bottom of the pane to switch to Thesaurus.</p></blockquote>
<p><strong>Command-Option Click to Open a Link in a New Window</strong></p>
<p>
<blockquote>Hold down Command when you click a link in and it will open it in a new Tab. Hold down Comand-Option and it will open in a new Window.</p></blockquote>
<p><strong>Instantly Return to Any Page</strong></p>
<p>
<blockquote>Snapback is like a temporary bookmark. It&#8217;s a great way to return to a main article in Wikipedia or Google search results after you&#8217;ve inevitably followed too many disparate links. Mark your page and return to it via the History menu.</p></blockquote>
<p><strong>Find a Particular Tab&#8217;s Browsing History</strong></p>
<p>
<blockquote>Click and hold the Back button in any tab to see the history for that tab only.</p></blockquote>
<p><strong>Open All Links in a Bookmark Folder</strong></p>
<p>
<blockquote>Hold down Command to open all the links in a Bookmarks folder in the Bookmarks Bar. If you already have that folder set to open all contained links (you can set it so from the Show All Bookmarks panel), holding Command will let you view the contents of the folder instead.</p></blockquote>
<p><strong>Quickly Search Google</strong></p>
<p>
<blockquote>Right click on a word and select Google Search from the contextual menu. Hold down Command to have your search open in a new tab.</p></blockquote>
<p><strong>Use the Activity Window</strong></p>
<p>
<blockquote>Select Activity from the Window menu and a new window will open detailing everything that is happening behind the scenes on all your open web pages. From here you can open or download any page element (source code, style sheet, media) by double clicking. Read <a href="http://www.macworld.com/article/56614/2007/03/safariactivity.html" title="Secrets of Safari's Activity window | Mac OS X Hints | Macworld">Secrets of Safari&#8217;s Activity Window</a> for more details.</p></blockquote>
<p><strong>Launch Downloads from the Download Window</strong></p>
<p>
<blockquote>Safari&#8217;s Download manager may be sparsely featured, but you can open any file in the list directly by double clicking on its icon.</p></blockquote>
<p><strong>Open an Address in a New Tab</strong></p>
<p>
<blockquote>Hold down Command when opening a url from the location field and it will open in a new tab.</p></blockquote>
<p><strong>Force Stubborn Site Links to Open in New Tabs</strong></p>
<p>
<blockquote>Command clicking on a link will open it in a new tab most of the time. However, some sites are able to override Safari&#8217;s commands and have links open in the same window. Enter this command in Terminal to regain control:</p></blockquote>
<p><code>defaults write com.apple.Safari TargetedClicksCreateTabs -bool true</code></p>
<p>
<blockquote>Via <a href="http://www.mactips.org/archives/2008/03/30/force-safari-to-open-all-links-in-new-tabs/" title="Force Safari to Open All Links in New Tabs - MacTips">MacTips</a>.</p></blockquote>
<p><strong>Reopen All Windows After a Crash</strong></p>
<p>
<blockquote>Unfortunately, Safari doesn&#8217;t yet support reopening tabs from a previous session. If Safari crashes, however, you can quickly restore your windows from the History menu.</p></blockquote>
<p><strong>Hold Option When Entering Private Browsing</strong></p>
<p>
<blockquote>Private Browsing mode in Safari temporarily disables history and cookies and so your browsing history is kept secret. Hold down Option in the application menu when selecting it to kill the redundant explanatory dialog box.</p></blockquote>
<p><strong>Drag Files from Finder onto Choose File Dialogs</strong></p>
<p>
<blockquote>Sometimes you need to upload something and it&#8217;s a pain to navigate your HD when the file you need is sitting right in front of you in finder. Drag it onto the choose file link instead to save some time and hassle.</p></blockquote>
<p>
<div align="center">*   *   *</div>
</p>
<p>That&#8217;s it for now, but if these aren&#8217;t enough check out <a href="http://macmembrane.com/tips-tricks-and-add-ons-to-maximize-safaris-potential/" title="Tips, Tricks and Add-ons to Maximize Safari’s Potential | MacMembrane">Tips, Tricks and Add-ons to Maximize Safari&#8217;s Potential</a> and <a href="http://macmembrane.com/its-a-drag-the-power-of-drag-and-drop-in-safari/" title="It’s a Drag: The Power of Drag and Drop in Safari | MacMembrane">It&#8217;s a Drag: the Power of Drag and Drop in Safari</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://macmembrane.com/20-essential-tricks-for-web-browsing-in-safari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beautiful iTunes Icons by Jonas Rask</title>
		<link>http://macmembrane.com/beautiful-itunes-icons-by-jonas-rask/</link>
		<comments>http://macmembrane.com/beautiful-itunes-icons-by-jonas-rask/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 09:27:01 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Interface]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[iTunes]]></category>

		<guid isPermaLink="false">http://macmembrane.com/?p=846</guid>
		<description><![CDATA[If iTunes' default icon is beginning to bore you, check out iTunes Speaker from JR Design.]]></description>
			<content:encoded><![CDATA[<p>In general I love Apple&#8217;s choices for OS X&#8217;s application icons. There is an amazing attention to detail in every one. Occasionally, however, things just seem a bit dull. If iTunes&#8217; default icon is beginning to bore you, check out <a href="http://www.jonasraskdesign.com/downloads/downloads.html" title="JRDesign">iTunes Speaker</a> from <a href="http://www.jonasraskdesign.com/index.php" title="JRDesign">JR Design</a>.</p>
<p><a href="http://www.jonasraskdesign.com/downloads/downloads.html" title="JRDesign">
<div style="text-align:center;"><img src="http://macmembrane.com/wp-content/uploads/2008/12/autojonas-rask-itunes-icon.png" alt="jonas-rask-itunes-icon.png" border="0" width="512" height="512" /></div>
<p></a></p>
<div style="text-align:center;"><img src="http://macmembrane.com/wp-content/uploads/2008/12/autoitunes-icons.png" alt="iTunes-icons.png" border="0" width="577" height="83" /></div>
</p>
<p>Unfortunately, the talented Mr. Rask has not provided a direct download page for the icons. Instead, head over to <a href="http://www.jonasraskdesign.com/downloads/downloads.html" title="JRDesign">the general download page</a> and scroll the little preview panel at the bottom of the page until you see the speaker icon. Click on it and you&#8217;ll be able to download the icons. All of Rask&#8217;s icons are free for personal use.</p>
]]></content:encoded>
			<wfw:commentRss>http://macmembrane.com/beautiful-itunes-icons-by-jonas-rask/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert, Manage and Set Icons in OS X with Img2icns</title>
		<link>http://macmembrane.com/convert-manage-and-set-icons-in-os-x-with-img2icns/</link>
		<comments>http://macmembrane.com/convert-manage-and-set-icons-in-os-x-with-img2icns/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 08:13:16 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Interface]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[img2icns]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://macmembrane.com/?p=842</guid>
		<description><![CDATA[Img2icns, the simple image utility which lets you create icons for use in OS X, has recently been updated to version 1.0. With this major update from Shiny Frog Img2icns now boasts a refined user interface and a wealth of new features that finally make the focused application a serious contender for best customization tool for your Mac.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.img2icnsapp.com/" title="Img2icns | making icons can't be easier!"><img class="alignright" align="right" src="http://macmembrane.com/wp-content/uploads/2008/12/autoimg2icns-icon.png" alt="img2icns-icon.png" border="0" width="145" align="right" /></a><a href="http://img2icnsapp.com/" title="Img2icns | making icons can't be easier!">Img2icns</a>, the simple image utility which lets you create icons for use in OS X, has <a href="http://www.shinyfrog.net/en/announcing-img2icns-10" title="Announcing Img2icns 1.0 | Shiny Frog">recently been updated</a> to version 1.0. With this major update from <a href="http://www.shinyfrog.net/" title="Shiny Frog | Mac OS X Software &#038; Web Design">Shiny Frog</a> Img2icns now boasts a refined user interface and a wealth of new features that finally make the focused application a serious contender for best customization tool for your Mac.</p>
<p>Img2icns takes regular image files and converts them to .icns files, the format used by OS X for file, folder and application icons system wide. Previously, Img2icns was a one trick pony, albeit <a href="http://macmembrane.com/create-icons-quickly-with-preview-and-img2icns/" title="Create Icons Quickly with Preview and Img2icns | MacMembrane">a useful one</a>. Aside from Img2icns killer image-to-icon conversion feature, it can now <em>set</em> file icons, extract images from icons and even manage your conversion history. Here&#8217;s a detailed look at what Shiny Frog&#8217;s new release can do.</p>
<p>
<div align="center">*   *   *</div>
</p>
<h2>Set the Icon For a File, Folder or App from Any Image</h2>
<p><img align="left" class="alignleft" src="http://macmembrane.com/wp-content/uploads/2008/12/autodrop-images1.png" alt="drop-images.png" border="0" width="285" height="201" align="left" />Img2icns&#8217; killer feature has always been its ability to instantly convert an image or picture into an icon. Icons in OS X have a unique .icns extension and are formatted such that they contain samples of various sizes. If you want to use one of your pics as a icon for an often used file, you&#8217;ll first need to convert it to .icns format to do so. Search the web and you&#8217;ll find a few somewhat complicated Photoshop tutorials on how to create .icns files for OS X, but with Img2icns you need only drag your pic onto the drop zone and Boom, as they say, you&#8217;ve got your icon. If you&#8217;ve got a bunch of pics to convert, drag them all onto the app to convert the lot of them in a single click. As an added bonus, Img2icns now supports raw Photoshop files as well, so there&#8217;s no need to save out your work in a different format before creating an icon.</p>
<p>But why make an icon if not to customize a file, folder or app? Just drag your chosen file onto Img2icns and the app will do the work for you. No messing around with the Get Info window or other complicated steps to follow. Before the update, Img2icns was the easiest way to create icons for your Mac. With version 1.0, it&#8217;s now the easiest way to set them as well.</p>
<p>
<div class="clearstar">*</div>
<h2>Batch Extract Images from Application and File Icons</h2>
<p><img class="alignright" align="right" src="http://macmembrane.com/wp-content/uploads/2008/12/autoexport-app-icon.png" alt="export-app-icon.png" border="0" width="286" height="202" align="right" />Completely new in Img2icns 1.0 is the ability to create <em>images</em> from <em>icons</em>, which is a real seller for Mac bloggers like myself. Previously I published <a href="http://macmembrane.com/a-quicker-way-to-extract-application-icons-using-applescript/" title="A Quicker Way to Extract Application Icons Using AppleScript | MacMembrane">a little AppleScript</a> to dig into the Resources package of an application and open its icon up in Preview. It&#8217;s a convoluted process, to say the least. With the new Img2icns that process again becomes a simple drag and drop affair. Open up your Applications folder and drop an app onto Img2icns or its dock icon. Img2icns will extract your icon and give you the option of exporting it to PNG, TIFF or GIF format, all of which will preserve any transparency in the icon.</p>
<p>Sometimes for MacMembrane I write up a number of applications for a single post and thus I need app icons for multiple apps. This laborious process makes me quite excited about one of the new features of Img2icns: batch conversion of icons to images. Select a bunch of apps in Finder and drop them onto Img2icns. With one click you can export the entire batch as PNG, TIFF or GIF files. After playing with the app for only a few minutes I realized the amazing time saving potential of this feature.</p>
<p>
<div class="clearstar">*</div>
<h2>Manage Your Icons with the Built in History Browser</h2>
<p><img align="left" class="alignleft" src="http://macmembrane.com/wp-content/uploads/2008/12/autohistory-img2icns2.png" alt="history-img2icns.png" border="0" width="259" height="220" align="left" />Currently I have a single folder where I store all of the icons that I make or extract for easy access should I need them down the line. The new Img2icns now has a convenient history feature that might make my primitive filing system a thing of the past. All of your icons are stored in a folder in ~/Library/Application Support/Img2icns (where ~ is your home folder), but a pop-up HUD history browser built into the app will make ever visiting it unnecessary. You can export any or all of your icons directly from the history panel or drag them back on to the app to use them as file or folder icons again. Double clicking on any icon in your history will open it up in Preview, or you can drag it out of the pane and onto your desktop if you prefer. The history panel is very convenient and will keep you from losing track of your work.</p>
<p>
<div class="clearstar">*</div>
<h2>Some Bonuses and Caveats: Favicons, iPhone Icons and Interface Elegance</h2>
<p>Img2icns will also export images at the size and format necessary for use as favicons on websites or for use as bookmarked iPhone icons. For both exports you will need to rename your resulting files favicon.ico and apple-touch-icon.png respectively before they can be dropped in the root directory of your website, but other than that your exports are ready for use. It would be nice if a future update automated this small process as well.</p>
<p>Unfortunately, Img2icns does not have any AppleScript support, which is a shame given the app&#8217;s in built potential to both convert and manage icons. Hopefully the developer will add scripting support in a future update.</p>
<p>On a final note I&#8217;d like to mention just how far the app has come in terms of aesthetics. Previously, it would be hard to claim that Img2icns was a beautiful application. The app did have a cool icon, but it was by no means a professional offering, and the app&#8217;s UI was little more than a drop target on a grey background. With the new release Shiny Frog has really invested in the design of the app and it&#8217;s paid off &#8211; the whole experience is quite beautiful. From the contemporary grunge of the main UI to the smooth animations that accompany your actions and even the app&#8217;s download page, Img2icns has graduated from a simple but useful side-project into a serious contender. </p>
<p><a href="http://img2icnsapp.com/" title="Img2icns | making icons can't be easier!">Download Img2icns</a> from <a href="http://www.shinyfrog.net/" title="Shiny Frog | Mac OS X Software &#038; Web Design">Shiny Frog</a> software. A basic version, which lets you convert and set icons, is available for free. A full license is 12.90 USD and unlocks all of the new features of the app.</p>
]]></content:encoded>
			<wfw:commentRss>http://macmembrane.com/convert-manage-and-set-icons-in-os-x-with-img2icns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
