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 screencastRailsCasts #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 screencastCreating 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 screencastRailsCasts #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 screencastRailsCasts #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 screencastRailsCasts #168 Feed Parsing
Railscasts - 2009-06-29 - free
Learn two different techniques for parsing an RSS feed using Feedzirra in this episode!
Watch this screencastRailsCasts #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 screencastEpisode 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 screencastEpisode 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 screencastRailsCasts #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