Skip to content
1337 edited this page Jul 11, 2012 · 17 revisions

Resources

Common Sense

  • It is okay to detect whether or not your code is running on a devbox (developer environment) or production, but it is not okay to alter the program flow by this means, otherwise, debugging live bugs would be near impossible.

Python

Javascript

CSS

  • CSS Specificity: "Start at 0, add 1000 for style attribute, add 100 for each ID, add 10 for each attribute, class or pseudo-class, add 1 for each element name or pseudo-element."

UX

Clone this wiki locally