Search

Nalezeno "here": 2964

Boost app engagement with chat, voice, and video APIs


Sendbird is a service for helping you add social features to your app. Wanna add in-app chat? Sendbird does that. Wanna add in-app voice or video calls? Sendbird does that. Here’s how I always think about stuff like this. Whatever … The post Boost app engagement with chat, voice,...

Hiding Content Responsibly


We’ve covered the idea of hiding things in CSS many times here, the most recent post being Marko Ilic’s “Comparing Various Ways to Hide Things in CSS” which did a nice job of comparing different techniques which you’d use in different … The post Hiding...

Here's March 2021's Xbox Live Games With Gold


It’s going to be March again, or it’s still March—it’s hard to say, but you can mark the impossible passage of time with a new batch of Xbox Live Games with Gold games. As always, these games are only “free” if you have an active Xbox Live Gold membership.Read more

Watch Nintendo's Direct Here


Nintendo’s first full Direct in nearly 18 months is set to being at 5:00 p.m. ET today. According to Nintendo, it’ll run approximately 50 minutes, during which time many fans’ dreams may come true while others are shattered. Read more

Use CSS Clamp to create a more flexible wrapper utility


I like Andy’s idea here: .wrapper { width: clamp(16rem, 90vw, 70rem); margin-left: auto; margin-right: auto; padding-left: 1.5rem; padding-right: 1.5rem; } Normally I’d just set a max-width there, but as Andy says: This becomes a slight issue in mid-sized viewports, such...

Using AbortController as an Alternative for Removing Event Listeners


The idea of an “abortable” fetch came to life in 2017 when AbortController was released. That gives us a way to bail on an API request initiated by fetch() — even multiple calls — whenever we want. Here’s a super … The post Using AbortController as an Alternative for Removing Event Listeners...

Nahoru
Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tímto souhlasíte. Další informace