<?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>Orangeninja &#187; Apple</title>
	<atom:link href="http://www.orangeninja.com/tag/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.orangeninja.com</link>
	<description>Life, the Universe, and Everything In It</description>
	<lastBuildDate>Mon, 22 Dec 2008 12:50:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Leopard Upgrade</title>
		<link>http://www.orangeninja.com/2007/12/30/leopard-upgrade/</link>
		<comments>http://www.orangeninja.com/2007/12/30/leopard-upgrade/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 23:16:36 +0000</pubDate>
		<dc:creator>Frosty</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.orangeninja.com/2007/12/30/leopard-upgrade/</guid>
		<description><![CDATA[So, I took the plunge and upgraded to Leopard while I had time to occupy over Christmas. Probably could&#8217;ve found something higher on my todo list really, but an impulse grabbed me when I was in the Apple store, and that was that.
So, opinions. A mixed blessing really. User interface elements are a lot nicer, [...]]]></description>
			<content:encoded><![CDATA[<p>So, I took the plunge and upgraded to Leopard while I had time to occupy over Christmas. Probably could&#8217;ve found something higher on my todo list really, but an impulse grabbed me when I was in the Apple store, and that was that.</p>
<p>So, opinions. A mixed blessing really. User interface elements are a lot nicer, particularly the new reflective dock (which seems to be a bit controversial round the web). There&#8217;s also a neat little hidden trick for putting spacers in the dock, a problem I had to hack around in Tiger by placing &#8220;fake&#8221; apps in the dock which threw up errors on accidental clicks.</p>
<p align="center">
<a href="http://www.orangeninja.com/wp-content/gallery/leopard/dock.png" title="This is the fancy new dock in leopard. Check out those reflections!" class="thickbox" rel="singlepic1" >
	<img class="ngg-singlepic" src="http://www.orangeninja.com/wp-content/plugins/nextgen-gallery/nggshow.php?pid=1&amp;width=500&amp;height=77&amp;mode=web20" alt="dock.png" title="dock.png" />
</a>
<span id="more-86"></span></p>
<p>The spacers tip comes courtesy of a post I found on the <a title="Dock Separators on MacNN Forums" href="http://forums.macnn.com/90/mac-os-x/355642/10-5-dock-comes-dock-separators/">MacNN forums</a>, which basically involves adding extra entries in the dock&#8217;s plist with the command:</p>
<ol class="code">
<li><code>defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}'</code></li>
</ol>
<p>
<a href="http://www.orangeninja.com/wp-content/gallery/leopard/stacks.png" title="Stacks in all their glory. Shame about the icon." class="thickbox" rel="singlepic3" >
	<img class="ngg-singlepic ngg-right" src="http://www.orangeninja.com/wp-content/plugins/nextgen-gallery/nggshow.php?pid=3&amp;width=150&amp;height=240&amp;mode=" alt="stacks.png" title="stacks.png" />
</a>
Stacks are a good idea, but I can&#8217;t see myself using them beyond my current &#8220;Downloads&#8221; stack that&#8217;s tidied up my often messy desktop. The one thing I don&#8217;t like here is the &#8220;stackyness&#8221; of the icon given to them. I think the idea is that it looks like a pile of files that you&#8217;d make on a desk, except it&#8217;s just a bit too neat. No pages sticking out at jaunty angles, folders with their contents falling out, or even any shadows to show height. I&#8217;d be happier if I could just replace the icon with a custom one that represented what I used that stack for.</p>
<p>Spaces is the only other major change I&#8217;ve used, which is an achievement considering the number of times I&#8217;ve tried and given up with virtual desktops in the past. There&#8217;s not much to comment on, other than it being implemented really well, and I&#8217;ll probably stick with using it for a while.</p>
<p>Oh, and the much touted, improved networking in Finder. Or rather, the lack of it. Finder successfully discovering my Windows shares had always akin to me being able to hit a playing card with a dart while blindfolded,Â  but thankfully when Steve strolled out last MacWorld to show off Leopard he told us Finder would now have improved networking features. 
<a href="http://www.orangeninja.com/wp-content/gallery/leopard/error.png" title="Helpful error. Google shows this isn&amp;#039;t an isolated case." class="thickbox" rel="singlepic5" >
	<img class="ngg-singlepic ngg-right" src="http://www.orangeninja.com/wp-content/plugins/nextgen-gallery/nggshow.php?pid=5&amp;width=150&amp;height=240&amp;mode=" alt="error.png" title="error.png" />
</a>
I still hit the same problem of only being able to discover Windows PCs on a full moon, and now to add to the mix I get errors (6602, for anyone interested) when trying to connect to password protected shares on Vista. Clearly a huge improvement.</p>
<p>Luckily I have found a workaround for this problem, but oddly it comes in the form of a simple Applescript:</p>
<ol class="code">
<li><code>tell application "Finder"</code></li>
<li><code> mount volume "smb://mediacenter/c$" as user name "frosty" with password "pword"</code></li>
<li><code> mount volume "smb://mediacenter/d$" as user name "frosty" with password "pword"</code></li>
<li><code> mount volume "smb://mediacenter/e$" as user name "frosty" with password "pword"</code></li>
<li><code>end tell</code></li>
</ol>
<p>Which begs the question if it&#8217;s this easy to get working in Applescript, why does it always fail in Finder? And moreso, why do these two methods not just call the same underlying API?</p>
<p>
<a href="http://www.orangeninja.com/wp-content/gallery/leopard/icons.png" title="I mean, they&amp;#039;re not bad, just not overly good either.." class="thickbox" rel="singlepic4" >
	<img class="ngg-singlepic ngg-right" src="http://www.orangeninja.com/wp-content/plugins/nextgen-gallery/nggshow.php?pid=4&amp;width=150&amp;height=240&amp;mode=" alt="icons.png" title="icons.png" />
</a>
Another downside is the default icons. I know, it&#8217;s easy enough to change them, but Apple pride themselves on their design &#8211; why choose these? As soon as I find some folder icons that agree with me these will be gone.</p>
<p>Anyway, enough with the negatives. Overall, Leopard&#8217;s quite an improvement over Tiger. There&#8217;s the big, noticable changes like the Dock, Spaces, Stacks and Time Machine (which I haven&#8217;t tried yet, and probably never will), but I&#8217;ve also noticed a lot of minor changes that just make it that little bit nicer to use. 
<a href="http://www.orangeninja.com/wp-content/gallery/leopard/terminal.png" title="The new options for creating a remote terminal." class="thickbox" rel="singlepic2" >
	<img class="ngg-singlepic ngg-right" src="http://www.orangeninja.com/wp-content/plugins/nextgen-gallery/nggshow.php?pid=2&amp;width=150&amp;height=240&amp;mode=" alt="terminal.png" title="terminal.png" />
</a>
Toolbars are now almost universally consistent, rather than the mishmash of plain grey, gradients and brushed metal that were round every corner in Tiger. Terminal&#8217;s been improved with the addition of a remote connection window (to be fair this could&#8217;ve been there all along and I&#8217;ve missed it). The translucent menu bar is far more subtle than I expected, and not a problem to work with on most backgrounds. I&#8217;m sure I&#8217;ll come across more changes as I carry on using it, and <strong>hopefully</strong> the networking issue will be fixed in 10.5.2 due out sometime in January.</p>
<p>I won&#8217;t hold my breath though.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orangeninja.com/2007/12/30/leopard-upgrade/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
