It's a long hiatus from me. I haven't been updating this blog for ages, and now I am back, just to do some shameless promotion for my new side adventure.
To help my fellow Malaysians to get their hands on Kindle, I've decided to launch kindlemalaysia.com. Basically this is a website that allows you to purchase kindle the eBook reader direct, because the Amazon.com just won't ship its precious eBook reader device to Malaysia. So, anyone who is residing in Malaysia who wishes to get their hands on the device can go to the website and order one. The purchase process is painless, just like how would normally you buy things online.
If you have any questions you should read the FAQ, and contact admin@kindlemalaysia.com if your questions are not covered in FAQ.
One would think that my main purpose to setup this eCommerce shop is to make money. Nothing could be further from the truth. I have a nice full time job, and don't really need any part time income, thank you very much ( Although I would be much delighted if my friends who like to engage me as their wedding MC). And from my survey I highly doubt whether Malaysians are that much into book reading that I can make a nice living selling Kindle.
The reason I would do this, is to experiment with Google Adwords and online eCommerce. In other words, I am doing this for fun, and experience. Or maybe gaining a few talking points on this blog; writing about software isn't that fun after all. I hope that by one year later I can educate, regale everyone about my experience and what I've learnt.
We will see how it goes.
Sunday, August 21, 2011
kindlemalaysia.com
Saturday, August 7, 2010
CliSecure
One of the benefits ( or drawbacks) of .NET application is that the code can be easily decompiled by tools such as Reflector. This feature is tremendously useful if you have a third party application whose methods are behaving bizarrely and you want to know what’s under the hood so that you can work around it. It is also comes in handy when you are trying to understand the algorithms offered by .Net framework ( such as LINQ’s Sort()) so that you can decide whether to use the existing one or writing your own.
Posted by
Soon Hui
at
10:53 PM
12
comments
Links to this post
Sunday, May 2, 2010
How to Use C# Client to Consume Google App Engine's rpc
def getName(self,meta, keyInput):
return keyInput
[XmlRpcUrl("http://localhost:8080/xmlrpc")]
public interface AppTest: IXmlRpcProxy
{
[XmlRpcMethod("app.getName")]
string GetName(string number);
}
public string GetName(string keyInput)
{
var appProxy = XmlRpcProxyGen.Create<apptest>();
appProxy.Url = "http://localhost:8080/xmlrpc/";
return appProxy.GetName(keyInput);
}
Posted by
Soon Hui
at
5:42 PM
0
comments
Links to this post
Labels: .Net, Code Sample, Google App Engine
Thursday, February 18, 2010
5A99
Tuesday, February 16, 2010
Face.com
Friday, January 22, 2010
Stupid Support Emails from Malaysia
Edit: Thanks to our broken education system, the Power Distance Index (PDI, the higher the index is, the more submissive a person is to authority) for Malaysia is the highest.
Thursday, January 14, 2010
Me, At the SiteMap of StackOverflow
It's flattening to see my account at the sitemap of StackOverflow, according to Google.
Thanks to Chris who brought this to our attention!
Posted by
Soon Hui
at
5:09 PM
2
comments
Links to this post
Labels: google services, StackOverflow
