Tampilkan postingan dengan label ada aja. Tampilkan semua postingan
Tampilkan postingan dengan label ada aja. Tampilkan semua postingan

7 Februari 2012

Infinite

بِسْــــــــــــــــــمِ ﷲِالرَّحْمَنِ الرَّحِيم
//Assalamu'alaikum//

Bonjour . Today was my last day of the one month holiday. Yeah, last... last? LAST! The time was running so fast like a cheetah. I don't believe I will start my school tomorrow. Oh how I hate the boys in my class. They like to running and ruin everything. Especially, the boys in my class. Because of them, my class's image was so bad, and my teachers are started to give upping. Oh man, how I hate'em *falling like the bunny*.

Anyway, today I got a present from Nisa. Thanks for Nisa for giving me this award, and thank you very much readers for always read my entries, and for the support. Gee, I didn't believe you'll gave me this award. This is my tenth award, and I appreciate this award very much.
Yesterday, when I wrote the latest tutorial; How to make header, my father play the mos dramatical piano song that I've ever heard :') That time I asked my father what is that song? Do you play it in Youtube? He said yes so, I open youtube, and voila! It's so fantastic.

Well, you know, the pianist's name is Sunny Choi. She's still young, maybe 20 years old and she plays the piano so well, her hands are like dancing on the piano. She also cover many songs like 'Naturally' by Selena Gomez. The rhyme, the tones, is same and very impressive. You should watch her video;
Waka Waka by Shakira
So, enjoy watching. Last, 
It doesn't matter who you are, every girl is beautiful just the way you are never afraid to spread the world what do you feel, because YOU deserves got what do you want -Selena Marie G.
Au revoir~

11 Januari 2012

Tutorial: Back To Top Button

بِسْــــــــــــــــــمِ ﷲِالرَّحْمَنِ الرَّحِيم
//Assalamu'alaikum//
Halo semua . Lama banget aku 'libur' bikin tutorial =_= berhubung kemaren ada temen sekaligus kakak kelas alumni SD-ku dulu (baca: Mbak Dian gawl) tanya di efbe

'caranya bikin "fly high" gmn sih?'

Fly high itu maksudnya back to top button . Itu lho, yang dipojok kanan bawah site ini . Oke, ini kubuatkan tutorialnya ;) First belajar dulu . Back to top button itu ada dua macam, yang JQUERY sama yang biasa . 

Bedanya, jquery back to top button itu kalau kita scroll-kan di bagian paling atas enggak bakal muncul . cuba dikebawahin dikit, nanti tiba-tiba muncul samar-samar gitu. Kaya' yang ada di blog ini. Kalau back to top button yang biasa, ya, biasa . Enggak ada efek samar.( ̄ー ̄)

JQUERY BACK TO TOP BUTTON

Open Dashboard > Design > Edit HTML
Search kode:


</body> 
Pake Ctrl+F untuk mempermudah pencarian
Copy code:
<a href='#' id='toTop'><center>Tulisan kamu, TOP atau apalah<span class='Apple-style-span' style='color: rgb(255, 204, 204); '/></center><img src=' URL BACK TO TOP BUTTON'/></a>
Yang  Tulisan kamu, TOP atau apalah  kalau enggak mau dihapus aja . Atau kalau kamu enggak mau pakai gambar, hapus kode:  <img src=' URL BACK TO TOP BUTTON'/></a> 
 Sudah ? Masih ada lho, cari kode:
]]></b:skin>
Pencet Ctrl+F untuk mempermudah pencarian
/* to top */#toTop { width:100px;background:none;border:0px solid #ccc;text-align:center;padding:5px;position:fixed;bottom:10px;right:10px;cursor:pointer;color:#666;text-decoration:none; } 

Merah : Kalau back to top button kamu kepotong, ubah aja sampai enggak kepotong :B

Sudah ? Masihhh ada lagi . Search kode:


</head>

Pastekan kode ini diatasnya:


 <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/><script type='text/javascript'>/*----------------------- * jQuery Plugin: Scroll to Top * by Craig Wilson, Ph.Creative (http://www.ph-creative.com) * Bring to you by Zen from http://zenplate.blogspot.com * Copyright (c) 2009 Ph.Creative Ltd. * Description: Adds an unobtrusive &quot;Scroll to Top&quot; link to your page with smooth scrolling. * For usage instructions and version updates to go http://blog.ph-creative.com/post/jquery-plugin-scroll-to-top.aspx * Do not delete these infomation * Version: 1.0, 12/03/2009 -----------------------*/ 
    $(function(){$.fn.scrollToTop=function(){$(this).hide().removeAttr(&quot;href&quot;);if($(window).scrollTop()!=&quot;0&quot;){$(this).fadeIn(&quot;slow&quot;)}var scrollDiv=$(this);$(window).scroll(function(){if($(window).scrollTop()==&quot;0&quot;){$(scrollDiv).fadeOut(&quot;slow&quot;)}else{$(scrollDiv).fadeIn(&quot;slow&quot;)}});$(this).click(function(){$(&quot;html, body&quot;).animate({scrollTop:0},&quot;slow&quot;)})}}); 
    $(function() { $(&quot;#toTop&quot;).scrollToTop(); }); 
    </script>
Mohon di PREVIEW DULU baru di-save :)


BACK TO TOP BUTTON (biasa)

Open Dashboard > Design > Edit HTML
Search kode:


</body> 
Pake Ctrl+F untuk mempermudah pencarian
Copy code:
<a href='#' id='toTop'><center>Tulisan kamu, TOP atau apalah<span class='Apple-style-span' style='color: rgb(255, 204, 204); '/></center><img src=' URL BACK TO TOP BUTTON'/></a>
Yang  Tulisan kamu, TOP atau apalah  kalau enggak mau dihapus aja . Atau kalau kamu enggak mau pakai gambar, hapus kode:  <img src=' URL BACK TO TOP BUTTON'/></a> 
 Sudah ? Masih ada lho, cari kode:
]]></b:skin>
Pencet Ctrl+F untuk mempermudah pencarian
/* to top */#toTop { width:100px;background:none;border:0px solid #ccc;text-align:center;padding:5px;position:fixed;bottom:10px;right:10px;cursor:pointer;color:#666;text-decoration:none; } 

Merah : Kalau back to top button kamu kepotong, ubah aja sampai enggak kepotong :B

PREVIEW then SAVE . :D

Yang biasa sama yang jquery hampir sama . Tapi kalau yang jquery harus nambah coding diatas </head> . Sudah mengerti ? :D Anyway, credit kalau mau re-post! :B  

P/S : coding aku ambil dari template aku sendiri yang didesign sama Kak Lettha . So, nyalahin aku copycat ? Sori aje .

xoxo,
Sintya