Jan 20 2009

Why you should use Opera for debugging Adobe Flex applications on Mac OSX

The simple reason for this is: It is the only one that works well. I try to develop a small Adobe Flex app in eclipse 3.4 with the adobe flex plugin trial in it (v 3.2 of the flex sdk) - and am using OS X 10.5, Leopard.

Safari is a very nice and usually fast browser, but when it comes to debugging flex apps, and Safari being launched from eclipse it just uses whatever old cached version it still has. It also does not matter if you turn on the Developer menu, and deliberately switch off caching. I tried that, no luck, just frustration. For debugging Flex applications Safari is a sucking pig.

Also I still use Firefox -despite getting slower and slower as its newer versions come out - for debugging purposes, and reverse engineering css files (the excellent firebug tool + yahoo’s yslow comes to mind). For that it’s good. When I turn off its caching via the web developer plugin it is turned off for real (not like with Safari). However there’s one thing wrong with it when you want to debug in OSX 10.5 with eclipse 3.4+adobe flex plugin. When you set it up as the browser to use in eclipse and want to debug your app it just says “A copy of Firefox is already open. Only one copy of Firefox can be open at a time.” › Continue reading


May 27 2008

OS X and Windows Filesystem interoperability

So you’ve get a Mac, because you got fed up with the Windows world, and thought a Mac is fancier than a Linux box. You might be right. Now you still have some people or your own other computers with Windows installed or have an external drive - formatted with NTFS so you could store files bigger than 2 GB on it.

Now you plug your external NTFS drive into your Mac box - and see that it can only read the stuf, but not write. Too bad - you wanted to copy that movie for your friend. Now what?

You’ve heard about Bootcamp, install it, and hold the option key while booting to get into Windows. Now you can write to the drive, but unfortunately the file you wanted to copy is on your Macintosh hard drive which is a HFS+ partition and, of course, Windows cannot read that… Oh fuck.

What can be done?

Well it turns out you have lots of options now… at least 3.

› Continue reading