Latest Screencasts
RailsCasts #294 Playing with PJAX
Railscasts - 2011-10-31 - free
PJAX allows you to quickly update a section of a page using AJAX with automatic pushState support. Here I show how to use both pjax_rails and rack-pjax gems.
Watch this screencastBuilding a Star-Rating System in Ruby on Rails with jQuery
Teach Me To Code - 2011-07-05 - free
Specification Clicking a star rating turns on the stars to the left of the star I clicked. Clicking a star submits the star rating. When I refresh the page, the star ratings should be persistent. We’ll be using Rails’ functions including: form_for hidden_field Rails Helpers We’ll be using jQuery functions including: click each ajax <code> [...]
Watch this screencastRailsCasts #260 Messaging with Faye
Railscasts - 2011-04-04 - free
Faye is a subscription/publishing server which makes it easy to do push notifications within a Rails app.
Watch this screencastRailsCasts #258 Token Fields
Railscasts - 2011-03-21 - free
With the jQuery Tokeninput plugin it is easy to add an autocompleting list of entries for a many-to-many association.
Watch this screencastCreating a Delicious Counter with jQuery
Screencasts Org - 2011-03-16 - freeSometimes it's nice to show how many times a page has been bookmarked on Delicious. In this screencast we'll show you how. We'll use HTML5 to help compliment the client side scripting to find out how many times each page has been bookmarked. We'll be building on top of what...
Watch this screencastBuilding a Simple AJAX Website with Sinatra & jQuery
Screencasts Org - 2011-03-11 - freeTo mark AJAX's birthday on 18th March, we've put together a screencast to show you how to create your very own AJAX-updating countdown website for the big day. We're using Haml, Sinatra and jQuery to do this and recommend you look at our introduction videos if you're not familiar with...
Watch this screencastUsing AJAX with jQuery
Screencasts Org - 2011-02-03 - freeOverview jQuery has an arsenal of tools for you to include dynamic data in your web application. There are many different techniques which may suit one situation over another. In this screencast we'll show you several ways that jQuery can load information off the web, which you can start using...
Watch this screencastRailsCasts #248 Offline Apps Part 2
Railscasts - 2011-01-10 - free
Learn how to make a site usable offline with HTML 5 localStorage. This last part of the series covers jquery-tmpl and jquery-offline.
Watch this screencastRailsCasts #246 AJAX History State
Railscasts - 2010-12-27 - free
The new pushState function in JavaScript allows us to change the full URL with AJAX. This means the back button, reloading, and bookmark support can be easily added.
Watch this screencastRailsCasts #240 Search, Sort, Paginate with AJAX
Railscasts - 2010-11-15 - free
Many administration pages have search, sorting, and pagination on the index page. See how to add all of this including AJAX.
Watch this screencast