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:

 #211: Building a Paid Subscription Newsletter with MailPoet + WooCommerce + WordPress | File Type: video/mpeg | Duration: 31:26

With MailPoet and WooCommerce, we can build a paid subscription newsletter into a WordPress website. Our only costs are transaction fees, whatever WordPress hosting we might need, and a yearly fee for WooCommerce Subscriptions, making it a very cost-friendly …

 #210: Yapping About Astro | File Type: video/mpeg | Duration: 26:28

I think Astro is a pretty cool bit of technology for building websites! Should we call it a framework? We’ll get into that in the video. How can we call it a framework if it asks you to “bring your …

 #209: A Netflix Clone with DataStax Astra and Netlify | File Type: video/mpeg | Duration: 50:53

I paired up with David Jones-Gilardi of DataStax to go through one of the workshops they have put together (with Ania Kubów, who has a video you should watch as well) that does a good job of showcasing how …

 #208: A CSS Grid Layout with Pictures Down One Side Matched Up with Paragraphs on the Other | File Type: video/mpeg | Duration: 21:17

This is the video version of a blog post we did asking the question: How do you make a layout with pictures down one side of a page matched up with paragraphs on the other side? It’s a satisfying answer because …

 #207: Performance Testing CSS-Tricks with WebPageTest | File Type: video/mpeg | Duration: 01:13:22

I get a hands-on performance review with Tim Kadlec of WebPageTest! This is a real honor as Tim is a real performance guru who knows WebPageTest in and out. I’m all about getting a little free consulting helping y’all …

 #206: Building a Data-Backed Next.js Site with Prisma & App Platform | File Type: video/mpeg | Duration: 42:07

I’m joined by Chris Sev from Digital Ocean to talk about their new App Platform. We’re going to use it to build a little website. The site will be blog-like: posts with IDs, titles, content, and the more dynamic …

 #205: Sticky Positioning: How it Works, What Can Break It, and Dumb Tricks | File Type: video/mpeg | Duration: 19:17

How it works You apply position: sticky; to an element along with a top, left, right, or bottom threshold and it will “stick” in that position when the threshold is passed, as long as there is room …

 #204: Using the axe DevTools Web Accessibility Testing Browser Plugin | File Type: video/mpeg | Duration: 31:40

In this video, I’m joined by Preety Kumar of Deque to take a look at their DevTools plugin for axe. Short story: this is an amazing plugin that helps you quickly find accessibility problems on any website, then helps …

 #203: A First Look at Cloudflare Pages | File Type: video/mpeg | Duration: 29:58

Cloudflare Pages is Jamstack hosting, meaning it’s a static file host that runs your builds and lets you do dynamic things with JavaScript and services. You might normally think of Cloudflare as something you put in front of your site’s …

 #202: Centered List Markers | File Type: video/mpeg | Duration: 10:13

Like so many things CSS, there is all sorts of little stuff to know, even something as minuscule as centering a list marker. A reader wrote in with a screenshot of what they were trying to accomplish — basically an …

 #201: Doing Booping | File Type: video/mpeg | Duration: 15:42

Joshua Comeau crowd-coined the term “boop” (high five, Adam Kuhn). These are sorta like hover/focus states, except that they aren’t. Your thingies — things like links, buttons, etc. — should still have those states. A “boop” is a more …

 #200: Scroll to Zoom | File Type: video/mpeg | Duration: 10:05

Fair warning: you aren’t going to need this every day! I just happened to be looking at a neat little SVG warping tool that had a feature where my mouse scroll wheel (or trackpad) could be used to zoom the …

 #199: Messing with JSX | File Type: video/mpeg | Duration: 12:22

I probably should have learned this long ago, but alas, here we are. Turns out you can tell what function you want JSX to use. Yep, JSX really only has one primary transformation that it does. It turns angle brackets …

 #198: About the Position Property | File Type: video/mpeg | Duration: 13:56

static: the default relative: allows you to nudge around with top/right/bottom/left, making z-index work, gives you a positioning context absolute: top/right/bottom/left moves the element …

 #197: A Look at Stackbit and Stackbit Studio | File Type: video/mpeg | Duration: 40:11

The Stackbit app helps you kick out a new Jamstack site very quickly. Pick a theme, a static site generator, and a CMS and it’ll get a repo going for you on the double. Stackbit has gotten much more powerful …

Comments

Login or signup comment.