How To Hide The Navigation Bar (Blogger Navigation Bar which comes at top of the page)


This is the Navigation Bar which comes at the top of the bloggers page. If you want to hide it (if you think its style does not match with other page elements)and get it again when you hover on it.
By hiding, I intend to limit the height of Navigation Bar to a small value such that it is not visible. And when we hover on it, its height should increase, so that it is clearly visible.
To try this trick all we need to follow these simple steps.
  • Login to your blogger account and go to Layout Page.
  • Click the Edit Html tab and navigate to followig location location of code.
  • Paste the following code before

    Codes:


    #navbar-iframe {
    height:5px;
    } 
    #navbar-iframe:hover {
    height:40px;
    }


  • Now Save the Template. And it is done.
Feel free to comment on this article.

Enjoy!

Read more...

FEED Your Thirst Of Knowledge (Web Feed)


  People do a lot of searching stuff to arrive at what they actually want. So its not possible to remember the name of websites or blogs they found useful in their searching journey for the future reference. Here comes the need of FEED(Web Feed).
   Web Feed is a data format meant to provide users with the frequently updated contents of their interest without making them to visit that particular website or blog. The user only need to subscribe to the web feed present at the site. After subscription he will get all the updated articles at his own inbox (be it Google Reader or some other).
   Widely used web feeds available are RSS (Really Simple Syndication) and ATOM.
   
Cheers!

Read more...

Welcome.

   I extend a warm welcome to all of you for being here and going through my newly created blog place. Wish you all the best for your long stay here.  Hope you people like my articles and find it useful. So, lets begin the journey.......



Read more...