Similar Posts
Upgrade to latest Nginx and PHP-FPM on Ubuntu 16
ByConanUbuntu 16 might be the most popular Ubuntu version (right now), so I put more effort on it. By default, the current Ubuntu 16.04 officially support PHP 7.0.x and Nginx 1.10.x versions. However as a crazy one who always wanna try latest releases, I cannot bear with it. So, below are steps help you upgrade…
Laravel 4 – Beginner’s notes
ByConanYou might ask: What is Laravel (and Laravel 4)? In short, it is the PHP frameworks for web artisans. This contains notes for beginners. We can generate tables for application by utilizing the migration feature with artisan. For example, in order to setup a user table, we use parameters –table and –create: php artisan migrate:install php artisan…
Install PHPUnit to work with NetBeans in Windows
ByConanPHPUnit is the de-facto standard for unit testing in PHP projects. It provides both a framework that makes the writing of tests easy as well as the functionality to easily run the tests and analyse their results. Install PEAR Download go-pear.phar Run php go-pear.phar Install PHPUnit If using a local installation, we should use pear.bat instead…
CSS3 for Internet Explorer 6 -> 8
ByConanAlthought CSS3 is currently fully supported by recent browsers, there are many problems when finding a “falling back” solution for IE <= 8. We can surely change the way we display HTML code, or use javascript for some contents, but these are also not in our favor. Fortunatelly, there is a library called Selectivizr providing an “IE-CSS3 library” http://selectivizr.com/. This lib can be used with jQuery, Prototype,…

React Native – Beginner’s Notes
ByConanIntroduction As when I started working on React more than 1 year ago, I faced many noob issues that I think many newbies will also struggle with. Several weeks ago, I enter the React Native world, and I have been learning as a newbie again. As I do not have enough time to dedicate 100%…
Virtualmin with NGINX+PHP-FPM+OPCACHE
ByConanWe can install Virtualmin with NginX + PHP-FPM + OpCache with this LINK 🙂 And we can use the latest bootstrap responsive authentic theme: http://www.virtualmin.com/node/34315 Now why do we need another panel such as VespaCP? IMHO, WebMin is just an awesome server panel and now it is really really better 🙂