Tommorrow is the First Day of Chinese New Year. At here, I wish you all have a prosperous chinese new year, Gong Xi Gong Xi. I will be back to home town today at Johor and will be 'offline' for a few days... no internet connection there... See you. … [Read more...]
Happy Birthday Mozart
Saw this google logo today: Who is Mozart? Answers … [Read more...]
Google Advanced Reports
Just notice something new in the google adsense's report. The Google content reports and Google search reports are intergrated into a new report called Google Advanced Reports. … [Read more...]
Simple programming trick
How do we swap values of two integer variables? Normally we will introduce a third variable as the temporay storage. For example in C/C++: int a = 123456; int b = 567890; int temp; temp = a; a = b; b = temp; Ok the question now is: How do we swap values of two integer variables without third variable? Here is the trick: int a = 123456; int b = … [Read more...]
3 simple ways to increase your website’s traffic
Found this interesting article from problogger.net and find that might help you in increase your blog's traffic: Three simple actions that doubled my website traffic in 30 days ... First, I made the most of Technorati tags. I tagged every key word in each of my posts. Initially I did this manually but them I discovered a WordPress plugin called SimpleTags that … [Read more...]