Checkboxes are boring. Why not bring some excitement into your users' lives with a slick toggle switch implemented in pure CSS as demonstrated in Craig's latest tutorial.Read More
Craig provides a useful JavaScript function which checks whether any HTML form field has been changed by the user since the page was loaded. It works in any browser and doesn't require a library.Read More
How can you check whether a user has updated one or more form fields? Craig's tutorial describes ways to detect changes to input boxes, textareas, checkboxes, radio buttons and select drop-downs.Read More
IE displays unnecessary and ugly scrollbars on all form textarea elements by default. Fortunately, it's easy to remove them. The fix is so simple, Craig is dumbfounded by his own ignorance!Read More