CSS-Tricks Screencasts show

CSS-Tricks Screencasts

Summary: CSS-Tricks Screencasts is focused on showing you tips, tricks, techniques about web design. Code samples can be extremely helpful, but sometimes it is even more helpful to watch someone as they code. In CSS-Tricks Screencasts will show you real live CSS and HTML code being written and tested right on the screen. Topics will vary but will always center around design and usability.

Join Now to Subscribe to this Podcast

Podcasts:

 #196: Learning Grid & Flexbox with Kyle Simpson | File Type: video/mpeg | Duration: 01:00:06

Kyle is a JavaScript guy. He knows a ton about the web, and plenty about CSS too, but isn’t as up-to-date on modern CSS layout tools like flexbox and grid. We didn’t go from 0 to 100 here, but …

 #195: How to Draw a Line with CSS | File Type: video/mpeg | Duration: 16:00

Stupid simple, right? It is! But it’s fun to think about for a few minutes and count a bunch of different ways we could do it. And what do I mean by a line anyway? We’ll mostly talk about a …

 #194: Jetpack’s Social Integration | File Type: video/mpeg | Duration: 07:50

Jetpack can help automate your site’s social media. It’s a pretty small feature compared to all the huge stuff Jetpack can do, like improve your site’s search, back it up, and protect it. But it’s a …

 #193: Scully: the SSG for Angular | File Type: video/mpeg | Duration: 01:03:24

Tara Z. Manicsic joined me for this video, setting up the very basics of Scully, which is a Static Site Generator for Angular — nay, the SSG for Angular, as Tara pointed out to me. I don’t know much Angular …

 #192: Git Tricks for Getting Yourself Out of Trouble | File Type: video/mpeg | Duration: 01:11:48

As amazing as Git is for handling your source code, you can certain git (lol) yourself into trouble. What if you make a change to a file and you want to get rid of the change? What if you just …

 #191: Learn by doing: CUBE CSS | File Type: video/mpeg | Duration: 01:10:41

Andy Bell joins me to talk through his CSS methodology he calls CUBE CSS. That’s Composition, Utility, Block, and Exception.…

 #190: CSS Custom Properties Penetrate the Shadow DOM | File Type: video/mpeg | Duration: 16:00

One of the whole points of the Shadow DOM is that it provides encapsulation. No styles out, no styles in. But there are ways “through” the Shadow DOM, and one of them that is pretty cool and useful is using …

 #189: Notion for Personal & Public Use | File Type: video/mpeg | Duration: 21:54

This is the last video in our little series on using Notion. We’ve covered how Notion is great for working on web development teams. But another thing that makes Notion great is that it’s useful for yourself too. …

 #188: Exploring the Overlapping Header Pattern | File Type: video/mpeg | Duration: 27:35

Snook published an article titled “Overlapping Header with CSS Grid” where he looks at a header design pattern that I feel transcends trends and has been popular forever. The idea is that the header is oversized and the …

 #187: Notion for Team Meetings & Documentation | File Type: video/mpeg | Duration: 30:37

This is the second video in 3-video series on using Notion. In Part 1 we covered a lot of ground on what Notion is how it’s great for any team, and web development teams in particular. In this video, …

 #186: Notion for Web Development Teams | File Type: video/mpeg | Duration: 49:34

I’m a big fan of Notion, particularly for keeping teams in sync. I work on teams of developers, and I find it works particularly well for that. If I had to sum it up really quickly, I’d tell Notion …

 #185: Playing with CSS Masks | File Type: video/mpeg | Duration: 23:32

Masking in CSS is one way to hide parts of the element and show others. Another is clip-path, but let’s not focus on that today. “Masks are images; Clips are paths” is one way to think about the difference…

 #184: Playing with CSS Masks | File Type: video/mpeg | Duration: 23:32

Masking in CSS is one way to hide parts of the element and show others. Another is clip-path, but let’s not focus on that today. “Masks are images; Clips are paths” is one way to think about the difference, although it certainly gets confusing. In this video, we’ll look at how similar mask and its mask-* properties are really similar to the background and background-* properties. And they can be used together nicely, sinces a mask is a … Read article “#184: Playing with CSS Masks”

 #184: Inside & Aligned Lists | File Type: video/mpeg | Duration: 18:30

The fact that lists render their markers outside their own box (by default) is slightly weird. Any hidden overflow or overhanging off the edge of the browser will hide them. Moving them inside the box feels better and safer, but …

 #185: Inside & Aligned Lists | File Type: video/mpeg | Duration: 18:30

The fact that lists render their markers outside their own box (by default) is slightly weird. Any hidden overflow or overhanging off the edge of the browser will hide them. Moving them inside the box feels better and safer, but doing it that the easy way means losing the really nice alignment we got for free with outside list markers. We want it both ways! Let’s do that with our own custom counters, CSS grid (with subgrid), and some more … Read article “#185: Inside & Aligned Lists”

Comments

Login or signup comment.