Category: Programming

  • Today I played around a while trying to configure Xdebug profiler to work with PhpStorm.  The following config only apply to a local LAMP stack with Xdebug installed with homebrew. Here is the xdebug.ini I used : The folder you choose for the output must be writable by the server. You can also be lazy…

  • Why is my site broken?

    Why is my site broken?

    If you are a WordPress developer/freelancer, I’m pretty sure you’ve heard your client say this more than once. Unfortunately, there is no core user activity log in WordPress and no easy way to tell who broke the site by modifying that “pesky” blog settings. Of course, one could remove admin privileges on the site, but…

  • Base 16

    Base 16

    For those who are fans of the Base 16 color syntax for sublime, here is an adapted version for PHPStorm. Enjoy!

  • Read the original article on X-Team.com One pitfall I’ve recently encountered with Vagrant and WP-CLI was the lack of an easy way to use my local WP-CLI installation to send a command to my Vagrant box. X-Team’s Weston Ruter first developed an incredible tool called vassh, which basically removes the pain of having to manually SSH into the…