Hot tips are spicy lil' nuggets related to web development and tooling that I share on my twitter account. I've logged them here to make them easier to find.
Page 10 of 26
🔥 Rename and Destructure properties of a return object with ES6 destructuring
🔥 You can disable an entire form or groups of inputs by wrapping in a <fieldset> and applying the disabled attr
🔥 Forms and inputs are available via properies on document.forms. You might not need a selector 😃
🔥 :nth-last-child() will give you nth-child but start counting from the end.
🔥 is a handy site to quickly view CSS cursor options and copy to clipboard.
🔥 If you are ever working on a site that messes with built-ins, you can get fresh copies by creating an iframe with no src
🔥 Async + Await makes orchestrating timers a snap!
🔥 Spoof your mac address to get unlimited wifi once you run out of 30 min slots.
sudo ifconfig en0 ether fa:ke:ma:c
🔥 Use the Firefox dev tools fonts panel to figure out if your fonts are being loaded from your system or a webfont
🔥 Firefox 52 has a sweet new CSS Grid visualizer / inspector tool!