Showing posts with label blogger. Show all posts
Showing posts with label blogger. Show all posts

Wednesday, July 25, 2007

Hide that Navigation Bar of Blogspot Blog

I never felt the need of navigation bar which always get appear with all the blogspot blog. Finally I found some cool ways (say hacks) to hide this nav bar from any blogspot blog by just adding few CSS line.

To start with list of different solutions, I will first suggest my own hack. Here is the cool one line solution by me which will work with new Blogger template.

/* Deep C Solution: http://ursdeep.blogspot.com
----------------------------------------------- */
#navbar-iframe { height: 0px; }

Just add above line in your blogger template in CSS style section inside head tag. This will simply reduce the size of nav bar to 0(zero) pixel and it won't be visible anymore.

Now here is the list of other solutions suggested by different bloggers. I also tried these solutions which are working fine to hide nav bar from the blogspot blog.

Here is the first solution as suggested by Amit Agarwal in his blog :
Add this code anywhere in the blog template within style tag:
#navbar-iframe
{
height:0px;
visibility:hidden;
display:none;
}

This blog also suggest one more solution as:
/* By Aditya http://the-lastword.blogspot.com/
----------------------------------------------- */
div.navbar {
opacity:0.0;
display:none;
}

Another solution as suggested by Praveen in his blog :

/* Apnerve hack code
more info @: http://www.apnerve.blogspot.com
----------------------------------------------- */
#navbar #Navbar1 iframe{
display:none;
visibility:none;
}

or try this CSS code:

iframe
{
display:none !important;
}


Now final word: I am not sure if its legal or not to hide that nav bar from the blogspot blog.

If you know any other solution to do same functionality of hiding the nav bar then do aware me also.

Sunday, October 01, 2006

Favourite Blogs

BusinessWeek.com come up with special report on blogging. It is the list of reader's top choices of blogging site based on a survey conducted by BusinessWeek.com.

And at the top of the list is TechCrunch which is also my favourite. There are other very good blogging site like Engadget, Blog Maverick etc and it contains little information about bloggers also.
You can check out list here.

Wednesday, August 16, 2006

Google Acquisition and Updates

Google acquired Neven Vision which will deal with better organization of photoes. Google already have Picasa for organization of pictures but Neven Vision will help in extraction of information from photo like photo contains a person or not, face recognition etc.

A similar service is also provide by Riya.

Google also unveils new beta version of blogger.com. You can take a look of this at beta.blogger.com. One of the feature will be instead of republishing the entire blog after each post it will now publish individual posts to the Blogspot servers, other features include tagging of blog, drag and drop.