Teknis
Panduan dan penjelasan konsep.
Pure CSS3 Ice Cream
Demo You have to eat this ice cream before it gets "HOT"! CSS #wrap22 { width:200px; margin:0px auto 0px; position:relative; text-align:center; -webkit-transform:rotate(-30deg); -moz-transform:rot…
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
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
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…