Rails - how to customize Field Error
Added on: 02 Oct 2007
Tags:
Description: Learn how to customize Field Error in (more...) this video. When a validation error occurs, Rails helpfully wraps the field in a div tag so you can style it. But sometimes you don't want this behavior. (less)
Catch-all Route - how to use catch-all Route
Added on: 15 Nov 2007
Tags:
Description: Learn how to use catch-all Route in this (more...) video. Sometimes you need to add complex/dynamic routes. This is often impossible to do in routes.rb, but do not worry. It can be accomplished with a catch-all route. (less)
Flash Tutorial - Animated GIF Techniques
Added on: 23 Oct 2007
Tags:
Description: Learn how to targets and focuses on key (more...) concepts of all animation programs such as frames, tweening, symbols, instances, and the library in this video. (less)
Quicktips 36 - “Fast” Text
Added on: 14 Sep 2007
Tags: Podcasts
Description: In this episode, we’ll look at (more...) a technique for creating motion blur on text to make it appear as if it is moving at a high rate of spped across the page. We’ll utilize Illustrator, Photoshop and Flash to get this effect looking great! (less)
Rails - how to setup Conditional Validations
Added on: 15 Nov 2007
Tags:
Description: Learn how to setup Conditional (more...) Validations in this video. By default, validations will take place every time the model is saved. Sometimes you only want a validation to happen when certain conditions are met. (less)