Tag Archive > javascript

Time Pickers in javascript

Truth be told,  from a usability point of view, a date picker has much more sense than a time picker. Anyway I like to to explore the different implementations out there The objective for a time picker is to let the user set the time in hours and minutes, in 24-hour format, or even specify  [...]

Continue reading

, ,

Rounding corners: the javascript way

After taking a look on how round corners on some browsers, I think it’s worth exploring other methods, like doing this with javascript. Rounding corners is not difficult, in general, the problem is that you should use some “hacks”,  it is not the same rounding corners using a style on a unique DIV, than using [...]

Continue reading

, , , , , ,

CSS3 rounded corners

CSS3 support for rounded corners is not news, what I haven’t realized yet, was that some browsers support rounded corners natively (in fact, the support has been added long time ago). According to the CSS3 spec, it should be enough to use the style “border-radius” to set the rounding, unfortunatelly, browsers do not support this [...]

Continue reading

, , , , , , ,

prev posts