Tagged with: .
Is it worthwhile to leave a limited liability corporation before I leave for the US? I’ll have to leave my CPF active in any case. There’s addtional paperwork that I’ll need to fill out according to KPMG. If I only leave the CPF, I’ll have to fill a simple web form indicating I’m exempt. If I leave the LLC, then I’ll have to fill a full return (I’m not sure if there’s a simple one like 1040EZ).
In any case, the instructions to set up the LLC are here
Tagged with: .
Following up on my previous hack, I ended up writing a plug in in Objective C. It’s currently loading, not much frills. I’m deciding if I’ll try to reuse my Python code bridging with PyObjC or just rewrite in Objective C the export. Most likely the latter.
Here is a screenshot. When installed, my plugin nicely adds another pane to the iPhoto export options. It will export to a folder, just like Apple’s Web export plugin. The users can upload the folder to the webserver however they like.

It borrows a lot of the UI from iTunes builtin web export (more than literally, because I copied a couple of things from the .nib). I hope to have time in the next couple of weeks to finish it. Looks promising, though.