Getting into Clojure (and other stuff)

With the recent changes at Adobe I was more and more thinking that I need to further diversify what I’m doing. That was already happening in 2010 and 2011 quite a lot – client demand for Flash and Flex solutions decreased (and still is decreasing) and we found ourselves doing more and more Javascript-based applications. [...]

Some thoughts on Java, OS X, Eclipse and others

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.

How to fix arbitrary error when mounting Windows drives via Samba in OSX

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.

OS X quick look for Flex

A few days ago I posted about using qlcolorcode 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.

OS X quick look for ColdFusion

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.

Virtualizing OS X 10.5 Client on OS X 10.5

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’t allow one to install OS X 10.5 client – the setup wizard of Fusion would just not allow it.
The technical reason is basically that Fusion [...]

Leopard and the broken FileReference in Flash Player

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’s Product Manager for the FlashPlayer, has just posted that the “Moviestar” beta update for Mac that’s on Adobe Labs has been bumped up to version 9.0.98.0 and that [...]

Posted in: Flex, Mac by kai 1 Comment