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

Latest Screencasts (page 6)

RailsCasts #175 AJAX History and Bookmarks

Railscasts - 2009-08-17 - free

Browser page history and bookmarks do not usually work with AJAX requests, but in this episode I show you how to remedy this problem using a simple jQuery plugin.

Watch this screencast

RailsCasts #173 Screen Scraping with ScrAPI

Railscasts - 2009-08-03 - free

Screen scraping is not pretty, but sometimes it's your only option to extract content from an external site. In this episode I show you how to fetch product prices using ScrAPI.

Watch this screencast

Creating a Simple Plugin

Teach Me To Code - 2009-08-02 - free

Learn how to create a simple plugin using Ruby on Rails. This video will teach you how to turn a view helper into it’s own plugin, and extend the ActionView::Base.

Watch this screencast

RailsCasts #171 Delayed Job

Railscasts - 2009-07-20 - free

Is there a long running task which should be handled in the background? One of the best ways is using the delayed_job plugin like I show in this episode.

Watch this screencast

RailsCasts #170 OpenID with Authlogic

Railscasts - 2009-07-13 - free

Learn how to apply OpenID to an existing Authlogic setup as I show in this episode. This builds upon the app from episode 160.

Watch this screencast

RailsCasts #168 Feed Parsing

Railscasts - 2009-06-29 - free

Learn two different techniques for parsing an RSS feed using Feedzirra in this episode!

Watch this screencast

RailsCasts #164 Cron in Ruby

Railscasts - 2009-06-01 - free

Cron is great for handling recurring tasks, but it is an external dependency with a crazy syntax. In this episode I show you how to use Whenever to create cron jobs with Ruby.

Watch this screencast

Episode 062: Track Magic

Sdruby - 2009-05-22 - free

Jim Rea will demonstrate Track Magic, a plugin for Panorama that allows Rails developers to interact directly with Rails databases on the desktop without a browser.

Watch this screencast

Episode 057: Facebooker Plugin

Sdruby - 2009-05-20 - free

Michael Madrid discusses Styleact (a Facebook application) and how to develop Facebook apps using Ruby on Rails and the Facebooker plugin.

Watch this screencast

RailsCasts #162 Tree Based Navigation

Railscasts - 2009-05-18 - free

The acts_as_tree plugin provides many methods for handling a tree based association. In this episode I show how to build a navigation system with tabs, subpages, and breadcrumbs.

Watch this screencast