
Category: Misc
Tips, Scripts, Tools, Bookmarks, and Inspiration for Web Designers and Developers.


Parsley, the ultimate JavaScript form validation library
Website – http://parsleyjs.org/
10 Free Customizable CSS Snippets for Radio Toggles & Switches
10 Free Customizable CSS Snippets for Radio Toggles &...
Position: Sticky – CSS
Position Sticky Sticky positioning is a hybrid of relative and fixed positioning. The element is treated as relative positioned until it crosses a specified threshold, at which point it is treated as fixed positioned. Demo See the Pen Sticky positioning by Šime Vidas...
CSS Reset for Mobile website development
Here are some CSS reset codes particularly for mobile website development. This might be useful for you if you are using custom code from scratch without using any other UI frameworks like Twitter Bootstrap. CSS Reset *, :before, *:after { / suppressing the tap...