-
Anchoring Bias: The IT Technician’s Arch Nemesis for fault finding
Regardless of if we realise it or not, we apply our own biases to our cognitive thinking all the time. In the Information Technology (IT) world of diagnostics, one of the most influential is Anchoring... -
What is a nulled plugin?
Everyone loves things for free, which is one of the contributing factors which has led to the popularity of WordPress as a Content Management System (CMS). Now commanding over 60% of the CMS market, third... -
Laravel 5 Implementing Scheduled Themes
Introduction Here at Conetix we have been using the Laravel PHP Framework for many internal business automation projects for the last 2 years, we have also noticed a growing range of software coming on the market using the... -
A simple guide to using Traits in Laravel 5
Overview If you have exposure to Object Oriented programming, then you will have been introduced to the concept of abstract classes and interfaces. A "Trait" is similar to an abstract class, in that it cannot be... -
Namespaces in Laravel Applications
Like many languages, PHP does not allow you to have two classes with the same name at a global level. While on the surface this may sound like a good idea, it becomes a problem...