Tutorials for photoshop, javascript, php, html, css, flash, and more!

tutorials for photoshop, javascript, and php
   The Machine | Search for a cog | Submit a cog

A handy introduction to Ruby on Rails form helpers.
http://www.railsforum.com/viewtopic.php?id=1026


Introduction to a couple of refactoring methods for Ruby on Rails.
http://www.railsforum.com/viewtopic.php?id=737


Q: How do I make a form that handles multiple models?
This question is asked quite frequently. Scaffolding and simple Rails tutorials show you how to create one model per form. Unfortunately, sometimes this is not sufficient.
In this article we will make one form that creates two models: Project and Task (where a project has many [...]


This is a simple tutorial for RoR beginners.
This tutorial is meant for those using the Salted Hash Login Generator.
Problem: You need a login system that will show the user their information only.  For example:  A user has many blog entries and they should only be able to edit their blog entry.
To view this tutorial: http://railsforum.com/viewtopic.php?id=1191




This is a short tutorial on how to use autotest on a Windows XP device. The great thing about autotest is that it updates your test results automatically each time you make changes to your models, controllers or test files.
To view:
http://www.railsforum.com/viewtopic.php?id=961


Learn the basics of reading a stack trace.
To view:
http://www.railsforum.com/viewtopic.php?id=872


In this tutorial we are going to use a BackgrounDRb worker to hold an IM client. Our Rails app will then use BackgrounDRb to tell the IM client to send instant messages.
To view this tutorial: http://www.railsforum.com/viewtopic.php?id=1033




In this article you will learn how to create many models (more than two) in a single form. Just like in the other article, project has many tasks.
To view this tutorial: http://www.railsforum.com/viewtopic.php?id=1063


Upload and resize images with mini-magick in Ruby on Rails.
To view:
http://www.railsforum.com/viewtopic.php?id=962


In this article I will show you how to edit a project and all of its tasks in one form.
To view:
http://www.railsforum.com/viewtopic.php?id=719