Simple form validation using HTML and JavaScript
Form validation is an essential part of any type of web project. JavaScript is a good choice to validate any form before submit because it…
Learn by easy steps
Form validation is an essential part of any type of web project. JavaScript is a good choice to validate any form before submit because it…
This tutorials shows a very simple way of developing captcha by using html and javascript code. You have to create some images with png extension…
During browsing, sometimes a pop up window appears in the top of the browser for some particular websites which is called notification. This is called…
Many times we need to run commands for various purposes from windows command prompt. The output of the command depends on command type. If the…
Computer users take screenshot for many purposes. Screenshot can be used to make any project report, describe the functionality of any software, design any type…
Storing computer system files and registry settings in a particular location before updating the system is called the restore point. If your windows do not…
Using create table statement table columns and constraints can be declared very easily. This tutorial will help you to learn different types of database table…
OpenStack is one of the popular open source software to implement cloud environment for different purposes. Using this software, users can create multiple virtual machines…
Windows user needs to provide a password for authenticating himself/herself to login in the operating system. The most common way of authentication is typing text…
Follow the steps shown below to convert an HTML template into a CodeIgniter project. Steps: 1. Download CodeIgniter3 from CodeIgniter site. 2. Download any free…