Skip to content

Chanh Vuong Posts

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

Setting Up an Apache, MySQL, PHP Development Environment with XAMPP

Rather than installing Apache, MySQL, and PHP individually, XAMPP is an integrated development enironment that combines all three (and more) into one easy installation. Download XAMPP and install it into the default “c:\xampp” directory. Set apache and mysql to start as services. Start XAMPP and browse to “http://localhost/” and you…

2 Comments

Backing Up Windows Desktop Locally and Remotely

To prevent data loss on my Windows desktop, I’ve created automated scripts to backup the data locally and remotely. For both sections below, we will pretend that I want to backup two directories: C:\Documents and Settings\username\My Documents\Tax Files C:\Documents and Settings\username\My Documents\Photos Backing Up Windows Desktop Locally The best way…

4 Comments