Nice CSS3 Button Generator
Sunday, July 10, 2011
Saturday, July 9, 2011
Google Search for Site and InTitle
See the following example:
site:jeetualex.blogspot.com intitle:jeetu
CSS Gradient
.orangeGradientVertical {
background: #FFE27C; /* Old browsers */
background: -moz-linear-gradient(top, #FFE27C 0%, #ffd83b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFE27C), color-stop(100%,#ffd83b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #FFE27C 0%,#ffd83b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #FFE27C 0%,#ffd83b 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #FFE27C 0%,#ffd83b 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE27C', endColorstr='#ffd83b',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #FFE27C 0%,#ffd83b 100%); /* W3C */
}
Friday, July 8, 2011
Box-Shadow in CSS3
#example1 {
-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;
}
Thursday, July 7, 2011
Google Style Pagination in ColdFusion
Check this excellent component here
Labels:
coldfusion
,
pagination
Wednesday, July 6, 2011
Friday, June 17, 2011
Thursday, June 16, 2011
Subscribe to:
Posts
(
Atom
)