Design Reviver collects and captures a massive set of 100 login forms.
http://designreviver.com/inspiration/100-sites-with-outstanding-login-forms/
Design Reviver collects and captures a massive set of 100 login forms.
http://designreviver.com/inspiration/100-sites-with-outstanding-login-forms/
Think Vitamin interviews 37 Signals' Ryan Singer to talk about ui design, frontend development, project management and inspiration. I like that Singer suggests that designers read more about writing copy, but even more so, I like how he suggests that designers should also consider learning more about front end development and programming frameworks. At the very least, it allows designers to be conversant with developers, and ideally it gives a designer a new range of skills they can use for such things as prototyping or doing proof of concept work on their own. Excellent advice for growing the T-Shaped designer.
http://thinkvitamin.com/features/ryan-singer-on-ui-design-frontend-development-project-management-and-inspiration/
Modernizr is a JavaScript library that essentially allows you to use conditionals (if-statements) in your CSS for the availability of CSS3 and HTML5, while still maintaining a fine level of control over older browsers that may not yet support these new technologies.