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:

 #140: Exploring CSS Layout Techniques While Trying To Get a Subtitle to Wrap | File Type: video/mpeg | Duration: 20:10

This is the video screencast version of a blog post I did not long ago: Useful Flexbox Technique: Alignment Shifting Wrapping. I was at a CodePen Meetup and used it as a quick show-and-tell demo and it was kinda …

 #139: Explaining the Server Side Mustard Cut | File Type: video/mpeg | Duration: 16:25

I published a written post about this idea of the Server Side Mustard Cut. So if you’re into reading and checking out code samples and stuff, that’s the place for you. In this video I just walk through all …

 #138: Walking Through an HTTPS Conversion on WordPress | File Type: video/mpeg | Duration: 24:33

We just recently moved to “HTTPS everywhere” right here on CSS-Tricks. I wrote up a blog post detailing the steps to get there. This video is a companion to that, talking through the steps, as I know some folks prefer …

 #137: SVG is for Everybody | File Type: video/mpeg | Duration: 49:49

Rather than a typical screencast, this is a video taken of my talk SVG is for Everybody recorded by the Treehouse gang at BlendConf. Of course there is far too much about SVG to cover in just one talk, …

 #136: Moving Things to a CMS as Needed | File Type: video/mpeg | Duration: 17:02

In this video, I prattle on about a particular “real world” situation I was in involving how I handle the CodePen Meetups page. At the very beginning days of CodePen Meetups, we just had a single one planned. It was …

 #136: Moving Things to a CMS as Needed | File Type: video/mpeg | Duration: 17:02

In this video, I prattle on about a particular "real world" situation I was in involving how I handle the CodePen Meetups page. At the very beginning days of CodePen Meetups, we just had a single one planned. It was to be the first ever CodePen Meetup in Austin, Texas. So I made a page for it as part of the main CodePen website (a Rails project) at the URL /meetups/. There, I got to design it however I wanted. …

 #135: Three Ways to Animate SVG | File Type: video/mpeg | Duration: 15:09

Animating SVG is a bit unique in that there are three distinctly different ways you can approach animating it. …

 #135: Three Ways to Animate SVG | File Type: video/mpeg | Duration: 15:09

Animating SVG is a bit unique in that there are three distinctly different ways you can approach animating it. …

 #134: A Tour of a Site In-Progress Built with Jekyll, Grunt, Sass, an SVG System, and More | File Type: video/mpeg | Duration: 25:37

Warning: this is a meandering, intermediate level screencast in which we look at the code that powers a build process for a site. We don't write any code. A "build process" is all the stuff that happens between the code you write and code that goes out to a live website. We've talked before about using Grunt for this. Sass is processed, assets are combined, minification and optimization happens, etc. There are endless things that a build process can …

 #134: A Tour of a Site In-Progress Built with Jekyll, Grunt, Sass, an SVG System, and More | File Type: video/mpeg | Duration: 25:37

Warning: this is a meandering, intermediate level screencast in which we look at the code that powers a build process for a site. We don’t write any code. A “build process” is all the stuff that happens between the code …

 #133: Figuring Out Responsive Images | File Type: video/mpeg | Duration: 15:17

I'm probably a bit rare in that I rather enjoyed trying to keep up on the responsive images thing. It's an interesting problem that bred lots of interesting solutions. The whole thing is starting to wrap up now though, now that the official solutions are: <picture> and friends <img> with srcset and sizes The problem is: I don't really get it. I thought the original picturefill was pretty simple. List a bunch of sources with media queries. First one to …

 #133: Figuring Out Responsive Images | File Type: video/mpeg | Duration: 15:17

I’m probably a bit rare in that I rather enjoyed trying to keep up on the responsive images thing. It’s an interesting problem that bred lots of interesting solutions. The whole thing is starting to wrap up now though, now …

 #132: A Quick Useful Case for Sass Math and Mixins | File Type: video/mpeg | Duration: 10:13

I had a little design situation come up where I was making a fluid grid of boxes with floats. I wanted to specify how many boxes across a row was very easily, and have them flush against both edges of …

 #132: A Quick Useful Case for Sass Math and Mixins | File Type: video/mpeg | Duration: 10:13

I had a little design situation come up where I was making a fluid grid of boxes with floats. I wanted to specify how many boxes across a row was very easily, and have them flush against both edges of the container. …

 #131: Tinkering With Flexbox | File Type: video/mpeg | Duration: 13:14

In this video we tackle a little front end layout problem that would have been pretty much impossible without flexbox. I wrote up an article about it too, for easier reference of code.…

Comments

Login or signup comment.