Radio buttons are awesome, but there’s not much you can do to style them. Say you have a form that lets users pick a category of food and then answer questions about that food. You might have fruit, bread, meat, etc. as categories. Wouldn’t it be great to have the...
Read more
Tag Archives: forms
A better form experience, with validation
Building a user-friendly web form requires three things beyond the basic form itself. Javascript to enhance the input experience; Javascript to provide basic error-checking on the client side; Server-side code to provide more bullet-proof error-checking and to format the submitted data for secure collection by a database. In this article...
Read more





