How to Add a Favicon to your Site.

To add favicon on your website,  you just need to add this two lines of simple code.  Add this code  in head section of your webpage.
After that upload this favicon.ico and apple-touch-icon.png file on your _img directory.

 <!-- Favicons -->
<link rel="apple-touch-icon" type="image/png" href="_img/apple-touch-icon.png">
<link rel="icon" type="image/x-icon" href="_img/favicon.ico">

Continue reading

Some Essential CSS and Javascript libraries for Web developer.

Every web developer must know and use this CSS and Javascript library on there project to give them a “Professional Look”.