-
Recent Posts
Recent Comments
- moncler jacken on Simple Animated Content Slider with jQuery
- Ahmad on (Android) PhoneGap Cordova 1.5 menubutton and searchbutton with jQuery Mobile
- Mike Panter on (Android) PhoneGap Cordova 1.5 menubutton and searchbutton with jQuery Mobile
- Jan on (Android) PhoneGap Cordova 1.5 menubutton and searchbutton with jQuery Mobile
- Danny on (Android) DroidGap Cordova 1.5 – Error with “Getting Started”
Archives
Categories
Meta
Tag Archives: design
Simple Animated Content Slider with jQuery
Content sliders are fairly simple things to implement, as they can be built with using only a few basic pieces of html, css, and javascript ( if you are focusing development on css3, javascript is not needed at all ). … Continue reading
Posted in Uncategorized, Web Development
Tagged css, design, html, javascript, jQuery, web design
1 Comment
Affecting a series of (recursive) elements with css
Many sites use some form of rating system for content – here is an example of how to create series of elements for a ranking meter using only html and css. HTML <div id=”stars”> <div class=”star”> <div class=”star”> <div class=”star”> … Continue reading