
Install nginx, MySQL, PHP (LEMP) webserver on CentOS
April 1, 2013

Create simple nginx, php, mysql web server with Centmin Mod
March 6, 2013
Centmin Mod is for installation on CentOS only. It is a modified version of Centmin original script written by George Liu (eva2000) which auto installs Nginx server and some software on image
Installing cPanel & WHM on Linux
March 4, 2013

To install cPanel & WHM, follow these 4 steps (no licence)...
Mac will slow when too much files on destop
February 27, 2013

Typically, most computer users think their desktop with a lot of files such as images, video, text file... will not affect the performance of the operation, but it is not right...
Simple dialog (popup) using jQuery
February 18, 2013
SEO meta tags for Blogger
January 7, 2013

In default, Blogger's template hasn't the meta tags (like keywords or description). So this'll not good at SEO your site. In this post ill show you how to add SEO meta tags into your blogger.
Login Facebook with PHP
January 3, 2013
Facebook Login makes it easy to connect with users on your app or website. You can use several methods in the PHP, JavaScript or mobile SDKs to speed up the registration process and build a functional system in minutes.
In this post I'll show you how to use facebook login PHP SDK
In this post I'll show you how to use facebook login PHP SDK
Template in PHP using Smarty
December 4, 2012
Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. This implies that PHP code is application logic, and is separated from the presentation.
Live CSS change with jQuery
November 13, 2012
Change css element style without reload pages in jQuery is very simple. So in this page I'll show you a simple css change using jQuery.
Set, read, delete Cookies with JavaScript
November 12, 2012
On this page I give three functions to save, read and erase cookies with JavaScript (No need jQuery). Using these functions you can manage cookies on your site.