Latest Screencasts
Creating iPad Apps with JavaScript using Titanium
Screencasts Org - 2011-04-17 - freeIn a follow up to our popular Building iPhone Apps with JavaScript using Titanium screencast we show you how to create an iPad app without learning a line of Objective-C! Given the screen real estate of the iPad we just don't want a blown up clone of the iPhone app....
Watch this screencastHow to Use RVM
Screencasts Org - 2011-04-08 - freeIn our Ruby developer career there may come a time when we have to deploy our app with other versions of Ruby. We may also take a fancy to implementations such as MacRuby, and want to try them out. However, installing many different versions of Ruby on the same box...
Watch this screencastHow to Use Homebrew
Screencasts Org - 2011-04-05 - freeSick and tired of MacPorts and Fink taking an age to install UNIX packages on your Mac OS X box? Want to install UNIX packages fast, and securely without using sudo? In this screencast we'll show you how with Homebrew! Links Homebrew Homepage What you'll learn How to install Homebrew...
Watch this screencastBuilding iPhone Apps with JavaScript using Titanium
Screencasts Org - 2011-03-27 - freeWouldn't it be great to build an iPhone application without learning a line of Objective-C? Wouldn't it be great to put to use the skills you've already honed over the years as a web developer? In this screencast we'll show you how to build an iPhone app using JavaScript. We'll...
Watch this screencastUsing ActiveRecord with Sinatra
Screencasts Org - 2011-03-20 - freeIn this screencast we'll create a URL shortener in Ruby with Sinatra. We're going to show you how to integrate ActiveRecord with a Sinatra application. You'll need this regular expression to follow along: /^\b((?:https?:\/\/)(?:[^\s()<>]+|\(([^\s()<>]+|(\([^\s()<>]+\)))*\))+(?:\(([^\s()<>]+|(\([^\s()<>]+\)))*\)|[^\s`!()\[\]{};:'".,<>?«»“”‘’]))$/ What you'll learn How to integrate ActiveRecord in to Sinatra with sinatra-activerecord How to build a...
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 screencastIntroduction to Haml
Screencasts Org - 2011-02-14 - freeHaml is the brain child of Hampton Catlin. In this screencast we’re going to show how Haml can simplify your markup and speed up front-end development. As developers we naturally gravitate towards products or languages that help keep our work clean and organized. Haml is just one of those things....
Watch this screencast