Linux
WorkXpress FTP Integration
After some configuration issues, I completed the server setup for the WorkXpress FTP Integration this week. Most of the issues were with the FTP Server. There was also a minor vhost issue with Apache.
Debugging With Xdebug
Xdebug is an amazing extension for PHP. It makes debugging your websites and web applications much easier. Let's take a look some debug before install Xdebug.
First, let's use var_dump() on a variable that happens to be an array:
var_dump($response);
This produces the following output:
Setting Up A Development Machine
So I just finished setting up my PC to be a development machine. I need some more RAM for it to be truly what I need, but it will have to do for now. I though I would post a quick tutorial to how I set up my machine.
First, I should list my specifications.
- CPU: AMD 64 3400+
- RAM: 512MB PC4000
- Storage: 500 GB SATA
- Operating Systems: Windows XP x64 Edition, Kubuntu 7.10 AMD64


