How to use css3 animation in navigation menu ?
Demo Item 1 Item 2 Item 3 Item 4 Item 5 .ui-menu{ margin:0;padding:0; } .ui-menu li{ float:left; padding:0; list-style:none; } .ui-menu li a{ border:1px solid; font-size:15px; font-family:arial;...
View ArticleHow to install nginx on Ubuntu 14.x server ?
Now days nginx is most powerfull web server because it is more resource-friendly than Apache in most cases. It can be used as a web server or a reverse proxy. Install Nginx we can install nginx on...
View ArticleInstall php and mysql on nginx web server on ubuntu 14.x
In last post we have successfully installed nginx web server. Today we will learn how to install mysql and php on nginx sever. To install mysql To install mysql server on ubuntu 14.x, we will have to...
View ArticleAllow postfix (PHP send email) to work with extenal MX Record.
Today I will show you how to configure Postfix (PHP mail) to work with domain having extenal MX records. E.g. Suppose you are working on website http://www.example.com, Now you have configured Google...
View ArticleTransfer data to https (Secure) url using PHP CURL
What is curl and php-curl? Curl is library and command line tool, which allow transferring data to url using various protocol like http, https, ftp etc. With the help of curl, We can send http requests...
View ArticleResize image to specific dimensions using php
What is GD Library GD Library is PHP lilbrary which help us to manipulate images using their inbuilt functions. Resize Images using PHP and GD Library While working on website some time we need to...
View ArticleEnable Leverage Browser Caching on Apache and Nginx
What is leverage brwoser caching ? Everytime User open website, It has to download all the content/web files from server to properly render/display the webpage. It inclues all css,js, images etc. Some...
View ArticleHow to enable Gzip compression on apache and Nginx
What is gzip compression? Website gzip compression help to reduce webpage size and any other files like css, js, web fonts and images etc. How it affect website speed? Gzip compression compress the...
View Article5 Basic Linux Commands to manage Linux based Server.
These days linux servers are popular, Everyone wants to manage their servers and perform some basic tasks on server. Suppose Mysql server got crashed because of heavy load and their isn’t any...
View ArticleHow to Fix “On behalf of” in from field of email
While using php mail for newsletter or for any other emails, We see “On behalf of” in the from field. This issue mostly comes in Outlook or gmail like below. How to fix “On Behalf of” in from field for...
View Article