Latest Screencasts
Compass, SASS, and the 960 Grid System – Delicious Clone
Teach Me To Code - 2011-03-25 - free
In preparing to show off SASS, I found the Compass system, which uses SASS and organizes your stylesheets in a unique way. In this tutorial, I walk you though installing compass, installing the 960 grid system, and organizing your SASS stylesheets in an intelligent way. One note, I couldn’t remember the URL for the 960 [...]
Watch this screencastCreating a Rake Task to Convert ERB to HAML
Teach Me To Code - 2011-03-18 - free
This is a basic demonstration of adding a rake task to Ruby on Rails. Some of the same principles apply to Rake in general. You also see how to call out to the command line and how to convert ERB and HTML to HAML.
Watch this screencastEpisode 100: Getting Oriented with Compass
Sdruby - 2011-03-06 - free
Patrick Crowley shows how to turbo-charge your layouts with Compass, a lightweight stylesheet framework built on top of Haml and Sass. Bonus content: download the slides from this talk.
Watch this screencastRailsCasts #125 Dynamic Layouts
Railscasts - 2008-09-01 - free
Discover how to dynamically change the layout using content in the database. Check out this episode for details.
Watch this screencastRailsCasts #99 Complex Partials
Railscasts - 2008-03-31 - free
How do you handle partials which have differences depending on the action which is rendering them? Here's three suggestions for this problem.
Watch this screencastRailsCasts #8 Layouts and content_for
Railscasts - 2007-03-21 - free
If you want to change something in the layout on a per-template basis, content_for is your answer! This allows templates to specify view code that can be placed anywhere in a layout.
Watch this screencastRailsCasts #7 All About Layouts
Railscasts - 2007-03-19 - free
Everything you wanted to know about layouts: global layouts, controller layouts, shared layouts, dynamic layouts and action layouts. Yes, there really are that many ways to specify a layout.
Watch this screencast