szehau's weblog Life, Internet, Software, Gadgets, Programming and Investments

6Jul/090

Monthly Repayment for Housing Loan

Every time when I reading newspaper or websites and come across advertisement about properties (e.g. houses or shops), I always think how much I will need to pay monthly if after I got a loan from bank. And also what if I put more down payments, what would be my monthly repayment? Will it be much different?

3May/090

Blogs Updates for February 2009

Below are the updates from my other blogs:

It seem's a lot but it is actually not much for one month :)

22Apr/090

WordPress Plugin – Default Trackbacks – Reborn

Finally Default Trackbacks is reborn. It is the newer version of my old Default Trackbacks WordPress plugin that I wrote 4 years ago.

18Apr/090

PPS Unbanned My Blog

After 3 years, finally PPS has unbanned my blog. 3 years ago the owner of PPS banned my blog due to the reason my blog was sending multiple pings to PPS at the same time. As I had explained in my previous post, that was not my fault. Due the behaviour of web, you can get duplicate pings at anytime.

Now PPS has a new owner. Hopefully the new PPS and the new owner will have better handling on duplicate pings and also better ping mechanism. Now anyone who know the PPS public ping URL can actually send anonymous pings to PPS.

I have a blog portal project which handles duplicate trackbacks pretty well and until now I still haven't encountered any serious bugs or problem. I'm now working and testing on my old default trackbacks plugin to make it more user friendly in WordPress enviroment and also to enhance the plugin to prevent sending multiple trackback for a post.

7Apr/090

A WordPress Plugin for Blogtal

Finally have some free time to do something for my websites. I have just wrote a WordPress plugin for Blogtal. It is a plugin to send trackback of a newly published post in WordPress to www.blogtal.com. I called the plugin "Blogtal Trackback".

7Oct/081

How to map a long URL to a shorter one?

I have just wrote an article about mapping a long URL with a shorted URL. It works like tinyurl.com but this is my own implementation. There is no source code available and it is simple an idea how I will do it.

29Mar/080

New theme on the blog

I have just created a new theme for szehau.com as it is running in these site now. The is widget-able theme. I think I will be using this for my blogs in future. If you see a blog with theme similar to this one, it may be my blog :)

27Aug/071

Setup Multiple Virtual Host in Apache (Windows)

Recently I need to maintain multiple websites' source code (PHP) at the same time at local host. Every time I need test another website, I need to modify the httpd.conf configuration file and restart the Apache server. After some researches on the internet, I manage to find a way to setup multiple virtual host.

26Aug/070

Install Apache Httpd in Windows Vista

Just bought a Dell notebook installed with Windows Vista recently. I tried to install the Apache Httpd web server in Windows Vista but failed and keep getting "error" box every time the computer is started up.

8Jul/070

Enhanced WordPress DB class

I frequently see WordPress blogs encounter mysql connection lost or exceeded user connections limit error when I'm browsing their websites. This problem normally happens on a WordPress blog that hosts on a shared hosting, especially those busy server where too many users sit on the same server.