Hey there! Check out HackerBooks.com - our latest project that let you search books from StackOverflow and HackerNews

Latest Screencasts (page 9)

RailsCasts #304 OmniAuth Identity

Railscasts - 2011-12-05 - free

With the release of OmniAuth 1.0 there is a new Identity strategy which allows users to register/login with a password if they don't want to use an external provider.

Watch this screencast

Followers and Following

Teach Me To Code - 2011-12-03 - free

In order to get someone a timeline in JotRod, we need followers and following lists to compile the Jots from. This means that we need to add a new ColumnFamily called Followers and another one called Following. We don’t have the joins capability from relational databases to do this for us. I’m going to hijack [...]

Watch this screencast

RailsCasts #182 Cropping Images (revised)

Railscasts - 2011-12-02 - paid

Allow users to interactively crop uploaded images using Jcrop and Carrierwave. Includes a live preview that shows the resulting image.

Watch this screencast

Episode 3: Variable Scope In JavaScript

Watch Me Code - 2011-11-30 - paid

Are you staring a pile of JavaScript, wondering why anyone would use that pesky "var" keyword? Or perhaps your looking at a series of nested functions that seem to share variables, but you can't figure out how. And why is that function wrapped in parenthesis, with a bunch of vars in it?

Watch this screencast

RailsCasts #303 Publishing a Gem

Railscasts - 2011-11-28 - paid

In this second part on making a gem, you will learn how to publish a gem by releasing it to rubygems.org, testing it through Travis CI, documenting it on RubyDoc.info, and advertising it on various sites.

Watch this screencast

RailsCasts #302 In-Place Editing

Railscasts - 2011-11-28 - free

Edit an attribute in-place without leaving a page using the Best In Place gem. Learn how to add validations and support for various field types.

Watch this screencast

RailsCasts #88 Dynamic Select Menus (revised)

Railscasts - 2011-11-25 - paid

Do you need to dynamically change one select menu based on the value of another? Here I show how to filter states/provinces by a selected country using grouped options and a dab of CoffeeScript.

Watch this screencast

Backbone Persistence

Peepcode - 2011-11-23 - paid

by Geoffrey Grosenbach. Graphics by Paula Lavalle. Music by Giles Bowkett. Previously: Backbone Part I Backbone Part II Backbone.js is a capable framework for building client-side applications. But even with method-by-method documentation, the details of how to actually build full-featured, useful applications can be elusive.

Watch this screencast

RailsCasts #301 Extracting a Ruby Gem

Railscasts - 2011-11-21 - paid

In this episode I show how to extract a Ruby Gem from an existing Rails application, test it with RSpec and Supermodel, and add a Railtie.

Watch this screencast

RailsCasts #300 Contributing to Open Source

Railscasts - 2011-11-21 - free

GitHub makes it easier than ever to contribute to open source with pull requests. Here I show how to submit a pull request to the VCR project.

Watch this screencast