Introduction To Android and Its Installation

Android is an operating system based on Linux, specifically developed for mobile devices such as cell-phones and tablets. It includes all the frameworks and that let you create and deploy your own custom applications. The Operating system uses touch inputs that  correspond to real-world input actions, Ex: swiping, tapping, pinching, and reverse pinching, and a …

Strong PHP Password Generator Script

PHP password generator is an integrated, working random password generation function for PHP. This blog post concerns how to generate online secure and strong random password via PHP  and to mail it to anybody’s email ID when they forgot their password. Also, once the user log in to his/her account using auto-generated password, they would be asked to change their …

Captcha Code in PHP and jQuery

CAPTCHA abbreviation of “Completely Automated Public Turning test to tell Computers and Human Apart” As the full form suggests, it is a kind of test which makes difference among human beings and computers for security purpose.

This blog post demonstrate you, how to implement your own simple CAPTCHA protection using PHP and AJAX technologies in forms.