This month featured screencasts
Ruby on Rails Tutorial: Learn Rails by Example
Rails Tutorial - 2011-02-11 - paid
The Ruby on Rails 3 Tutorial book and screencast series teach you how to develop and deploy real, industrial-strength web applications with Ruby on Rails. The companion screencast series includes 12 individual lessons totaling more than 15 hours, with one lesson for each chapter of the Ruby on Rails 3 Tutorial book.
Watch the free preview!Latest Screencasts
HTML5: Browser Caching
Peepcode - 2012-02-03 - paid
Browser caching is one of the least understood features of HTML5, but can make a dramatic improvement in your users’ experience of your website. It can speed up your site for both online and offline applications, desktop and mobile. The syntax for using local storage and offline caching is simple,...
Watch this screencastRailsCasts #89 Page Caching (revised)
Railscasts - 2012-02-02 - paid
Page caching is an efficient way to cache full content to be served by the front-end web server. Learn how to deal with pagination, expiration with sweepers, and user-specific content in this episode.
Watch this screencastRailsCasts #320 Jbuilder
Railscasts - 2012-01-30 - free
Jbuilder provides a DSL for generating JSON. It includes a template engine which allows you to create complex responses with helpers and conditions.
Watch this screencastRailsCasts #321 HTTP Caching
Railscasts - 2012-01-30 - paid
With HTTP response headers you can the cache in the user's browser and proxies. Etags, Last-Modified, Cache-Control and Rack::Cache are all covered here
Watch this screencastRailsCasts #150 Rails Metal (revised)
Railscasts - 2012-01-27 - paid
Rails metal may have been removed in Rails 3, but it is possible to bypass the entire Rails stack through middleware as shown in this episode.
Watch this screencastRailsCasts #318 Upgrading to Rails 3.2
Railscasts - 2012-01-23 - free
Rails 3.2 sports many new features including automatic explain queries, tagged logging, key-value store in Active Record, improved migration generator and more. Learn all about these new features in this episode.
Watch this screencastRailsCasts #319 Rails Middleware Walkthrough
Railscasts - 2012-01-23 - paid
Here I describe each Rack middleware that is included in a Rails app which will give you a better understanding of what a request goes through behind the scenes before it hits your application.
Watch this screencastRailsCasts #72 Adding an Environment (revised)
Railscasts - 2012-01-19 - paid
Rails comes with three environments: development, test, and production, but it is easy to add your own. Here I show how to add a separate staging environment and how to start up Rails under this.
Watch this screencastEpisode 4: Context In JavaScript
Watch Me Code - 2012-01-17 - paid
When was the last time JavaScript's "this" worked the way you thought it did? You have an object with a function, and you call "this" to get some data from the it only to find that the data isn't there because "this" isn't the object you thought it was! In this episode, we'll look at all function invocations and how they manipulate "this". We'll also see some common scenarios that trip people up, like passing an object's method as a callback.
Watch this screencast