Latest Screencasts
Rails 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 screencastRailsCasts #263 Client Side Validations
Railscasts - 2011-04-25 - free
Showing validation errors inline as the user is filling out the form can lead to a better use experience. Learn how to do this using the Client Side Validations gem.
Watch this screencastCoffeeScript Basics – A Teach Me To Code Tutorial
Teach Me To Code - 2011-04-15 - free
CoffeeScript is now going to be a default installation with Ruby on Rails. So, I installed CoffeeScript and NodeJS and have been playing with it for the last hour or so. Here are the basics you need to know to use CoffeeScript including functions, arrays, hashes (objects), control functions (if, else, unless) and loops. [...]
Watch this screencastCSS3 in Internet Explorer 6, 7 and 8
Screencasts Org - 2011-02-16 - freeWith HTML5 and CSS3 on the rise, we’d like to use it more frequently in our projects. Just a few lines of CSS3 can now take the place of background images, sprites, and complex div structures which aren’t semantic. Unfortunately, Microsoft’s Internet Explorer 6, 7 and 8 do not have...
Watch this screencastEpisode 090: CoffeeScript
Sdruby - 2011-02-08 - free
People are drawn to Ruby by its beautiful syntax, and CoffeeScript brings that same joie de vivre to Javascript. John Lynch shares his experience using CoffeeScript for both web and mobile app development. Bonus content: download the slides from this talk.
Watch this screencastEpisode 086: Mobile Web Apps Using jQTouch
Sdruby - 2011-02-08 - free
Patrick Crowley dives into the world of mobile app development and shows how to use the jQTouch framework to quickly build awesome mobile-optimized web apps. Bonus content: download the slides from this talk.
Watch this screencastRails 3 Upgrade Handbook PDF
Peepcode - 2010-07-30 - paid
Rails 3 is possibly the most anticipated release of the popular Ruby web framework. It’s been rewritten from the inside out with speed and stability at the forefront. However, these extensive internal and syntactical improvements require some changes to your code and plugins. Respected Rubyist Jeremy McAnally has researched and...
Watch this screencastEpisode 081: Rolling with Riak
Sdruby - 2010-06-04 - free
John Lynch from Rigel Group gives an overview of Riak, the newest kid on the NoSQL block, and explains why it should power your next web-scale app. Bonus content: download the slides from this talk.
Watch this screencastEpisode 080: EventMachine, AMQP, and WebSockets: The Musical
Sdruby - 2010-05-26 - free
Dan Simpson and Nick Zadrozny give an overview of cutting-edge, real-time programming for the web; and demonstrate an interactive, web-based sequencer.
Watch this screencastApache2 HTTPD, MySQL, and PHP
Technicasts - 2010-03-06 - paid
The Apache HTTP web server is the most popular web server on the planet. It servers millions of webpages all over the globe. After watching this episode, you'll have the know how to install and configure a basic Apache2 web server, create and edit virtual hosts, enable and configure popular...
Watch this screencast