I use Gmail for my personal email, but there are some basic features that it’s missing out of the box. Gmail Labs are basically like browser extensions but for your Inbox. There are a lot of different features that can improve your productivity. These are my three favorites: Canned Responses […]
Tag: Workflow
Sourcetree Jump To Commit/Branch
Something I’ve found really helpful within Sourcetree is the “Jump to Commit/Branch” feature. You can find it on the top right, above the short commit numbers when you have a branch selected in the left pane. You can enter either a full commit number, a short commit number, or select […]
Testing Plugin/Theme Updates – What to Look For
This post deals with the human aspect of testing plugin/theme updates on a WordPress site. For the technical side of testing, please read Testing Updates & New Features for Your Clients. When testing updates to WordPress, plugins, or themes, be sure to ask yourself the following questions: Does the site look […]
Automatically Clear Cache on a Site When Closing Chrome
Recently, I was testing a redirect issue on a WAMP WordPress installation. I was getting tired of going through my history to remove my cache from just the one site, localhost. So I googled and found this solution to make Chrome automatically clear cache for localhost on exiting. Menu > […]
Time Management as a New Manager
The biggest personal struggle that I face as a manager is my personal time management. I have no difficulties with planning meeting agendas, coordinating schedules, or addressing interpersonal or cross-departmental communication hurdles. What falls by the wayside more often than not is finding enough time to devote to contributing to […]
Good .gitignore for Local WordPress Install
Using .gitignore to Combine Local WordPress Installation and Version Control One of the things I didn’t realize when I was getting Bitbucket set up (for the first time) was that it makes a lot of sense to combine your version control files and your local install files. Otherwise, you’re more […]
GenerateWP
Today I’m going to tell you about one of my favorite tools for WordPress, GenerateWP. This is a great resource for both beginner and advanced WordPress developers. Fill out just a couple fields and have your custom post type, custom query, sidebar, or taxonomy PHP generated for you. You can […]