<%@LANGUAGE="VBSCRIPT" %><% Response.CacheControl = "no-cache" %>
Project Examples

The following images are examples of projects from previous CGT 353 students, and at the time some of these represented A - B work. However, students should understand that as talent levels and technology advances, so do the standards for this class. Thus, what may have been "A" work in the past may not be so in the present or future.

Warning: Some of these files are large, unoptimized files without preloaders. If you are using a slow connection, check the file size to the right of the filename.

Project: Interactive Animation
Project: Web Site
Final Projects:
Other, older projects:
Logo or Web Banner Animation

 



For information contact: Professor R.J. Glotzbach

CGT 353 Fall 2010 <% Dim fso, f Set fso = Server.CreateObject("Scripting.FileSystemObject") Set f = fso.GetFile(Server.MapPath("./syllabus.asp")) Response.Write("Last Modified: ") Response.Write(f.DateLastModified) Set f = nothing Set fso = nothing %>