Monday 19 August 2013


How to Install nginx webserver in ubuntu




Nginx (pronounced engine-x) is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server.with Nginx now hosts nearly 12.18% (22.2M) of active sites across all domains. Nginx is known for its high performance, stability, rich feature set, simple configuration, and low resource consumption. it serves static content 50 times faster than Apache. nginx is a perfect load balancer can able to handle more than 7000 live request per second.


Read more >>

Input field accept only numeric valus (Trying to paste Text Content Not Accept)


This post will show you how to restrict keyboard inputs so that only numbers can only be pressed for a specific HTML element to ensure that the number-only fields get valid values, and trying to paste other than numerics its not accept.

Read more >>