Line length revisited: following the research
Mary Dyson produces nitty gritty research on the long-accepted notion that shorter line lengths are more legible than longer ones. The study finds that shorter lines do not necessarily lead to faster reading. If you’re looking for a definitive answer …
What if… you could use Visual Studio Code as the editor of in-browser Developer Tools?
It’s not uncommon for my front-end workflow to go something like this:
- Work on thing.
- See that thing in an automatically refreshed browser.
- See something wrong with that thing.
- Inspect and correct the thing in DevTools.
- Apply the correct code
(Updated on )
CSS Pseudo Commas
A bonafide CSS trick if there ever was one! @ShadowShahriar created a CodePen demo that uses pseudo-elements to place commas between list items that are displayed inline, and the result is a natural-looking complete sentence with proper punctuation.…
(Updated on )