Latest Screencasts (page 2)
RailsCasts #229 Polling for Changes
Railscasts - 2010-08-30 - free
If you have frequently changing data on the server side, it's helpful to automatically display this to the user as well. Here I show how to accomplish this with polling in jQuery.
Watch this screencastAjax Validations with Rails and jQuery (Screencast)
Emerson Lackey - 2010-06-27 - free
Ajax validations are a great way to improve the user experience of your site. This screencast walks through the basic steps required to get a nice validation setup working with Rails 2.3.8 and jQuery. This technique is especially useful for validations that require server-side checks, like ensuring a value is unique.
RailsCasts #205 Unobtrusive Javascript
Railscasts - 2010-03-15 - free
Keep JavaScript out of your HTML content with unobtrusive JavaScript. Here I show how Rails 3 works with this best practice.
Watch this screencastjQuery Ajax
Peepcode - 2010-02-12 - paid
PeepCode Meet jQuery quickly became our fastest-selling title of all time. In this screencast, we explore the Ajax features of the popular jQuery JavaScript framework. We start simply with the transfer of HTML fragments in only one line of code. You’ll learn about the convenience methods in jQuery and then...
Watch this screencastRailsCasts #197 Nested Model Form Part 2
Railscasts - 2010-01-18 - free
Add and remove nested model fields dynamically through JavaScript using either Prototype or jQuery.
Watch this screencastMeet jQTouch
Peepcode - 2009-12-25 - paid
jQTouch makes programming for mobile browsers fun! Simple HTML, CSS, and jQuery Javascript combine to make it easy to build applications for WebKit-based mobile browsers like the iPhone/iPod Touch, Android, and Palm webOS. The framework is sparsely documented, but after watching this 70 minute screencast you’ll have a firm understanding...
Watch this screencastUsing Selenium with Webrat and Cucumber
Bddcasts - 2009-10-20 - free
How to use Webrat and Selenium to test the parts of your application that rely on AJAX or some form of Javascript interaction with the user.
Watch this screencastRailsCasts #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 #174 Pagination with AJAX
Railscasts - 2009-08-10 - free
Learn an easy, unobtrusive way to add AJAX functionality to an existing set of pagination links using jQuery.
Watch this screencastRailsCasts #169 Dynamic Page Caching
Railscasts - 2009-07-06 - free
Use JavaScript to allow dynamic content in a page cache. In this episode I show you how to insert the user-specific content into a page through JavaScript.
Watch this screencast