PHP 7 – Removing old style PHP constructors

In new PHP 7, old style PHP 4 constructors will be removed as you can see in this RFC Voting. This voting has started a huge discussion about it on this Sitepoint article and in the wider community. Generaly, I was tired that people were fighting over this small insignificant thing, so I spent an […]

Setup LiveReload on Fedora 21

LiveReload is a tool that applies your HTML, CSS and JavaScript changes to Firefox, Google Chrome or Safari without having to reload the page. With LiveReload, developers can avoid manually refreshing a page using Ctrl + R or F5. It also allow us to do some pre processing (like SASS or LESS compiling) before it […]