<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Cocoa on Angus Thinks</title>
		<link>https://www.malcolmhardie.com/weblogs/angus/tags/cocoa/</link>
		<description>Recent content in Cocoa on Angus Thinks</description>
		<generator>Hugo</generator>
		<language>en</language>
		
		
		
			<copyright>@2026 Angus Hardie</copyright>
		
		
			<lastBuildDate>Fri, 17 Aug 2007 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://www.malcolmhardie.com/weblogs/angus/tags/cocoa/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>SQLEditor 1.4b2</title>
				<link>https://www.malcolmhardie.com/weblogs/angus/posts/2007/08/17/sqleditor-14b2/</link>
				<pubDate>Fri, 17 Aug 2007 00:00:00 +0000</pubDate>
				<guid>https://www.malcolmhardie.com/weblogs/angus/posts/2007/08/17/sqleditor-14b2/</guid>
				<description>&lt;p&gt;Another day, another beta. (Kind of)&lt;/p&gt;&#xA;&lt;p&gt;SQLEditor 1.4b2 is now available, which is pretty much bug fixing against 1.4b1.&lt;/p&gt;&#xA;&lt;p&gt;There were several issues with 1.4b1 including an annoying bug that would sometimes delete foreign key connectors when you deleted an unrelated table.&lt;/p&gt;&#xA;&lt;p&gt;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.&lt;/p&gt;</description>
			</item>
			<item>
				<title>HTMLValidator beta 2</title>
				<link>https://www.malcolmhardie.com/weblogs/angus/posts/2007/02/16/htmlvalidator-beta-2/</link>
				<pubDate>Fri, 16 Feb 2007 00:00:00 +0000</pubDate>
				<guid>https://www.malcolmhardie.com/weblogs/angus/posts/2007/02/16/htmlvalidator-beta-2/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;http://www.malcolmhardie.com/htmlvalidator/&#34;&gt;HtmlValidator&lt;/a&gt;&#xA; beta 2 has just been released. The new version offers assorted fixes and a slightly improved interface (a green tick or red cross now appear in the validation window!)&lt;/p&gt;&#xA;&lt;p&gt;There is also a new &lt;a href=&#34;http://www.malcolmhardie.com/htmlvalidator/support/downloads/&#34;&gt;downloads page&lt;/a&gt;&#xA; which currently offers an Applescript to validate the source of the front page in Safari.&lt;/p&gt;&#xA;&lt;p&gt;Usefully it validates the actual source that the browser received, it doesn&amp;rsquo;t download the url itself.&lt;/p&gt;</description>
			</item>
			<item>
				<title>HTMLValidator</title>
				<link>https://www.malcolmhardie.com/weblogs/angus/posts/2007/02/09/htmlvalidator/</link>
				<pubDate>Fri, 09 Feb 2007 00:00:00 +0000</pubDate>
				<guid>https://www.malcolmhardie.com/weblogs/angus/posts/2007/02/09/htmlvalidator/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;http://www.malcolmhardie.com/htmlvalidator/&#34; title=&#34;HTMLValidator&#34;&gt;HTMLValidator&lt;/a&gt;&#xA; 1.0b1 has just been released.&lt;/p&gt;&#xA;&lt;p&gt;It runs on PowerPC or Intel Macs with Mac OS X 10.4 or later.&lt;/p&gt;&#xA;&lt;p&gt;The current version expires 28th February 2007.&lt;/p&gt;&#xA;&lt;p&gt;HTMLValidator is a new desktop HTML validator that works on both web pages and files. It&amp;rsquo;s something I&amp;rsquo;ve been working on for a while now in between SQLEditor releases. The main motivation is that I often seem to use the W3C validator, but I can&amp;rsquo;t always do that with files I&amp;rsquo;m working on locally. I also tried installing the W3C validator on a local web server and although it works, it seems to require a lot of installation effort, with different dependencies. So the idea occurred to me: what if you could have a drag and drop installation. From there came a web version using drag and drop and finally the application bundle version that is being distributed from today. The earlier application versions actually displayed the results in an html webview in a window, while the newer releases display the results in a table.&lt;/p&gt;</description>
			</item>
			<item>
				<title>SQLEditor 1.3.1</title>
				<link>https://www.malcolmhardie.com/weblogs/angus/posts/2006/12/10/sqleditor-131/</link>
				<pubDate>Sun, 10 Dec 2006 00:00:00 +0000</pubDate>
				<guid>https://www.malcolmhardie.com/weblogs/angus/posts/2006/12/10/sqleditor-131/</guid>
				<description>&lt;p&gt;SQLEditor 1.3.1 got released on Friday afternoon, this was really just a bug fix release which fixed a handful of problems that were identified. I think the only major fix was that the new UID system was slightly broken in that if you copied an object, or duplicated it in some cases, then SQLEditor would not always recreate the unique ID numbers that represent each object. This had the effect that if you copied an object, SQLEditor couldn&amp;rsquo;t distinguish between the objects when reloading and so all connectors would be attached to the original object and not the new one. An unfortunate bug. :-(&lt;/p&gt;</description>
			</item>
			<item>
				<title>static link library to replace dylib in mac os x</title>
				<link>https://www.malcolmhardie.com/weblogs/angus/posts/2006/10/26/static-link-library-to-replace-dylib-in-mac-os-x/</link>
				<pubDate>Thu, 26 Oct 2006 00:00:00 +0000</pubDate>
				<guid>https://www.malcolmhardie.com/weblogs/angus/posts/2006/10/26/static-link-library-to-replace-dylib-in-mac-os-x/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;http://lists.apple.com/archives/xcode-users/2006/Jun/msg00801.html&#34; class=&#34;link-external&#34; rel=&#34;noopener&#34;&gt;This post&lt;/a&gt;&#xA; on the xcode-users list explains a neat trick on how to get xcode to link a static library instead of a dynamic library.&lt;/p&gt;&#xA;&lt;p&gt;Imagine the circumstance: you want to use a particular non-standard version of a native library which is already part of the system; perhaps you want to use an old version with better compatibility, or a newer version with more features. The obvious thing to do is to take a static build of the library and add it your xcode project.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
