CSS talks
-
The Power of SCSS
Rob Walker takes us through his recent journey from regular CSS to to world of SCSS. If you’re thinking of making the switch yourself and just need a little push, this is the talk for you.
-
Speedy, solid, semantic layout with Susy
Martin Underhill from temperetmper explains how to use Sass for layout, via the powerful yet light-weight Susy library.
-
The Three Developers
Lessons learned from maintaining and migrating software on the web including what makes good code, what makes bad code, and how to be a better developer on a team.
-
Standardizing 'select': What the future holds for HTML
Thought HTML was done? Think again! Those who work on the web platform are ready to extend HTML controls with not only updated native web styles, so that we're no longer stuck in the Windows 95 era…
-
CSS Regression testing
A look into different tactics to regression test CSS files to make sure that unwanted changes do not creep in.
-
Play, Code, Create
Since that first time a blinking cursor stared back at him after plugging-in his Sinclair ZX81, Brendan Dawes has loved the creative possibilities that code creates.
-
100% CSS Mario Kart
Do you enjoy CSS? Do you enjoy retro games? Have you ever wanted to combine the 2, in such a way that the CSS Working Group will cry and ask you to stop? Then this is the talk for you!
-
CSS Animation: Beyond Transitions
-
Getting to grips with CSS grid
CSS grid finally brings 2 dimensional layouts to CSS with some incredibly powerful tools for creating beautiful responsive layouts.
-
Securing your site like it's 1999
Security in the early days of the web was hard. One day your HTML is disintegrating, the next you are fighting someone named “~Ninjad00d~” who has found a way to take over your forum system.
-
Opening Silos in Big Brilliant Corporations Part 2
Joe Hart from the BBC's GEL (Global Experience Language) team tells us about how the BBC is reinventing itself into a culture of embracing constant change and how they're helping open the silos…
-
CSS in a component filled landscape
Lewis will help you make some sense of the variety of tools available to you to "component-ise" your CSS, from CSS modules, CSS in JS solutions, and styled-components.
-
Greased Lightning
Want to load your site faster than a fast thing? Our very own Sam Beckham shows us how.
-
Browser Rendering – Performance past the first page load
Andrew Khan tells us how to make sure your site remains performant once all the assets have been sent over the wire.
-
CSS Grid Layout
A very timely talk as the big browsers are due to ship implementations of CSS Grid Layout in a matter of weeks. Grid lets you create complex layouts very easily. No more floats and clearfixes!
-
Taming Flexbox
Luke Jackson gives an introduction to Flexbox – a pretty awesome CSS technology. He demystifies some of the apparently confusing syntax and gives advice on how to deal with some of its complexities…
-
CSS Pseudo Classes
Elizabeth Léonard takes the Frontend NE crowd through CSS pseudo selectors and pseudo classes.
-
CSS Selectors
Richard Carter from Peacock Carter takes us though CSS selectors. From covering the basics to introducing some more obscure attribute selectors, there's plenty to brush up on!