Check these links
Link1: What is HTML5 Video,
Link2: An annotate plugin for html5 audio and video,
Link3: list of HTML5 Video Players.
Saturday, July 16, 2011
Wednesday, July 13, 2011
Geo Location with GeoPlugin
See the link here for more details
Also see the JQuery Version here
See also Geo Location with Google Maps here
Sample Code:
Also see the JQuery Version here
See also Geo Location with Google Maps here
Sample Code:
<script src="http://www.geoplugin.net/javascript.gp"></script> <script> document.write("Welcome to our visitors from "+geoplugin_city()+", "+geoplugin_countryName()+geoplugin_countryCode()); alert(geoPlugin_array); </script>
Labels:
geo location
,
geoplugin
,
javascript
Monday, July 11, 2011
JQuery UI DropDown
Why you shouldn’t style select boxes look here
Check out this link for nice CSS Dropdown
Also this link here has more details.
Wiki Documentation here
Labels:
jquery
,
ui dropdown
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
Subscribe to:
Posts
(
Atom
)