3
May

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.
What is the WorkXpress FTP Integration?
    The WorkXpress FTP Integrations allows users of WorkXpress to add and modify users of an FTP Server. Files uploaded to the FTP Server can then be viewed inside of WorkXpress. Files can also be added through WorkXpress that would appear to FTP users.

23
Apr

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

18
Apr

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.

Subscribe to RSS - Linux