Please enable JavaScript to use this page!

AllTalks site logo
🍔

CSSConf Budapest

CSSConf Budapest is a community conference dedicated to the designers and developers who love CSS. For the community, by the community.

CSSConf Budapest

28 min

CSS Games and Drawings in the Real World: Useful or Just Fun?

Giulia Cardieri

How did you learn CSS? The standard way is in a class, online course, or even during an internship - but what if I told you that you can learn it by making a game. Don’t believe me? Well, I conducted…

CSSConf Budapest

30 min

Variable Fonts & Readability

Damien Senger

A good reading experience is something highly personal: We all need different environments, we all love different font faces and we all have a specific medium at the bottom of our heart. With only on…

CSSConf Budapest

33 min

The Weird — Yet Practical — World of Paint Worklets

Jeremy Wagner

Of all the fun stuff in Houdini, paint worklets are arguably the most fun. It’s blends what’s great about the Canvas API, and makes the art you can create with it easily usable in CSS. Such a blend o…

CSSConf Budapest

29 min

CSS Architecture for Modern Web Applications

Mike Riethmuller

How we build and maintain style systems has changed in the last few year. Tasks that once required specific knowledge and careful management are now trusted to build tools and frameworks with better …

CSSConf Budapest

29 min

Crafting Stateful Styles with State Machines

David Khourshid

User interfaces are highly dynamic and complex, and structuring stylesheets for every possible state of every component can be a challenge. In this talk, we will explore innovative ways of organizing…

CSSConf Budapest

28 min

CSS Animation - Beyond Transitions

Steven Roberts

Sure we all know about the power of CSS transitions, we use them day in and day out to animate the state of a button or link; but CSS is capable of so much more when it comes to animation, especially…

CSSConf Budapest

28 min

CSS in JS - beware the Hype!

Kathrin Holzmann

Everyone is hyped about CSS in JS - but is it really worth the hype? Or are there already ways to solve the Problems - maybe even in a better way? We are living in a mostly hype-driven world, where …

CSSConf Budapest

26 min

Getting Browser Bugs Fixed

Alan Stearns

When you run into a browser bug, what can you do? I’ll give how-to steps ranging from a quick vote on a bug through submitting a test case, all with real-life stories on how effective some extra effo…

CSSConf Budapest

29 min

Building Better Products Faster

Yu Ling Cheng, France Wang

“Front-end development has gotten trickier over the years. As new frameworks enable more complex behaviour, UX expectations have also risen. Yet, we still work the old way: Product defines features, …