Exchange MAPI to POP3

I want to share one of the .Net application that will provide convert the Ms Exchange MAPI to POP3 for those Outlook Express/Thunderbird to download email from the Ms Exchange. As I know, Ms Exchange did provide the POP3, but mostly due to security issue, the POP3 & IMAP will not enable.  (more…)

How to reset MySQL root password

As a database administrator, you might forget the root password for your database. It is a serious problem. This tutorial is to teach you how to reset the root password if you forget it. (more…)

Detect & trigger action while user exit webpage

Some of website developers are need to track on visitor’s activity during browsing their website. Even would like to track when the visitor exit or quit their website. Below is a simple example on how to using a javascript command to track on visitor exit/close page action. (more…)

Telnet mail server send email

Telnet mail server send email Below is some instruction on how to testing your mail server using the telnet command. I found this is useful while you do some debugging on the mail server to send out email to others. (more…)

Disable select in Mozilla Firefox

This post is to teaching a simple way on how to disable the select on the mozilla firefox. As I know, if you want to disable select in the Internet Explorer(IE), you may using the javascript onselect event to return a “FALSE”. This method will be only work for IE but not Firefox. (more…)