By sarvamsol
Monday, November 1, 2010
0 comments
If you are a blogger or a webmaster, you certainly may have heard the word “WordPress” an infinite number of times. WordPress as a blogging platform has really developed a lot in a short time. This bit of code called “WordPress” is used in some form or other by more than 25 million people and powers almost 8.5% of the websites based in the Internet.
By sarvamsol
Monday, June 28, 2010
0 comments
Ask.com, previously known as Ask Jeeves, is the next major internet search engine.ASK.Com is also a participant of the Sitemaps protocol program.
Submitting the sitemap to Ask is easy too. Copy and paste this line into your internet browser, replacing the portion in
red with the name of your
Blog:-
http://submissions.ask.com/ping?sitemap=http://
YOURBLOGNAME.blogspot.com/rss.xml
External Web Sites:
http://http://submissions.ask.com/ping?sitemap=http://
YOURSITENAME.com/sitemap.xml
If your submission is successful, you should see this screen:-
To Create sitemaps for external websites you can use free
XML Sitemap generators.
By sarvamsol
Wednesday, June 23, 2010
0 comments
Hide NavBar in Blogger Blogspot:
If you want to hide your blogger blogspot navigation toolbar follow the instructions given below,
1. Go to Design>Edit HTML in your Blogger dashboard and first back-up your template to ensure you can restore it if you make unwanted mistakes!
2. Next, find this line in the template:
3. Just before this line, insert the following lines of code:
navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
4. Next preview your blog and check for the NavBar. You have successfully hided the NavBar.