Come in . Have a nice day :)

Have a click, have a kitkat ♥

Tuto:Title Bar Maker

 Assalamualaikum,.,.
Hye guys !
Ari ni Mardha rajin laa wat tuto bnyk2..,.
HAHA .
Korang taw tak apa tu title bar maker ?
Title Bar Maker tu macam kat atas tu..
yg gerak2 tu,,..
Dah faham ?
Jom start,..
First,
Login > Dashboard > Design > Add A Gadget > Html/Javascript
Copy code bawah and paste kan kat Html ok ?

<script type="text/javascript">
//Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
function tb1_makeArray(n){
this.length = n;
return this.length;
}


tb1_messages = new tb1_makeArray(4);
tb1_messages[0] = "Welcome to this Cute Blog !";
tb1_messages[1] = "Hope you Like This Blog !";
tb1_messages[2] = "Follow yah !";
tb1_messages[3] = "Like too,OKEY ?";
tb1_bln = 50;
tb1_rptType = 'infinite';
tb1_rptNbr = 5;
tb1_speed = 50;
tb1_counter=1;
tb1_timer = null;
tb1_last = 1;
tb1_st='';
tb1_currMsg = 0;
function tb1_scrolltitle(){
if (tb1_last > tb1_messages[tb1_currMsg].length){
if (tb1_st.length == 0){
tb1_last=1;
if (tb1_currMsg == tb1_messages.length-1){
if ((tb1_rptType == 'finite') && (tb1_counter==tb1_rptNbr)){
clearTimeout(tb1_timer);
return;
}
tb1_counter++;
tb1_currMsg=0;
}
else{
tb1_currMsg++;
}
}
else{
tb1_st=tb1_st.substring(1,tb1_st.length);
}
}
else{
tb1_st = tb1_messages[tb1_currMsg].substring(0, tb1_last);
for (var i=0; i<=(tb1_bln+tb1_messages[tb1_currMsg].length-tb1_last); i++)
tb1_st="_"+tb1_st;
tb1_last++;
}
document.title = tb1_st;
tb1_timer = setTimeout("tb1_scrolltitle()", tb1_speed);
}
tb1_scrolltitle();
</script>
Code yang warna MERAH tu korang tulis laa apa yg korang nk tulis !
Okey,done !
Selamat mencuba !

Kalau ade paper yg nk ditnye komen laa yerk ! <3
See Ya !

Terima kasih baca post saya :*

0 sweet lollipop ♥:

Post a Comment

 
Nak copy ? Credit :) Hak Milik Kekal oleh Misz Mardha .