<?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>Angus Thinks... &#187; Macintosh</title>
	<atom:link href="http://www.malcolmhardie.com/weblogs/angus/category/macintosh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.malcolmhardie.com/weblogs/angus</link>
	<description>SQLEditor for Mac OS X, Life and general thoughts</description>
	<lastBuildDate>Sat, 28 Jan 2012 12:18:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Web Development Toolkit</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2011/12/14/web-development-toolkit/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2011/12/14/web-development-toolkit/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 02:48:58 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
				<category><![CDATA[Company News]]></category>
		<category><![CDATA[Macintosh]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/?p=843</guid>
		<description><![CDATA[HTMLValidator is one of the apps in the new Web Development Toolkit bundle, which is available now. The bundle contains 10 apps for a single low price of just $39.99 If you&#8217;re doing web design, there&#8217;s probably something here for &#8230; <a href="http://www.malcolmhardie.com/weblogs/angus/2011/12/14/web-development-toolkit/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.malcolmhardie.com/htmlvalidator/">HTMLValidator</a> is one of the apps in the new <a href="http://www.shakeonit.com/shop/web-development-toolkit-1.0.html">Web Development Toolkit</a> bundle, which is available now.</p>
<p>The bundle contains 10 apps for a single low price of just $39.99<br />
If you&#8217;re doing web design, there&#8217;s probably something here for you<br />
(unless you already own all the apps, in which case, it also makes a great gift)</p>
<p><a href="http://www.shakeonit.com/shop/web-development-toolkit-1.0.html"><img title="Web Development Toolkit" src="http://www.malcolmhardie.com/weblogs/angus/wp-content/uploads/2011/12/bundle-icons.png" alt="" width="588" height="60" /></a></p>
<p>The bundle includes:</p>
<ul>
<li><a href="http://www.belightsoft.com/products/getbackup/overview.php">Get Backup Pro</a></li>
<li><a href="http://beforedawnsolutions.com/skedit">skEdit</a></li>
<li><a href="http://beforedawnsolutions.com/blt">Better Link Tester</a></li>
<li><a href="http://dejal.com/simon">Simon</a> (Bronze &#8211; 15 active tests)</li>
<li><a href="http://www.macwareinc.com/products/LDSPro/overview.html">Logo Design Studio Pro</a></li>
<li><a href="http://www.theescapers.com/stor/index.html">Stor</a></li>
<li><a href="http://nolobe.com/interarchy/">Interarchy</a></li>
<li><a href="http://www.theescapers.com/whoosh/index.html">Whoosh</a></li>
<li><a href="http://www.macwareinc.com/products/MacFreelance/overview.html">MacFreelance</a></li>
<li><a href="http://www.malcolmhardie.com/htmlvalidator/">HTMLValidator</a></li>
</ul>
<p>The offer is running until December 28th, so you will have to be quick, or you might miss out!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2011/12/14/web-development-toolkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Versions, validateMenuItem: and NSMenuItem</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2011/12/05/versions-validatemenuitem-and-nsmenuitem/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2011/12/05/versions-validatemenuitem-and-nsmenuitem/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 03:52:26 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
				<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[SQLEditor]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/?p=796</guid>
		<description><![CDATA[If you find when developing in 10.7 that you get a versions menu with a NSMenuItem as one of the items, it might be worth checking to see whether you&#8217;re correctly using validateMenuItem: This problem may happen if you return &#8230; <a href="http://www.malcolmhardie.com/weblogs/angus/2011/12/05/versions-validatemenuitem-and-nsmenuitem/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you find when developing in 10.7 that you get a versions menu with a NSMenuItem as one of the items, it might be worth checking to see whether you&#8217;re correctly using validateMenuItem:</p>
<p><a href="http://www.malcolmhardie.com/weblogs/angus/wp-content/uploads/2011/07/versions.png"><img class="alignnone size-full wp-image-800" title="versions" src="http://www.malcolmhardie.com/weblogs/angus/wp-content/uploads/2011/07/versions.png" alt="" width="330" height="126" /></a></p>
<p>This problem may happen if you return YES from validateMenuItem in a NSDocument subclass for menu items that you don&#8217;t actually control. (If you just return YES as a default for example)</p>
<p>If instead you return</p>
<p><code>[super validateMenuItem:item]</code></p>
<p>You should get the correct &#8220;Revert to Last Saved Version&#8221; menu item</p>
<p><a href="http://www.malcolmhardie.com/weblogs/angus/wp-content/uploads/2011/07/versions-good.png"><img class="alignnone size-full wp-image-802" title="versions-good" src="http://www.malcolmhardie.com/weblogs/angus/wp-content/uploads/2011/07/versions-good.png" alt="" width="341" height="119" /></a></p>
<p>I ran into this when I was doing testing on 10.7 and although documentation clearly states that you must call the super method in validateMenuItem: , it wasn&#8217;t immediately obvious to me what was causing the problem.</p>
<p>Hope this helps if you have the same problem.</p>
<p><strong>Edit:</strong> This may have been fixed in OS X</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2011/12/05/versions-validatemenuitem-and-nsmenuitem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Runesoft updates games for Lion</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2011/10/28/runesoft-updates-games-for-lion/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2011/10/28/runesoft-updates-games-for-lion/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 12:20:06 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
				<category><![CDATA[Macintosh]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/?p=835</guid>
		<description><![CDATA[Last year I bought  &#8220;Robin Hood: The Legend of Sherwood&#8221;; it&#8217;s a fun, 3d person, tactical combat game where you play Robin Hood or one of his merry men in the fight against the sheriff of Notingham. When I bought &#8230; <a href="http://www.malcolmhardie.com/weblogs/angus/2011/10/28/runesoft-updates-games-for-lion/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last year I bought  &#8220;Robin Hood: The Legend of Sherwood&#8221;; it&#8217;s a fun, 3d person, tactical combat game where you play Robin Hood or one of his merry men in the fight against the sheriff of Notingham. When I bought it, it was a PowerPC game and I ran it under Rosetta on my Mac. With the arrival of Lion and the departure of Rosetta, it stopped working and I&#8217;d pretty much expected that I wouldn&#8217;t be able to play it except by installing 10.6 on a separate partition somewhere.</p>
<p>However this last week I saw something really surprising; <a href="http://www.rune-soft.com/article.php?action=view&amp;article_id=156">Runesoft has released a patch</a> to bring Intel compatibility to the game and it now works on Lion <img src='http://www.malcolmhardie.com/weblogs/angus/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I&#8217;m really impressed with this, thank you Runesoft!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2011/10/28/runesoft-updates-games-for-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash player updating on Mac</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2011/09/08/flash-player-updating-on-mac/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2011/09/08/flash-player-updating-on-mac/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 05:00:25 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
				<category><![CDATA[Macintosh]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/?p=826</guid>
		<description><![CDATA[Flash Player on the Mac is always in need of an update &#8211; or so it seems. One particular problem is that the current update checking system seems to merely displays a web page with the current version numbers. That &#8230; <a href="http://www.malcolmhardie.com/weblogs/angus/2011/09/08/flash-player-updating-on-mac/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Flash Player on the Mac is always in need of an update &#8211; or so it seems.<br />
One particular problem is that the current update checking system seems to merely displays a <a href="http://www.adobe.com/software/flash/about/">web page with the current version numbers</a>. That page also appears to contain no direct download links at all. The page it should link to is the <a href="http://get.adobe.com/flashplayer/">Flash download page</a>.</p>
<p>What it should ideally do is to automatically update using Sparkle or similar. I don&#8217;t want it to check constantly in the background, simply check and update when I click the &#8220;check Now&#8221; button.</p>
<p>Failing that, it should clearly state whether the current installation is up-to-date or not.<br />
I don&#8217;t want to have to compare version numbers on a page that lists 8 different product version numbers. The software knows which variant it is, its own version number and a web service can be provided to display the latest numbers. It&#8217;s trivial to download the latest version number and test to see if it is the same as the installed version, then provide a direct download link if it isn&#8217;t.</p>
<p>In fairness some progress has been made in flash installing, at least they now include a standard pkg installer and progress is being made on providing release notes. But much more progress (or the demise of Flash) is still clearly needed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2011/09/08/flash-player-updating-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xcode 4 &#8211; Great!</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2011/07/21/xcode-4-great/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2011/07/21/xcode-4-great/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 09:59:56 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
				<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Writing Software]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/?p=806</guid>
		<description><![CDATA[Xcode 4 took a little while to get used to, but as I&#8217;ve been using it more, I&#8217;ve been liking it more. The change initially is significant, and there were new ways of doing things and certain other things that &#8230; <a href="http://www.malcolmhardie.com/weblogs/angus/2011/07/21/xcode-4-great/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Xcode 4 took a little while to get used to, but as I&#8217;ve been using it more, I&#8217;ve been liking it more.</p>
<p>The change initially is significant, and there were new ways of doing things and certain other things that had to be rethought altogether. But now, I&#8217;m starting to choose to use Xcode 4 when I have the choice, so I think I&#8217;ve got used to it</p>
<p>I recently released some new project files for Tesseract OCR cocoa, and they are built with Xcode 4 now. The simplification in the build system and the linking of the frameworks is a vast improvement. Workspaces are a gift to this type of multi-project build. <img src='http://www.malcolmhardie.com/weblogs/angus/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>The only issue I have is that it doesn&#8217;t support 10.5 or PPC, so SQLEditor is stuck on Xcode 3 for a while longer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2011/07/21/xcode-4-great/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lion Released</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2011/07/21/lion-released/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2011/07/21/lion-released/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 09:35:09 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
				<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[SQLEditor]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/?p=791</guid>
		<description><![CDATA[Lion is released! Things seem to be going well. SQLEditor appears to work correctly. There is one identified issue which means that you cannot register the app for all users of a machine. Each user must register the app separately &#8230; <a href="http://www.malcolmhardie.com/weblogs/angus/2011/07/21/lion-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Lion is released!</p>
<p>Things seem to be going well. SQLEditor appears to work correctly.</p>
<p>There is one identified issue which means that you cannot register the app for all users of a machine. Each user must register the app separately in their own account. (This is due to the <code>/Library/Preferences</code> directory now only being writable by root).</p>
<p>This doesn&#8217;t affect Macs which are already registered. Administrators can also manually set the preference keys in the <code><br />
/Library/Prefererences/com.malcolmhardie.sqleditor.cocoa.plist</code><br />
file to register for all users.</p>
<p>This problem will probably fixed by making the registration process separate and running it with higher permissions.</p>
<p>HTMLValidator still needs some more work and isn&#8217;t currently compatible. A revised version is in the works and should be available soon.</p>
<p>TesseractOCR seems to be working fine (and if you haven&#8217;t seen them, please check out the xcode 4 source release, it&#8217;s a big improvement)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2011/07/21/lion-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQLEditor and OS X 10.7/Lion</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2011/06/26/sqleditor-and-os-x-10-7lion/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2011/06/26/sqleditor-and-os-x-10-7lion/#comments</comments>
		<pubDate>Sun, 26 Jun 2011 03:40:14 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
				<category><![CDATA[Company News]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[SQLEditor]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/?p=775</guid>
		<description><![CDATA[The release of OS X 10.7 Lion is approaching very fast and the question must be: is SQLEditor compatible? The answer is that I expect that SQLEditor will be compatible with OS X 10.7 when it is released in July. &#8230; <a href="http://www.malcolmhardie.com/weblogs/angus/2011/06/26/sqleditor-and-os-x-10-7lion/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The release of OS X 10.7 Lion is approaching very fast and the question must be: is SQLEditor compatible?</p>
<p>The answer is that I expect that SQLEditor will be compatible with OS X 10.7 when it is released in July.</p>
<p>There is a <a href="http://www.malcolmhardie.com/support/sqleditor/lion.html">new page up on the support site</a> about this,</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2011/06/26/sqleditor-and-os-x-10-7lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQLEditor now zip file not a dmg</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2011/02/07/sqleditor-now-zip-file-not-a-dmg/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2011/02/07/sqleditor-now-zip-file-not-a-dmg/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 22:14:04 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
				<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[SQLEditor]]></category>
		<category><![CDATA[Writing Software]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/?p=705</guid>
		<description><![CDATA[In a change that will probably affect almost nobody at all, SQLEditor is now being distributed with a zip file rather than a dmg as the default download. Why? Zip files are simpler to create It prevents the problem of &#8230; <a href="http://www.malcolmhardie.com/weblogs/angus/2011/02/07/sqleditor-now-zip-file-not-a-dmg/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In a change that will probably affect almost nobody at all, SQLEditor is now being distributed with a zip file rather than a dmg as the default download.</p>
<p>Why?</p>
<ul>
<li>Zip files are simpler to create</li>
<li>It prevents the problem of the app being run from the dmg</li>
<li>Safari handles zip downloads really nicely</li>
<li>Disk images created in 10.6 tend to loose their background images in 10.5</li>
</ul>
<p>That last problem is quite significant, because most of the friendliness of the dmg is the background image; if you loose that, you might as well have a zip file.</p>
<p>There are some benefits from dmg files:</p>
<ul>
<li>They have the background image and the drag to applications directory install</li>
<li>DMG files can be smaller</li>
<li>DMG files are handy to store</li>
</ul>
<p>But then if you loose the first point anyway, it might not be worth bothering.</p>
<p>Now there are excellent tools like <a href="http://www.araelium.com/dmgcanvas/">DMG Canvas</a> for creating cross platform disk images that work fine and keep their background images, but I began to wonder if it was worth the effort for SQLEditor. Were the benefits of the background image sufficient to make up for the trouble?</p>
<p>Various notables including <a href="http://daringfireball.net/2009/09/how_should_mac_apps_be_distributed">John Gruber</a>, <a href="http://www.panic.com/">Panic</a> and <a href="http://versionsapp.com/">Sofa</a> recommend or use zip files, so it&#8217;s becoming more popular. (The Mac App Store uses pkg but it&#8217;s a different story altogether)</p>
<p>The change isn&#8217;t actually as significant as it seems anyway, because SQLEditor has been available in both zip and dmg formats for some months now. The release process automatically builds both zip and dmg format archives and uploads them at the end of the build release process. The change is really just that the website links now point to the zip instead of the dmg. (And if you really want the dmg you can change zip to dmg in the download link and get a dmg)</p>
<p>Enjoy!</p>
<p>Or take absolutely no notice of it at all <img src='http://www.malcolmhardie.com/weblogs/angus/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2011/02/07/sqleditor-now-zip-file-not-a-dmg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X will still have Java in the future.</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2010/10/26/mac-os-x-will-still-have-java-in-the-future/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2010/10/26/mac-os-x-will-still-have-java-in-the-future/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 08:23:28 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Writing Software]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdk]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/?p=661</guid>
		<description><![CDATA[There has been lots of stuff written recently about how Java on the Mac has been deprecated. The reality is that one particular Java runtime has been deprecated: the one that Apple write themselves. Java as a language will still &#8230; <a href="http://www.malcolmhardie.com/weblogs/angus/2010/10/26/mac-os-x-will-still-have-java-in-the-future/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There has been lots of stuff written recently about how Java on the Mac has been deprecated.</p>
<p>The reality is that one particular Java runtime has been deprecated: the one that Apple write themselves. Java as a language will still be available, only it won&#8217;t be Apple that writes it and possibly it might be an optional download.</p>
<p>The confusion is because up until now there has really been only one Java runtime on the Mac, which Apple wrote themselves using code licensed from Sun. Now Apple has chosen to discontinue their own particular runtime, but this doesn&#8217;t mean that there won&#8217;t be any Java at all.</p>
<p>There are already alternatives, in particular the <a href="http://www.google.co.uk/url?sa=t&amp;source=web&amp;cd=1&amp;ved=0CBgQFjAA&amp;url=http%3A%2F%2Fopenjdk.java.net%2F&amp;ei=65DGTPKKBNOQjAev8Nxq&amp;usg=AFQjCNH6ix2bQlI1z3bWUVDN7Ueuhvwrlg&amp;sig2=C2OEyW6UNjw5EanOhd4mCA">OpenJDK</a> and <a href="http://landonf.bikemonkey.org/static/soylatte/">SoyLatte</a> variants; a little rough in places possibly, but they definitely work. Undoubtably in time they will improve and others will appear, including possibly an Oracle one.</p>
<p>Obviously it would have been nice to have the deprecation notice and an endorsement of another runtime made at the same time, but given how long it will be until the current runtime becomes unsupported, I&#8217;m not terribly concerned.</p>
<p>Also, whether such a future Java release has a native visual appearance is not of virtal importance. While the Apple Java team has made enormous efforts to get it to look and feel native, it takes quite a bit of work to create an application that looks seamless. The very first version of SQLEditor was a Java Swing application and although it looked fairly good, it was taking too much time making things match exactly. Switching it to a native cocoa application made my life much easier (but killed off any immediate hopes of a Windows version)</p>
<p>I think most people accept that Java Swing apps don&#8217;t look native and will accept that the visual appearance will differ.If you want a truly native feeling Java app in the future you should look at <a href="http://www.google.co.uk/url?sa=t&amp;source=web&amp;cd=3&amp;ved=0CC0QFjAC&amp;url=http%3A%2F%2Fwww.eclipse.org%2Fswt%2F&amp;ei=No7GTOH-I8uTjAeZsblA&amp;usg=AFQjCNEM6O9l304vZaOw5ei8d6P9aAgUCg&amp;sig2=TJI_2BC_QVdullX0hUPEvw">SWT</a> or better <a href="http://code.google.com/p/rococoa/">Rococoa</a>, not Swing.</p>
<p>What is important is that future Java runtimes don&#8217;t require X11 for Swing. But I&#8217;ve seen good progress by several projects towards this goal and I&#8217;m not worried about it either.</p>
<p>Ideally of course, Apple would release their Java Runtime as open source, but whether they are in a position to do that with respect to licensing is unclear.</p>
<p>Having seen the deprecation notice last week and been somewhat concerned, I&#8217;m now fairly confident about the future of Java on the Mac,</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2010/10/26/mac-os-x-will-still-have-java-in-the-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple WWDC videos</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2010/06/30/apple-wwdc-videos/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2010/06/30/apple-wwdc-videos/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 22:23:07 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
				<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Writing Software]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/?p=570</guid>
		<description><![CDATA[Brilliant work on Apple&#8217;s part in releasing all of the WWDC videos to registered developers. In previous years these were only available for a fee (I seem to remember $500), so including them is very nice.]]></description>
			<content:encoded><![CDATA[<p>Brilliant work on Apple&#8217;s part in releasing all of the WWDC videos to registered developers. In previous years these were only available for a fee (I seem to remember $500), so including them is very nice.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2010/06/30/apple-wwdc-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

