Help out: share this site!

Latest Paid Screencasts

Use the Cucumber

Peepcode - 2010-03-10 - paid

The Cucumber behavior-driven development framework is appreciated by developers from many languages. It makes it easy to write plain-text stories that run executable Ruby code against your application. In this hour and ten minute screencast, you’ll learn the basics of Cucumber. You’ll learn the syntax, organization, and philosophy of writing... Watch this screencast


ExpressionEngine Techniques

Pragprogs - 2010-03-09 - paid
ExpressionEngine Techniques

Why work through common problems on your own when you can skip the trial and error and jump straight to a solution that works the first time? Learn the latest techniques the pros use to build full-featured websites with ExpressionEngine from Ryan Irelan, an ExpressionEngine guru. Each of these video tutorials teaches you how to solve a particular set of problems with ExpressionEngine, quickly and efficiently. Watch this screencast


Introduzione a Silverlight

Thinkcode Tv - 2010-03-03 - paid

Microsoft Silverlight è una nuova tecnologia per lo sviluppo di applicazioni RIA (Rich Internet Application) per il web. Si tratta della risposta Microsoft all'onnipresente Adobe Flash, e come questo è una tecnologia client-side che permette la creazione di contenuti interattivi e multimediali. Silverlight offre allo sviluppatore un modello di programmazione... Watch this screencast


Go Fish in Ruby

Remi - 2010-03-02 - paid

Using the playing cards that we created in Part 1 of this series, we create a game of Go Fish in Ruby! In this screencast, we: Clean up / organize some of the code from Part 1 Create a GoFish::Game that deals cards out to many players Create the code... Watch this screencast


Creating a Deck of Playing Cards in Ruby

Remi - 2010-03-01 - paid

Awhile back, I got bored and started coding a game of Solitaire that could be played in a Ruby IRB shell. I wanted to finish the game but never got around to it. So I thought of an idea! What if I screencast test-driving the creation of a card game?... Watch this screencast


JADOF - Just A Directory Of Files

Remi - 2010-02-24 - paid

In Test-Driving Your Own Hacker Blogging Engine, I mentioned JADOF, the CMS that I run remi.org off of. JADOF is very simple. It’s very like Jekyll, but it makes less assumptions. It doesn’t even know anything about web servers! It’s just a library for loading pages / posts out of... Watch this screencast


Having Fun with Ruby Blocks

Remi - 2010-02-21 - paid

Blocks are a very unique and important part of Ruby’s syntax. 1 ['Rover', 'Spot', 'Rex'].each do |dog_name| 2 puts "The dog's name is #{ dog_name }" 3 end 4 5 >> ['Rover', 'Spot', 'Rex'].map {|name| name.upcase } 6 => ['ROVER', 'SPOT', 'REX'] 7 8 >> a_block = lambda {|name| name.upcase... Watch this screencast


Introduzione a jQuery

Thinkcode Tv - 2010-02-19 - paid

jQuery sta rapidamente diventando la libreria JavaScript più usata al mondo, per lo sviluppo di applicazioni web interattive e dinamiche. In questo screencast di poco più di un'ora, Claudio Cicali ci guida nell'apprendimento dei concetti di base, mostrando il come e il perché dell'uso della libreria, a partire dalla sua... Watch this screencast


Introduzione a HTTP

Thinkcode Tv - 2010-02-19 - paid

HTTP è uno dei protocolli più diffusi del web, la cui conoscenza approfondita è fondamentale per gli sviluppatori di software basato su Internet. Questa introduzione è rivolta a coloro che sono interessati a conoscere i rudimenti di HTTP, su che tipo di architettura di rete si basa, che tipo di... Watch this screencast


jQuery Ajax

Peepcode - 2010-02-12 - paid

PeepCode Meet jQuery quickly became our fastest-selling title of all time. In this screencast, we explore the Ajax features of the popular jQuery JavaScript framework. We start simply with the transfer of HTML fragments in only one line of code. You’ll learn about the convenience methods in jQuery and then... Watch this screencast