Sabtu, 23 Juli 2011

Membuat judul addres bar tambah keren

mau buat judul blog loe lebih keren kaya' judul blog gue tu...
cara nya gampang ko'
langsung aja :

-login dulu
-pilih tata letak letak
-pilih edit html
-beri tanda centang pada Expand Template Widget
-copy script di bawah :
 
<script type='text/javascript'>
//<![CDATA[

var message = new Array() // leave this as is

message[0] = "Welcome to my Blogger !";
message[1] = "www.senseineo.blogspot.com";
message[2] = "No Time 4 Love";
message[3] = "Take it Easy !!";
message[4] = "SeNsei-Neo Experiment";
message[5] = "Jangan Lupa Follow Up/Comment !!";

var reps = 2

var speed = 100

var p=message.length;
var T="";
var C=0;
var mC=0;
var s=0;
var sT=null;
if(reps<1)reps=1;
function doTheThing(){
T=message[mC];
A();}
function A(){
s++
if(s>9){s=1}

if(s==1){document.title='[L====] '+T+' [====L]'}
if(s==2){document.title='[=O===] '+T+' [===O=]'}
if(s==3){document.title='[==V==] '+T+' [==V==]'}
if(s==4){document.title='[===E=] '+T+' [=E===]'}
if(s==5){document.title='[====>] '+T+' [<====]'}
if(s==6){document.title='[===E=] '+T+' [=E===]'}
if(s==7){document.title='[==V==] '+T+' [==V==]'}
if(s==8){document.title='[=O===] '+T+' [===O=]'}
if(s==9){document.title='[L====] '+T+' [====L]'}
if(C<(8*reps)){
sT=setTimeout("A()",speed);
C++
}else{
C=0;
s=0;
mC++
if(mC>p-1)mC=0;
sT=null;
doTheThing();}}
doTheThing();
//]]>

</script>

-letak kodenya diatas <head>
-lihat hasilnya .....

Tidak ada komentar:

Posting Komentar