Sesambil bermain-main dengan android, sesambil bekerja ngerjain migrasi, dan kali ini saya update themes wordpress pribadi. Seperti sebelumnya bahwa themes yang saya pakai ini...
Themes kali ini diberi nama min.X
Keunggulannya adalah ini simple, clean, responsive design! Load faster? it depend on your internet connections. lol
Themes ini masih terus...
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>