Category: Tutorials
-
New Dev Tool: WP-CLI
One tool I’ve been using for several months is WP-CLI. This tool is an absolute must if you are doing any server work. WP-CLI from their website, is a command-line…
-
How to Easily Change WordPress Emails
I have come across this quite a lot lately. WordPress send emails for things like new users, forgot passwords, change passwords, etc. It uses a default address of [email protected]. While…
-
DIY Server Admin Tip – Installing Security Fixes
If you run your own server, you probably already know this command: sudo apt-get update What you might not realize is that it actually doesn’t upgrade anything you installed. It…
-
Getting Started with SASS
Preprocessors seem to be all the talk for front-end web developers and it’s no different with me. In the last two years I’ve played with both LESS and SASS and…
-
Creating a Local DNS Server for TLD Locally
Lately I’ve been finding the joys in the little things in my work life. I’ve been fortunate enough to be spending the last couple of days working on some internal…
-
How to Increase your Local Development Time with Bash Scripting
Over the years, I’ve written about my development environment. I’ve gone from using the internal LAMP stack that comes with Mac OS X to using MAMP, and now back again.…