<?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; mac</title>
	<atom:link href="http://www.malcolmhardie.com/weblogs/angus/tag/mac/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>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>SQLEditor 1.6 final</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2010/01/06/sqleditor-1-6-final/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2010/01/06/sqleditor-1-6-final/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 02:04:26 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[SQLEditor]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[malcolmhardie-solutions]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/?p=479</guid>
		<description><![CDATA[So, if you&#8217;ve seen SQLEditor recently, you&#8217;ll hopefully have seen that there is a new version out: version 1.6. This got released just at the beginning of December 2009 1.6 is something that I&#8217;ve been working on now for a &#8230; <a href="http://www.malcolmhardie.com/weblogs/angus/2010/01/06/sqleditor-1-6-final/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So, if you&#8217;ve seen SQLEditor recently, you&#8217;ll hopefully have seen that there is a new version out: <a href="http://www.malcolmhardie.com/sqleditor/releases/1.6/SQLEditor-1-6.dmg">version 1.6</a>. This got released just at the beginning of December 2009</p>
<p>1.6 is something that I&#8217;ve been working on now for a long time, it is essentially (the unreleased) version 1.5 with improvements and updates. In particular it contains a SQL parser that was written using ANTLR and a new JNI based system for using JDBC drivers with support for Java 6 JDBC drivers.</p>
<p>It&#8217;s also the first release version of SQLEditor that is compatible with Snow Leopard. SQLEditor 1.4.7 and earlier had an unusual architecture. When I originally started writing SQLEditor, it was a Java application with a Swing user interface. After some development it seemed clear that java swing was proving limited in some ways. I rewrote the user interface layer in Cocoa, leaving the model layer in Java and using Cocoa Java to connect the two parts together. The application development continued and new versions were released. Eventually though, Apple decided that Cocoa Java was not the future and decided to deprecate it.</p>
<p>Work began immediately on rewriting the crucial components of SQLEditor, although there were some issues.</p>
<p>The first was the model code. Every object in an SQLEditor document is represented by an object and all of the code for these objects was written in Java. All of the object code was rewritten and tested against the earlier versions to check that it still worked. It was very important that files from previous versions continued to work (and as far as I know all of them so far do). New code was written to read and write the SQLEditor document xml format.</p>
<p>The second major issue was that the database interface used JDBC drivers, which are written in Java. Native code would use ODBC drivers. Although similar this might mean that users wouldn&#8217;t be able to use existing arrangements to access databases.</p>
<p>Eventually code was written to bridge between SQLEditor native code and the JDBC drivers using the Java Native Interface (JNI).</p>
<p>The other crucial problem was the SQL parser. This is used if you paste SQL code into SQLEditor or if you import a file. The SQL parser was written using JavaCC, a parser generator that is written in and produces Java code. Several parser generators were looked at to replace JavaCC and eventually ANTLR was chosen.</p>
<p>A new SQL parser was written and tested during 2009 in ANTLR and is included in SQLEditor 1.6. The new parser is completely rewritten compared to the one that existed in SQLEditor 1.4.7 and no code is shared between them.</p>
<p>A major step in developing the new parser was to port all of the SQL test cases from Java (in 1.4.7) to objective C (in 1.6). These automated unit tests are run against the parser to ensure that the new parser behaves correctly compared to both the 1.4.7 parser and the assorted SQL standards.</p>
<p>It is still something of a work in progress though, there are things it doesn&#8217;t support and it&#8217;s still being actively worked on. One particular thing that makes this somewhat harder than it might otherwise be is that it must accept SQL in several different dialects, not just a single standard.</p>
<p>SQLEditor 1.6 also included user interface improvements and various performance fixes.</p>
<p>Overall it&#8217;s an improved program, although I do wish that it had been released sooner.</p>
<p>Thanks to everyone using SQLEditor for your patience and also for trying the beta versions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2010/01/06/sqleditor-1-6-final/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQLEditor 1.4.4 Released</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2009/04/30/sqleditor-144-released/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2009/04/30/sqleditor-144-released/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 00:57:00 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
				<category><![CDATA[Company News]]></category>
		<category><![CDATA[SQLEditor]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/?p=413</guid>
		<description><![CDATA[SQLEditor 1.4.4 was just released on Tuesday, the main feature improvement is the support for compound foreign keys. I posted a bit about this before and the final version is pretty much the same as I described. Unfortunately there were &#8230; <a href="http://www.malcolmhardie.com/weblogs/angus/2009/04/30/sqleditor-144-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>SQLEditor 1.4.4 was just released on Tuesday, the main feature improvement is the support for compound foreign keys. I posted a bit about this before and the final version is pretty much the same as I described.</p>
<p>Unfortunately there were a couple of bugs that slipped through relating to clicking objects. <img src='http://www.malcolmhardie.com/weblogs/angus/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>These are going to be fixed in a point release that should appear soon.</p>
<p>The new version is available from the automatic update system or download here:</p>
<table style="height: 98px;" border="0" width="296">
<tbody>
<tr>
<td>
<div class="downloadImageBox" style="text-align: center;"><a href="../../../sqleditor/releases/1.4.4/SQLEditor-1-4-4.dmg"><img src="../../../images/download-disk-white-small.png" alt="" /></a><br />
<a href="../../../sqleditor/releases/1.4.4/SQLEditor-1-4-4.dmg"></a></div>
<div class="downloadImageBox" style="text-align: center;"><a href="../../../sqleditor/releases/1.4.4/SQLEditor-1-4-4.dmg">Download</a></div>
<p style="text-align: center;"><!--<br />
Version 1.4.4--></p>
</td>
<td>3.9MB dmg File<br />
<a href="../../../sqleditor/releases/1.4.4/releasenotes.html">Change Log</a><br />
<a href="../../../sqleditor/releases/1.4.4/readme.html">Product Notes</a><br />
<strong>Expires</strong><br />
21st January 2009</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2009/04/30/sqleditor-144-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQLEditor: Compound Foreign Keys</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2009/04/09/sqleditor-compound-foreign-keys/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2009/04/09/sqleditor-compound-foreign-keys/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 17:00:37 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
				<category><![CDATA[SQLEditor]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[malcolmhardie-solutions]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/?p=398</guid>
		<description><![CDATA[The newest version of SQLEditor (1.4.4b1) now has support for compound foreign keys. This is something that people have been asking about for a while now, so I&#8217;m pleased that it got included. There are some things that may need &#8230; <a href="http://www.malcolmhardie.com/weblogs/angus/2009/04/09/sqleditor-compound-foreign-keys/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The newest version of SQLEditor (1.4.4b1) now has support for compound foreign keys. This is something that people have been asking about for a while now, so I&#8217;m pleased that it got included.</p>
<p>There are some things that may need to be improved, but I&#8217;m fairly happy with the first revision of this.</p>
<div id="attachment_400" class="wp-caption alignnone" style="width: 453px"><img class="size-full wp-image-400" title="SQLEditor compound foreign key" src="http://www.malcolmhardie.com/weblogs/angus/wp-content/uploads/2009/04/picture-1.png" alt="Diagram showing compound foreign key" width="443" height="339" /><p class="wp-caption-text">Diagram showing compound foreign key</p></div>
<p>The compound foreign key object is a new table level object that you can add from the Object menu just like a field or index. Then you drag from the foreign key to the target table. Finally you use the inspector to create pairs of columns to link together.</p>
<p>When importing from a database SQLEditor will try to create field-to-field links on foreign keys with only 1 pair of columns unless you tell it otherwise. (There is a new preference to do this)</p>
<p>Support is fairly complete, SQL parsing, database import, database export and SQL export are all available so it should work fairly well. I think the only thing it doesn&#8217;t do is auto-create indexes, so you may need to do this by hand on referenced columns (for those databases that need this)</p>
<p>There is naturally a new inspector palette to go with the table object.</p>
<div id="attachment_401" class="wp-caption alignnone" style="width: 177px"><img class="size-medium wp-image-401" title="Compound foreign key inspector" src="http://www.malcolmhardie.com/weblogs/angus/wp-content/uploads/2009/04/picture-2-167x300.png" alt="Compound foreign key inspector" width="167" height="300" /><p class="wp-caption-text">Compound foreign key inspector</p></div>
<p>This allows you to add pairs of columns using the + button at the bottom. Choose your columns using the little popup menus.</p>
<p>The whole thing is completely new, so please send in your thoughts to the usual address.</p>
<p><a href="http://www.malcolmhardie.com/sqleditor/releases/1.4.4b1/SQLEditor-1-4-4b1.dmg">Download SQLEditor 1.4.4b1</a></p>
<p>(or enable the &#8220;Check for beta versions&#8221; preference and then use the check for updates feature)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2009/04/09/sqleditor-compound-foreign-keys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handy database of recommended Mac Apps</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2008/02/21/handy-database-of-recommended-mac-apps/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2008/02/21/handy-database-of-recommended-mac-apps/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 20:40:02 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
				<category><![CDATA[Internet Stuff]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/2008/02/21/handy-database-of-recommended-mac-apps/</guid>
		<description><![CDATA[Johan Basberg (who designed the beautiful SQLEditor icon) has a handy list of recommended mac applications at http://dittverk.no/mac/files/tag-editor.php And SQLEditor is on this list]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gatada.com/people/johan/">Johan Basberg</a> (who designed the beautiful SQLEditor icon) has a handy list of recommended mac applications at</p>
<p><a href="http://dittverk.no/mac/files/tag-editor.php"> http://dittverk.no/mac/files/tag-editor.php</a></p>
<p>And SQLEditor is on this list <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/2008/02/21/handy-database-of-recommended-mac-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQLEditor 1.4b2</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2007/08/17/sqleditor-14b2/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2007/08/17/sqleditor-14b2/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 11:42:14 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
				<category><![CDATA[Company News]]></category>
		<category><![CDATA[SQLEditor]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/2007/08/17/sqleditor-14b2/</guid>
		<description><![CDATA[Another day, another beta. (Kind of) SQLEditor 1.4b2 is now available, which is pretty much bug fixing against 1.4b1. There were several issues with 1.4b1 including an annoying bug that would sometimes delete foreign key connectors when you deleted an &#8230; <a href="http://www.malcolmhardie.com/weblogs/angus/2007/08/17/sqleditor-14b2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Another day, another beta. (Kind of)</p>
<p>SQLEditor 1.4b2 is now available, which is pretty much bug fixing against 1.4b1.</p>
<p>There were several issues with 1.4b1 including an annoying bug that would sometimes delete foreign key connectors when you deleted an unrelated table.</p>
<p>There are some fixes for other bugs which turned up and some improvements to undo/redo, to make it more stable when you undo or redo lots of things, one after the other.</p>
<p>I&#8217;ve also moved SQLEditor to <a href="http://sparkle.andymatuschak.org/">Sparkle</a>. Sparkle replaces an update system that I wrote myself and it should offer better update support as well as a nice html based &#8216;what&#8217;s changed&#8217; window.</p>
<p>SQLEditor also now tells people that it is a beta and exactly when it will expire. It probably should always have done this, but it does it now, which is probably good.</p>
<p>There are also some minor fixes to the live source view, so that it changes with the document sql dialect and appears correctly when reopening existing documents.</p>
<p>[<a href="http://www.malcolmhardie.com/sqleditor/releases/1.4b2/SQLEditor-1-4b2.dmg">Download</a>] (3.4MB DMG File, <a href="http://www.malcolmhardie.com/sqleditor/releases/1.4b2/releasenotes.html">changelog</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2007/08/17/sqleditor-14b2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WWDC keynote: Games</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2007/06/11/wwdc-keynote-games/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2007/06/11/wwdc-keynote-games/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 17:21:52 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[blizzard]]></category>
		<category><![CDATA[ea]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[wwdc]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/2007/06/11/wwdc-keynote-games/</guid>
		<description><![CDATA[(Watching WWDC keynote log over at MacRumors.com) (It seems to be a blogging day for me?) Gaming seems to be one of the big things at this year&#8217;s WWDC keynote. EA is apparently going to be doing simultaneous releasing of &#8230; <a href="http://www.malcolmhardie.com/weblogs/angus/2007/06/11/wwdc-keynote-games/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>(Watching WWDC keynote log over at <a href="http://www.macrumorslive.com/">MacRumors.com)</a></p>
<p>(It seems to be a blogging day for me?)<br />
Gaming seems to be one of the big things at this year&#8217;s WWDC keynote. <a href="http://www.ea.com">EA</a> is apparently going to be doing simultaneous releasing of some games this year including Harry Potter. This is interesting because EA is so important in mainstream gaming.</p>
<p>Whether EA will follow <a href="http://www.blizzard.com">Blizzard</a> in putting both games on the same CD (hopefully YES) or have separate releases for the two platforms will be a point to note. Dual platform releases like Blizzard are great because it means that you can buy Mac games at mainstream gaming stores and the titles then get released on budget labels (often with the Mac part still attached). I&#8217;ve picked up several of the Blizzard games at my local branch of Game here in Edinburgh this way as impulse purchases.<br />
(Of course where this leaves the Mac Porting development companies is anyone&#8217;s guess)</p>
<p>They also had  John Carmack doing a demo of 3D stuff which looked interesting, but, since I&#8217;m reading a transcript and looking at photos, doesn&#8217;t really make as much impact.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2007/06/11/wwdc-keynote-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Openoffice aqua looking good</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2007/06/11/openoffice-aqua-looking-good/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2007/06/11/openoffice-aqua-looking-good/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 14:36:51 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[aqua]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[openoffice.org]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/2007/06/11/openoffice-aqua-looking-good/</guid>
		<description><![CDATA[I just downloaded the new aqua port of OpenOffice a few days ago and it looks good. There are some bits which aren&#8217;t finished yet, but it runs quickly, it runs natively and it runs the same as the other &#8230; <a href="http://www.malcolmhardie.com/weblogs/angus/2007/06/11/openoffice-aqua-looking-good/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just downloaded the new aqua port of OpenOffice a few days ago and it looks good. There are some bits which aren&#8217;t finished yet, but it runs quickly, it runs natively and it runs the same as the other OpenOffice platforms. (So far as I can tell). It may well be the best upgrade path for people using VBA macros on the Mac.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2007/06/11/openoffice-aqua-looking-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What have I been doing recently?</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2007/06/11/what-have-i-been-doing-recently/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2007/06/11/what-have-i-been-doing-recently/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 12:40:44 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[gamecube]]></category>
		<category><![CDATA[htmlvalidator]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[malcolmhardie-solutions]]></category>
		<category><![CDATA[me]]></category>
		<category><![CDATA[SQLEditor]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/2007/06/11/what-have-i-been-doing-recently/</guid>
		<description><![CDATA[Well no updates for a bit. Humm? The main things I&#8217;ve been working on: 1) SQLEditor. Lots of things are being worked on. The user interface is being rewritten to improve speed and increase flexibility, the data layer is being &#8230; <a href="http://www.malcolmhardie.com/weblogs/angus/2007/06/11/what-have-i-been-doing-recently/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Well no updates for a bit. Humm?</p>
<p>The main things I&#8217;ve been working on:</p>
<p>1) <a href="http://www.malcolmhardie.com/sqleditor/">SQLEditor</a>. Lots of things are being worked on. The user interface is being rewritten to improve speed and increase flexibility, the data layer is being rewritten to switch it to cocoa (instead of java), the JDBC code is being rewritten to make it use JNI instead of cocoa/java and a  new crash reporting system based on <a href="http://code.google.com/p/google-breakpad/">Google BreakPad</a> is being worked on. There are also some other things too like live source view and assorted bug fixes.<br />
2) <a href="http://www.malcolmhardie.com/htmlvalidator/">HTMLValidator</a>. Also undergoing development. It recently moved across to use <a href="http://sparkle.andymatuschak.org/">Sparkle</a> (yey!) instead of the SQLEditor derived update system (which will also be replaced eventually). The final 1.0 release is due very soon now and several people have set in nice comments.<br />
3) A new idea (still secret) <img src='http://www.malcolmhardie.com/weblogs/angus/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>4) Web site improvements for malcolmhardie.com. Some have been deployed, others are still waiting to be deployed. Although the biggest one which is almost entirely invisible is the rewritten order processing system, which now supports multiple different products and better management features. But only I (and my somewhat-trusted minions) will ever see it. <img src='http://www.malcolmhardie.com/weblogs/angus/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Then when I&#8217;ve not been working I&#8217;ve been playing Pikmen on my new gamecube. (Many thanks to Leynos!). I&#8217;ve wanted to play this game properly for years and years and it definitely meets and exceeds my expectations.</p>
<p>Although I also played some theme hospital this morning using Parallels 3.0 (new release). It runs really nicely, although since it is an ancient game (1997) this shouldn&#8217;t be too surprising. I hope to try out some of my other really old games to see how they perfom under parallels.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2007/06/11/what-have-i-been-doing-recently/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Talks: Camino</title>
		<link>http://www.malcolmhardie.com/weblogs/angus/2007/02/23/google-talks-camino/</link>
		<comments>http://www.malcolmhardie.com/weblogs/angus/2007/02/23/google-talks-camino/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 02:57:04 +0000</pubDate>
		<dc:creator>Angus Hardie</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[web-browsing]]></category>

		<guid isPermaLink="false">http://www.malcolmhardie.com/weblogs/angus/2007/02/23/google-talks-camino/</guid>
		<description><![CDATA[Mike Pinkerton of Google talks about the Mac web browser Camino. It also includes some interesting history of the Mozilla and Gecko projects. http://video.google.com/videoplay?docid=6765603919277760697]]></description>
			<content:encoded><![CDATA[<p><font size="-1">Mike Pinkerton of Google talks about the Mac web browser Camino. It also includes some interesting history of the Mozilla and Gecko projects.<a href="http://video.google.com/videoplay?docid=6765603919277760697 "> </a></font></p>
<p><a href="http://video.google.com/videoplay?docid=6765603919277760697 ">http://video.google.com/videoplay?docid=6765603919277760697</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.malcolmhardie.com/weblogs/angus/2007/02/23/google-talks-camino/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

