Monday, June 24, 2013

Cara Membuat Judul Blog Di Tab Berubah - Ubah


src="http://t1.gstatic.com/images?q=tbn:ANd9GcS8Y7fMsHqTdGQD3TG0u2ABgHMkuhlGU5L2XgV1imxYOZ-9h7iA2Q" style="-webkit-
box-shadow: rgba(0, 0, 0, 0.199219) 0px 0px 20px; background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-left-radius: 5px; border-top-right-radius: 5px; border-top-width: 0px; box-shadow: rgba(0, 0, 0, 0.199219) 0px 0px 20px; margin-bottom: 0px; margin-left: auto; margin-right: auto; margin-top: 0px; outline-color: initial; outline-style: none; outline-width: initial; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" /> 


ingin nama yang dipinggir icon blog agan berubah2 ? coba deh ikutin cara2 ini :)
Gini Caranya :
1. Log in Blogger
2. Buka Rancangan
3. Buka Elemen Laman
4. Klik Tambah Gadget
5. Pilih HTML/Javascript
6. Copy Paste Code ini

<script language="JavaScript">
<!--
/*****JUDUL BERJALAN *****/

function tb5_makeArray(n){
this.length = n;
return this.length;
}

tb5_messages = new tb5_makeArray(6);
tb5_messages[0] = "HELLO BRO !!!";
tb5_messages[1] = "WELCOME TO....";
tb5_messages[2] = "Localhostku BLOG";
tb5_messages[3] = "Jangan Lupa Komentar lho.";
tb5_messages[4] = "Tips Trik Ini semuanya Gratis ya..";
tb5_messages[5] = "Silahkan Copaz Sesuka Hati !!";
tb5_rptType = 'infinite';
tb5_rptNbr = 10;
tb5_speed = 50;
tb5_delay = 2000;
var tb5_counter=1;
var tb5_currMsg=0;
var tb5_stsmsg="";
function tb5_shuffle(arr){
var k;
for (i=0; i<arr.length; i++){
k = Math.round(Math.random() * (arr.length - i - 1)) + i;
temp = arr[i];arr[i]=arr[k];arr[k]=temp;
}
return arr;
}
tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){
tb5_arr[i] = i;
tb5_sts[i] = "_";
}
tb5_arr = tb5_shuffle(tb5_arr);
function tb5_init(n){
var k;
if (n == tb5_arr.length){
if (tb5_currMsg == tb5_messages.length-1){
if ((tb5_rptType == 'finite') && (tb5_counter==tb5_rptNbr)){
clearTimeout(tb5_timerID);
return;
}
tb5_counter++;
tb5_currMsg=0;
}
else{
tb5_currMsg++;
}
n=0;
tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){
tb5_arr[i] = i;
tb5_sts[i] = "_";
}
tb5_arr = tb5_shuffle(tb5_arr);
tb5_sp=tb5_delay;
}
else{
tb5_sp=tb5_speed;
k = tb5_arr[n];
tb5_sts[k] = tb5_messages[tb5_currMsg].charAt(k);
tb5_stsmsg = "";
for (var i=0; i<tb5_sts.length; i++)
tb5_stsmsg += tb5_sts[i];
document.title = tb5_stsmsg;
n++;
}
tb5_timerID = setTimeout("tb5_init("+n+")", tb5_sp);
}
function tb5_randomizetitle(){
tb5_init(0);
}
tb5_randomizetitle();

//-->
</script>
7. Save Lalu Lihat Blognya

Lorem ipsum is simply dummy text of the printing and typesetting industry.

Comments


EmoticonEmoticon