Roundabout is a jQuery plugin that converts a structure of static HTML elements into a highly customizable turntable-like interactive area. (And now, not just turntables, but many shapes!)
Category Archives: Programming
Reflection for jQuery
Introduction This is an improved version of the reflection.js script rewritten for the jQuery javascript library. It allows you to add instantaneous reflection effects to your images in modern browsers, in less than 2 KB.
jquery.timepickr
Introduction jquery.timepickr was created in a attempt to make the process of inputing time in a form as easy and natural as possible.
Timepicker to jQuery UI Datepicker
The timepicker addon adds a timepicker to jQuery UI Datepicker, thus the datepicker and slider components (jQueryUI) are required for using any of these. In addition all datepicker options are still available through the timepicker addon.
Printing a Book with CSS
HTML and CSS, two of our favorite acronyms, are normally associated with web pages. And deservedly so: HTML is the dominant document format on the web andCSS is used to style most HTML pages. But, are they suitable for off-screen use? CanCSS be used for serious print jobs? To find out, we decided to take …
Textarea Tricks
Oh, <textarea>’s. How many quirks you posses. Here is a collection of nine things you might want to do related to textareas. Enjoy.