Skip to content

Chanh Vuong Posts

Configure Microsoft Outlook 2003/2007 for Gmail IMAP and Yahoo Mail POP3

Update 2: Yahoo Mail now supports IMAP for all accounts; whereas, POP3 access required Mail Plus accounts. The Yahoo IMAP server is “imap.mail.yahoo.com”. Yahoo IMAP uses the same port 993 and SSL authentication settings as Gmail IMAP does. Update: The instructions below are specific to Outlook 2003, but will work…

5 Comments

Secure Your Facebook Account

By default, Facebook will expose most of your info to everyone. To only allow your friends and family to access your most private info, you will need to configure Facebook to limit access. Log into Facebook Click on “Settings->Privacy Settings” on the top-right corner Click on “Profile” Select “Only Friends”…

Leave a Comment

Using Eclipse to Debug PHP

With EasyEclipse and the PHP Debugger extension, you can debug and step through a PHP call. Installing the PHP Debugger (DBG) Extension Download the PHP Debugger (DBG); specifically the DBG 2.15.5 dbg modules for windows. Unzip the dbg modules to a temporary directory. Copy the relevant php extension file, currently…

1 Comment