To Remove NavBar in BLOGGER
Copy code and then go to
Layout
Edit HTML
Scroll down to
Body { }
Under that closing bracket, add a note to yourself of the change you made and copy the code...
<!---begin invisible Nav Bar code--->
#b-navbar { height:0px; visibility:hidden }
body { position: relative; top: -32px; }
<!---end invisible Nav Bar code--->
Add RSS feed (for social bookmarking links)
To add a Cluster Map
Go to clustermaps.com
Enter URL of blog and it will create the necessary code.
Select code and copy it.
Add page element to blog (use HTML/JavaScript option)
Paste code into window and save.
To add a Google Calendar:
In the Layout tab, remember that you can click and drag elements to relocate them on the screen.