Posts Tagged ‘forms’
Sliding Labels v2 – Patch
Tuesday, February 2nd, 2010
window.location = “http://www.csskarma.com/blog/sliding-labels-plugin/” Please use version 3 of sliding labels with updated options and bug fixes at: http://www.csskarma.com/blog/sliding-labels-plugin/ Last week I wrote an article about sliding form labels that got quite a bit of attention. Many of the commenters brought up a couple good points/bug in the Sliding Label code that I wanted to address [...]
Tags: advanced, forms, jquery, ui
Posted in Web Design | 115 Comments »
Form Design with Sliding Labels
Tuesday, January 19th, 2010
Please use version 3 of sliding labels with updated options and bug fixes at: http://www.csskarma.com/blog/sliding-labels-plugin/ A few weeks ago I was reading an article on form UI by Luke Wroblewski of Yahoo!. For those who aren’t familiar with Luke, he (quite literally) wrote the book on good form design. In the article, one certain section [...]
Tags: advanced, forms, jquery, ui
Posted in Web Design | 143 Comments »
Quick Tip #3 – Textarea Fonts
Monday, August 31st, 2009
The Problem The font family in this text area default to Courier New, but that’s pretty ugly. The Goal Look at the nice font in this textarea! The Solution You have to redefine the font-family for a textarea. Just a weird quirk. textarea{ font-family:Verdana, Arial, Sans-Serif; }
Tags: beginner, forms, quick tip
Posted in Web Development | 2 Comments »
Form Security with Autocomplete
Friday, April 10th, 2009
I was looking through my blog this morning because I could have sworn I already wrote this post. I know I’ve had this conversation with Phil Nash of Unintentionally Blank. But I guess I never wrote it down? Oh well… One of my pet peeves when filling out a form is when I click in [...]
Tags: forms, ui
Posted in Security | 8 Comments »


