Show: All | News Items | Blog Posts
Form Validation vs. Correction in Rails
Dec 17, 2008 by Charlie
Developers have a great deal of control over a web user's experience, and when it comes to validating input forms, opportunities to make things smoother for the user are something every good developer should think about. For example, I am working on a project right now where users can enter the URL of a link into the database-driven content. In order for the link to ...