Latest 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 screencastRails 3.1 Beta – Sprockets, CoffeeScript, and JQuery – A Teach Me To Code Tutorial
Teach Me To Code - 2011-05-07 - free
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 screencastRails 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 screencastNested Forms With JQuery
Teach Me To Code - 2010-04-06 - free
Ruby on Rails allows you to nest models within a form. Ryan Bates of Railscasts demonstrated how to set up these forms with JavaScript using the Prototype framework, which ships with Rails. In this episode, Charles Max Wood gives a brief overview of how Ryan’s code works, and then refactors the JavaScript to use JQuery. [...]
Watch this screencastjQuery Masonry
Teach Me To Code - 2009-12-02 - free
In this screencast we’ll cover aligning floated elements on an HTML page using jQuery, the jQuery Masonry plugin and CSS.
Watch this screencastCreating a Twitter Clone in Rails – Part 6
Teach Me To Code - 2009-11-15 - free
In this concluding episode, we go over how to add search functionality to our Flitter application, and add a ‘follow / unfollow’ button which uses AJAX. This is the last of the 6-part series on how to create a Twitter Clone using Ruby on Rails.
Watch this screencastCreating a Twitter Clone in Rails – Part 5
Teach Me To Code - 2009-11-14 - free
The saga continues. Here we learn how to add the friends list to your application and we use AJAX to add/remove friends.
Watch this screencastCreating a Twitter Clone in Rails – Part 3
Teach Me To Code - 2009-10-19 - free
In this screencast, we continue our challenge of creating a Twitter clone called ‘Flitter’ using Ruby on Rails. We learn how to use jQuery to create a countdown for the text area box. We also set up adding and removing friends via the interface. Oh… you hear my baby cry and my sister-in-law call. Fun [...]
Watch this screencast