Web Form Design By Luke Wroblewski

Posted August 22, 2008 at 9:09 AM

Tags: HTML / CSS, Books

The other night, I finished, "Web Form Design" by Luke Wroblewski. In it, Luke Wroblewski discusses everything you'll ever need to know about designing web forms in your applications. He covers a myriad of topics including common strategies among the internet giants, label placement, dynamic forms, button placement, eye tracking, field size, field requirements, field spacing, help text and help text placement, error handling, real-time feedback, color selection, visual keys, icon selection, simplifying forms, how form design directly impacts company revenue, dozens of real-world web forms, and, of course, some "worst practice" examples. In short, this book is jam-packed with valuable information. I am positive that there is far too much for me to absorb in one sitting; surely, this book will become and often-used reference book in my library.


 
 
 

 
Web Form Design By Luke Wroblewski (Book Cover)  
 
 
 

Aside from the content, the book itself is simply beautiful. Glossy paper, full color graphics, strong binding, thick stock; everything about the book is a testament to pleasing design. And, at just over 200 small pages, it's a quick read; I finished it over the course of a few nights.

I definitely came away from this book feeling like I needed to take way more care with my web forms. I need to stop looking at them as an after thought - as a way to simply move information into the database; I need to start leveraging my forms to craft a pleasing user experience.

Anyway, I highly recommend this book to all interface designers.

Post Comment  |  Ask Ben  |  Other Searches  |  Print Page




Reader Comments

Aug 22, 2008 at 12:42 PM // reply »
29 Comments

I haven't read the book yet, but I did get to attend a seven hour workshop on web form design given by Luke W. and he _really_ knows form design. I would definitely recommend his book based on the info he gave in his presentation.


Aug 22, 2008 at 2:23 PM // reply »
7,572 Comments

@Nathan,

Seven hours sounds intense :) Especially when its all web form design! This book feels the same way. A lot to internalize. Will probably take many visits to its teachings to get on the right path.


Post Comment  |  Ask Ben

Recent Blog Comments
Mar 22, 2010 at 3:08 AM
Ask Ben: Selecting XML Attributes Given Other XML Attributes
Thanks for the response. I finally discovered that I was getting this error because I had cfsetting enablecfoutputonly="yes" in Application.cfc, and was neither setting it to false elsewhere nor brac ... read »
Mar 21, 2010 at 8:57 PM
The Bourne Ultimatum Starring Matt Damon And Julia Stiles
late to the party, but my observation is this: rewatch carefully for the platonic nature of the relationship between nicki and jason. she never flirts with him. he never comes on to her. they alway ... read »
Mar 21, 2010 at 7:40 PM
Is Simulating User-Input Events With jQuery Ever A Good Idea?
A couple of things. One you embed the initial state of of more-info in the CSS. IMHO, that behavior should be in jQuery: moreInfo.hide(); It shows that the behavior your toggling and closing is mor ... read »
Mar 21, 2010 at 3:59 PM
Exploring ColdFusion Component Runtime Class Properties And Serialization
@Elliott, according to Ben's experiment, serializeJSON() doesn't access the private data by default - it doesn't even access the getHair() method - so trying to clone a Girl.cfc via serializeJSON/des ... read »
Mar 21, 2010 at 3:49 PM
Ask Ben: Javascript String Replace Method
I'm confused a bit by what you are asking, but if had this sentence: The color, red, is in the style statement; style: red;. and wanted to remove all or change all of the commas, colons, and semi-c ... read »
Mar 21, 2010 at 3:13 PM
Ask Ben: Javascript String Replace Method
I am trying to make a java program to count the number of times that these punctuation marks occur in a body of text: , : ; . ! - ' " ? / \ I am using this piece to ferret out the commas: numcommas ... read »
Mar 21, 2010 at 11:13 AM
A New Wrist Pain
@chiropractor suwanee, Spoken like someone trying to sell something. Other than for minor, temporary relief from some back pain, chiropractic treatment is nothing but placebo effect and quackery. ... read »
Mar 21, 2010 at 6:32 AM
ColdFusion CFPOP - My First Look
Apologies... The field name in the db for C. is "BounceCode" It stores the code / message which is returned in the email. Sorry for the confusion. ... read »