Latest Screencasts
Creating a Bookmarklet with Remote JavaScript Code
Screencasts Org - 2011-08-02 - freeIn our previous video in the bookmarklet series we showed you how to create a simple bookmarklet where all the code was contained wholly within the bookmarklet itself. In this follow-up screencast we’re going to show you how to include source code from a JavaScript file stored on a remote...
Watch this screencastCreating a Simple Bookmarklet
Screencasts Org - 2011-07-04 - freeIn this quick video tutorial we'll show you what a bookmarklet is, and how you'd go about to create one. What you'll Learn What a Bookmarklet is How to create a simple Bookmarklet
Watch this screencastIntroduction to CoffeeScript
Screencasts Org - 2011-06-27 - freeWith the adoption of CoffeeScript by the Node.js community, the JavaScript community in general, and with CoffeeScript's inclusion in the upcoming Rails 3.1 release, it's probably a good idea to see what all the fuss is about. In this free CoffeeScript screencast we'll cover all the basics and some neat...
Watch this screencastCreating 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 screencastConfiguring ActiveRecord in Sinatra
Screencasts Org - 2011-03-31 - freeIn a previous episode, Using ActiveRecord with Sinatra, we showed you how to use ActiveRecord and Sinatra to build a URL shortener. We showed how to get ActiveRecord up and running in your Sinatra application, and now in this screencast, we'll show you the various ways on how to configure...
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 screencastCreating a Delicious Counter with jQuery
Screencasts Org - 2011-03-16 - freeSometimes it's nice to show how many times a page has been bookmarked on Delicious. In this screencast we'll show you how. We'll use HTML5 to help compliment the client side scripting to find out how many times each page has been bookmarked. We'll be building on top of what...
Watch this screencast