Timed Notifications with CSS Animations
A quick tip on how to create some simple timed notifications with CSS animations. The idea is to show a notification with a progress bar for a specific duration and ... read more
A quick tip on how to create some simple timed notifications with CSS animations. The idea is to show a notification with a progress bar for a specific duration and ... read more
A jQuery plugin to add notes below textareas and input fields based on regex patterns. Type something. As soon as you type a number, a note will be added below the t ... read more
By cody 7 Comments
Every web developer knows how difficult it can be to decide how to provide feedback to the user in form of an error or a success message. When submitting forms or ex ... read more