April 10, 2009, 10:25 am
Well this is for those of you who learn Mandarin. Sometimes you need to type a phrase in pinyin and add some tone marks because digital notation (Wo3 shi4 Mei3guo2 ren2) looks ugly (Wǒ shì Měiguó rén is a way better). I’ve just made a WordPress plugin for this. This is a plugin homepage, but if you want to know how it works or just need code not-for-wordpress, please read the rest of this entry.
Continue reading ‘Pinyin Tones Transformation’ »
April 5, 2009, 9:42 pm
Recently, I’ve been trying to make Yahoo Search Marketing API work with Python. SOAPpy, you know, as it is used by Adwords API and thus seemed fine to me. But the very first API call using SOAPpy (getCampaignsByAccountID) failed with the message “Account ID specified in the header does not match the one specified in the parameter.” although they both were fine. Yahoo team refused to give any support on this. Long story short, I’ve found out that YWS API really does care about the parameter order.
Continue reading ‘Yahoo Search Marketing: Python SOAP binding’ »