#450 — July 22, 2020 |
Frontend Focus |
The State of 'Pixel Perfection' — I don’t really hear the term “pixel perfection” as much as I used to, but the author says it still pops up enough. Here, he compares what this phrase really means today versus what it used to, and suggests how we should move beyond it. Ahmad Shadeed |
Translating Design Wireframes Into Accessible HTML/CSS — Harris Schneiderman walks you through the process of analyzing a wireframe and making coding decisions to optimize for accessibility. Smashing Magazine |
Learn State Machines from the Creator of XState, David Khourshid — By modeling the state in your application with state machines and statecharts, you will spend less time debugging edge cases and more time modeling complex application logic in a visually clear and robust way. Frontend Masters sponsor |
Modern CSS Grid Solutions to Common Layout Problems — How CSS grids can solve responsive layout issues and enable you to create sites that flow with screen sizes without having to worry about breakpoints. Kevin Pennekamp |
All the Ways to Make a Web Component — Compare coding style, bundle size and performance of 33 different ways to make a Web Component. div riots |
3D Book Image CSS Generator — A neat little tool to create a 3D book cover that lets you customize perspective, animation duration, thickness of the book, rotation on hover, URL, etc. then grab the CSS code. I remember when we used to have to pay for tools like this :-) Sebastien Castiel |
|
💻 Jobs |
One Application, Hundreds of Hiring Managers — Use Vettery to connect with hiring managers at startups and Fortune 500 companies. It's free for job-seekers. Vettery |
Web Tools Developer (Cupertino, California) — The WebKit Developer Experience team seeks an experienced engineer to work on developer tools including the WebKit Web Inspector, Safari WebDriver, and others. Apple |
ℹ️ Interested in running a job listing in Frontend Focus? There's more info here.
📙 Tutorials & Opinion |
CSS Painting Order — If you’ve ever been baffled by z-index positioning, the example shared here is worth remembering. “things inside a stacking context are painted together, as a unit” Martin Robinson |
▶ The Details of UI Typography — A good half-hour look at how you can enhance type legibility, accessibility, and consistency across your UI. Apple Developer |
When Do You Use CSS Tricks |
Faster CI/CD for All Your Software Projects Using Buildkite 🚀 — See how Shopify scaled from 300 to 1800 engineers while keeping their build times under 5 minutes. Buildkite sponsor |
Bootstrap 5: Learn How to Get Started Without jQuery — Yep, the latest version of Bootstrap (currently in alpha) does away with jQuery in favour of using vanilla JS. Here’s a few pointers on using it. Zoltán Szőgyényi |
The Trouble with Mailto Email Links and What to Do Instead — These Adam Silver and Amy Hupe |
How We Achieve "Simple Design" for Basecamp and HEY — The core approach here is dubbed ‘Fisher Price’ design - keeping things obvious and simple. Jonas Downey (Basecamp) |
How to Create a CSS-Only, Animated, Wrapping Underline Nicky Meuleman |
In Defense of a 'Fussy' Website Sarah Drasner |
🔧 Code, Tools and Resources |
mailgo: A New Concept of Matteo Manzinello |
Wikimedia FontCDN: A Privacy First Search and Proxy for Google Web Fonts — Google Fonts is a hugely popular way to bring custom fonts on to Web sites but if you’re feeling uneasy about giving Google all that user data, consider this. (You could, of course, also host the fonts yourself.) FontCDN |
500M End-Users Depend on Our Scalable Chat and Activity Feed APIs Stream sponsor |
css-media-vars: A New Way to Write Responsive CSS — Full explainer here but this basically uses CSS variables that are added to the <html> element and act as universal mixins. PropJockey |
doom-scroller.js - A JavaScript Library to Help You Avoid Endlessly Doomscrolling — Find yourself scrolling mindlessly through junk on social media? This Doom-inspired library may help. 😅 Chris Johnson |
🍰 CSS Is Cake — Because what isn’t cake? Jhey Tompkins codepen |
|