Tag: Web Design
Coming Soon Template
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 Web Designer
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...
Font-Size em vs px vs pt vs percent
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 =...
Change Font-Size Editor Zend Studio
Many of the fonts and colors and used by eclipse components can be set using the General > Appearance > Colors and Fonts preference page.
Limit character textarea using Jquery
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,...
Code To Change Hyperlink Underline Color
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>
TinyMCE produce P elements
This is way If you want to change new line in TinyMCE with <br/> character :
For the display you can use a simple CSS...
CSS Input type
Use this if you want set CSS for input type, button, submit or file :
input {
}
input{
}
input{
}
Happy coding !!