Friday, January 16, 2009

Search Engine for your blogspot

Add this code in your HTML/Javascript and get a search engine for ur blog.change yourblogspotname to ur blog name.
< action="http://yourblogspotname.blogspot.com/search" method="get">
< class="textinput" name="q" size="30" type="text">
< value="search" class="buttonsubmit" name="submit" type="submit">
< /form >

Sunday, January 11, 2009

HIDE NAVNAR IN YOUR BLOGSPOT

Navbar (Navigation Bar) is fasility of blogger.com. But many blogger want to hide this navbar because it will make their blog layout look better without a box (navbar) above it. The Question "is this break TOS (Term Of Service) of blogger.com?" I don't know, but so far is good, there are many blogger hide their navbar but no reaction from blogger.com. So? do you want to hide Your blog navbar? if you want here's the trick to hide blogger navbar:

1. Login to Blogger then klick "Layout --> Edit HTML".
2. Copy the code below and insert into your tag.

#navbar-iframe {
display: none !important;
}


3. for example put like this

-----------------------------------------------
Blogger Template Style
Name: xxx
Designer: xxx
URL: http://blogspotricks.blogspot.com
Date: January 2009
----------------------------------------------- */

#navbar-iframe {
display: none !important;
}


/* Variable definitions
====================

4. Save your setting, and open your blog, You will have no navbar in your blog page

CONGRATULATION!!!!!

SETTING co.cc DOMAIN

co.cc is a free domain. It's not only URL forwarding but we can setup DNS Records, A, MX, and CNAME records. We can change our blog's name to become "name.co.cc". It's more simple than we use domain "name.blogspot.com". To change our default blogspot name to co.cc domain name there are some steps to do. Here is the tutorial to setup domain co.cc


1. Open your browser to co.cc
2. Then regiter a domain that you want to use.
3. If it's no available you have to find another domain name. But if it's available then you can register it.
4. The you have to setup your domain. Got to "setup-->Manage domain"
5. Choose "Zone Records"
6. In the coloumn "Host" fill it with your domain name (www.yourdomainname.co.cc")
7. Choose "CNAME" for "Type"
8. In the "Value" box fill it with "ghs.google.com"
9. Then click "Setup" Button.


The next step is make some setup in blogspot.

1. Login to Bloggr/blogspot then choose "Setting-->Publishing"
2. Then choose "Switch to: • Custom Domain
3. Then click on "Already own a domain? Switch to advanced settings"
4. Fill it with your new domain in the "Your Domain" coloumn.



5. To Finish click "Save Setting" Button.

It will take 1-48 hours for your new domain to work. So be patient...

DISABLE RIGHT CLICK IN YOUR BLOG!!!

You may avoid right clicking on ur blog.
1. open ur blogspot.
2.click add gadget in page layout.
3.open html code.
4.paste the below code.
[click below to open as larger image]