Emery County (Utah); San Rafael Swell; Temple Mountain; Uranium; Mining; Consolidated Uranium Mines, Inc.
Consolidated Uranium Mines, Inc. Pictoral Report to Shareholders on Temple Mountain Mining Operations. Emery County, Utah -- January 15, 1953. Page 5: Front end loader in process of loading trucks from ore stockpile A.E.C. working unit 2A.
Emery County (Utah); San Rafael Swell; Mining: Uranium: Temple Mountain; Consolidated Uranium Mines, Inc.
Consolidated Uranium Mines, Inc. Pictoral Report to Shareholders on Temple Mountain Mining Operations. Emery County, Utah -- January 15, 1953. Page 12: Another view of the loader at A.E.C. working unit 2A.
Emery County (Utah); San Rafael Swell; Mining; Uranium; Consolidated Uranium Mines, Inc.
Consolidated Uranium Mines, Inc. Pictoral Report to Shareholders on Temple Mountain Mining Operations. Emery County, Utah -- January 15, 1953. Page 23: Underground N.M. 1 showing workmen and loader.
Emery County (Utah); San Rafael Swell; Mining: Uranium; Temple Mountain; Consolidated Uranium Mines, Inc.
Consolidated Uranium Mines, Inc. Pictoral Report to Shareholders on Temple Mountain Mining Operations. Emery County, Utah -- January 15, 1953. Page 24: Transporting ore by front end loader N.M.1 workings.
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 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...
The I-Text Distance Learning System 55
import fl.controls.Label;
import flash.display.Graphics;
import flash.display.Shape;
var myScrollPane :ScrollPane = new ScrollPane();
var heightOffset :int = 0;
var questions :Sprite = new Sprite();
var submit...
The I-Text Distance Learning System 57
{
if((event.target as URLLoader) != null )
{
// Save data
xmlData = new XML(loader.data);
//bannerAdsTotal = xmlData.bannerAds;
//trace(bannerAdsTotal);
numberOfQuestions = xmlData.question.length();
timeLimit...