Hello folks, Since this is my first post in a long time, I’ve decided to share some tips regarding the upgrade process of the default PHP version that comes bundled with MacOS Mojave. By default on Mojave we are running: php -v PHP 7.1.23 (cli) (built: Feb 22 2019 22:19:32) ( NTS ) Copyright (c)…
How to enable Firebug on newer versions of Firefox
In the previous article, I’ve announced that Firebug is no longer supported in the latest versions of Firefox. It is possible however to make it work again, by disabling the e10s (electrolysis) architecture of the browser. If you’re ready to get rollin’, proceed below: Guide: 1. We need to change some config options first, so…
Good bye Firebug! All hail DevTools!
Since yesterday, Mozilla pushed in the official update channel of Firefox (now version 51) the latest version of Developer Tools. Why is this so important? Because right now, the Firebug extension is no longer supported. (*ding* to web developers and automation engineers) As per the official blog post, you are invited to update to the…