How To Setup Auto Reply In Gmail In this tutorial i will let you know How To Setup Auto Reply In Gmail.Auto-Reply is a must feature for all users. 1. Login into your Gmail Account and go to the settings by clicking ‘Settings’ from the menu. 2. Now Scroll down till the end, now you will see Vacation responder, […]
Category: How To Article
How To Create A Responsive Image Slider In this tutorial i will teach you How To Create A Responsive Image Slider.My Previous post was about How To Create Responsive Menu.Here we are using Flexslider. HTML: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>How To Create A Responsive Image Slider</title> <link href="StyleSheet.css" rel="stylesheet" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script> <script src="js/jquery.flexslider-min.js"></script> <script> $(document).ready(function […]
How To Create Responsive Menu In this tutorial i will teach you How To Create Responsive Menu or How To Create Responsive Navigation Menu .What is Responsive: The menu automatically changes to one of three different layouts depending on the browser window size.We are using HTML, CSS and Jquery to accomplish this. HTML: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> […]
How To Create A Login Form – CSS3 In this tutorial i will teach you How To Create A Login Form – CSS3.Here we are using HTML and CSS3 to accomplish this. HTML: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>How To Create Login Form – CSS3< How To Create Login Form In CSS3</title> <link href="Style.css" rel="stylesheet" /> […]