There is a lot of confusion when it comes to MySQL and views versus stored procedures. Many people often wonder what the difference is …
Fixing Sequel Pro SQL Encoding Error For Imported SQL Files
Now that I use a Mac for work I use Sequel Pro for administering databases (at home I use Navicat, but can't warrant the expense for work …
Replacing Blade with Twig Templating in Laravel
I actually really like the Blade templating parser that Laravel ships with, but I know there are many who do not like it. Funny story about …
Regular Expression For Validating Australian Phone Numbers (Including landline and mobile)
Recently I was tasked with writing a regular expression that would check for a valid Australian phone number for both landline and mobile …
Foundation v5 Unrecognized Expression Syntax Namespace Fix
Recently whilst trying to use the Zurb Foundation Abide validation component I ran into an issue where I was getting a bizarre error …
How To Stop PHP Composer Timing Out When Using "composer update" or "composer install"
At work our internet connection is painfully slow for the moment while we sort something better out and I ran into a rather interesting …
The Next Big Front-end CSS Framework: Zurb Foundation
Currently Bootstrap is still the preferred choice for prototyping web applications and rapidly getting a MVP out the door. As great and …
Keeping A Node.js Application Running After Console Is Closed With Forever & Upstart
Newcomers to Node.js will have run into this issue a couple of times. You get your setup working, you've built a little application and on …
How To Correctly Use Semantic HTML5 <article>, <main> and <section> Tags
Chances are you are living in the past or working on a project that was built in the past that is still marking up content using DIV tags …