Simon Willison’s Weblog

Subscribe

Monday, 10th September 2007

REST plays the same role as open source and open APIs: It eliminates tooling and vendoring as artificial barriers to adoption.

Assaf Arkin

# 10:58 am / assafarkin, rest

Styling File Inputs with CSS and the DOM. Clever hack to style the un-stylable: set the opacity of the file input to 0, then use a bit of JavaScript to make sure the (now invisible) browse button is always under the mouse.

# 11:58 pm / css, fileinput, opacity, shauninman