<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>MacMembrane</title>
	
	<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>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/MacMembrane" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="macmembrane" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><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>A Faster Way to Open a MarsEdit Post Window</title>
		<link>http://macmembrane.com/a-faster-way-to-open-a-marsedit-post-window/</link>
		<comments>http://macmembrane.com/a-faster-way-to-open-a-marsedit-post-window/#comments</comments>
		<pubDate>Sat, 23 May 2009 09:11:00 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[MacMembrane AppleScripts]]></category>

		<guid isPermaLink="false">http://macmembrane.com/?p=1324</guid>
		<description><![CDATA[MarsEdit's blog selector and post manager is one of the things that makes the application such a joy to use. Here's an AppleScript to bypass it altogether.]]></description>
			<content:encoded><![CDATA[<p>Perhaps the biggest complaint that one could level against the blog editor <a href="http://www.red-sweater.com/marsedit/" title="MarsEdit 2 - Powerful Blog Publishing For Your Mac">MarsEdit</a> is the proliferation of windows that can overwhelm your screen when writing with the app. The primary post editing window, the preview window, the media manager and the main blog selector all have dedicated uses and with time one develops near ninja-like techniques for dealing with the app&#8217;s flourish across your desktop.</p>
<p>There is only one instance where MarsEdit&#8217;s windowy layout truly frustrates me. When I click on MarsEdit&#8217;s dock icon, the great majority of the time it&#8217;s because I have a flash idea and want to write a post. Instead of a fresh document window, however, I&#8217;m greeted with the blog manager window.</p>
<p><img src="http://macmembrane.com/wp-content/uploads/2009/05/me-blog-manage.png" alt="me-blog-manage.png" border="0" width="582" height="360" class="centered" /></p>
<p>Easily managing multiple blogs, saving local drafts and editing already published posts are surely some of the features that make MarsEdit a joy to use, but for me the application is about writing. When I hit the dock icon I want to be articulating my thoughts within seconds. The blog manager, for all its usefulness, pretty much just gets in the way.</p>
<p>Here&#8217;s an AppleScript that will open up a new document window and bypass the blog manager altogether:</p>
<pre class="brush: css">if appIsRunning(&quot;MarsEdit&quot;) then
	tell application &quot;MarsEdit&quot;
		set docCount to (count every document)
		if docCount is equal to 0 then
			launch
			close window &quot;MarsEdit&quot;
			make new document
			activate
		else
			tell document 1 to activate
		end if
	end tell
else
	tell application &quot;MarsEdit&quot;
		run
		close window &quot;MarsEdit&quot;
		make new document
		activate
	end tell
end if

on appIsRunning(appName)
	tell application &quot;System Events&quot; to (name of processes) contains appName
end appIsRunning</pre>
<p>I run all my scripts via the excellent script launcher <a href="http://www.red-sweater.com/fastscripts/" title="FastScripts">FastScripts</a>, but a <a href="http://www.blacktree.com/" title="Blacktree">QuickSilver</a> trigger would work just as well. If the above script can save just one thought from evaporating into the ether before there&#8217;s a medium ready to capture it, I&#8217;ll consider it a success.</p>
]]></content:encoded>
			<wfw:commentRss>http://macmembrane.com/a-faster-way-to-open-a-marsedit-post-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Side-by-Each AppleScript for Safari’s Tabs</title>
		<link>http://macmembrane.com/a-side-by-each-applescript-for-safaris-tabs/</link>
		<comments>http://macmembrane.com/a-side-by-each-applescript-for-safaris-tabs/#comments</comments>
		<pubDate>Thu, 21 May 2009 06:59:26 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[MacMembrane AppleScripts]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[tabs]]></category>

		<guid isPermaLink="false">http://macmembrane.com/?p=1320</guid>
		<description><![CDATA[The following AppleScript with take the current Safari tab and the tab to the immediate right and open them up ‘side by each’ for you to compare. Vive le Québec libre!]]></description>
			<content:encoded><![CDATA[<p>The following AppleScript will take the current Safari tab and the tab to the immediate right and open them up ‘side by each’ for you to compare. I don’t use it all too often, but it seems a handy thing to have in my Scripts folder.</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 pg1size to {(w2 - (w2 * 0.95)), (h1 + (h2 - (h2 * 0.9))), (w2 * 0.495), (h2 * 0.9)}

set pg2size to {(w2 * 0.505), (h1 + (h2 - (h2 * 0.9))), (w2 * 0.95), (h2 * 0.9)}

tell application &quot;Safari&quot;
	activate
	set tabNo to index of last tab of front window
	set firstURL to URL of document 1
	close current tab of first item of windows
	set secondURL to URL of document 1
	make new document
	set URL of document 1 to firstURL
	set bounds of window 1 to pg1size
	set bounds of window 2 to pg2size
end tell
</pre>
<p>One obvious way to improve this script would be to take advantage of Safari’s “Move Tab to New Window” option in the Window menu of the application, since this command separates the the tabs but does not reload the page, making it super fast. As far as I can tell, however, this feature is not currently exposed to AppleScript, and so the script above will reload the page that is separated off from the main window. It works well otherwise.</p>
<p><object width="581" height="363"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=4744105&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ac0000&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=4744105&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ac0000&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="581" height="363"></embed></object></p>
<p>(Dramatic element added by <a href="http://www.amazon.com/Furr-Blitzen-Trapper/dp/B001CVCBBW/ref=pd_bxgy_m_img_c/190-3975807-5967261" title="Amazon.com: Furr: Blitzen Trapper: Music">Blitzen Trapper</a>.)</p>
<p>(By the way, to any French Canadian readers, please don’t take offense to the title of this post. Vive le Québec libre!)</p>
]]></content:encoded>
			<wfw:commentRss>http://macmembrane.com/a-side-by-each-applescript-for-safaris-tabs/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>The Infinite Scroll</title>
		<link>http://macmembrane.com/the-infinite-scroll/</link>
		<comments>http://macmembrane.com/the-infinite-scroll/#comments</comments>
		<pubDate>Sun, 17 May 2009 03:00:16 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Online]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[greasekit]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[userscripts]]></category>

		<guid isPermaLink="false">http://macmembrane.com/?p=1311</guid>
		<description><![CDATA[Unlimited Google search results on a single page.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever performed a Google search that wasn&#8217;t satisfied by the default 10 search results that Google presented then you&#8217;ve had to deal with this familiar pagination navigator:</p>
<p><img src="http://macmembrane.com/wp-content/uploads/2009/05/google-next.png" alt="google-next.png" border="0" width="270" height="62" class="centered" /></p>
<p>The frustration of clicking on the Next link increases with how many times you have to do so in order to find what you&#8217;re looking for. My sense is that Google doesn&#8217;t need increased page views, so let&#8217;s turn it off.</p>
<p>Auto-pagination is a concept whereby content spread across multiple pages is dynamically loaded into the current page. In practical terms this means no more clicking the &#8216;Next&#8217; link if you&#8217;re not satisfied with the first 10 search results. Have a look at the video.</p>
<p><object width="581" height="363"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=4644696&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ac0000&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=4644696&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ac0000&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="581" height="363"></embed></object></p>
<p>(Dramatic element added by <a href="http://www.amazon.com/Visiter-Dodos/dp/B0013LKZJQ/ref=sr_1_1?ie=UTF8&#038;s=music&#038;qid=1242528339&#038;sr=8-1" title="Amazon.com: Visiter: The Dodos: Music">The Dodos</a>.)</p>
<p>To enable auto-pagination you&#8217;ll need two things.</p>
<h2>GreaseKit</h2>
<p>A WebKit version of the popular Firefox extension GreaseMonkey, <a href="http://8-p.info/greasekit/" title="GreaseKit - User Scripting for all WebKit applications">GreaseKit</a> allows you to run alternative rendering javascript scripts for popular web pages. To install it, you&#8217;ll also need to install the <a href="http://www.culater.net/software/SIMBL/SIMBL.php" title="SIMBL">SIMBL</a> input manager (okay, I lied. You need three things).</p>
<h2>oAutoPagerize</h2>
<p><a href="http://userscripts.org/scripts/show/33656" title="oAutoPagerize for Greasemonkey">oAutoPagerize</a> is the script which works the magic. There are a few auto-pagination scripts available, but this one works. With GreaseKit installed, click on the &#8216;Install&#8217; button on the script&#8217;s page and it should work the next time you search Google.</p>
<p>Unfortunately not every userscript works with GreaseKit, and perhaps even more unfortunately, the ones that do are not well tagged. You might have some luck by adding &#8216;Safari&#8217; to your search on <a href="http://userscripts.org/" title="Userscripts.org: Power-ups for your browser">Userscripts.org</a>. Good luck and enjoy the infinite scroll.</p>
]]></content:encoded>
			<wfw:commentRss>http://macmembrane.com/the-infinite-scroll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Docked TextEdit Dragged Text Trick</title>
		<link>http://macmembrane.com/docked-textedit-dragged-text-trick/</link>
		<comments>http://macmembrane.com/docked-textedit-dragged-text-trick/#comments</comments>
		<pubDate>Wed, 13 May 2009 07:07:43 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[drag and drop]]></category>
		<category><![CDATA[textedit]]></category>

		<guid isPermaLink="false">http://macmembrane.com/?p=1308</guid>
		<description><![CDATA[Why doesn't text dragged onto a docked TextEdit icon open a new TE window pre-populated with the text? A workaround.]]></description>
			<content:encoded><![CDATA[<p><a href="http://smokingapples.com/software/tutorials/things-you-may-not-know-about-your-mac/" title="Things you may not know about your Mac | Smoking Apples">Smoking Apples</a>:</p>
<p>
<blockquote>You can even spring load applications. For instance, if you want to drag in some text in TextEdit, just hover over the icon in the Dock and press the spacebar. Once a new window opens, drop in your text. </p></blockquote>
<p>Nothing new (but much useful) in the rest of the article, but the snippet above surprised me. Why doesn&#8217;t text dragged onto a docked TextEdit icon open a new TE window pre-populated with the text? This is an annoying oversight by the OS X team. I&#8217;m grateful for this usable alternative method.</p>
]]></content:encoded>
			<wfw:commentRss>http://macmembrane.com/docked-textedit-dragged-text-trick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Don’t Want a Tablet</title>
		<link>http://macmembrane.com/i-dont-want-a-tablet/</link>
		<comments>http://macmembrane.com/i-dont-want-a-tablet/#comments</comments>
		<pubDate>Tue, 12 May 2009 09:56:41 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[netbook]]></category>

		<guid isPermaLink="false">http://macmembrane.com/?p=1302</guid>
		<description><![CDATA["Netbooks are cheap little laptops." This is exactly why I want one from Apple.]]></description>
			<content:encoded><![CDATA[<p>An important semantic clarification from <a href="http://www.macalope.com/2009/05/11/not-talkin-bout-a-revolution/" title="The Macalope » Blog Archive » Not talkin’ ’bout a revolution">The Macalope</a>:</p>
<p>
<blockquote>Netbooks are simply cheap little laptops.</p></blockquote>
<p>I&#8217;m happy that someone has said it because this surely is the point. A netbook hacked to run OS X runs real <em>Mac</em> software. An iTouch Tablet or whatever it is that Apple fans are positive that the company will soon release will be amazing for movies, maps, games &#8211; anything that can take advantage of a larger screen. But a great majority of iPhone software is what one might call &#8216;list based.&#8217; Expand these apps across a wider screen and what was proportional and focused starts to look ridiculous. Moreover, if your mobile work involves editing or producing a significant quantity of text then a keyboardless tablet will be of no help to you.</p>
<p>A thin, light, aluminum MacBook Mini. I have 750$ for that.</p>
]]></content:encoded>
			<wfw:commentRss>http://macmembrane.com/i-dont-want-a-tablet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thoughts on Tweetie for Mac</title>
		<link>http://macmembrane.com/thoughts-on-tweetie-for-mac/</link>
		<comments>http://macmembrane.com/thoughts-on-tweetie-for-mac/#comments</comments>
		<pubDate>Tue, 05 May 2009 03:27:51 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[tweetie]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://macmembrane.com/?p=1081</guid>
		<description><![CDATA[Tweetie is the best Twitter app for the Mac. Here's what's wrong with it.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.atebits.com/tweetie-mac/" title="atebits - Tweetie for Mac"><img class="alignright" align="right" src="http://macmembrane.com/wp-content/uploads/2009/05/tweetie1.png" alt="Tweetie.png" border="0" width="120" height="120" align="right" /></a>The release of <a href="http://www.atebits.com/tweetie-mac/" title="atebits - Tweetie for Mac">Tweetie for Mac</a> has surely brought a tidal wave of praise down upon <a href="http://twitter.com/atebits" title="Loren Brichter (atebits) on Twitter">its developer</a>. Tweetie is fast, beautiful and very keyboard friendly. It feels like a Mac app. With Monday&#8217;s 1.1 release, Atebits added a few new features, including the often requested ability to save your searches. It&#8217;s a solid update.</p>
<p>Tweetie is currently my favorite, but it&#8217;s not perfect. Here&#8217;s a few reasons why.</p>
<h2>Essential Omission</h2>
<p><strong>No AppleScript Support</strong></p>
<p>
<blockquote>This is my biggest complaint. AppleScript lets users add all the features to an app that are either too specialized for the wider audience or just workflow specific. Have a look at <a href="http://macmembrane.com/scripts-and-tricks-for-twitterrific/" title="Scripts and Tricks for Twitterrific | MacMembrane">Scripts and Tricks for Twitterrific</a> for a few ideas about how AppleScript could extend Tweetie.</p></blockquote>
<p><a href="http://twitter.com/PeterVk/status/1573677698" title="Twitter / PeterVk: My guess is that making yo ..."><img src="http://macmembrane.com/wp-content/uploads/2009/05/applescript-tweetie.png" alt="AppleScript-tweetie.png" border="0" width="350" height="84" class="centered" /></a></p>
<h2>Bugs and Annoyances</h2>
<p><strong>The Detached Post Box</strong></p>
<p>
<blockquote>Writing and reading are different things, and thus Tweetie&#8217;s functional separation of the two makes perfect sense, as does separate keyboard shortcuts for bringing the reading and tweeting window forward. About half the time, however &#8211; and this is surely a bug &#8211; bringing the post box forward via the keyboard also brings with it your followers&#8217; updates. This is an annoyance I was hoping Tweetie 1.1 would fix. It didn&#8217;t.</p></blockquote>
<p>
<blockquote>Secondly, the keyboard shortcut should only activate one instance of the post box, even if you already have one open. If I open a post box, begin composing my tweet and then switch to Safari to grab a link, I should be able to call my active post box forward again with the keyboard. Instead, Tweetie creates a new post box which eclipses the first, partially filled in box. It&#8217;s possible to use Command + Tab to bring forward the original box, but again this brings with it your followers&#8217; tweets. This needs to be thought out better.</p></blockquote>
<p><strong>The Nag Screen</strong></p>
<p>
<blockquote>Periodically on first launch, Tweetie confronts you with a nag message asking you to register the app. This is a problem for me. Either Tweetie is free, or it isn&#8217;t.  I&#8217;m content to use an ad supported version of Tweetie. I&#8217;d also like to post to Twitter guilt free. A solution might be to display the nag message inline the same way as the ads are shown.</p></blockquote>
<p><strong>&#8216;Go To User&#8217;</strong></p>
<p>
<blockquote>By default, Command + U should open the user profile of the selected tweeter. Instead, you&#8217;re presented with this:</p></blockquote>
<p><img src="http://macmembrane.com/wp-content/uploads/2009/05/tweetie-go-to-user.png" alt="tweetie-go-to-user.png" border="0" width="336" height="114" class="centered" /></p>
<p>
<blockquote>The major problem is that I have my followers&#8217; real name displayed with their tweets. The &#8216;Go To User&#8217; dialogue box asks for their Twitter name. In many cases, I have no idea what that is. As is, it&#8217;s a near useless feature.</p></blockquote>
<p><strong>Selected Tweet Color</strong></p>
<p>
<blockquote>As a new addition to 1.1, the selected tweet no longer displays a subtle glow. Instead it&#8217;s a horrible bright blue which retains nothing of the subtlety of the previous display type and eschews consistency with the rest of the UI.</p></blockquote>
<p><img src="http://macmembrane.com/wp-content/uploads/2009/05/tweetie-contrast.png" alt="tweetie-contrast.png" border="0" width="360" height="107" class="centered" /></p>
<h2>Wouldn&#8217;t it be Nice?</h2>
<p><strong>Google Maps and Search Nearby</strong></p>
<p>
<blockquote>Displaying a user&#8217;s profile could also show their world location on a Google Map. I have a feeling that this would look very pretty in Tweetie. From here, the ability to search nearby users would be a bonus.</p></blockquote>
<p><strong>A Combined Stream</strong></p>
<p>
<blockquote>I have two Twitter accounts: <a href="http://twitter.com/PeterVk" title="PeterVk (PeterVk) on Twitter">@PeterVk</a> and <a href="http://twitter.com/MacMembrane" title="MacMembrane (MacMembrane) on Twitter">@MacMembrane</a>. I wouldn&#8217;t mind having the option to have a combined view.</p></blockquote>
<p><strong>Some Nifty Sound Effects</strong></p>
<p>
<blockquote>Why not make Tweetie sound as good as it looks? Distinct sounds for @replies, DMs and successful posts would make it so.</p></blockquote>
<p><strong>Advanced Search Controls</strong></p>
<p>
<blockquote>I have some ideas about how this could be implemented, and again, I&#8217;m sure it&#8217;d look very pretty given Atebits design acumen.</p></blockquote>
<h2>Final Thoughts</h2>
<p>Tweetie has only been released for a few weeks now and I&#8217;ve no doubt that the app will continue to improve with each subsequent release. In its present form it&#8217;s the best Twitter app for Mac that I&#8217;ve tried. <a href="http://www.atebits.com/tweetie-mac/" title="atebits - Tweetie for Mac">Try it out</a> if you haven&#8217;t already and let me know how you think it could be better.</p>
]]></content:encoded>
			<wfw:commentRss>http://macmembrane.com/thoughts-on-tweetie-for-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Form Factor of the iPhone Lite</title>
		<link>http://macmembrane.com/form-factor-of-the-iphone-lite/</link>
		<comments>http://macmembrane.com/form-factor-of-the-iphone-lite/#comments</comments>
		<pubDate>Sun, 03 May 2009 03:45:50 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Mobile Touch]]></category>
		<category><![CDATA[daring fireball]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://macmembrane.com/?p=1074</guid>
		<description><![CDATA[A few thoughts on J. Gruber's speculation about iPhone Lite.]]></description>
			<content:encoded><![CDATA[<p><a href="http://daringfireball.net/2009/05/verizon_iphone_rumors" title="Daring Fireball: Regarding the Verizon and 'iPhone Lite' Rumors">John Gruber&#8217;s speculation</a> about an iPhone Lite:</p>
<p>
<blockquote>A new, lower-priced, smaller, and more adorable iPhone, with more or less the same technical specs as the original iPhone. Given that those specs include the 320 × 480 display, I wouldn’t expect something tiny, but remember that the original iPod Mini was “just” 35 percent smaller by volume than the then-current full-sized iPod. Shrink the iPhone’s forehead and chin and make it thinner — maybe a lot thinner — is what I’m thinking. Existing iPhone apps would run just fine on the new device, as it’d have similar, if not identical, CPU performance and RAM to previous full-sized iPhones.</p></blockquote>
<p>Until this post I found it difficult envisioning a lite version of the iPhone, largely because I wasn&#8217;t separating form from features in my mind. An iPhone with the same form factor but lesser specs wouldn&#8217;t, in my opinion, be flying off the shelves the way that the current model is. If Apple were to differentiate the second model exteriorly the way that it does the iPod Nano, the case may be somewhat different. And much more interesting.</p>
]]></content:encoded>
			<wfw:commentRss>http://macmembrane.com/form-factor-of-the-iphone-lite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
