<?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>jonnymac blog &#187; Apple</title>
	<atom:link href="http://www.jonnymac.com/blog/category/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonnymac.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 06 Aug 2010 20:59:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flash on the iPhone, but not in the browser</title>
		<link>http://www.jonnymac.com/blog/2009/10/05/flash-on-the-iphone-but-not-in-the-browser/</link>
		<comments>http://www.jonnymac.com/blog/2009/10/05/flash-on-the-iphone-but-not-in-the-browser/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 19:22:41 +0000</pubDate>
		<dc:creator>Jon MacDonald</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Adobe MAX]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[CS5]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mobile Development]]></category>

		<guid isPermaLink="false">http://www.jonnymac.com/blog/?p=681</guid>
		<description><![CDATA[A nice "one more thing" announcement at Adobe MAX this morning: Flash Professional CS5 will enable you to build applications for iPhone and iPod touch using ActionScript 3. These applications will be delivered to iPhone and iPod touch users through the Apple App Store. So while this is extremely exciting (as in, I just became [...]]]></description>
			<content:encoded><![CDATA[<p>A nice "one more thing" announcement at <a title="Adobe MAX 2009" href="http://max.adobe.com/" target="_blank">Adobe MAX</a> this morning: Flash Professional CS5 will enable you to build applications for iPhone and iPod touch using ActionScript 3. These applications will be delivered to iPhone and iPod touch users through the Apple App Store.</p>
<p>So while this is extremely exciting (as in, I just became an iPhone developer in 5 minutes this morning exciting) there are a few things to note:</p>
<p>1. This is only for standalone applications - meaning iPhone/iPod Touch applications that you download from Apple's App Store either on your phone or via iTunes. It <strong>does not</strong> include Flash played via the Safari mobile web browser. So no online Flash video just yet. Ryan Stewart, an Adobe Platform Evangelist <a title="Ryan Stewart on Twitter" href="http://twitter.com/ryanstewart/status/4634437885" target="_blank">tweeted the following</a> today during the keynote: "When Apple is ready to bring the full Web browsing experience to iPhone users, we'll be ready to bring Flash Player to Safari."</p>
<p>2. You cannot load external SWFs into the apps you compile for the iPhone. The official line on this is: "iPhone applications built with Flash Platform tools are compiled into standard, native iPhone executable packages and there is no runtime interpreter that could be used to run ActionScript bytecode within the application." But in reality, Adobe is just staying within the limits imposed by Apple and their "no running other bytecode in apps" rule.</p>
<p>3. This won't be available until Flash CS5 is released. The good news here is that a public beta of Flash CS5 will be released before the end of 2009.</p>
<p>You can read all about this announcement over on <a title="Adobe Labs - Adobe Flash Professional CS5: Applications for iPhone" href="http://labs.adobe.com/technologies/flashcs5/appsfor_iphone/" target="_blank">Adobe Labs: Flash Professional CS5 Applications for iPhone</a>, at the official <a title="Adobe Opens iPhone to Flash Developers" href="http://eon.businesswire.com/portal/site/eon/permalink/?ndmViewId=news_view&amp;newsId=20091005006358&amp;newsLang=en" target="_blank">Adobe press release</a>, and in the Adobe Dev Center where they have posted an article about <a title="Developing for the Apple iPhone using Flash" href="http://www.adobe.com/devnet/logged_in/abansod_iphone.html" target="_blank">Developing for the Apple iPhone using Flash</a>. The Dev Center article goes into some good technical explanation of what is going on behind the scenes.</p>
<p>There is also an <a title="Applications for iPhone:Developer FAQ " href="http://labs.adobe.com/wiki/index.php/Applications_for_iPhone:Developer_FAQ" target="_blank">extensive technical FAQ available on Adobe Labs</a> which is worth the read.</p>
<p>Lastly, you can see some quick video of the Mythbusters-type segment they did as the announcement below:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="295" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/M3CI5GyNXoA&amp;hl=en&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="295" src="http://www.youtube.com/v/M3CI5GyNXoA&amp;hl=en&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonnymac.com/blog/2009/10/05/flash-on-the-iphone-but-not-in-the-browser/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>ActionScript 3 Reference for the iPhone</title>
		<link>http://www.jonnymac.com/blog/2009/01/25/actionscript-3-reference-for-the-iphone/</link>
		<comments>http://www.jonnymac.com/blog/2009/01/25/actionscript-3-reference-for-the-iphone/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 23:25:23 +0000</pubDate>
		<dc:creator>Jon MacDonald</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[CS4]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Mobile Development]]></category>

		<guid isPermaLink="false">http://www.jonnymac.com/blog/?p=590</guid>
		<description><![CDATA[Mike Chambers from Adobe just released a new iPhone app for viewing the ActionScript 3 documentation. The app includes class references for Adobe AIR 1.5, Adobe Flex 3.2 and Flash Player 10. I've been testing it this weekend and it has run great. There is more information on Mike's website for the app, including a [...]]]></description>
			<content:encoded><![CDATA[<p><a title="ActionScript 3 Reference for iPhone" href="http://www.mikechambers.com/blog/2009/01/26/actionscript-3-reference-for-iphone/" target="_blank">Mike Chambers</a> from Adobe just released a new iPhone app for viewing the ActionScript 3 documentation.</p>
<p><img class="aligncenter size-full wp-image-591" title="actionscript-reference-iphone" src="http://www.jonnymac.com/blog/wp-content/uploads/2009/01/actionscript-reference-iphone.jpg" alt="actionscript-reference-iphone" width="425" height="313" /></p>
<p>The app includes class references for Adobe AIR 1.5, Adobe Flex 3.2 and Flash Player 10. I've been testing it this weekend and it has run great.</p>
<p>There is more information on <a href="http://www.mikechambers.com/as3iphone/" target="_blank">Mike's website for the app</a>, including a download link for the iTunes App Store. If you want to install the app directly on your phone, you'll need to search for "Mike Chambers" to find the app while it works its way into the App Store search.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonnymac.com/blog/2009/01/25/actionscript-3-reference-for-the-iphone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The real deal with Flash on the iPhone, from Adobe</title>
		<link>http://www.jonnymac.com/blog/2008/03/19/the-real-deal-with-flash-on-the-iphone-from-adobe/</link>
		<comments>http://www.jonnymac.com/blog/2008/03/19/the-real-deal-with-flash-on-the-iphone-from-adobe/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 21:23:46 +0000</pubDate>
		<dc:creator>Jon MacDonald</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Mobile Development]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.jonnymac.com/blog/2008/03/19/the-real-deal-with-flash-on-the-iphone-from-adobe/</guid>
		<description><![CDATA[Mike Downey, a Platform Evangelist at Adobe, just posted the entire, correct story of Flash on the iPhone. As mentioned in his post, a lot of people have been blogging about how Flash is coming to the iPhone. However, the reports of Adobe CEO's comments about Flash support on the iPhone yesterday were not necessarily [...]]]></description>
			<content:encoded><![CDATA[<p>Mike Downey, a Platform Evangelist at Adobe, <a href="http://madowney.com/blog/2008/03/19/flash-on-the-iphone/" target="_blank">just posted the entire, correct story of Flash on the iPhone</a>. As mentioned in <a href="http://madowney.com/blog/2008/03/19/flash-on-the-iphone/" target="_blank">his post</a>, a lot of people have been blogging about how Flash is coming to the iPhone. However, the reports of Adobe CEO's comments about Flash support on the iPhone yesterday were not necessarily complete and accurate, so Mike has taken upon himself to clear the air.</p>
<p>Worth the read, if nothing else, to help guide you through the hype to what the real story is...</p>
<p>Update: Bill Perry, also from Adobe, has also posted <a href="http://www.flashdevices.net/2008/03/adobe-flash-player-coming-to-iphone.html" target="_blank">an even a more detailed account of the facts on his Flash Devices blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonnymac.com/blog/2008/03/19/the-real-deal-with-flash-on-the-iphone-from-adobe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Look Plugins List</title>
		<link>http://www.jonnymac.com/blog/2007/12/09/quick-look-plugins-list/</link>
		<comments>http://www.jonnymac.com/blog/2007/12/09/quick-look-plugins-list/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 02:31:47 +0000</pubDate>
		<dc:creator>Jon MacDonald</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.jonnymac.com/blog/2007/12/09/quick-look-plugins-list/</guid>
		<description><![CDATA[For a while now I have kept a list of small projects that I'd like to do when I have time. I call these "weekend projects" because they should take me no longer than a weekend to get them up and running. Last weekend I _finally_ got to knock one of those off the list: [...]]]></description>
			<content:encoded><![CDATA[<p>For a while now I have kept a list of small projects that I'd like to do when I have time. I call these "weekend projects" because they should take me no longer than a weekend to get them up and running. Last weekend I _finally_ got to knock one of those off the list: <a href="http://www.quicklookplugins.com" title="A directory of Quick Look Plugins for Appleâ€™s OS X 10.5 Leopard" target="_blank">http://www.quicklookplugins.com</a>.</p>
<p><a href="http://www.quicklookplugins.com" target="_blank">QuickLook Plugins List</a> is a directory of Quick Look Plugins for Appleâ€™s OS X 10.5 Leopard. If you are unfamiliar with Quick Look in OS X 10.5, you can read more about it <a href="http://www.apple.com/macosx/features/quicklook.html" target="_blank">here</a>. Basically, Quick Look in Mac OS X Leopard lets you play, view, and page through your files without opening them. And this new site aims to keep a directory of plugins that developers have written for this new technology, allowing you to use this feature with a much greater set of file types such as ZIP, XML, FLV and more.</p>
<p>This all started from a <a href="http://www.bit-101.com/blog/?p=1088" target="_blank">blog post Keith Peters did last month when he mentioned ColorXML which adds color formatting to XML files in Quick Look</a>. I did some research and found several plugins, but they were all scattered around the internet on various blogs and forum postings. Hopefully this new site will help to avoid that scavenger hunt.</p>
<p>If you see that any are missing on the site, I encourage you to use the <a href="http://www.quicklookplugins.com/contact-us/" target="_blank">contact form</a> and send them along. Also, you can help the site out by <a href="http://www.digg.com/apple/Quick_Look_Plugins_List" target="_blank">'Digging' it on Digg</a>.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonnymac.com/blog/2007/12/09/quick-look-plugins-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Player to Support H.264 Video</title>
		<link>http://www.jonnymac.com/blog/2007/08/21/flash-player-to-support-h264-quicktime-video/</link>
		<comments>http://www.jonnymac.com/blog/2007/08/21/flash-player-to-support-h264-quicktime-video/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 15:16:13 +0000</pubDate>
		<dc:creator>Jon MacDonald</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.jonnymac.com/blog/2007/08/21/flash-player-to-support-h264-quicktime-video/</guid>
		<description><![CDATA[News straight from the Flash Player development team: * You can load and play .mp4,.m4v,.m4a,.mov and .3gp files using the same NetStream API you use to load FLV files now. We did not add any sort of new API in the Flash Player. All your existing video playback front ends will work as they are. [...]]]></description>
			<content:encoded><![CDATA[<p>News straight from the <a href="http://www.kaourantin.net/2007/08/what-just-happened-to-video-on-web_20.html" title=" What just happened to video on the web?" target="_blank">Flash Player development team</a>:<br />
<em><br />
* You can load and play .mp4,.m4v,.m4a,.mov and .3gp files using the same NetStream API you use to load FLV files now. We did not add any sort of new API in the Flash Player. All your existing video playback front ends will work as they are. As long as they do not look at the file extension that is, though renaming the files to use the .flv file extension might help your component. The Flash Player itself does not care about file extensions, you can feed it .txt files for all it matters. The Flash Player always looks inside the file to determine what type of file it is.</em></p>
<p><em>* A new version of FMS is upcoming and will support the new file format. This is powerful stuff. Simply drop video files you might have encoded using one of the countless tools out there onto the server and it'll stream.</em></p>
<p>Based on the rest of Tinic's post (it is a long and somewhat technical read), it looks like Adobe will be transitioning away from the FLV format due to some technical limitations. But, I'm wondering if the change will enable some sort of rights management -- even though the post says the Flash Player will not support FairPlay protected videos, there are plenty of other rights management systems out there. Rights management is a very commonly requested feature by sites like ABC.com and others who <em>used</em> to stream all their video in Flash.</p>
<p>Lastly, now that YouTube has been encoding all their video into a Quicktime-playable format (for the iPhone and AppleTV) as well as FLV, I'm wondering when/if they will switch over to only H.264 encoding with Flash Player delivery. This is a win-win for Adobe and Apple: the Flash Player will remain the delivery method of choice due to its massive install base, and H.264/Quicktime formats have just made a comeback as <em>the</em> encoding choice for web delivery.</p>
<p><strong>Update:</strong> Ryan Stewart <a href="http://blog.digitalbackcountry.com/?p=1000" title="The H.264 Announcement in Black and White" target="_blank">answers some common questions about this update</a>, and <a href="http://aralbalkan.com/1012" title="New Flash Player plays MP4s, Quicktime video, even music from your iPod!" target="_blank">Aral Balkan has a very detailed FAQ on his blog</a>. I also adjusted the title to be more technically correct, as Apple didn't invent the H.264 codec, just enables Quicktime to play the specific codec format.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonnymac.com/blog/2007/08/21/flash-player-to-support-h264-quicktime-video/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apple Releases Safari 3 for Windows</title>
		<link>http://www.jonnymac.com/blog/2007/06/11/apple-releases-safari-3-for-windows/</link>
		<comments>http://www.jonnymac.com/blog/2007/06/11/apple-releases-safari-3-for-windows/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 19:06:05 +0000</pubDate>
		<dc:creator>Jon MacDonald</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.jonnymac.com/blog/2007/06/11/apple-releases-safari-3-for-windows/</guid>
		<description><![CDATA[At today's WWDC Keynote Steve Jobs announced that similar to iTunes, Safari 3 will now be cross-platform. As an interactive developer this announcement was not welcomed by me because instead of two major browsers, I'll have to develop (non-Flash) sites for three (IE, Firefox and Safari). I suppose the case could be made that interactive [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.jonnymac.com/blog/wp-content/uploads/2007/06/safari.png" alt="Safari" align="left" />At today's WWDC Keynote Steve Jobs announced that similar to iTunes, Safari 3 will now be cross-platform. As an interactive developer this announcement was not welcomed by me because instead of two major browsers, I'll have to develop (non-Flash) sites for three (IE, Firefox and Safari).</p>
<p>I suppose the case could be made that interactive designers and developers have had to create for three browsers ever since Safari for OS X was released, but the market share of Safari (and those users who use Safari over Firefox on their Macs) was quite small. By introducing this to the Windows market, the task of testing on every browser becomes a growing problem, not a shrinking one.</p>
<p>So be sure to download and install the public beta of Safari 3 from <a href="http://www.apple.com/safari/" title="Apple - Safari 3 Public Beta" target="_blank">Apple's website</a> (<a href="http://www.apple.com/safari/" title="http://www.apple.com/safari/" target="_blank">http://www.apple.com/safari/</a>), as you'll need to add Safari for Windows to your CSS and JavaScript testing suite.</p>
<p>Some times Flash's ability to run identically across all browsers on any platform just makes it shine even more. Today's Safari announcement makes the decision to develop for the Flash Platform that much easier.</p>
<p><strong>Update:</strong> <a href="http://whatdoiknow.org/archives/003099.shtml" title="What Do I Know - Safari 3 Public Beta" target="_blank">Todd Dominey</a> and <a href="http://www.shauninman.com/archive/2007/06/11/one_more_browser" title="One More Browser" target="_blank">Shaun Inmann</a> both weigh in on the issue with some good points:</p>
<p>Todd: "Speaking of web development, the release of Safari for Windows is fantastic news. Finally, Windows developers will be able to preview/test their work in Safari, without owning a Mac, and have a pretty accurate (if not identical) representation of what Mac users will see."</p>
<p>Shaun: "It took me quite a while to get onboard with Safari when it was originally released for OS X: the prospect of having yet another browser to debug didnâ€™t endear Apple to many developers. But Safari on Windows is another story entirely.</p>
<p>Assuming the rendering engine is consistent (I wonder how it will handle anti-aliasing) this is a huge windfall for Safari users on the Mac because even moderate adoption on the PC means more attention payed to the rendering engineâ€™s <a href="http://developer.apple.com/internet/safari/">quirks</a> which will result in a better experience for all."</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonnymac.com/blog/2007/06/11/apple-releases-safari-3-for-windows/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Kuler Panel for Flash CS3</title>
		<link>http://www.jonnymac.com/blog/2007/06/05/kuler-panel-for-flash-cs3/</link>
		<comments>http://www.jonnymac.com/blog/2007/06/05/kuler-panel-for-flash-cs3/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 23:20:48 +0000</pubDate>
		<dc:creator>Jon MacDonald</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[CS3]]></category>
		<category><![CDATA[Design Inspiration]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.jonnymac.com/blog/2007/06/05/kuler-panel-for-flash-cs3/</guid>
		<description><![CDATA[Ben Pritchard of the Pittsburgh Flash Users Group recently posted a cool add-in: Kuler Panel for Flash CS3. The extension adds a new panel to Flash which interfaces with Adobe's Kuler, allowing you to browse the color combinations from within Flash CS3. The best part, though, is that selecting a color scheme creates a layer [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.jonnymac.com/blog/wp-content/uploads/2007/06/kuler_panel.gif" alt="kuler Panel for Flash CS3" align="right" /><a href="http://pixelfumes.blogspot.com" title="Pixelfumes Flash Blog" target="_blank">Ben Pritchard</a> of the <a href="http://pittmfug.blogspot.com/" title="PFUG" target="_blank">Pittsburgh Flash Users Group</a> recently posted a cool add-in: <a href="http://pixelfumes.blogspot.com/2007/06/flash-cs3-kuler-panel-updates.html" title="Pixelfumes Flash Blog: Kuler Panel for Flash CS3" target="_blank">Kuler Panel for Flash CS3</a>. The extension adds a new panel to Flash which interfaces with <a href="http://labs.adobe.com/technologies/kuler/" title="Adobe Labs: kuler" target="_blank">Adobe's Kuler</a>, allowing you to browse the color combinations from within Flash CS3. The best part, though, is that selecting a color scheme creates a layer with that scheme's name and then puts that scheme's swatches on the new layer. This makes using the schemes trivial, and is a great addition to the tool.</p>
<p>For more information, check out <a href="http://pixelfumes.blogspot.com/2007/06/flash-cs3-kuler-panel-updates.html" target="_blank">Ben's post on the panel</a>, or download it <a href="http://www.pixelfumes.com/blog/jul07/kuler.zip" target="_blank">here</a>.</p>
<p><em>[Updated to reflect updated version of the panel, released June 7th, 2007]</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonnymac.com/blog/2007/06/05/kuler-panel-for-flash-cs3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parallels Desktop 3.0 for Mac Announced</title>
		<link>http://www.jonnymac.com/blog/2007/06/01/parallels-desktop-30-for-mac-announced/</link>
		<comments>http://www.jonnymac.com/blog/2007/06/01/parallels-desktop-30-for-mac-announced/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 16:18:45 +0000</pubDate>
		<dc:creator>Jon MacDonald</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.jonnymac.com/blog/2007/06/01/parallels-desktop-30-for-mac-announced/</guid>
		<description><![CDATA[Parallels has just made an announcement about version 3.0 of what I believe to be the most useful Mac OS X application, Parallels Desktop. New features in 3.0 include: + SmartSelect -- set your preferred application handlers cross-platform. Want to open URLs in IE7, mailto: links in Mail.app, or .xls files in Excel 2007? You [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.jonnymac.com/blog/wp-content/uploads/2007/06/parallelslogo.jpg" alt="Parallels Logo" align="left" />Parallels has just made an <a href="http://www.parallels.com/en/products/desktop/upgrade">announcement</a> about version 3.0 of what I believe to be the most useful Mac OS X application, Parallels Desktop.</p>
<p>New features in 3.0 include:</p>
<p>+ SmartSelect -- set your preferred application handlers cross-platform. Want to open URLs in IE7, mailto: links in Mail.app, or .xls files in Excel 2007? You can now.<br />
+ 3D acceleration -- DirectX and OpenGL support will allow 3D gamers to play Windows games in their full glory<br />
+ Snapshot -- back up your virtual machine easily and roll back at any time<br />
+ Parallels Explorer -- copy files into or out of your virtual disk images or your Boot Camp partition without needing to start or load the Parallels VM<br />
+ Enhanced Boot Camp support, better USB, better printer sharing, Coherence 2.0</p>
<ul></ul>
<p>Since they are offering a nice pre-order discount ($39 until June 6), I placed my order this morning. Although the actual application is not available just yet, I received a new serial number right away and the email receipt said "Delivery no later than June 3rd" -- all of which makes me believe version 3.0 will be available before next week.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonnymac.com/blog/2007/06/01/parallels-desktop-30-for-mac-announced/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Laser Engraving My MacBook Pro</title>
		<link>http://www.jonnymac.com/blog/2007/05/31/laser-engraving-my-17-macbook-pro/</link>
		<comments>http://www.jonnymac.com/blog/2007/05/31/laser-engraving-my-17-macbook-pro/#comments</comments>
		<pubDate>Thu, 31 May 2007 16:49:23 +0000</pubDate>
		<dc:creator>Jon MacDonald</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Design Inspiration]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.jonnymac.com/blog/2007/05/31/laser-engraving-my-17-macbook-pro/</guid>
		<description><![CDATA[Yesterday I got my 17" MacBook Pro laser engraved, and I'm extremely excited about the results: Overall the process is actually fairly simple - the artwork gets loaded into CorelDraw (oh how we were missing Illustrator) and then you print the design just like any other document. The printer driver allows you to select the [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I got my 17" MacBook Pro laser engraved, and I'm extremely excited about the results:</p>
<p><img src="http://www.jonnymac.com/blog/wp-content/uploads/2007/05/engraving_finished.jpg" alt="Engraving Finished" /></p>
<p>Overall the process is actually fairly simple - the artwork gets loaded into CorelDraw (oh how we were missing Illustrator) and then you print the design just like any other document. The printer driver allows you to select the settings for the laser engraver such as power, resolution, and dithering modes. After a test run on paper to ensure everything was lined up properly, we etched directly onto the laptop.</p>
<p><img src="http://www.jonnymac.com/blog/wp-content/uploads/2007/05/engraving_close_up.jpg" alt="Engraving Close-Up" /></p>
<p>The hardest part was picking out and customizing the artwork. It is permanent, and as such the task of choosing artwork made me feel like I was getting a tattoo. Because I earn my living as a Flash Developer and I spend much of my day working on my laptop, the design had to be something I was sure would stand the test of time. For that reason I decided to choose something that had a retro feel, but also a bit organic and edgy. I think that was accomplished with this design, and once the process was finished I felt I had chosen correctly.</p>
<p><img src="http://www.jonnymac.com/blog/wp-content/uploads/2007/05/engraving_close_up_2.jpg" alt="Engraving Close-Up 2" /></p>
<p>A big thanks to Joe at <a href="http://www.engraveyourtech.com/" title="Engrave" target="_blank">Engrave</a> here in Portland, Oregon for spending a few hours helping me get everything perfect. Joe <a href="http://www.flickr.com/photos/jundulate/522775383" title="17" target="_blank">posted a few photos</a> we took (including the two above) to <a href="http://www.flickr.com/photos/jundulate" title="Flickr: Photos from jundulate" target="_blank">his Flickr account</a> last night, and the design is already getting some great feedback.</p>
<p><strong>Update:</strong> Here's a short video I shot with my small Canon Powershot last night of the laser in action:</p>
<p>[kml_flashembed movie="http://www.jonnymac.com/blog/wp-content/uploads/2007/05/engraving_video.swf" height="340" width="400" /]</p>
<p><strong>Update 2:</strong> <a href="http://digg.com/apple/A_much_more_beautiful_MacBook_Pro_engraving" title="Digg - A much more beautiful MacBook Pro engraving" target="_blank">Looks like someone posted this to Digg!</a> Also, I've gotten a few emails asking about the artwork. It is an illustration I found on iStockPhoto, which I then put a few hours into customizing. So yes, it is unique, but you can find a similar illustration on iStockPhoto.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonnymac.com/blog/2007/05/31/laser-engraving-my-17-macbook-pro/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>CS3 Icon Branding Taken To The Next Level &#8211; The Rest Of Your Apps</title>
		<link>http://www.jonnymac.com/blog/2007/05/24/cs3-icon-branding-taken-to-the-next-level-the-rest-of-your-apps/</link>
		<comments>http://www.jonnymac.com/blog/2007/05/24/cs3-icon-branding-taken-to-the-next-level-the-rest-of-your-apps/#comments</comments>
		<pubDate>Thu, 24 May 2007 20:21:06 +0000</pubDate>
		<dc:creator>Jon MacDonald</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[CS3]]></category>

		<guid isPermaLink="false">http://www.jonnymac.com/blog/2007/05/24/cs3-icon-branding-taken-to-the-next-level-the-rest-of-your-apps/</guid>
		<description><![CDATA[The Unofficial Apple Weblog has a hilarious post about someone who changed every icon in their OSX doc to match the Adobe CS3 branded icons. A full photo can be found here, and the article (which has some guesses at which icons are for which programs) is located here. For more background on the subject [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tuaw.com/2007/05/24/adobes-cs3-icon-branding-taken-to-the-next-level-the-rest-of/" title="TUAW" target="_blank"></a></p>
<p style="text-align: center"><a href="http://www.tuaw.com/2007/05/24/adobes-cs3-icon-branding-taken-to-the-next-level-the-rest-of/" title="TUAW" target="_blank"><img src="http://www.jonnymac.com/blog/wp-content/uploads/2007/05/adobecs3iconsapps_post.jpg" alt="CS3 Icons Doc" /></a></p>
<p><a href="http://www.tuaw.com/2007/05/24/adobes-cs3-icon-branding-taken-to-the-next-level-the-rest-of/" title="TUAW" target="_blank">The Unofficial Apple Weblog</a> has a hilarious post about someone who changed every icon in their OSX doc to match the Adobe CS3 branded icons. A full photo can be found <a href="http://www.tuaw.com/photos/fun/252221/" title="TUAW Gallery" target="_blank">here</a>, and the article (which has some guesses at which icons are for which programs) is located <a href="http://www.tuaw.com/2007/05/24/adobes-cs3-icon-branding-taken-to-the-next-level-the-rest-of/" title="Adobe's CS3 icon branding taken to the next level - the rest of your apps" target="_blank">here</a>.</p>
<p>For more background on the subject of Adobe's CS3 icons, be sure to check out <a href="http://www.jonnymac.com/blog/2006/12/21/controversy-adobes-new-icons/" title="Controversy: Adobeâ€™s New Icons" target="_blank">my prior post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonnymac.com/blog/2007/05/24/cs3-icon-branding-taken-to-the-next-level-the-rest-of-your-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

