Help out: share this site!

Latest Screencasts (page 24)

Searchlogic

Railscasts - 2009-08-24 - free

Searchlogic makes searching models easier than ever with its assortment of named scopes. In this episode I show you how to create simple and advanced searches. Watch this screencast


Episode 2 - Static pages

Bddcasts - 2009-08-22 - free

Adding static pages. We write the Cucumber feature, spec, then add the controller code and finally views. Watch this screencast


Episode 1 - Bootstrapping a Rails app

Bddcasts - 2009-08-21 - free

Bootstraping a Rails app. In this episode we get our environment set up. We generate a rails app, get our code cleaned up and pushed to github and install cucumber and rspec, making sure we can run features and specs. Watch this screencast


AJAX History and Bookmarks

Railscasts - 2009-08-17 - free

Browser page history and bookmarks do not usually work with AJAX requests, but in this episode I show you how to remedy this problem using a simple jQuery plugin. Watch this screencast


Pagination with AJAX

Railscasts - 2009-08-10 - free

Learn an easy, unobtrusive way to add AJAX functionality to an existing set of pagination links using jQuery. Watch this screencast


CSS Positioning Best Practices

Lynda - 2009-08-07 - paid

Web designers and coders will be introduced to techniques to improve their results in CSS Positioning Best Practices. Beginning with a brief review of CSS, instructor Bill Weinman demonstrates how to position elements on a page using CSS instead of tables. He then goes step by step through the process... Watch this screencast


MySQL Essential Training

Lynda - 2009-08-04 - paid

MySQL is by far the most popular database management system for small- to medium-sized web projects. In MySQL Essential Training, instructor Bill Weinman provides clear, concise instruction in the tools needed to create and maintain a database. Bill explores the different data types MySQL supports, and the functions it provides,... Watch this screencast


Episode 0.2 - Memoize

Rubypulse - 2009-08-03 - free

"A method that speeds methods up at the cost of memory" - Daniel J. Berger Watch this screencast


Screen Scraping with ScrAPI

Railscasts - 2009-08-03 - free

Screen scraping is not pretty, but sometimes it's your only option to extract content from an external site. In this episode I show you how to fetch product prices using ScrAPI. Watch this screencast


Creating a Simple Plugin

Teach Me To Code - 2009-08-02 - free

Learn how to create a simple plugin using Ruby on Rails. This video will teach you how to turn a view helper into it's own plugin, and extend the ActionView::Base. Watch this screencast