Skip to main content

Programming Language: PHP

Resolving Composer dependency issues with Drupal updates

When working on a project that uses Composer to manage dependencies, you can sometimes run into conflicts - what is sometimes referred to as "dependency hell". In this article I'll run through the issues you may encounter during a composer update, and what can be done to resolve them.

How to natively install Apache, MySQL/MariaDB and PHP on Windows

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.

Custom Query Shortcode

A WordPress plugin that implements the WP_Query functionality as a shortcode. It also allows you to embed queries within the body of a page or post.

Simple Grey

A WordPress theme that presents information in a nice, clean layout, and lets the content shine.

phSite CMS

phSite CMS was an open source content management system that I developed and used for this website from about 2010-2013. The web application is written in PHP, based on the CodeIgniter PHP framework. Some of its main features are:

Vote for Climate - home page

Vote for Climate

Vote for Climate was an issue-based website that advocated strategic voting for 'climate-friendly' candidates during the 2008 Canadian federal election. I helped implement the Flash and XML based riding selector map for this advocacy site, and also

Subscribe to PHP