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

Latest Screencasts (page 3)

RailsCasts #102 Auto-Complete Association

Railscasts - 2008-04-21 - free

Usually a select menu is used for setting a belongs_to association, but in this episode I will show you how to use a text field with auto completion.

Watch this screencast

AJAX Essential Training

Lynda - 2008-01-22 - paid

In AJAX Essential Training, instructor Dori Smith shows experienced web developers how to utilize AJAX to best create dynamic pages. The course covers selecting the best tools for the job (HTML, CSS, JavaScript, XML), understanding all aspects of HTTP from requests to responses, and creating dynamic forms and maps from...

Watch this screencast

RailsCasts #88 Dynamic Select Menus

Railscasts - 2008-01-13 - free

See how to dynamically change a select menu based on another select menu using Javascript. In this episode everything is kept client side which leads to a more responsive user interface.

Watch this screencast

RailsCasts #75 Complex Forms Part 3

Railscasts - 2007-10-15 - free

In this third and final episode on complex forms I will show you how to edit a project and multiple tasks all in one form. This includes removing and adding tasks dynamically as well. See the show notes for updated code.

Watch this screencast

RailsCasts #74 Complex Forms Part 2

Railscasts - 2007-10-08 - free

See how to use Javascript and RJS to add and remove form fields dynamically. This episode will build upon the previous episode allowing you to create any number of tasks in one form the same time a project is created.

Watch this screencast

RailsCasts #73 Complex Forms Part 1

Railscasts - 2007-10-01 - free

Complex forms often lead to complex controllers, but that doesn't have to be the case. In this episode see how you can create multiple models through a single form while keeping the controller clean.

Watch this screencast

RailsCasts #57 Create Model Through Text Field

Railscasts - 2007-07-13 - free

Let's say you provide a select menu for setting which category a given product belongs to, but you also want the option of creating a new category by typing the name in a text field. See a great way to do that in this episode.

Watch this screencast

RailsCasts #52 Update through Checkboxes

Railscasts - 2007-07-02 - free

See how to select multiple items using checkboxes and perform an action on the selected items in this episode.

Watch this screencast

RailsCasts #43 AJAX with RJS

Railscasts - 2007-06-11 - free

This episode will walk you through adding AJAX functionality to a form using RJS. See how to easily update multiple elements on a page.

Watch this screencast

RailsCasts #39 Customize Field Error

Railscasts - 2007-06-01 - free

When a validation error occurs, Rails helpfully wraps the field in a div tag so you can style it. But sometimes you don't want this behavior. In this episode you will see how to customize it.

Watch this screencast