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:

 #183: Art Directing Images, the Picture Element, and Image CDNs | File Type: video/mpeg | Duration: 27:17

It’s a bonafide phenomenon! I’m talking about the idea of image hosting services that allow you to manipulate the URL to the image in order to transform it. In other words, if you need multiple copies of an …

 #182: Baby’s First Vue SFC | File Type: video/mpeg | Duration: 11:15

SFC as in “Single File Component” which is something that Vue offers and Vue people seem to love. I’ve written very little Vue in my days, but I’m a fan! We recently started supporting Vue SFC’s on CodePen, so this …

 #181: Poking at HTML Lists | File Type: video/mpeg | Duration: 16:42

I had a dumb little issue the other day where a nested list didn’t quite have the right spacing. I was only adding margin-bottom on the list elements and the lists themselves, but that meant there was no space between …

 #180: Tinkering with Video on Mobile | File Type: video/mpeg | Duration: 15:24

Fair warning: I’m no expert on this stuff, I’m just playing around with video on the web and addressing some issues I have when showing off video clips in blog posts. I have an iOS simulator up in this video, …

 #179: A Grid of Squares | File Type: video/mpeg | Duration: 16:34

Using CSS grid to make a grid, is, well, the whole point. But what if you want all those grid items to maintain an aspect ratio, like a 1:1 square? It’s possible, but it involves a little trickery. In this …

 #178: Percy Catches Visual Changes in any Workflow | File Type: video/mpeg | Duration: 27:53

I wanted to make sure you understand exactly what Percy can do for you, hence the title. When you commit a change to your websites Git repo, like in a Pull Request workflow most of us live in, Percy will …

 #177: Local WordPress Development to Production Workflow | File Type: video/mpeg | Duration: 12:32

This is the basics of how I work locally with a WordPress site, and then getting it to production. Flywheel is a sponsor of CSS-Tricks, and I’m glad they are because they make great products. Flywheel is at the heart …

 #176: Working with Framer Motion | File Type: video/mpeg | Duration: 43:03

Matt Perry from Framer and I take a look at the React animation library Framer Motion. First, we take a look at how simple the API is. You control everything very declaratively through props on elements in your JSX. …

 #175: 7 Things to Know About Webflow | File Type: video/mpeg | Duration: 37:58

(This is a sponsored video I worked on between us at CSS-Tricks and Webflow. I think Webflow is a fascinating product for building websites that is, in my opinion, in a category all to itself at the moment. It …

 #174: Using Local Overrides in DevTools | File Type: video/mpeg | Duration: 11:00

There is a feature of Chrome DevTools that lets you: See the code of any given resource the current web page is using (like CSS and JavaScript). “Pretty Print” it (format it for readability) Save it to disk Use that …

 #173: Ooooops I guess we’re full-stack developers now. | File Type: video/mpeg | Duration: 46:53

And by “we’re”, I mean us, front-end developers ;) Here’s the website that goes with this talk. This is a talk I put together where I postulate that, over time, the breadth of what front-end developers are able to do …

 #172: Hand SVGing a Curved Line | File Type: video/mpeg | Duration: 17:17

I find that 98% of all my SVG usage comes from pre-created SVG files or vector art in some design software that I ultimately export as SVG. Not super often am I hand-manipulating the coordinates of things in the SVG …

 #171: Movable Stacked Card Row in CSS | File Type: video/mpeg | Duration: 13:34

The same basic idea as the cards on the homepage of v17 of this site. …

 #170: Watch an Amateur Spin Up a React + Babel + Webpack + CSS Modules Project | File Type: video/mpeg | Duration: 42:30

Fair warning! This isn’t a speedy, straightforward, expert-driven plow-through of how to set up these technologies. Although, by the end, we do successfully get it all going. This is about documenting the real-world experience of doing this kind of work. …

 #169: How to Think Like a Front-End Developer | File Type: video/mpeg | Duration: 43:07

This is a video from my talk at WordCamp US. Let’s take a peek at what front-end development has become these days. Starting from what the role is, where we sit, and the expectations of us. Then we’ll get into …

Comments

Login or signup comment.