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

Latest Free Screencasts

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

  Ruby on Rails 3.1 is moving to use Sprockets to compile CoffeeScript into JavaScript and include JQuery in it’s JavaScript by default. This is a quick demo of how it all hangs together to manage your JavaScript in Rails 3.1.

Watch this screencast

RailsCasts #261 Testing JavaScript with Jasmine

Railscasts - 2011-04-11 - free

Are you testing your JavaScript? Learn how to add specs using Jasmine. This episode also covers jQuery integration with jasmine-jquery.

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

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

Improving the Delicious Bookmark Button with jQuery

Screencasts Org - 2011-03-09 - free

The default Delicious Bookmark Button is obtrusive and broken when you switch off JavaScript. We show you how to improve and build an unobtrusive one with jQuery. Links Default Delicious Save Buttons What you'll learn How to build an unobtrusive JavaScript Delicious Bookmark Button with jQuery How to url encode...

Watch this screencast

Graceful Degradation with jQuery and Rails 3

Screencasts Org - 2011-02-05 - free

Overview Throughout your web development career you may be required to develop sites that can function when JavaScript is switched off. This may be required because of security or accessibility policies, or perhaps just plain old ideology. Graceful Degradation is a term used to describe designing websites so that they...

Watch this screencast

Introduction to jQuery

Screencasts Org - 2011-02-03 - free

Overview This screencast will show you how to use some of jQuery’s core functionality, including accessing attributes, manipulating HTML, transversing the document, applying effects and handling events. We’ll show you how to setup a page with an article and two forms (sign in and sign up) that dynamically hides and...

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

Rails 3.0.3 Setup – Delicious Clone

Teach Me To Code - 2011-01-14 - free

Here is what I’ve done to create this application: Use the ‘rails new’ command to create a rails application Set up the Gemfile Configure the Database Install Cucumber Install Rspec Install Devise Install CanCan Install jQuery Configure Devise Download (HD) 84.2 MB Download (iPod & iPhone) 47.4 MB

Watch this screencast