Archive for 'Webpage Language'

php telnet to mail server pop3

Previously I had work on the telnet to some mail server & trying to send out the email (refer here). Recently I am working on some with the mail server again, but is receiving this time. I am using PHP + MySQL to access to a mail account & try to clean up the email […]

Zend php connect to oracle using tnsnames

This few days I am trying to configure my Linux server Zend PHP to connect oracle by using the tnsnames.ora profile. For my finding, there are several ways to do so. (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…)

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…)