<?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>Blog in Black &#187; Mac</title>
	<atom:link href="http://bloginblack.de/topics/Mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://bloginblack.de</link>
	<description>Protecting the web from bad ColdFusion code (since 2003)</description>
	<lastBuildDate>Fri, 10 Feb 2012 11:04:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Getting into Clojure (and other stuff)</title>
		<link>http://bloginblack.de/2012/01/getting-into-clojure-and-other-stuff/</link>
		<comments>http://bloginblack.de/2012/01/getting-into-clojure-and-other-stuff/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 03:54:40 +0000</pubDate>
		<dc:creator>kai</dc:creator>
				<category><![CDATA[Agent K on Architecture]]></category>
		<category><![CDATA[Agent K on Java]]></category>
		<category><![CDATA[Clojure]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[FP]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://bloginblack.de/?p=1533</guid>
		<description><![CDATA[With the recent changes at Adobe I was more and more thinking that I need to further diversify what I&#8217;m doing. That was already happening in 2010 and 2011 quite a lot &#8211; client demand for Flash and Flex solutions decreased (and still is decreasing) and we found ourselves doing more and more Javascript-based applications. [...]<p><a href="http://bloginblack.de/2012/01/getting-into-clojure-and-other-stuff/">Getting into Clojure (and other stuff)</a> is a post from: <a href="http://bloginblack.de">Blog in Black</a></p>
]]></description>
			<content:encoded><![CDATA[<p>With the recent changes at Adobe I was more and more thinking that I need to further diversify what I&#8217;m doing. That was already happening in 2010 and 2011 quite a lot &#8211; client demand for Flash and Flex solutions decreased (and still is decreasing) and we found ourselves doing more and more Javascript-based applications. Quite often those would include jQuery or other frameworks, more recently also involve mobile technologies such as jQuery Mobile or jqTouch. There&#8217;s nothing wrong with that as such &#8211; things and technologies change over time.</p>
<p>I don&#8217;t want to go into rant-mode (again) and start elaborating on why Adobe has made such a fool of themselves with their handling on the November-of-2011-layoffs-and-technology-decisions, you&#8217;re free to form your own opinions &#8211; there are lots of pieces on Flash Mobile, Flex, layoffs and various communication disasters around there.</p>
<p>But those (and some other events I really don&#8217;t want to talk about at this time and place) sent a clear message: Further diversification is needed, even if Apache Flex turns out to be the most successful thing in the world and there would be further demand for it and even if I was to become the most awesome JS coder ever and even if Adobe ColdFusion was a viable product for the rest of all times.</p>
<p>Back from uni and various toying-around with Haskell and Erlang I had an existing interest in <a href="http://clojure.org/">Clojure</a>. The other day I had an email conversation with my friend <a href="http://corfield.org/blog/">Sean Corfield</a> about something CFML-related when we got into talking about Clojure. I had noticed before that Sean was doing more and more with Clojure and was<a href="http://twitter.com/#!/seancorfield"> quite active on Twitter</a> when it came to this topic. Anyway &#8211;  I decided to have a look into Clojure and I really like it so far. It&#8217;s basically a Lisp-dialect for the JVM (with ports to target MSFT&#8217;s CLR and Javascript).</p>
<p>As Sean had shared a few interesting links and books to get started with me, I thought I&#8217;ll pass the info on and make it available for others who&#8217;d be interested in getting into Clojure.</p>
<p>Sites:</p>
<p>Home of Clojure: <a href="http://clojure.org/">Clojure.org<br />
</a>In-Browser tutorial: <a href="http://tryclj.com/">http://tryclj.com<br />
</a>Puzzles to explore the tricks and trades of the language: <a href="http://4clojure.com/">http://4clojure.com</a></p>
<p>Books:</p>
<p><a href="http://shop.oreilly.com/product/0636920013754.do">Clojure Programming</a> (O&#8217;Reilly Rough Cuts)<br />
<a href="http://www.amazon.com/Joy-Clojure-Thinking-Way/dp/1935182641">The Joy Of Clojure</a> (Manning)<br />
<a href="http://www.amazon.com/Clojure-Action-Amit-Rathore/dp/1935182595/ref=sr_1_1?s=books&amp;ie=UTF8&amp;qid=1325907724&amp;sr=1-1">Clojure in Action</a> (Manning)</p>
<p>The author of the latter, Amit Rathore, is also running an online course <a href="http://codelesson.com/courses/view/introduction-to-clojure">&#8220;Introduction to Clojure&#8221;</a> starting on January 30th via codelesson.com. I have signed up for it because it looks really, really interesting and a good way to get up to speed even faster than by playing around as I do now. Finally &#8211; there&#8217;s <a href="http://clojurewest.org/">Clojure/West in March in San Jose</a>. If everything goes according to my plan, I&#8217;ll be there!</p>
<p>That&#8217;s not all though, I do realise that Clojure is at this stage just another niche technology. There&#8217;ll be more news, updates and further plans coming in this blog as soon as I find the time to write about them.</p>
<p><a href="http://bloginblack.de/2012/01/getting-into-clojure-and-other-stuff/">Getting into Clojure (and other stuff)</a> is a post from: <a href="http://bloginblack.de">Blog in Black</a></p>
<p align="right"><a class="tt" href="http://twitter.com/home/?status=Getting+into+Clojure+%28and+other+stuff%29+http://bloginblack.de/?p=1533" title="Post to Twitter"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://bloginblack.de/2012/01/getting-into-clojure-and-other-stuff/&amp;title=Getting+into+Clojure+%28and+other+stuff%29" title="Post to Delicious"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://bloginblack.de/2012/01/getting-into-clojure-and-other-stuff/&amp;t=Getting+into+Clojure+%28and+other+stuff%29" title="Post to Facebook"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://bloginblack.de/2012/01/getting-into-clojure-and-other-stuff/&amp;title=Getting+into+Clojure+%28and+other+stuff%29" title="Post to StumbleUpon"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://bloginblack.de/2012/01/getting-into-clojure-and-other-stuff/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Some thoughts on Java, OS X, Eclipse and others</title>
		<link>http://bloginblack.de/2010/10/some-thoughts-on-java-os-x-eclipse-and-others/</link>
		<comments>http://bloginblack.de/2010/10/some-thoughts-on-java-os-x-eclipse-and-others/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 09:00:33 +0000</pubDate>
		<dc:creator>kai</dc:creator>
				<category><![CDATA[Agent K and the rest of the world]]></category>
		<category><![CDATA[Agent K on Java]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://bloginblack.de/?p=1473</guid>
		<description><![CDATA[Somewhere deeply hidden in the release notes of the recent Java for Mac OS X update, our friends from Apple have announced that they deprecated the Java runtime for Mac OS X and that "developers should not rely on the Apple-supplied Java runtime being present in future versions of Mac OS X".

Read that as: Mac OS X 10.7 won't have Java (by Apple), maybe we're lucky and get the 10.6 update 3 thrown into OS X 10.7, but maybe not. To be fair - Apple was never a big and fast supporter of Java on OS X, for them to release Java 6 and 64-bit versions of the runtime was apparently a major drama so that a lot of Java developers on the Mac at some time just switched to SoyLatte, a FreeBSD port of Java 6. That worked and still works fine for a lot of server applications such as Tomcat.<p><a href="http://bloginblack.de/2010/10/some-thoughts-on-java-os-x-eclipse-and-others/">Some thoughts on Java, OS X, Eclipse and others</a> is a post from: <a href="http://bloginblack.de">Blog in Black</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Somewhere deeply hidden in the release notes of the recent Java for Mac OS X update, our <a href="http://developer.apple.com/library/mac/#releasenotes/Java/JavaSnowLeopardUpdate3LeopardUpdate8RN/NewandNoteworthy/NewandNoteworthy.html" target="_blank">friends from Apple have announced</a> that they deprecated the Java runtime for Mac OS X and that &#8220;developers should not rely on the Apple-supplied Java runtime being present in future versions of Mac OS X&#8221;.</p>
<p>Read that as: Mac OS X 10.7 won&#8217;t have Java (by Apple), maybe we&#8217;re lucky and get the 10.6 update 3 thrown into OS X 10.7, but maybe not. To be fair &#8211; Apple was never a big and fast supporter of Java on OS X, for them to release Java 6 and 64-bit versions of the runtime was apparently a major drama so that a bunch of Java developers on the Mac at some point in time just switched to <a href="http://landonf.bikemonkey.org/static/soylatte/" target="_blank">SoyLatte</a>, a FreeBSD port of Java 6. That worked and still works fine for a lot of server applications such as Tomcat.</p>
<p>This solution has an issue though when it comes to desktop applications as those would quite often require Java APIs such as Sound/AWT/Swing etc. Through SoyLatte one&#8217;d have to use X11 and not the native Mac UI because the problem is that those APIs tie into the underlying operating system APIs and if Apple is not keen/interested in actively supporting a tie of Java into those for OS X, who is?</p>
<p>A lot of chat, gossiping and commenting went on in the java/mac/webdev communities during the last few days and I have to say I&#8217;m not thrilled about Apple going down that way. For me it&#8217;s another step towards the &#8220;there is just solely our way&#8221;-attitude that they put to show when it came to Flash on the iPhone, allowing non-Objective C-apps to the app store and on other occasions such as not installing Flash Player with OS X 10.6 on the new MacBook AIR laptops/netbooks (silly game, Apple). A lot of people were recently saying that &#8220;Adobe was the new Microsoft&#8221;. Well, I might be able to see where some of those people come from, but if that was the case then Apple would be the new Microsoft to at least the same extent &#8211; if not worse</p>
<p>But that&#8217;s not the point I wanted to make anyway. I had a look at which Java desktop apps I&#8217;m actually running on my Mac(s). The most important one is Eclipse in a variety of flavours: Eclipse, ColdFusion Builder, Flash Builder, FDT and some others. If I couldn&#8217;t easily run Eclipse in the future that&#8217;d be a major issue. Then: IntelliJ IDEA, Aqua Data Studio and a whole bunch of little Java apps for JVM and GC monitoring or tools of a similar category.</p>
<p>This afternoon I got into a Twitter discussion with @<a href="http://twitter.com/BruceHoult" target="_blank">BruceHoult</a> about the whole topic. &#8220;Unfortunately&#8221; <img src='http://bloginblack.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  he made a point when he said: &#8220;their stance that you can install whatever you like but they&#8217;re not going to maintain them for you, you mean?&#8221;. Yes, why should Apple maintain and support Oracle&#8217;s platform? Is Microsoft maintaining the JDK/JRE for Oracle? Probably not (but I don&#8217;t know). <em>Side note: This example doesn&#8217;t hold for the Flash/iphone situation though as I really can&#8217;t install what I want on the iPhone/iPad because Apple would not allow a Flash Player into the app store.</em></p>
<p>Where does that leave us (or rather me)? Basically I need and want Eclipse to run on future versions of Mac OS X, otherwise the Mac platform would be as dead as it could be for me as a development platform. Luckily, that&#8217;s doable with SoyLatte and OpenJDK today as shown here: <a href="http://njbartlett.name/2010/10/24/eclipse-soylatte-no-x11.html">http://njbartlett.name/2010/10/24/eclipse-soylatte-no-x11.html</a>. This solution might not yet offer the best and greatest performance ever yet, but I&#8217;m sure that people will put effort into OpenJDK for OS X re performance and additional functionality. Don&#8217;t underestimate the financial &amp; time investments software vendors like Adobe have made into the Eclipse platform. Just alone Flash Builder, ColdFusion Builder and Flash Catalyst are built on top of Eclipse and the amount of Adobe-related development happening on OS X is still very high, even though SJ and Apple have pissed off the Adobe community to a certain extent.</p>
<p>Another very interesting piece to read is <a href="http://www.subfurther.com/blog/?p=1305" target="_blank">shoes[1].drop();</a> &#8211; basically saying, stop whining, the Java-on-desktop API model was flawed anyway and it&#8217;s up to Oracle to come up with a proper strategy for Java 7 and 8. This post does have a lot of merit, I still don&#8217;t see Java on the desktop on OS X being dead (yet).</p>
<p><a href="http://bloginblack.de/2010/10/some-thoughts-on-java-os-x-eclipse-and-others/">Some thoughts on Java, OS X, Eclipse and others</a> is a post from: <a href="http://bloginblack.de">Blog in Black</a></p>
<p align="right"><a class="tt" href="http://twitter.com/home/?status=Some+thoughts+on+Java%2C+OS+X%2C+Eclipse+and+others+http://bloginblack.de/?p=1473" title="Post to Twitter"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://bloginblack.de/2010/10/some-thoughts-on-java-os-x-eclipse-and-others/&amp;title=Some+thoughts+on+Java%2C+OS+X%2C+Eclipse+and+others" title="Post to Delicious"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://bloginblack.de/2010/10/some-thoughts-on-java-os-x-eclipse-and-others/&amp;t=Some+thoughts+on+Java%2C+OS+X%2C+Eclipse+and+others" title="Post to Facebook"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://bloginblack.de/2010/10/some-thoughts-on-java-os-x-eclipse-and-others/&amp;title=Some+thoughts+on+Java%2C+OS+X%2C+Eclipse+and+others" title="Post to StumbleUpon"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://bloginblack.de/2010/10/some-thoughts-on-java-os-x-eclipse-and-others/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to fix arbitrary error when mounting Windows drives via Samba in OSX</title>
		<link>http://bloginblack.de/2010/07/how-to-fix-arbitrary-error-when-mounting-windows-drives-via-samba-in-osx/</link>
		<comments>http://bloginblack.de/2010/07/how-to-fix-arbitrary-error-when-mounting-windows-drives-via-samba-in-osx/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 03:00:53 +0000</pubDate>
		<dc:creator>kai</dc:creator>
				<category><![CDATA[Agent K and the rest of the world]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://bloginblack.de/?p=1347</guid>
		<description><![CDATA[Sometimes though unmounting the share/drive in Finder leads to a weird scenario that it unmounts fine but when I try again to mount the same or a different drive via Samba, I get a totally arbitrary error message saying nothing but "please check the IP address, bla bla bla". Obviously the IP address is fine, rebooting the VM doesn't help either.<p><a href="http://bloginblack.de/2010/07/how-to-fix-arbitrary-error-when-mounting-windows-drives-via-samba-in-osx/">How to fix arbitrary error when mounting Windows drives via Samba in OSX</a> is a post from: <a href="http://bloginblack.de">Blog in Black</a></p>
]]></description>
			<content:encoded><![CDATA[<div>
<p>Even though I&#8217;m a convinced OS X / Mac user when it comes to my development machines, sometimes I unfortunately have to connect to resp. mount Windows shares via Samba. That could be a remote Windows server at the client&#8217;s end I&#8217;m connecting to via VPN or just a share in a virtual machine in VMWare Fusion on my Mac.</p>
<p>Sometimes though unmounting the share/drive in Finder leads to a weird scenario that it unmounts fine but when I try again to mount the same or a different drive via Samba, I get a totally arbitrary error message saying nothing but &#8220;please check the IP address, bla bla bla&#8221;. Obviously the IP address is fine, rebooting the VM doesn&#8217;t help either.</p>
<p>The log files show something like:</p>
<p>&lt;timestamp&gt; /System/Library/CoreServices/NetAuthAgent.app/Contents/MacOS/NetAuthAgent[54255]	Enumerate shares failed!: syserr = Operation timed out</p>
<p>You&#8217;ve got two options here &#8211; reboot your Mac (annoying) or enter the world of Terminal.app and run either:</p>
<p>killall NetAuthAgent</p>
<p>or</p>
<p>kill -9 &lt;processID&gt;</p>
<p>(you might need to do this as a super user depending on your setup)</p>
<p>After that &#8211; you&#8217;ll be able to hook up to Samba shares again just fine.</p>
</div>
<p><a href="http://bloginblack.de/2010/07/how-to-fix-arbitrary-error-when-mounting-windows-drives-via-samba-in-osx/">How to fix arbitrary error when mounting Windows drives via Samba in OSX</a> is a post from: <a href="http://bloginblack.de">Blog in Black</a></p>
<p align="right"><a class="tt" href="http://twitter.com/home/?status=How+to+fix+arbitrary+error+when+mounting+Windows+drives+via+Samba+in+OSX+http://bloginblack.de/?p=1347" title="Post to Twitter"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://bloginblack.de/2010/07/how-to-fix-arbitrary-error-when-mounting-windows-drives-via-samba-in-osx/&amp;title=How+to+fix+arbitrary+error+when+mounting+Windows+drives+via+Samba+in+OSX" title="Post to Delicious"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://bloginblack.de/2010/07/how-to-fix-arbitrary-error-when-mounting-windows-drives-via-samba-in-osx/&amp;t=How+to+fix+arbitrary+error+when+mounting+Windows+drives+via+Samba+in+OSX" title="Post to Facebook"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://bloginblack.de/2010/07/how-to-fix-arbitrary-error-when-mounting-windows-drives-via-samba-in-osx/&amp;title=How+to+fix+arbitrary+error+when+mounting+Windows+drives+via+Samba+in+OSX" title="Post to StumbleUpon"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://bloginblack.de/2010/07/how-to-fix-arbitrary-error-when-mounting-windows-drives-via-samba-in-osx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OS X quick look for Flex</title>
		<link>http://bloginblack.de/2010/01/os-x-quick-look-for-flex/</link>
		<comments>http://bloginblack.de/2010/01/os-x-quick-look-for-flex/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 10:42:12 +0000</pubDate>
		<dc:creator>kai</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Action Script]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[MXML]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Quick Look]]></category>

		<guid isPermaLink="false">http://bloginblack.de/?p=1003</guid>
		<description><![CDATA[A <a href="http://bloginblack.de/2010/01/os-x-quick-look-for-coldfusion/" target="_blank">few days ago</a> I posted about using <a href="http://code.google.com/p/qlcolorcode/" target="_blank">qlcolorcode</a> to display syntax highlighted ColdFusion code in Mac OS X's Finder's quick look. Now - I had a bit of a look into how to use/extend the same plugin for displaying Action Script and MXML code as well.<p><a href="http://bloginblack.de/2010/01/os-x-quick-look-for-flex/">OS X quick look for Flex</a> is a post from: <a href="http://bloginblack.de">Blog in Black</a></p>
]]></description>
			<content:encoded><![CDATA[<p>A <a href="http://bloginblack.de/2010/01/os-x-quick-look-for-coldfusion/" target="_blank">few days ago</a> I posted about using <a href="http://code.google.com/p/qlcolorcode/" target="_blank">qlcolorcode</a> to display syntax highlighted ColdFusion code in Mac OS X&#8217;s Finder&#8217;s quick look. Now &#8211; I had a bit of a look into how to use/extend the same plugin for displaying Action Script and MXML code as well.</p>
<p>Qlcolorcode already has built-in support for Action Script (although it&#8217;s not complete and really 100% correct for AS3 as it appears to me), but it&#8217;s supposed to do the trick. I ran into the issue that it unfortunately didn&#8217;t work for me. A bit time spent looking around and playing with the default application to open .as files on my Mac brought up the following blog post. Of particular interest are the comments:</p>
<p><a href="http://www.n8gray.org/blog/2008/01/07/qlcolorcode-041/" target="_blank">http://www.n8gray.org/blog/2008/01/07/qlcolorcode-041/</a></p>
<p>I can just speak for Snow Leopard and in that case you&#8217;d want to look into comments 8, 12 and 18. Basically after this step the relevant section in my Info.plist in the Qlcolourcode plugin package looks as below and syntax highlighting for Action Script works (sort of):</p>
<p>
<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>CFBundleDocumentTypes<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;array<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;dict<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>CFBundleTypeRole<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>QLGenerator<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>LSItemContentTypes<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;array<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>public.source-code<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>public.xml<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>com.apple.property-list<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>org.tug.tex<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>public.plain-text<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
			<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>com.apple.applesingle-archive<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/array<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/dict<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/array<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

</p>
<p>The next step was to get MXML working. That&#8217;s a bit trickier because it&#8217;s not yet built-in into the plugin. Luckily Qlcolorcode supports XML and as MXML is  a proper, fully XML-compliant language it can&#8217;t be too hard to enable it for MXML. The good thing is &#8211; someone has done it before:</p>
<p><a href="http://playground.deju.nu/2008/10/os-x-quick-look-for-mxml-files/" target="_blank">http://playground.deju.nu/2008/10/os-x-quick-look-for-mxml-files/</a></p>
<p>The bad thing &#8211; this is for OS X 10.5 and it didn&#8217;t work out of the box for me. In general I&#8217;d recommend to follow the descriptions in there. The command to run in step 5 on OS X 10.6 would be different though:</p>
<p><code>qlmanage -d3 -p yourmxmlfile.mxml 2&gt;&amp;1 | grep 'Generator used'</code></p>
<p>Also the path used in step 8 had to be different for me. Instead of Resources/highlight/etc/highlight/ the filetypes.conf would have to be looked for in Resources/etc/highlight/. Also in my version of the file the file type definitions for xml and html did look differently:</p>
<p><code>$ext(html)=htm xhtml</code><br />
<code>$ext(xml)=sgm sgml nrm ent hdr hub dtd wml vxml wml tld svg xsl ecf jnlp mxml</code></p>
<p>As you can see, I added the mxml file suffix to where it made much more sense imho. From here on just follow the instructions and you should be good to go.</p>
<p>This should provide a working solution &#8211; not necessarily a perfect one as the highlighting for AS 3 is not quite right and it would be nice to tweak the syntax highlighting for MXML and CF; some new CF tags are not properly picked up etc. I might have a look into that &#8211; it&#8217;s not too hard actually because qlcolorcode uses <a href="http://www.andre-simon.de/doku/highlight/en/highlight.html" target="_blank">highlight</a> internally. Will keep you posted <img src='http://bloginblack.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a href="http://bloginblack.de/2010/01/os-x-quick-look-for-flex/">OS X quick look for Flex</a> is a post from: <a href="http://bloginblack.de">Blog in Black</a></p>
<p align="right"><a class="tt" href="http://twitter.com/home/?status=OS+X+quick+look+for+Flex+http://bloginblack.de/?p=1003" title="Post to Twitter"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://bloginblack.de/2010/01/os-x-quick-look-for-flex/&amp;title=OS+X+quick+look+for+Flex" title="Post to Delicious"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://bloginblack.de/2010/01/os-x-quick-look-for-flex/&amp;t=OS+X+quick+look+for+Flex" title="Post to Facebook"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://bloginblack.de/2010/01/os-x-quick-look-for-flex/&amp;title=OS+X+quick+look+for+Flex" title="Post to StumbleUpon"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://bloginblack.de/2010/01/os-x-quick-look-for-flex/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>OS X quick look for ColdFusion</title>
		<link>http://bloginblack.de/2010/01/os-x-quick-look-for-coldfusion/</link>
		<comments>http://bloginblack.de/2010/01/os-x-quick-look-for-coldfusion/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 08:49:11 +0000</pubDate>
		<dc:creator>kai</dc:creator>
				<category><![CDATA[Agent K on CF]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Quick Look]]></category>

		<guid isPermaLink="false">http://bloginblack.de/?p=954</guid>
		<description><![CDATA[I recently had to quickly glance over a whole lot of legacy CF files and I didn't want to have to open each individual file in my preferred IDE. OS X supports quick look by hitting the space bar in finder for a lot of file types, ColdFusion wasn't supported so far.<p><a href="http://bloginblack.de/2010/01/os-x-quick-look-for-coldfusion/">OS X quick look for ColdFusion</a> is a post from: <a href="http://bloginblack.de">Blog in Black</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t blogged for ages &#8211; but that&#8217;s not the point of this post. I recently had to quickly glance over a whole lot of legacy CF files and I didn&#8217;t want to have to open each individual file in my preferred IDE. OS X supports quick look by hitting the space bar in finder for a lot of file types, ColdFusion wasn&#8217;t supported so far.</p>
<div id="attachment_955" class="wp-caption alignnone" style="width: 310px"><a href="http://bloginblack.de/wp-content/uploads/2010/01/CF_quickview.png"><img class="size-medium wp-image-955 " title="OS X quick view for CFM and CFC" src="http://bloginblack.de/wp-content/uploads/2010/01/CF_quickview-300x272.png" alt="OS X quick view for CFM and CFC" width="300" height="272" /></a><p class="wp-caption-text">OS X quick view for CFM and CFC</p></div>
<p>The other day then I found a quick look plugin named <a title="qlcolorcode on Google code" href="http://code.google.com/p/qlcolorcode/" target="_blank">qlcolorcode</a> that in fact does support CF. The installation is dead easy: you drop the QLColorCode.qlgenerator file in /Library/QuickLook (I wanted to make sure all my user accounts on my machine have access to it, in general it&#8217;s supposed to work as well by dropping it into ~/Library/QuickLook).</p>
<p>The only potentially tricky issue could occur if you have XCode installed on your Mac. XCode comes with a quick look plugin for source code preview that might get triggered ahead of qlcolorcode. To disable the XCode plugin you can run the following code in Terminal:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">f</span>=<span style="color: #000000; font-weight: bold;">/</span>Developer<span style="color: #000000; font-weight: bold;">/</span>Applications<span style="color: #000000; font-weight: bold;">/</span>Xcode.app<span style="color: #000000; font-weight: bold;">/</span>Contents<span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>QuickLook<span style="color: #000000; font-weight: bold;">/</span>SourceCode.qlgenerator
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">mv</span> <span style="color: #007800;">$f</span> <span style="color: #007800;">$f</span>.disabled</pre></div></div>

<p>If everything worked fine you should se a similar output as shown in the image.</p>
<p>The plugin actually seems to be quite flexible re other languages &#8211; more info is available in the <a title="qlcolorcode FAQ" href="http://code.google.com/p/qlcolorcode/wiki/FAQ" target="_blank">FAQ</a>. Actionscript and MXML come to mind &#8230; <img src='http://bloginblack.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a href="http://bloginblack.de/2010/01/os-x-quick-look-for-coldfusion/">OS X quick look for ColdFusion</a> is a post from: <a href="http://bloginblack.de">Blog in Black</a></p>
<p align="right"><a class="tt" href="http://twitter.com/home/?status=OS+X+quick+look+for+ColdFusion+http://bloginblack.de/?p=954" title="Post to Twitter"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://bloginblack.de/2010/01/os-x-quick-look-for-coldfusion/&amp;title=OS+X+quick+look+for+ColdFusion" title="Post to Delicious"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://bloginblack.de/2010/01/os-x-quick-look-for-coldfusion/&amp;t=OS+X+quick+look+for+ColdFusion" title="Post to Facebook"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://bloginblack.de/2010/01/os-x-quick-look-for-coldfusion/&amp;title=OS+X+quick+look+for+ColdFusion" title="Post to StumbleUpon"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://bloginblack.de/2010/01/os-x-quick-look-for-coldfusion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Virtualizing OS X 10.5 Client on OS X 10.5</title>
		<link>http://bloginblack.de/2008/12/virtualizing-os-x-10-5-client-on-os-x-10-5/</link>
		<comments>http://bloginblack.de/2008/12/virtualizing-os-x-10-5-client-on-os-x-10-5/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 12:00:00 +0000</pubDate>
		<dc:creator>kai</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[VMWare Fusion]]></category>

		<guid isPermaLink="false">http://www.bloginblack.de/?p=942</guid>
		<description><![CDATA[With VMWare Fusion 2, VMWare has built support for installing the OS X 10.5 server operating system into the product. For various (I suppose licensing) reasons, VMWare Fusion 2 doesn&#8217;t allow one to install OS X 10.5 client &#8211; the setup wizard of Fusion would just not allow it.
The technical reason is basically that Fusion [...]<p><a href="http://bloginblack.de/2008/12/virtualizing-os-x-10-5-client-on-os-x-10-5/">Virtualizing OS X 10.5 Client on OS X 10.5</a> is a post from: <a href="http://bloginblack.de">Blog in Black</a></p>
]]></description>
			<content:encoded><![CDATA[<p>With VMWare Fusion 2, VMWare has built support for installing the OS X 10.5 server operating system into the product. For various (I suppose licensing) reasons, VMWare Fusion 2 doesn&#8217;t allow one to install OS X 10.5 client &#8211; the setup wizard of Fusion would just not allow it.</p>
<p>The technical reason is basically that Fusion is checking for the existence of a file /System/Library/CoreServices/ServerVersion.plist on the installation media. That particular file just exists on the installation DVD for the Server version of OS X. Apparently a bunch of people have tried to create patched ISOs of the OS X installation disc, as far as I understand most of those come with various disadvantages, such as struggling to load the corrent system updates later on etc.</p>
<p>Another approach is to patch VMWare Fusion and just tell Fusion not to check for that file. That basically means modifying the Darwin bootloader which is located in /Library/Application Support/VMWareFusion/isoimages (darwin.iso). This file is digitally signed therefore you can&#8217;t just change or swap it. Luckily though, the certificate comes with VMWare Fusion, so that it&#8217;s possible to modify darwin.iso, sign the file and everything would be good.</p>
<p>A few sites have sample shell scripts for that, if you want to go the easy way &#8211; download <a href="ftp://ftp.heise.de/pub/ct/listings/0824-266.zip">MultiMac Helper</a>, written by some of the technical editors of Germany&#8217;s well-know computer magazine c&#8217;t. It works really well &#8211; just run the tool once and it will patch Fusion, run it again and it will rock-back the patch. I&#8217;ve tried it &#8211; everything still works fine (for example my existing Windows VMs in Fusion). OS X 10.5 installed nicely &#8211; make sure you switch off sound and all energy saving options in your guest OS X (some people have reported issues with that).</p>
<p>Oh, the obvious legal disclaimer: I do not recommend that you try that at all, in particular not on any machine you have somewhat important data on. You&#8217;re on your own, don&#8217;t blame me for anything or any issue you run into and you&#8217;ve been warned. Most probably you&#8217;re even breaking some license agreements depending on the country you&#8217;re residing in. Again &#8211; you&#8217;ve been warned, don&#8217;t blame me.</p>
<p><a href="http://bloginblack.de/2008/12/virtualizing-os-x-10-5-client-on-os-x-10-5/">Virtualizing OS X 10.5 Client on OS X 10.5</a> is a post from: <a href="http://bloginblack.de">Blog in Black</a></p>
<p align="right"><a class="tt" href="http://twitter.com/home/?status=Virtualizing+OS+X+10.5+Client+on+OS+X+10.5+http://bloginblack.de/?p=942" title="Post to Twitter"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://bloginblack.de/2008/12/virtualizing-os-x-10-5-client-on-os-x-10-5/&amp;title=Virtualizing+OS+X+10.5+Client+on+OS+X+10.5" title="Post to Delicious"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://bloginblack.de/2008/12/virtualizing-os-x-10-5-client-on-os-x-10-5/&amp;t=Virtualizing+OS+X+10.5+Client+on+OS+X+10.5" title="Post to Facebook"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://bloginblack.de/2008/12/virtualizing-os-x-10-5-client-on-os-x-10-5/&amp;title=Virtualizing+OS+X+10.5+Client+on+OS+X+10.5" title="Post to StumbleUpon"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://bloginblack.de/2008/12/virtualizing-os-x-10-5-client-on-os-x-10-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leopard and the broken FileReference in Flash Player</title>
		<link>http://bloginblack.de/2007/11/leopard-and-the-broken-filereference-in-flash-player/</link>
		<comments>http://bloginblack.de/2007/11/leopard-and-the-broken-filereference-in-flash-player/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 00:00:00 +0000</pubDate>
		<dc:creator>kai</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.bloginblack.de/?p=888</guid>
		<description><![CDATA[With the update to Mac OS 10.5 (Leopard), a lot of people reported issues with using the FileReference in the FlashPlayer (i.e. uploading/downloading files). Emmy Huang, who&#8217;s Product Manager for the FlashPlayer, has just posted that the &#8220;Moviestar&#8221; beta update for Mac that&#8217;s on Adobe Labs has been bumped up to version 9.0.98.0 and that [...]<p><a href="http://bloginblack.de/2007/11/leopard-and-the-broken-filereference-in-flash-player/">Leopard and the broken FileReference in Flash Player</a> is a post from: <a href="http://bloginblack.de">Blog in Black</a></p>
]]></description>
			<content:encoded><![CDATA[<p>With the update to Mac OS 10.5 (Leopard), a lot of people reported issues with using the FileReference in the FlashPlayer (i.e. uploading/downloading files). Emmy Huang, who&#8217;s Product Manager for the FlashPlayer, has just <a href="http://weblogs.macromedia.com/emmy/archives/2007/11/mac_update_for.cfm" target="_blank">posted that the &#8220;Moviestar&#8221;</a> beta update for Mac that&#8217;s <a href="_http://labs.adobe.com/downloads/flashplayer9.html" target="_blank">on Adobe Labs</a> has been bumped up to version 9.0.98.0 and that it contains a fix/workaround for the FileReference issue. Be warned, this wouldn&#8217;t be a final release, but at least it gives us a reasonable workaround.</p>
<p><a href="http://bloginblack.de/2007/11/leopard-and-the-broken-filereference-in-flash-player/">Leopard and the broken FileReference in Flash Player</a> is a post from: <a href="http://bloginblack.de">Blog in Black</a></p>
<p align="right"><a class="tt" href="http://twitter.com/home/?status=Leopard+and+the+broken+FileReference+in+Flash+Player+http://bloginblack.de/?p=888" title="Post to Twitter"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://bloginblack.de/2007/11/leopard-and-the-broken-filereference-in-flash-player/&amp;title=Leopard+and+the+broken+FileReference+in+Flash+Player" title="Post to Delicious"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://bloginblack.de/2007/11/leopard-and-the-broken-filereference-in-flash-player/&amp;t=Leopard+and+the+broken+FileReference+in+Flash+Player" title="Post to Facebook"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://bloginblack.de/2007/11/leopard-and-the-broken-filereference-in-flash-player/&amp;title=Leopard+and+the+broken+FileReference+in+Flash+Player" title="Post to StumbleUpon"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://bloginblack.de/2007/11/leopard-and-the-broken-filereference-in-flash-player/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Want to buy a Mac in New Zealand?</title>
		<link>http://bloginblack.de/2007/09/want-to-buy-a-mac-in-new-zealand/</link>
		<comments>http://bloginblack.de/2007/09/want-to-buy-a-mac-in-new-zealand/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 00:00:00 +0000</pubDate>
		<dc:creator>kai</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.bloginblack.de/?p=841</guid>
		<description><![CDATA[As I&#8217;ve blogged a few weeks ago &#8211; Diane and I have converted to using Macbooks (I&#8217;m on a MBP, she&#8217;s working on a nice 13&#8243; black Macbook). When we were considering our options buying, we were looking into the official Apple resellers which honestly are a rip-off in New Zealand price-wise.
Luckily, after doing a [...]<p><a href="http://bloginblack.de/2007/09/want-to-buy-a-mac-in-new-zealand/">Want to buy a Mac in New Zealand?</a> is a post from: <a href="http://bloginblack.de">Blog in Black</a></p>
]]></description>
			<content:encoded><![CDATA[<p>As I&#8217;ve blogged a few weeks ago &#8211; <a href="http://www.humanfactors.co.nz" target="_blank">Diane</a> and I have converted to using Macbooks (I&#8217;m on a MBP, she&#8217;s working on a nice 13&#8243; black Macbook). When we were considering our options buying, we were looking into the official Apple resellers which honestly are a rip-off in New Zealand price-wise.</p>
<p>Luckily, after doing a bit of research, I found Triaxis Ltd., a company focussing on selling Apple products for reasonable prices and with an awesome and very personal service. They trade as <a href="http://www.macdirectseller.co.nz" target="_blank">macdirectseller.co.nz</a>. Basically the business model is to buy their stock from US wholesellers and pass on the much better US pricing (which is also slightly based on the favorable exchange rate) to customers here. The good thing (from a business point of view) is also that the Macs are legally imported, taxes are paid and you get a proper GST invoice. I mean, it&#8217;s also easy to buy a Mac in the US myself but then you&#8217;d have to &#8220;import&#8221; it properly, pay duties, GST on import etc. blabla&#8230;</p>
<p>But anyway, the point is that I want to express my total satisfaction with Triaxis&#8217; services. We&#8217;ve ordered two Mac notebooks on different occasions, everything from payment to delivery via courier (personal and signature req) went fine and we were even kept in the loop with delivery status (my MBP order was a bit delayed due to Apple stock issues in the US) and courier tracking numbers. Very well done, I would always again use their service and order Mac stuff from them!</p>
<p><a href="http://bloginblack.de/2007/09/want-to-buy-a-mac-in-new-zealand/">Want to buy a Mac in New Zealand?</a> is a post from: <a href="http://bloginblack.de">Blog in Black</a></p>
<p align="right"><a class="tt" href="http://twitter.com/home/?status=Want+to+buy+a+Mac+in+New+Zealand%3F+http://bloginblack.de/?p=841" title="Post to Twitter"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://bloginblack.de/2007/09/want-to-buy-a-mac-in-new-zealand/&amp;title=Want+to+buy+a+Mac+in+New+Zealand%3F" title="Post to Delicious"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://bloginblack.de/2007/09/want-to-buy-a-mac-in-new-zealand/&amp;t=Want+to+buy+a+Mac+in+New+Zealand%3F" title="Post to Facebook"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://bloginblack.de/2007/09/want-to-buy-a-mac-in-new-zealand/&amp;title=Want+to+buy+a+Mac+in+New+Zealand%3F" title="Post to StumbleUpon"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://bloginblack.de/2007/09/want-to-buy-a-mac-in-new-zealand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Powermail &#8211; the end of the story</title>
		<link>http://bloginblack.de/2007/08/powermail-the-end-of-the-story/</link>
		<comments>http://bloginblack.de/2007/08/powermail-the-end-of-the-story/#comments</comments>
		<pubDate>Sat, 11 Aug 2007 00:00:00 +0000</pubDate>
		<dc:creator>kai</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.bloginblack.de/?p=835</guid>
		<description><![CDATA[The other week, I&#8217;ve blogged about my struggle to find a mail client on the Mac to suit my needs. 
After working with Powermail, I&#8217;m pretty happy now. The software is great, works very well for me and I can really recommend it. Apparently a few people who work with particular IMAP server setup have [...]<p><a href="http://bloginblack.de/2007/08/powermail-the-end-of-the-story/">Powermail &#8211; the end of the story</a> is a post from: <a href="http://bloginblack.de">Blog in Black</a></p>
]]></description>
			<content:encoded><![CDATA[<p>The other week, I&#8217;ve <a href="http://www.bloginblack.de/archives/000885.cfm" target="_blank">blogged</a> about my struggle to find a mail client on the Mac to suit my needs. </p>
<p>After working with <a href="http://www.ctmdev.com/" target="_blank">Powermail</a>, I&#8217;m pretty happy now. The software is great, works very well for me and I can really recommend it. Apparently a few people who work with particular IMAP server setup have major issues, but that didn&#8217;t concern me as I just want it to be my POP3 client anyway &#8211; so all good from that end.</p>
<p>The downside though is that I&#8217;m particular unhappy and disappointed about their ordering process and the resulting customer experience on my end. I&#8217;ve ordered online, provided my CC details and first thing I got is that they don&#8217;t process the transactions automatically but that a human had to look at them.</p>
<p>Fair enough, but slightly annoying if the trial limitation even within the first 30 days is to have a maximum number of 200 mails in your email client or you&#8217;d be unable to send/receive at all.</p>
<p>So I sent them an email explaining my situation and asked how long the processing would take. They came back to me a day later saying they&#8217;d process it asap. Nothing happened. Nothing happened. Nothing happened. In the meantime (3 days) I&#8217;ve sent another email explaining my situation again. No response. Finally I was totally fed up, sent them an email saying something along the lines, &#8220;Hey guys, can&#8217;t be THAT hard to process a CC and generate a license key. Please let me know if you&#8217;re able to do that by close of business today, in case that&#8217;s not going to work out, please cancel my order.&#8221; I got my license key later that day, along with an email stating reasons such as &#8220;We had two orders from NZ and one CC processing failed and thought it was you, but we mixed up the two customers blabla&#8221;.</p>
<p>Hmm, what do we learn from that? Things can go wrong and process could be delayed. But if a customer who&#8217;s willing to give you money feels not valued and not listened to, he will finally be ready to walk away. Same with the failed CC processing &#8211; how about letting your customer know? Even if they thought my CC payment had failed &#8211; why haven&#8217;t they let me know? I mean, they&#8217;re not a corporate but apparently not a one man show &#8211; in this type of company setting, I&#8217;d expect a bit more personal contact/attachment to your customer.</p>
<p>Oh, another piece of information &#8211; from the next release on, the Powermail trial will be extended from 200 mails to the incredible number of 1000 mails. Great&#8230;:) I hope that someone from Powermail will read this &#8211; if yes, let me please ask you in which world are you living in?</p>
<p>What they should do is as easy as it could be: Provide a 30 day trial with FULL functionalities, let people import 27 million emails if they want to, let them play with it, figure out if the software works for them or not &#8211; but after 30 days, lock the software totally until they&#8217;ve provided a registration key.</p>
<p>Anyway &#8211; the software itself is great for what I need it to provide, but their service/trial license/communication/order handling could be improved. </p>
<p><a href="http://bloginblack.de/2007/08/powermail-the-end-of-the-story/">Powermail &#8211; the end of the story</a> is a post from: <a href="http://bloginblack.de">Blog in Black</a></p>
<p align="right"><a class="tt" href="http://twitter.com/home/?status=Powermail+%E2%80%93+the+end+of+the+story+http://bloginblack.de/?p=835" title="Post to Twitter"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://bloginblack.de/2007/08/powermail-the-end-of-the-story/&amp;title=Powermail+%E2%80%93+the+end+of+the+story" title="Post to Delicious"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://bloginblack.de/2007/08/powermail-the-end-of-the-story/&amp;t=Powermail+%E2%80%93+the+end+of+the+story" title="Post to Facebook"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://bloginblack.de/2007/08/powermail-the-end-of-the-story/&amp;title=Powermail+%E2%80%93+the+end+of+the+story" title="Post to StumbleUpon"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://bloginblack.de/2007/08/powermail-the-end-of-the-story/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solved: good email client for OS X &#8211; PowerMail</title>
		<link>http://bloginblack.de/2007/07/solved-good-email-client-for-os-x-powermail/</link>
		<comments>http://bloginblack.de/2007/07/solved-good-email-client-for-os-x-powermail/#comments</comments>
		<pubDate>Mon, 30 Jul 2007 00:00:00 +0000</pubDate>
		<dc:creator>kai</dc:creator>
				<category><![CDATA[Agent K and the rest of the world]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.bloginblack.de/?p=830</guid>
		<description><![CDATA[The other day I&#8217;ve blogged about my struggle to find a well suited email client for Mac OS X.
I&#8217;ve decided to give Mail.app another try, but I was heavily disappointed. Although the client is nice it just didn&#8217;t work properly to import my huge mailbox files and it took literally minutes to render particular folder [...]<p><a href="http://bloginblack.de/2007/07/solved-good-email-client-for-os-x-powermail/">Solved: good email client for OS X &#8211; PowerMail</a> is a post from: <a href="http://bloginblack.de">Blog in Black</a></p>
]]></description>
			<content:encoded><![CDATA[<p>The other day <a href="http://www.bloginblack.de/archives/000882.cfm" target="_blank">I&#8217;ve blogged about my struggle</a> to find a well suited email client for Mac OS X.</p>
<p>I&#8217;ve decided to give Mail.app another try, but I was heavily disappointed. Although the client is nice it just didn&#8217;t work properly to import my huge mailbox files and it took literally minutes to render particular folder (a few thousand emails in one folder seems to be the maximum it could cope with). CPU load went through the roof and I had to restart it every few hours. Very bad experience for me&#8230;</p>
<p>So, research went on and I finally found <a href="http://www.ctmdev.com/powermail/" target="_blank">PowerMail</a> which seems to be it in terms of my needs and also in terms of dealing with huge amounts of emails. The import of my 200something mbox files went flawlessly and in a very reasonable amount of time, handling and speed are fine and the filtering mechanism suits me well.</p>
<p>The drawback (for some people) might be that it comes with a price tag of 49 Euros. Given that I&#8217;ve always paid for my email clients during the last 5-6 years (TheBat! is not free either), that&#8217;s not an issue for me, I&#8217;m very happy to pay for good software that actually does what I need <img src='http://bloginblack.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m a bit disappointed about their trial handling though. The 30 day trial is limited to 200 emails in your database. If you have more, the trial doesn&#8217;t allow you to receive and send emails. That particularly defeats the purpose of a trial in my case as I need to test it with huge amounts of email, which was a bit of an annoyance. Anyway &#8211; it works fine for me and I&#8217;ve ordered it online. Sadly their process takes a human to look into it which means a further delay. I suppose they&#8217;re based somewhere in Europe, so I expect to hear back from them later tonight!</p>
<p><a href="http://bloginblack.de/2007/07/solved-good-email-client-for-os-x-powermail/">Solved: good email client for OS X &#8211; PowerMail</a> is a post from: <a href="http://bloginblack.de">Blog in Black</a></p>
<p align="right"><a class="tt" href="http://twitter.com/home/?status=Solved%3A+good+email+client+for+OS+X+%E2%80%93+PowerMail+http://bloginblack.de/?p=830" title="Post to Twitter"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://bloginblack.de/2007/07/solved-good-email-client-for-os-x-powermail/&amp;title=Solved%3A+good+email+client+for+OS+X+%E2%80%93+PowerMail" title="Post to Delicious"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://bloginblack.de/2007/07/solved-good-email-client-for-os-x-powermail/&amp;t=Solved%3A+good+email+client+for+OS+X+%E2%80%93+PowerMail" title="Post to Facebook"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://bloginblack.de/2007/07/solved-good-email-client-for-os-x-powermail/&amp;title=Solved%3A+good+email+client+for+OS+X+%E2%80%93+PowerMail" title="Post to StumbleUpon"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://bloginblack.de/2007/07/solved-good-email-client-for-os-x-powermail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HP Laserjet 1020 on OS X</title>
		<link>http://bloginblack.de/2007/07/hp-laserjet-1020-on-os-x/</link>
		<comments>http://bloginblack.de/2007/07/hp-laserjet-1020-on-os-x/#comments</comments>
		<pubDate>Fri, 27 Jul 2007 00:00:00 +0000</pubDate>
		<dc:creator>kai</dc:creator>
				<category><![CDATA[Agent K and the rest of the world]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.bloginblack.de/?p=829</guid>
		<description><![CDATA[When we&#8217;ve moved to New Zealand in 2005, the amount of luggage/stuff we were taking was limited. At that time, I owned a pretty fancy HP Laserjet 13something printer I was really happy with &#8211; due to luggage restrictions, I&#8217;ve some sort of parked it with my father-in-law who didn&#8217;t mind  
I bought a [...]<p><a href="http://bloginblack.de/2007/07/hp-laserjet-1020-on-os-x/">HP Laserjet 1020 on OS X</a> is a post from: <a href="http://bloginblack.de">Blog in Black</a></p>
]]></description>
			<content:encoded><![CDATA[<p>When we&#8217;ve moved to New Zealand in 2005, the amount of luggage/stuff we were taking was limited. At that time, I owned a pretty fancy HP Laserjet 13something printer I was really happy with &#8211; due to luggage restrictions, I&#8217;ve some sort of parked it with my father-in-law who didn&#8217;t mind <img src='http://bloginblack.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I bought a pretty cheap printer (HP LJ 1020, one of those &#8220;Windows only&#8221; printers) and it worked alright with my PC, hey &#8211; one can&#8217;t complain for NZ$ 149 at that time <img src='http://bloginblack.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Now with the Mac, it didn&#8217;t work &#8211; not too much of a surprise.</p>
<p>I&#8217;ve googled a bit and found a lengthy thread on <a href="http://forums.macosxhints.com/showthread.php?t=40933&#038;page=8" target="_blank">macoshints.com</a> about this issue. The outcome is &#8211; it&#8217;s not officially supported, the pre April 2006 version of the HP LJ 1022 version of the printer supports the 1020 as well. After that date (apparently because some people told HP that their driver worked well with the 1020), HP removed the inofficial support for the 1020.</p>
<p>It&#8217;s a bit tricky to get the correct drivers and to get them setup so that it works. A good way is to go to that thread mentioned above and grab the driver file which is linked to in post no. 154. Install it (resp. do all the removal stuff before if you have tried different versions of the driver), reboot, plug in your printer and you _should_ be able to add it to Mac OS X.</p>
<p><a href="http://bloginblack.de/2007/07/hp-laserjet-1020-on-os-x/">HP Laserjet 1020 on OS X</a> is a post from: <a href="http://bloginblack.de">Blog in Black</a></p>
<p align="right"><a class="tt" href="http://twitter.com/home/?status=HP+Laserjet+1020+on+OS+X+http://bloginblack.de/?p=829" title="Post to Twitter"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://bloginblack.de/2007/07/hp-laserjet-1020-on-os-x/&amp;title=HP+Laserjet+1020+on+OS+X" title="Post to Delicious"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://bloginblack.de/2007/07/hp-laserjet-1020-on-os-x/&amp;t=HP+Laserjet+1020+on+OS+X" title="Post to Facebook"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://bloginblack.de/2007/07/hp-laserjet-1020-on-os-x/&amp;title=HP+Laserjet+1020+on+OS+X" title="Post to StumbleUpon"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://bloginblack.de/2007/07/hp-laserjet-1020-on-os-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wanted: A good email client for OS X</title>
		<link>http://bloginblack.de/2007/07/wanted-a-good-email-client-for-os-x/</link>
		<comments>http://bloginblack.de/2007/07/wanted-a-good-email-client-for-os-x/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 00:00:00 +0000</pubDate>
		<dc:creator>kai</dc:creator>
				<category><![CDATA[Agent K and the rest of the world]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.bloginblack.de/?p=827</guid>
		<description><![CDATA[One of the reasons why I&#8217;ve been a bit quieter during the last 2-3 weeks is that I&#8217;m migrating my work environment from PC to Mac and this is a bit of work because besides playing with my new toy (2.4 GHz MBP, 4 GB RAM) I have to continue being at least a bit [...]<p><a href="http://bloginblack.de/2007/07/wanted-a-good-email-client-for-os-x/">Wanted: A good email client for OS X</a> is a post from: <a href="http://bloginblack.de">Blog in Black</a></p>
]]></description>
			<content:encoded><![CDATA[<p>One of the reasons why I&#8217;ve been a bit quieter during the last 2-3 weeks is that I&#8217;m migrating my work environment from PC to Mac and this is a bit of work because besides playing with my new toy (2.4 GHz MBP, 4 GB RAM) I have to continue being at least a bit productive and earn some money <img src='http://bloginblack.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>Anyway &#8211; I&#8217;m pretty much done with moving all my data to the new machine, setting up software etc. All good. But there is one issue with OS X that really puzzles me: email clients.</p>
<p>Before you start throwing stuff at me &#8211; I&#8217;m using pretty much the most perfect email client I can think of on Windows: TheBat! It does actually everything I need it to, I never lost any email by corrupted files, it easily copes with the amount of emails I&#8217;m currently storing in 7 or 8 accounts (300.000 and growing) and it is configurable down to an absolutely stunning Macro language if necessary.</p>
<p>The downside of it &#8211; its storage format and also the available export formats are limited, i.e. I can export to mbox per folder or single messages to .eml oder .msg files.</p>
<p>On the Mac side of things, I&#8217;ve been looking into various options:</p>
<p>1. Thunderbird &#8211; seems to be nice, but I&#8217;m struggling importing my mailbase &#8211; and just with having a folder with a few 1000 emails made it behave pretty sluggish.</p>
<p>2. Apple Mail &#8211; seems to be better than Thunderbird, but I&#8217;ve been reading a few very negative posts in forums and blogs about it&#8217;s capabilities when it comes to huge amounts of email. Also &#8211; similar issues with importing from TheBat (just folder by folder&#8230; args)</p>
<p>3. Mulberry &#8211; That one seems to be made for me. It&#8217;s complex, offers a lot of possibilities to setup, configure and finetune but I can&#8217;t find a way of importing my emails? Is there a way at all to get data INTO Mulberry?</p>
<p>4. Eudora &#8211; had a brief look into it, but I was a bit turned off by the fact that it&#8217;s not supported anymore. But maybe it&#8217;s still an option.</p>
<p>5. Microsoft Office for Mac email (whatever the name is <img src='http://bloginblack.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &#8211; Oh well&#8230; nah, not an option currently. Maybe after they&#8217;ve released the new office later this year&#8230;</p>
<p>Hey OS X users out there &#8211; any option I&#8217;ve missed so far? Any recommendations?</p>
<p>In the meantime I continue running TheBat in my Parallels installation in Coherence &#8211; at least that works fine and is not too bad. But I&#8217;d really like to change this rather sooner than later <img src='http://bloginblack.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  and end up with a native OS X email solution that I can live with&#8230; Help!!!</p>
<p>Finally &#8211; a very nice and true quote about TheBat!</p>
<p>&#8212;<br />
The Bat reminds me a lot of Unix. People say that Unix is hard to use. The same charge has been leveled against The Bat. I&#8217;m not sure that&#8217;s the case, though. I think it&#8217;s more of a &#8220;user friendly&#8221; system than most people realize. A co-worker once told me that Unix is a friendly operating system. &#8220;It just chooses its friends carefully,&#8221; she said.<br />
&#8212;</p>
<p>(source: <a href="http://www.610tech.net/20030907.shtml" target="_blank">http://www.610tech.net/20030907.shtml</a>)</p>
<p><a href="http://bloginblack.de/2007/07/wanted-a-good-email-client-for-os-x/">Wanted: A good email client for OS X</a> is a post from: <a href="http://bloginblack.de">Blog in Black</a></p>
<p align="right"><a class="tt" href="http://twitter.com/home/?status=Wanted%3A+A+good+email+client+for+OS+X+http://bloginblack.de/?p=827" title="Post to Twitter"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://bloginblack.de/2007/07/wanted-a-good-email-client-for-os-x/&amp;title=Wanted%3A+A+good+email+client+for+OS+X" title="Post to Delicious"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://bloginblack.de/2007/07/wanted-a-good-email-client-for-os-x/&amp;t=Wanted%3A+A+good+email+client+for+OS+X" title="Post to Facebook"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://bloginblack.de/2007/07/wanted-a-good-email-client-for-os-x/&amp;title=Wanted%3A+A+good+email+client+for+OS+X" title="Post to StumbleUpon"><img class="nothumb" src="http://bloginblack.de/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://bloginblack.de/2007/07/wanted-a-good-email-client-for-os-x/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

