betterfrontend
betterfrontend copied to clipboard
A community recommendation on how to make front-end development better. How-to, best-practices, and more.
going to compile a list of best practices for: - HTML - CSS/SCSS - Animations - Process - Prototyping - Demoing - UI Components - JS - Angular - React...
- Color profiles - Photoshop - Colorchooser Talk about the things to be aware of. Fixes. Best-practices.
Deeper explanation on this.
There is a section for Stylesheets and Markup but missing the third pillar of front-end web development! Important sources to refer to: **Best practices** 1. [Front-end Code Standards & Best...
This is due to the combination of the `text-indent: -9999px;` and 180 degree rotation on hover (so the text appears to be outside the right side of the screen. https://github.com/hybridgroup/betterfrontend/blob/master/source/stylesheets/ui/ui.css.scss#L36
http://www.alistapart.com/articles/css-positioning-101/?utm_source=hackernewsletter&utm_medium=email
Need to add docs for following use case which is detrimental. > Public Service Announcement: I don't know who's doing this, but whoever's been doing an #id and {:id =>...
http://www.w3.org/WAI/intro/aria.php
On production environment some times browsers will have trouble working with the JavaScript. Airbrake can report back to you in that case.
It would be beneficial to have a lot of the code examples when applicable to have a js fiddle example.