Mecha versi 2.6.4 sudah dirilis!

CSS3 Gradient Warning Line

CSS .alert { background-color:yellow; background-image:-webkit-repeating-linear-gradient(45deg, yellow 15px, yellow 35px, black 30px, black 60px); background-image:-moz-repeating-linear-gradient(45deg

Cari/Mengganti Teks Tanpa Merusak Elemen DOM

Plugin jQuery.fn.textWalk = function(fn) { this.contents().each(jwalk); function jwalk() { var nn = this.nodeName.toLowerCase(); if(nn === '#text') { fn.call(this); } else if(this.nodeType === 1 && th

CSS3 Lined Paper

CSS3 Lined Paper

Kertas Kuning .paper1 { width:60%; padding:0px 20px; margin:10px auto 10px; font:normal 11px Georgia,Serif; line-height:30px !important; background-color:#F2EA7E; background-image:-webkit-repeating-l

CSS Drop Down Menu Sederhana

CSS Drop Down Menu Sederhana

HTML <nav class='drop-menu'> Drop Down Menu <ul> <li><a href='#'>Home</a></li> <li><a href='#'>About</a></li> <li><a href='#'>Portfolio</a></li> <li><a href='#'>Contact</a></li> <li><a href='#'>Archi

Smooth Scroll Back To Top dengan jQuery

Smooth Scroll Back To Top dengan jQuery

Ternyata ada cara yang jauh lebih praktis dibandingkan dengan pembuatan smooth scroll back to top dengan jQuery yang pernah Saya tuliskan di sini: <a onclick="jQuery('html, body').animate({scrollTop: