

663: HBD Dave, Silly Web Fun, Color-Mix Tips
May 5, 2025
The hosts dive into the quirks of podcast playback speeds and how they shape listener experiences. They share amusing stories about balancing children’s gaming habits, particularly with popular platforms like Roblox. Celebrating a special birthday, they also investigate the impact of GSAP's shift to free access and the creativity behind new features. The challenges of browser compatibility are dissected, especially comparing Firefox to others. Finally, they explore the complexities of CSS custom properties and innovative tools for color mixing.
AI Snips
Chapters
Transcript
Episode notes
Roblox Parental Control Anecdote
- Dave Rupert shared his son's experience burning over $120 in Roblox purchases in minutes.
- They immediately implemented parental controls and chore-based incentives for playtime.
Missing HTML Include Mechanism
- HTML lacks a simple native include mechanism similar to CSS or JavaScript import.
- Potential technical and security challenges may explain this lack, but a streaming approach could solve it.
Container Queries with Viewport Units
- Use container queries combined with viewport units for responsive layouts.
- This technique easily manages elements like carousel arrows outside the main container width.