Taking mobile devices into account when developing a website is no longer optional; it’s a requirement. That leaves you with a problem: How can you use good development practices to develop locally while still ensuring that the site looks good and functions properly on a mobile device? This tutorial will show you how to view [more…]
Tutorial
Getting Started with WordPress Hooks
It is well-known that WordPress is one of the most popular Content Management Systems available for building and maintaining a website. While a big part of that success is due to the ease-of-use, another big part of that is the wide variety of themes and plugins that are available to make WordPress do just about [more…]
WordPress Plugin Development with Git/GitHub
Major props to Kaspars Dambis and the original tutorial that he wrote. I do things a bit differently, but that tutorial was absolutely instrumental in getting me up and running. Before We Begin Note: This tutorial assumes that you’re setting up a new Plugin in the WordPress.org repository, and that you are starting with a [more…]