How to Add Custom Action Buttons to Django Admin
A tutorial on adding custom action buttons (deposit/withdraw) to the Django admin interface, including form handling and email notifications.
A tutorial on adding custom action buttons (deposit/withdraw) to the Django admin interface, including form handling and email notifications.
A technical guide on progressively enhancing a web comment form from basic HTML to using BackgroundSync for offline functionality.
A guide to correctly labeling HTML form elements using name, id, label, fieldset, and legend for accessibility and functionality.
Introducing FormHack.io, a customizable SASS-based CSS reset for styling consistent, cross-browser forms with minimal hassle.
Creative ideas to enhance user experience in web forms with playful and personalized details like custom cursors and birthday hints.
A developer introduces an improved CSS-based 'Adaptive Placeholder' form field pattern, aiming to enhance UX without unnecessary JavaScript.
A guide to creating iOS 6-style toggle switches using only CSS, focusing on accessibility, browser compatibility, and no JavaScript.
Explores browser inconsistencies in validating HTML5 input type='url' and provides a regex pattern to fix validation issues.
A technique for creating custom checkboxes and radio buttons using CSS sprites, improving on an existing method for better image control.
A developer shares slides and code examples from their talk on Django forms at the EuroDjangoCon 2009 conference.
A tutorial on implementing a read-only form field in Django using a custom Field and Widget class, despite it being non-standard architecture.
A screencast demonstrating how to handle form interactions using the ASP.NET MVC framework, including sample code.