WP Pusher is a new plugin for WordPress that allows you to install and update plugins or themes via an external Git repository. We'll take a look at this plugin and its advantages in a git development workflow.
Articles
How to natively install Apache, MySQL/MariaDB and PHP on Windows
February 5, 2016
Usually when doing PHP web development on Windows, the reccomended route is to use a virtual machine based solution such as Vagrant to run a true LAMP (Linux OS, Apache web server, MySQL or MariaDB database, and PHP) stack. Sometimes there are reasons why you might not want a virtualized sever, but a native Windows install, or WAMP. As we'll see in this tutorial, it is not all that difficult to get a native WAMP stack running.
Fix broken images on SSL sites after WordPress 4.4 upgrade
January 7, 2016
The recent 4.4 WordPress upgrade brings responsive images, but it also bring a bug which causes them not to load properly on SSL encrytped sites. Here's how to fix this problem.
Creating a Recipe Database with FileMaker
April 3, 2014
Many people have a large the collection of recipes, cobbled together over the years, clipped from newspapers and magazines, passed down from parents and grandparents, from cookbooks and online recipe sites. How to go about organizing these recipes? Let's explore the possibilities...