Introducing version 1.9 of vv! In the WordPress world, quite a few developers use Varying Vagrant Vagrants for their local development environments. Just under a year ago, I started building Variable VVV, a tool to help people leverage VVV and make it easier...
Read More Introducing vv 1.9: The Most Feature-Filled Release YetTag: vvv
How to View a Locally Developed Website on Other Devices
We’ve talked earlier about using Vagrant and VVV for local development, and now it’s time to take it a step further. Taking mobile devices into account when developing a website is no longer optional; it’s a requirement. That leaves you with a...
Read More How to View a Locally Developed Website on Other DevicesUsing Vagrant and IIS for WordPress Development
…And lo! It came to pass that I needed to set up a local environment built on IIS. Many things (like communicating with a MS SQL server) can be emulated or replicated on a *nix environment, in which case the Vagrant workflow I’ve...
Read More Using Vagrant and IIS for WordPress DevelopmentGetting started with Vagrant & VVV for local development
When I started doing web development, I think I started the way a lot of us did. You have a site you want to work on, so you connect with FTP, download a file, modify it, upload it back up, and then...
Read More Getting started with Vagrant & VVV for local developmentDebugging with Xdebug, VVV, and Sublime Text
ARE YOU READY TO TAKE YOUR DEBUGGING TO THE NEXT LEVEL?! ARE wp_die AND print_var JUST NOT CUTTING IT!? XDEBUG IS THE ANSWER! Xdebug is a PHP extension that provides advanced debugging capabilities such as breakpoints, watch expressions, and more in-depth error reporting.
Read More Debugging with Xdebug, VVV, and Sublime Text