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

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 screencast

Building 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 screencast

RailsCasts #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 screencast

RailsCasts #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 screencast

Creating a Delicious Counter with jQuery

Screencasts Org - 2011-03-16 - free

Sometimes 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 screencast

Building a Simple AJAX Website with Sinatra & jQuery

Screencasts Org - 2011-03-11 - free

To 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 screencast

Using AJAX with jQuery

Screencasts Org - 2011-02-03 - free

Overview 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 screencast

RailsCasts #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 screencast

RailsCasts #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 screencast

RailsCasts #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