Friday, August 12th, 2005
Rich HTML Slider
<>p>The gurus from webfx have long been on the scene showing us cool innovative ways of doing rich work on the web.Now they have a nice demo of a dhtml slider
Friday, August 12th, 2005
Category: Examples
Now they have a nice demo of a dhtml slider





Caching and dynamic views
My client does not want to change his cache settings on IE and I'm trying to figure out a way to dynamically update a view each time it is visited. I...
JQuery Function Not Defined?
In Episode 25, we chat about IE 8, standards, Acid3, server side JavaScript, and more.
Who are the ajaxians? Find out.
Please contact us at . We would love to hear about any news that we could put up here.
We have individual blogs too:

I was playing with a similar slider control for a project demo page (JS fireworks parameter controls). The sliders are animated as well via JS.
Demo here (down page a bit)..
http://www.schillmania.com/projects/fireworks/
I’m using DT/DD elements to classify the control “label” and expected range of values (eg. 0-100), the only missing item is a degradable input element (since this demo is for a JS library.) Actually using LABEL may have also been more semantically accurate than a DD in this case.
I used the webfx sliders in almost the same way to test colour contrast. http://www.snook.ca/technical/colour_contrast/colour.html
It’s a shame none of the controls mentioned above is really accessible.
To achieve this, you’d need to allow the slider cursor to acquire focus (e.g. wrapping it in an a element) and also to handle keyboard events.
Excelent controll. Problem for me is that This (no one them actually) does not work in TouchScreen devices like Nokia Phones (Opera v11).
Fo addition can there be possibility to add Buttons somewhere to Increase / decrease the Slider position & value?
Button pressing must be so that when pushed down, it will continue valueChanage and perhaps gain some momentum aswell.. Releasesing the button, increase/decreas will stop.