2009/05/20

Make your blog name scrolling on browsers

Browsers-everybody in the world use their own favorite browsers to surf internet.One of the most common impression is your site name, that decides many things to improve your rank with Google,Yahoo,Alexa...and that will impress visitors very much if you have an impressive name.

So I have 1 little tip, small but useful,specially 99 % visitors will notice your blog.It's called "scrolling blog name on browser".At this tip, it is a simple code, easy and effective.





This is the sample screen shot of its look,your little description will run on the browsers every time loaded.

To make it : you just have to add this code before the </head> tag or put the code in HTML/JavaScript.

<script type='text/javascript'>
var txt="Your blog name and little description about your site here";
var espera=200;
var refresco=null;
function rotulo_title()
{
document.title=txt;
txt=txt.substring(1,txt.length)+txt.charAt(0); refresco=setTimeout("rotulo_title()",espera);
}
rotulo_title();
</script>


Change the red words by your own information, Save and watch it run.Good luck!

6 comments:

Tøger Torkel said...

Great tip! Thanks

Tøger Torkel

Illya LeYa said...

Erm...nice tip..I like it..

Web Design Quote said...

I like your tip and I will follow the instruction which you are given in your post.

Ence Ayub Sobari said...

OK.OK.lAHHH

Mutiaramail said...

Nice tips and i just add your site in my blog.

William Gama da Silva said...

A real great tip, thank you man

Post a Comment

Thanks for reading , if you have any problem please leave me a comment here I will help you by my best.Please note that you put the friendly words tohelp each other to improving and developing these tips to be better,or the best way for you to track my blog is subscribing my Feed.You are always welcome on Zenplate.
Best regard
Zen

 
.