Buka buka arsip lama, nemu beberapa catatan lama tersimpan, sebuah cerita dahulu, iya dahulu. Seonggok file yang ditolak oleh themeforest. Â Iya saya pernah ditolak,...
Google meluncurkan sebuah aplikasi yang sangat menggiurkan untuk dicoba. Aplikasi itu bernama Google Web Designer. Aplikasi ini masih tahap beta tapi sudah cukup istimewa. Bagi...
So, What’s the Difference?
It’s easy to understand the difference between font-size units when you see them in action. Generally, 1em = 12pt = 16px =...
Here we can do, copy this jquery plugins :
jQuery.fn.maxLength = function(max){
this.each(function(){
//Get the type of the matched element
var type = this.tagName.toLowerCase();
//If the type property exists,...
Here we can do to change hyperlink underline color
<a href="change-underline-color.php"Â style="text-decoration: none; border-bottom: 1px solid #999999">change underline color</a>