COOKIES VS SESSIONS

Some of my friends asked me to write on some basic differences between a Session and a cookie. Both are little bit confusing, but easy to understand. So, here they are COOKIES SESSIONS 1. Cookies are small text files which are stored on our computer by web browsers1. Session are 32 bit variables which hold information about one user available to all pages of one application 2. Cookies...

Responsive Web Site

A responsive web design is all about developing the websites in such a manner, which can automatically adjust their structures based on the size of the device which has opened them. Responsive Web Site looks really cool and easy to use...

INTRODUCTION 1. Bootstrap was developed by Mark Otto and Jacob Thornton at Twitter and were released in 2011.  2. Bootstrap is an awesome front-end framework which makes the web development very easier and faster. 3. To create responsive web sites, Bootstrap can play a big role. 4. Bootstrap mainly includes HTML and CSS work for creating various web page elements like forms,...