This document provides a tutorial for using Dojo 1.0 to create a rich internet application. It demonstrates how to set up the development environment, install Dojo, and create a basic application with Dojo widgets like DateTextBox, ComboBox, CheckBox, RadioButton, and Button. Event handling in Dojo is also discussed, noting that event handler methods only receive the Event object as a parameter rather than this and event like standard DOM event handling. The tutorial code is analyzed and additional widgets are added to the sample application.