This is default featured post 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Friday, November 16, 2012

Cara membuat efek loading di blog

wow baru pertama kali saya membuat blog TUTORIAL BLOG dan membuat posting ini, udah langsung aja kita ke tutorial nya.

Efek loading di blog adalah untuk menampilkan animasi loading di blog, jika sobat ingin melihatnya liat aja di LINK INI.
Bagus bukan?, langsung aja kita membuat efeknya.

Langkah Pertama
  • Masuk ke blog anda
  • Buka template >> edit HTML
  • Centang kotak "Expand Template Widget" (Rekomendasi)
  • Klik ctrl+f (agar lebih mudah mencarinya)
  • Cari kode </head>
  • Jika sudah ketemu, langsung aja CoPas (diatas </head>)
    kode berikut :

    <!-- Loading Page Script – TRIKIS - ZONE – http://trikis-zone.blogspot.com -->
    <style type="text/css">
    /* add loading image */
    body {
    background:#4B4B4B url(http://static.int.crazydavinci.net/images/loading.gif) no-repeat fixed center;
    }
    /* hide page div */
    #page{
    display:none;
    }
    </style>
    <script type="text/javascript">
    function css(classORid,rules){
    try{
    var css=document.createElement("style");
    css.innerHTML=classORid+"{"+rules+"}"
    document.body.appendChild(css);
    }
    catch(e){}
    try{
    document.styleSheets[document.styleSheets.length-1].addRule(classORid,rules);
    }
    catch(e){}
    }
    function loaded(){
    css("#page","display:block!important");
    css("body","background:#000 url()");
    }
    if(window.addEventListener)window.addEventListener("load",loaded,false);
    else if(window.attachEvent)window.attachEvent("onload",loaded);
    else if(document.getElementById)window.onload=loaded;
    </script>
     KETERANGAN :
    Sobat bisa mengganti kode berwarna merah dengan URL gambar,animasi DLL

    • Lalu cari kode <body>
    • Letakkan kode dibawah ini dibawah kode diatas<div id="page">
    • Cari lagi kode </body>
    • Dan taruh kode </div> diatas kode </body>
    • Simpan dan lihat hasilnya...

     SELAMAT BEREKSPERIMEN!!