CSS Tricks:
Blue Beanie Day 2019 November 30th, the official "Blue Beanie Day," has come and gone. I'm not sure I ever grokked the exact spirit of it, but I've written about what it means to me. Last year:
The post Blue Beanie Day 2019 appeared first on CSS-Tricks. |
Adam Argyle’s 2020 CSS Predictions I think Adam's first prediction is his boldest, even beyond his Hail Mary prediction. CSS grid is awesome and Direct Link to Article — Permalink… Read article The post Adam Argyle’s 2020 CSS Predictions appeared first on CSS-Tricks. |
Yap Interesting idea for a "chat room" from Postlight:
Direct Link to Article — Permalink… Read article The post Yap appeared first on CSS-Tricks. |
Detecting Inactive Users Most of the time you don’t really care about whether a user is actively engaged or temporarily inactive on your application. Inactive, meaning, perhaps they got up to get a drink of water, or more likely, changed tabs to do something else for a bit. There are situations, though, when tracking the user activity and detecting inactive-ness might be handy. Let’s think about few examples when you just might need that functionality:
The post Detecting Inactive Users appeared first on CSS-Tricks. |
lite-youtube-embed A standard copy-and-paste YouTube embed lands on your page as an Not long ago, we covered a very clever "lazy load" technique doing exactly this from Arthur Corenzan that was … Read article The post lite-youtube-embed appeared first on CSS-Tricks. |
Weekly Platform News: Strict Tracking Protection, Dark Web Pages, Periodic Background Sync In this week's news: Firefox gets strict, Opera goes to the dark side, and Chrome plans to let web apps run in the background. Let's get into the news. Firefox for Android will block tracking content Mozilla has announced that the upcoming revamped Firefox for Android (currently available in a test version under the name "Firefox Preview") will include strict tracking protection by default.
The post Weekly Platform News: Strict Tracking Protection, Dark Web Pages, Periodic Background Sync appeared first on CSS-Tricks. |
Dip Your Toes Into Hardware With WebMIDI Did you know there is a well-supported browser API that allows you to interface with interesting and even custom-built hardware using a mature protocol that predates the web? Let me introduce you to MIDI and the WebMIDI API and show you how it presents a unique opportunity for front-end developers to break outside the browser and dabble in the world of hardware programming without leaving the relative comfort of JavaScript and the DOM. What are MIDI and WebMIDI exactly? The post Dip Your Toes Into Hardware With WebMIDI appeared first on CSS-Tricks. |
How I’ve Improved as a Web Developer (and a Person) in 2019 We’re sliding into the roaring twenties of the twenty-first century (cue Jazz music 🎷). It’s important that you and I, as responsible people, follow the tradition of looking back on the past year and reflect on the things that went right and wrong in the hopes of becoming the best version of ourselves in the year ahead. I never do New Year’s resolutions, except for when I was ten years old and wanted to open a local self-run detective agency … Read article The post How I’ve Improved as a Web Developer (and a Person) in 2019 appeared first on CSS-Tricks. |
Freak Flags I don't see image sprites used that much anymore, but it's still a good technique for reducing downloaded decorative image assets when you have multiple on a page. The big idea is combining all the graphics into one and then shifting around the size and Say you're site needs dozens or hundreds of country flags — that's a perfect opportunity for a sprite. Michael P. Cohen has built a generator site to help … Read article The post Freak Flags appeared first on CSS-Tricks. |
Just Sharing My Gulpfile Seemingly out of the blue, the Gulp processing I had set up for this site started to have a race condition. I'd run my Nevermind about the specifics of that bug. … Read article The post Just Sharing My Gulpfile appeared first on CSS-Tricks. |