<?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>CS and the City &#187; Apple</title>
	<atom:link href="http://sean.lyn.ch/category/business/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://sean.lyn.ch</link>
	<description></description>
	<lastBuildDate>Mon, 12 Oct 2009 03:21:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Open New Window links in Safari as Tabs</title>
		<link>http://sean.lyn.ch/2008/09/open-new-window-links-in-safari-as-tabs/</link>
		<comments>http://sean.lyn.ch/2008/09/open-new-window-links-in-safari-as-tabs/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 21:00:41 +0000</pubDate>
		<dc:creator>Sean Lynch</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://sean.lyn.ch/?p=92</guid>
		<description><![CDATA[Without having to use Saft either! (Though I think this will only work on Safari 3.1)
Here&#8217;s the magic, just pump this into your terminal, restart Safari and you&#8217;ll be ready to go:
defaults write com.apple.Safari TargetedClicksCreateTabs -bool true
]]></description>
			<content:encoded><![CDATA[<p>Without having to use Saft either! (Though I think this will only work on Safari 3.1)</p>
<p>Here&#8217;s the magic, just pump this into your terminal, restart Safari and you&#8217;ll be ready to go:<br />
<code>defaults write com.apple.Safari TargetedClicksCreateTabs -bool true</code></p>
]]></content:encoded>
			<wfw:commentRss>http://sean.lyn.ch/2008/09/open-new-window-links-in-safari-as-tabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing iTunes duplicates</title>
		<link>http://sean.lyn.ch/2008/06/removing-itunes-duplicates/</link>
		<comments>http://sean.lyn.ch/2008/06/removing-itunes-duplicates/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 00:32:55 +0000</pubDate>
		<dc:creator>Sean Lynch</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[iTunes]]></category>

		<guid isPermaLink="false">http://sean.lyn.ch/?p=45</guid>
		<description><![CDATA[I recently had to rebuild my iTunes library to solve some weird situation that was preventing my iPhone from syncing with iTunes after a reformat and upgrade.  In the process I managed to add about 25 albums to the library twice.  Instead of Apple noticing that the action is simply going to result [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had to rebuild my iTunes library to solve some weird situation that was preventing my iPhone from syncing with iTunes after a reformat and upgrade.  In the process I managed to add about 25 albums to the library twice.  Instead of Apple noticing that the action is simply going to result in byte-for-byte duplicates of entire albums, it decides to continue with the addition and just append &#8221; 1.mp3&#8243; to all of the filenames.  Why the genius coders over at Apple decided this was a reasonable outcome I&#8217;ll never know, but it frustrates a music library neat freak like myself to no end.</p>
<p>After trying to convince various AppleScripts to make iTunes clean itself up, I stumbled across these instructions on the blog of Todd George on <a href="http://www.togeo.com/togeo/wordpress/?p=47">how to find and remove byte-for-byte duplicates from iTunes</a>.  It saved my sanity.  Note that this simply removes the files from the filesystem, and not the entries from the iTunes library itself.  Thankfully, Todd provides a link to a great method of <a href="http://www.paulmayne.org/archives/2007/11/how-to-remove-broken-or-dead-tracks-from-itunes/">finding the now dead entries in your library and removing them</a> WITHOUT any additional scripts or programs.  </p>
<p>iTunes is happy again!</p>
]]></content:encoded>
			<wfw:commentRss>http://sean.lyn.ch/2008/06/removing-itunes-duplicates/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone SDK works fine on PowerPC</title>
		<link>http://sean.lyn.ch/2008/06/iphone-sdk-works-fine-on-powerpc/</link>
		<comments>http://sean.lyn.ch/2008/06/iphone-sdk-works-fine-on-powerpc/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 05:31:55 +0000</pubDate>
		<dc:creator>Sean Lynch</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[powerpc]]></category>
		<category><![CDATA[ppc]]></category>
		<category><![CDATA[sdk]]></category>

		<guid isPermaLink="false">http://sean.lyn.ch/?p=42</guid>
		<description><![CDATA[Well, to be fair, it&#8217;s pretty slow, and some other people have ran into some instability, but the iPhone SDK works just fine on my old iBook G4 allowing me to put off that inevitable new hardware purchase just a little bit longer.  Thanks to Gordon Turner for the tip. Looks like this WWDC ticket [...]]]></description>
			<content:encoded><![CDATA[<p>Well, to be fair, it&#8217;s pretty slow, and some other people have ran into some instability, but the iPhone SDK works just fine on my old iBook G4 allowing me to put off that inevitable new hardware purchase just a little bit longer.  Thanks to <a href="http://blog.gordonturner.ca/">Gordon Turner</a> for the tip. Looks like this WWDC ticket just paid for itself!</p>
<p>How-tos are located <a href="http://3by9.com/85/">here</a> and <a href="http://www.tbradford.org/2008/03/iphone-sdk-beta-2-possible-ppc-fix.html">here</a> (do both, the second is a little bit of clean up detail omitted from the first).</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://sean.lyn.ch/2008/06/iphone-sdk-works-fine-on-powerpc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transmission returns as the best BitTorrent client for OSX</title>
		<link>http://sean.lyn.ch/2008/03/transmission-returns-as-the-best-bittorrent-client-for-osx/</link>
		<comments>http://sean.lyn.ch/2008/03/transmission-returns-as-the-best-bittorrent-client-for-osx/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 16:06:16 +0000</pubDate>
		<dc:creator>Sean Lynch</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[BitTorrent]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Rocks]]></category>
		<category><![CDATA[Transmission]]></category>

		<guid isPermaLink="false">http://seanlynch.wordpress.com/?p=44</guid>
		<description><![CDATA[Transmission has been a favourite BitTorrent client of mine for a long time.  Its compact design, complete feature set and small memory footprint are much preferred over the bulky Azureus.  Unfortunately, somewhere after v0.7, it lost its high-performance ways and I had to switch back to Azureus just to get my downloads to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.transmissionbt.com/">Transmission</a> has been a favourite BitTorrent client of mine for a long time.  Its compact design, complete feature set and small memory footprint are much preferred over the bulky Azureus.  Unfortunately, somewhere after v0.7, it lost its high-performance ways and I had to switch back to Azureus just to get my downloads to work.  I&#8217;m happy to report that it&#8217;s back, better than ever post-v1.0 (Now at v1.10).</p>
<p>I recommend any Mac owner check it out for their BitTorrent needs. It&#8217;s now also available on Linux/*BSD so I suspect they can experience the same joy</p>
]]></content:encoded>
			<wfw:commentRss>http://sean.lyn.ch/2008/03/transmission-returns-as-the-best-bittorrent-client-for-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple will block any Music apps on iPhone/iTouch</title>
		<link>http://sean.lyn.ch/2008/03/apple-will-block-any-music-apps-on-iphoneitouch/</link>
		<comments>http://sean.lyn.ch/2008/03/apple-will-block-any-music-apps-on-iphoneitouch/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 15:07:26 +0000</pubDate>
		<dc:creator>Sean Lynch</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://seanlynch.wordpress.com/?p=43</guid>
		<description><![CDATA[When Apple announced their SDK for the iPhone, I immediately got caught up on Apple&#8217;s insistence that all applications must be distributed through their App Store, not only because developers have to pay $99 a year to put any application (free or not) on the store, or that Apple gets a 30% cut of any [...]]]></description>
			<content:encoded><![CDATA[<p>When Apple announced their SDK for the iPhone, I immediately got caught up on Apple&#8217;s insistence that all applications must be distributed through their App Store, not only because developers have to pay $99 a year to put any application (free or not) on the store, or that Apple gets a 30% cut of any profits made, but also that they get veto power on any and all application.</p>
<p>Apple says this is for your own good.  It allows them to protect you from any malicious applications.  Of course, they can also block any SIM unlock programs.  They got a little fascist with their &#8220;No Porn&#8221; declaration, and they left the door open to turn away any &#8220;unforeseen&#8221; application that doesn&#8217;t meet their high standards.</p>
<p>Turns out Music apps fall in that category.  iPodNN reports that <a href="http://www.ipodnn.com/articles/08/03/19/music.vs.iphone.sdk/">Music functions are off-limits to iPhone SDK developers</a>.  This means that I can&#8217;t use anything but iTunes to listen to my tunes, even if I&#8217;m not satisfied with the client (I&#8217;m not BTW), I can&#8217;t use anything but the iTunes Wireless store, even if Amazon wanted to open their store to the platform too, and I can&#8217;t use any interesting musical support applications like Last.fm to track my usage.  That&#8217;s a whole lot of can&#8217;ts for something that&#8217;s supposed to revolutionize the platform.</p>
<p>I&#8217;m looking forward to the day when I can replace my iPhone with something Android-based and not feel like I&#8217;m being herded for my own good by Apple.</p>
]]></content:encoded>
			<wfw:commentRss>http://sean.lyn.ch/2008/03/apple-will-block-any-music-apps-on-iphoneitouch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSX 10.5 not ejecting mounted .DMGs</title>
		<link>http://sean.lyn.ch/2007/11/leopard-not-ejecting-mounted-dmgs/</link>
		<comments>http://sean.lyn.ch/2007/11/leopard-not-ejecting-mounted-dmgs/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 21:25:53 +0000</pubDate>
		<dc:creator>Sean Lynch</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[DMG]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[OSX 10.5]]></category>
		<category><![CDATA[Trouble]]></category>

		<guid isPermaLink="false">http://seanlynch.wordpress.com/2007/11/08/leopard-not-ejecting-mounted-dmgs/</guid>
		<description><![CDATA[I&#8217;ve found that Mac OSX 10.5 (Leopard) isn&#8217;t always ejecting mounted DMG files in the usual methods (i.e. dragging to trash, right clicking and choosing eject, you know, the way it should work).
I found the following command works until Apple fixes the bug.  Next time, I&#8217;ll also try using Disk Utility (thanks to the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve found that Mac OSX 10.5 (Leopard) isn&#8217;t always ejecting mounted DMG files in the usual methods (i.e. dragging to trash, right clicking and choosing eject, you know, the way it should work).</p>
<p>I found the following command works until Apple fixes the bug.  Next time, I&#8217;ll also try using Disk Utility (thanks to the guys on <a href="http://discussions.apple.com/thread.jspa?messageID=5794975">Apple support forums</a> for both tips).</p>
<blockquote><p>Open up a terminal, cd to /Volumes, get the name of a mounted DMG file, and try like this:</p>
<p>(in my case the volume was /MailTags2.2b4):</p>
<p>maggie:Volumes blloyd$ hdiutil detach MailTags2.2b4<br />
&#8220;disk1&#8243; unmounted.<br />
&#8220;disk1&#8243; ejected.
</p></blockquote>
<p><a href="http://discussions.apple.com/message.jspa?messageID=5678263#5678263">Link to specific message</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sean.lyn.ch/2007/11/leopard-not-ejecting-mounted-dmgs/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Installed: Camino 1.1 beta</title>
		<link>http://sean.lyn.ch/2007/03/installed-camino-11-beta/</link>
		<comments>http://sean.lyn.ch/2007/03/installed-camino-11-beta/#comments</comments>
		<pubDate>Sun, 11 Mar 2007 05:37:54 +0000</pubDate>
		<dc:creator>Sean Lynch</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://seanlynch.wordpress.com/2007/03/11/installed-camino-11-beta/</guid>
		<description><![CDATA[I have more web browsing software in my Applications folder than any sane person should have. The usual suspects of Safari and Firefox, Internet Explorer Mac 5 (just in case&#8230;), Flock, Opera, and OmniWeb.  Missing for whatever reason was Camino.
Camino is a Mac-only browser implementation on top of the Mozilla core which powers Firefox. [...]]]></description>
			<content:encoded><![CDATA[<p>I have more web browsing software in my Applications folder than any sane person should have. The usual suspects of Safari and Firefox, Internet Explorer Mac 5 (just in case&#8230;), Flock, Opera, and OmniWeb.  Missing for whatever reason was Camino.</p>
<p>Camino is a Mac-only browser implementation on top of the Mozilla core which powers Firefox.  Essentially, you get the best of both worlds:  The power of the Gecko rendering engine and the tight integration you&#8217;d expect from a Mac only app.</p>
<p>I can&#8217;t explain its absence. I may have tried an earlier version, who knows.  In fact, it wasn&#8217;t until I watched Mike Pinkerton&#8217;s <a href="http://video.google.com/videoplay?docid=6765603919277760697">presentation on the history of Camino</a> that I decided to (re-)give it a go.</p>
<p>And I&#8217;m impressed so far.  The load times are noticeably faster than Firefox, and the memory footprint seems smaller (though not as much smaller as I expected after dumping all of Firefox&#8217;s cross-platform interface stuffing).  There are still some stability issues to be ironed out.</p>
<p>I&#8217;ve also filed my first feature request.  As I wrote before, I am in absolute love with how Safari handles PDFs.  Though Camino boasts about harnessing the true power of OSX, they still turn a blind eye to PDFs.</p>
<p>So I filed my first feature request bug with Camino.  It promptly got marked as a duplicate.  I didn&#8217;t think I&#8217;d be the first one to <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=91559">miss Safari&#8217;s perfect PDF functionality</a>.  I hope anyone that stumbles upon this article will do both of us a favor and go &#8220;Me too!&#8221; the feature.</p>
<p>The reason they haven&#8217;t added the feature is that OSX&#8217;s PDFKit is a 10.4+ feature only and Camino boasts support for 10.2 and up.  Legacy support is a sensitive subject depending on which side you&#8217;re on so I understand the Camino devs being hesitant to leave users behind.  I just wonder how much of the user base is still that far behind?  I don&#8217;t want to have to wait till Camino 2.0.</p>
<p>Interesting note: The dictionary that Camino uses for its in-line spell checking says the word &#8220;Camino&#8221; is incorrect.</p>
]]></content:encoded>
			<wfw:commentRss>http://sean.lyn.ch/2007/03/installed-camino-11-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interesting News Round-up</title>
		<link>http://sean.lyn.ch/2007/02/interesting-news-round-up/</link>
		<comments>http://sean.lyn.ch/2007/02/interesting-news-round-up/#comments</comments>
		<pubDate>Wed, 21 Feb 2007 18:28:40 +0000</pubDate>
		<dc:creator>Sean Lynch</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Canada]]></category>
		<category><![CDATA[Copyleft]]></category>

		<guid isPermaLink="false">http://seanlynch.wordpress.com/2007/02/21/interesting-news-round-up/</guid>
		<description><![CDATA[Puretracks &#8211; Canadian Online Music Retailer goes DRM-less on indie offerings
Moosehead tackles last Canadian holdout:  Saskatchewan
How to get iTunes to sort your albums (almost) exactly how you want it
Ariel Atom coming to Canada for a test drive
Dynamic languages hitting home on the desktop
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.michaelgeist.ca/index.php?option=com_content&amp;task=view&amp;id=1719&amp;Itemid=125">Puretracks &#8211; Canadian Online Music Retailer goes DRM-less on indie offerings</a><br />
<a href="http://www.cbc.ca/canada/saskatchewan/story/2007/02/21/nb-moosehead.html?ref=rss">Moosehead tackles last Canadian holdout:  Saskatchewan</a><br />
<a href="http://www.tuaw.com/2007/02/21/itunes-tip-sort-by-album-is-smarter-than-you-think/">How to get iTunes to sort your albums (almost) exactly how you want it</a><br />
<a href="http://www.autoblog.com/2007/02/21/ariel-atom-experience-coming-to-a-city-maybe-near-you/">Ariel Atom coming to Canada for a test drive</a><br />
<a href="http://daringfireball.net/2007/02/dynamic_scripting_languages">Dynamic languages hitting home on the desktop</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sean.lyn.ch/2007/02/interesting-news-round-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tangerine goes Beta</title>
		<link>http://sean.lyn.ch/2006/10/tangerine-goes-beta/</link>
		<comments>http://sean.lyn.ch/2006/10/tangerine-goes-beta/#comments</comments>
		<pubDate>Fri, 20 Oct 2006 06:06:00 +0000</pubDate>
		<dc:creator>Sean Lynch</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://seanlynch.wordpress.com/2006/10/20/tangerine-goes-beta/</guid>
		<description><![CDATA[I wonder why it is that Windows apps have brutally straight forward names like MP3 Tagger and Windows Journal and Mac apps have names like Tangerine.  Do Mac developers strive to make their names as unrelated as possible?  I have to know these things if I&#8217;m going to become one  
Here&#8217;s the [...]]]></description>
			<content:encoded><![CDATA[<p>I wonder why it is that Windows apps have brutally straight forward names like MP3 Tagger and Windows Journal and Mac apps have names like Tangerine.  Do Mac developers strive to make their names as unrelated as possible?  I have to know these things if I&#8217;m going to become one <img src='http://sean.lyn.ch/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Here&#8217;s the money shot:  Tangerine does cool stuff with your iTunes library that would have taken you way to long to do yourself.  Sort of like SoundFlavor (I guess&#8230; my PC owning buddies have been rubbing that one in my face for a few days now).  Get on the free beta <a href="http://www.potionfactory.com/blog/2006/10/18/introducing-tangerine/">here</a> or better yet, get yourself a license for blogging about it.</p>
<p>Tangerine is a tool that analyzes the songs in your iTunes music library by beat intensity (amplitude?) and allows you to create playlists by specifying ranges of BPM and intensity and then making arrangements of songs based on your parameters.  For example, you can create a playlist that starts with slow tempo music and then builds in the middle, effectively making a perfect (and random) workout soundtrack.</p>
<p>But keep in mind, it&#8217;s beta software.  It&#8217;s hard to tell at first though (I&#8217;m really impressed how fast it flew through my music collection).</p>
<p>Things to watch out for:</p>
<ul>
<li>Since Apple in their infinite wisdom decided to store album art work outside of files, it appears that any albums you&#8217;ve tagged with Artwork using the iTunes get album feature won&#8217;t properly display in Tangerine.  It&#8217;s too bad too, the playlist view is very very cool.  It would be even cooler without all the &#8216;?&#8217;.  Hey, do Apple one better, want to go populate those BPM fields on my songs for me?  I know I&#8217;m not going to&#8230;</li>
<li>Tangerine seems to have trouble with some of my songs.  Sometimes it evaluates the BPM incorrectly (fast for slow, slow for fast), but worse is that I think it fails on some of my songs.  Instead of indicating that, however, it just doesn&#8217;t show them in the library.  I can only assume that&#8217;s why they aren&#8217;t here.</li>
<li>I really wish I could simply drag a song in and then have Tangerine generate a playlist based on that first song.  Sort of like Pandora but for iTunes.  I don&#8217;t really need songs that rise and fall over the course of the playlist, but if it&#8217;s raining in the morning.  I&#8217;d love to be able to tell Tangerine just to give me a bunch of songs based on this one Sufjan Stevens track and throw it on my iPod.  Which leads me to&#8230;</li>
<li>Yep it&#8217;ll save the playlists back to iTunes, but I wish I could save it directly to the iPod.  Technically Tangerine should just be a plug-in to iTunes, but I think they&#8217;re quite limited by Apple&#8217;s API so I understand why it&#8217;s a seperate app.  Still, I don&#8217;t want to have to switch between them if I can avoid it.</li>
</ul>
<p>As always, things are bound to change between now and 1.0.  I&#8217;ll give you an update once it comes out.  Definitely give it a sneak peak while you can though.  The UI is tres pretty (as Potion Factory apps seem to be).  Man, who needs all those Web 2.0 apps anyway?</p>
]]></content:encoded>
			<wfw:commentRss>http://sean.lyn.ch/2006/10/tangerine-goes-beta/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First details of Office 2007 for Mac</title>
		<link>http://sean.lyn.ch/2006/09/first-details-of-office-2007-for-mac/</link>
		<comments>http://sean.lyn.ch/2006/09/first-details-of-office-2007-for-mac/#comments</comments>
		<pubDate>Mon, 18 Sep 2006 04:39:35 +0000</pubDate>
		<dc:creator>Sean Lynch</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://seanlynch.wordpress.com/2006/09/18/first-details-of-office-2007-for-mac/</guid>
		<description><![CDATA[APC Magazine has brand spanking new deets on the next version of Office for Mac. Sounds like the new version will be adopting some of the new UI features from its windows cousin (which I have used and have been blown away by) as well as the new XML file formats.  Check out the [...]]]></description>
			<content:encoded><![CDATA[<p>APC Magazine has brand spanking new deets on the next version of Office for Mac. Sounds like the new version will be adopting some of the new UI features from its windows cousin (which I have used and have been blown away by) as well as the new XML file formats.  Check out the full <a href="http://www.apcstart.com/site/dflynn/2006/09/1511/exclusive-first-details-of-office-2007-for-mac-all-new-ui">APC article on the upcoming features</a>.</p>
<p>I really like the interview with Mary Starman, group product manager for Microsoft’s Macintosh Business Unit.</p>
<blockquote><p>
At this early stage the product is known only by its version number as ‘Office 12′. “That won’t be the name it goes to market with — we’ll have something brilliant, like the year it launches, as the name!” laughs Mary Starman</p></blockquote>
<p>If the product manager is having this good of a time during an interview, working for the team must be quite the experience.  Anyone from Microsoft for Mac interested in a co-op student next year?</p>
]]></content:encoded>
			<wfw:commentRss>http://sean.lyn.ch/2006/09/first-details-of-office-2007-for-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
