這是我昨天在信報發表的文章,在這裡轉載,希望更多朋友能夠讀到。
《「植入式廣告」是鋒利的兩面刀?》信報經管錦言 2010年5月11日
都說過除了廣告客戶或廣告人外,一般消費者其實對廣告興趣有限,皆因十居其九
Now that I have effectively replaced my laptop with an iPad, I need an easy/quick way to post a photo or two from my iPad to my blog. I use Photogene as a simple Photoshop replacement on the iPad (it actually works pretty well, for being limited to 256 MB of RAM and a 1024x768 display).
I originally tried using an FTP program to transfer the file to my website, into a drop box folder I created, but FTPWrite , one

The day has finally come for cloud-based rules in the MobileMe world :-)
I have been an iTools -> .Mac -> MobileMe user through the whole ride (starting the day after iTools was open for new users), and the service has had me wanting to leave for some time... and I still might in a year or two. However, server-side mail sorting rules (along with other new features of the online webmail client ) are a huge boon for me:
Rules
If you are a C programmer, the simple way to think about Pythonexceptions is that they are almost always error returns; where a Cfunction would be documented as 'returns whatever, or MY_ERRORon error', an idiomatic Python equivalent is 'returns whatever, orraises MyException on error'. Whether this works better ( and when ) is a matter of some debate, but it is thePythonic approach and is used by most modules that you'll run into.
(Ideally the modules will document