BluePrint, The CSS Frameworks
We used to talk about PHP Framework, JavaScript Framework, but CSS Framework is not a common work in web application development, especially for web designer. The case of BluePrint CSS which...
Var_masterpiece the PHP var_dump Beautifier for Chrome
Var_masterpiece is a simple and useful PHP var_dump() beautifier that you can run on your Chrome browser. It simply turn the result of the var_dump function into a readable, parsable, foldable...
A Journey on Avoiding Nulls in PHP
Michael Nitschinger have written a journey on avoiding nulls in PHP, about avoiding nulls completely in your PHP application. Inspired by Scala and Google Guava, the post shows you how to...
Integrating Amazon S3 With WordPress
Many asked me about the best way to get the best of wordpress using CDN, and one of these alternatives is Amazon S3. This article is one of the best that...
Tips : Why You Cannot Upgrade to PHP 8 ?
PHP recently dropped support for PHP 7.2, and today only supported versions are PHP 7.3, 7.4 and 8.0, but some applications are still running very old versions of PHP. According to...