Design a site like this with WordPress.com
Get started

How To Create A Responsive Login/Sign Up HTML Page ?.

In this tutorial, we will be creating a responsive Login/Signup page for your next web application. We will be using a bootstrap tabbed class, to make it more user friendly, thus making it more appealing to users. Prerequisite: To get started , we will be needing following libraries: Bootstrap 3.7 (CSS) Jquery 1.12.4 (JS) Boostrap … Continue reading How To Create A Responsive Login/Sign Up HTML Page ?.

How To Setup Virtual Host In Apache (XAMPP + PHP 5)

In this tutorial, we will setup a virtual host on Apache server. We will be using XAMPP and PHP during the process. Virtual hosts hide the specific project name & assign a local domain to the project URL, thus locally managing the project by a domain. For Instance: We have project CHAT_APP at location : C:\xampp\htdocs\CHAT_APP How do we … Continue reading How To Setup Virtual Host In Apache (XAMPP + PHP 5)