Randall L. Jones
Architect
ED. WINK
llIatrllmakrr anll3JtUtl'lrr CEDAR CITY CO·OP.
R. S. Gardner
Electrical
and Irrigation
Engineer
Cedar City Utal1
Diamonds, Watches,
Clocks and Jewelry of
all kinds. Fountain
Pens and Electric...
Wed. May 10, 1905: Ther. Cool breeze., warm sun., Wea. (Hail eve.) Clouds South wind. Commenced in the west end of our work between the river and rail road. The Mesquite, Baptist Church was swung around about twelve feet yesterday by the wind. We...
To those of you who wish to weave a tapestry
of life in threads of rose-gold and blue-violet, we
the staff offer this bound portfolio of memories in a
rainbow guise.
With its help, the faces of old friends will live
again in the spun gossamer of...
THE WEB
54
2. Graphic design software canvases usually allow_________ , letting designers stack
different images and shapes on top of each other to keep things organized and create
different effects.
3. RGB is __________ while CMYK...
THE WEB
152
92
Illustrator. But, instead of Adobe Flash. it uses Microsoft’s Silverlight for ani
mations.
Website editing tools with advanced features offer several benefits. One
is color coding. Many code editors will color different...
THE WEB
220
160
makes more sense to have Flash as the default player with an HTML5 fallback to
get the benefits of Flash that HTML5 video can’t yet match.
HTML5 embedded multimedia is still a few years from adoption. It still lacks
some feature...
The I-Text Distance Learning System 3
familiar to students would be for the course to progress like a book: from one subject area to the next,
without jumping around the system using links.
The system should also provide all of the elements of...
The I-Text Distance Learning System 5
7. Quiz Console – Students can take quizzes using the Quiz Console. Instructors can
build quizzes using four question types: multiple choice, true-false, fill in the blank,
and short answer. The quizzes are...
The I-Text Distance Learning System 6
The I-Text was developed using Acrobat 9, Flash CS3, Flex 3.0, PHP and MySQL. The
individual consoles were written in Actionscript 3.0 and compiled using Flash CS3. The consoles
communicate with a web server...
The I-Text Distance Learning System 42
APPENDIX 3
SOURCE CODE FOR THE I-TEXT AND RELATED CONSOLES
The following is source code for each of the RIA’s included as part of the I-Text system. Unless
noted, the source code is written in Actionscript...
The I-Text Distance Learning System 48
import flash.net.sendToURL;
import flash.text.TextFormat;
import flash.text.TextFieldAutoSize;
import fl.controls.Label;
var titleText :Label = new Label();
var titleTextFormat :TextFormat = new...
The I-Text Distance Learning System 50
Chat Console:
Note: The Chat Console utilized a chat application that was external to the I-Text system.
import flash.display.Loader;
import flash.net.URLRequest;
Security.allowDomain("*")
//_root.documentRoot...