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:

 #116: Let’s Answer Forum Posts! | File Type: video/mpeg | Duration: 25:55

In this screencast we pop over to The Forums to answer as many questions as we can. The point is just to have a little fun and show you how easy it is to contribute to the community. Become a …

 #115: Don’t Overthink It Grids | File Type: video/mpeg | Duration: 17:19

Even if the layout of a site is simple as a main content area on the left and a sidebar on the right, that's a grid. There are new layout methods in CSS that are getting closer to prime time (like flexbox and grid layout) that will be very great for grids, but for now, floats are still doing the job. I see a new grid framework just about every week. I think this saturation of grid frameworks gives rise …

 #115: Don’t Overthink It Grids | File Type: video/mpeg | Duration: 17:19

Even if the layout of a site is simple as a main content area on the left and a sidebar on the right, that’s a grid. There are new layout methods in CSS that are getting closer to prime time …

 #114: Let’s Do Simple Stuff to Make Our Websites Faster | File Type: video/mpeg | Duration: 28:01

I present four really simple things you can do to make your websites faster. Nothing even as complex as making image sprites (which ain't that complicated). These are all easy wins with big possible performance gains. Plus, we handle a "Performance Troll" at the end.…

 #114: Let’s Do Simple Stuff to Make Our Websites Faster | File Type: video/mpeg | Duration: 28:01

I present four really simple things you can do to make your websites faster. Nothing even as complex as making image sprites (which ain’t that complicated). These are all easy wins with big possible performance gains. Plus, we handle a …

 #113: Creating and Using a Custom Icon Font | File Type: video/mpeg | Duration: 21:46

As we’ve said around here many times: icon fonts are awesome. They are efficient in the same way CSS sprites are efficient: lots of images usable for different areas/purposes in one single download. But they are even more awesome than …

 #113: Creating and Using a Custom Icon Font | File Type: video/mpeg | Duration: 21:46

As we've said around here many times: icon fonts are awesome. They are efficient in the same way CSS sprites are efficient: lots of images usable for different areas/purposes in one single download. But they are even more awesome than sprites because they are vector and so can scale to any size, be shadowed, change color, and more. They also look fantastic on retina displays (or displays of any size and resolution, really). To be the most efficient with your …

 #112: Using CodePen | File Type: video/mpeg | Duration: 12:53

CodePen is an app for sharing and playing around with front end code. I made it with some friends of mine: Alex Vazquez and Tim Sabat. In this typical ramble-ridden screencast I introduce what it is, what it’s for, how …

 #112: Using CodePen | File Type: video/mpeg | Duration: 12:53

CodePen is an app for sharing and playing around with front end code. I made it with some friends of mine: Alex Vazquez and Tim Sabat. In this typical ramble-ridden screencast I introduce what it is, what it's for, how to use it, and some of its fancy features.…

 #111: Get Yourself Preprocessing in Just a Few Minutes | File Type: video/mpeg | Duration: 19:50

There is nothing to be afraid about in this brave new world of preprocessing. Native apps make it so easy that it should be a vital part of any modern workflow. In this video we have a simple project in …

 #111: Get Yourself Preprocessing in Just a Few Minutes | File Type: video/mpeg | Duration: 19:50

There is nothing to be afraid about in this brave new world of preprocessing. Native apps make it so easy that it should be a vital part of any modern workflow. In this video we have a simple project in which we use Jade and Sass on. We use CodeKit to watch the project, which not only makes the preprocessing trivially easy, but helps in more ways like refreshing the browser, injecting styles, and optimizing images. Links from the video:…

 #110: Quick Overview of CSS Position Values | File Type: video/mpeg | Duration: 13:34

This is a quick beginner-level overview of the different CSS position values. In a nutshell: relative allows you to “nudge” and leaves the element’s original position in the page flow. Absolute and fixed allow for exact placement of elements and …

 #110: Quick Overview of CSS Position Values | File Type: video/mpeg | Duration: 13:34

This is a quick beginner-level overview of the different CSS position values. In a nutshell: relative allows you to "nudge" and leaves the element's original position in the page flow. Absolute and fixed allow for exact placement of elements and remove them from the page flow. Fixed positioned elements are unaffected by scrolling. All of them set a new positioning context and allow z-index to work. Links from Video: Dabblet Position (on MDN) …

 #109: Getting off FTP and onto Git Deployment with Beanstalk | File Type: video/mpeg | Duration: 25:57

In this screencast I move my own personal website from my old live FTP editing ways to a proper version controlled system including deployment. I haven’t had much experience with this, so forgive me if it’s a bit rough. We …

 #109: Getting off FTP and onto Git Deployment with Beanstalk | File Type: video/mpeg | Duration: 25:57

In this screencast I move my own personal website from my old live FTP editing ways to a proper version controlled system including deployment. I haven't had much experience with this, so forgive me if it's a bit rough. We start by moving the live website local, including bringing all the files down and copying the database. Then we set up a Git repository in Beanstalk and push it all up to that. Then we give Beanstalk our FTP credentials …

Comments

Login or signup comment.