<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <%'image app Dim imgSrc, imgAlt, brdr brdr = 0 'default image If request.QueryString("ID")="" or request.QueryString("ID")="1" Then imgSrc = "nelp08-1.jpg" imgAlt = "U-M New England Literature Program (NELP), Home" End If 'image 2 If request.QueryString("ID")="2" Then imgSrc = "nelp08-2.jpg" imgAlt = "U-M New England Literature Program (NELP), Interior" End If 'image 3 If request.QueryString("ID")="3" Then imgSrc = "nelp08-3.jpg" imgAlt = "U-M New England Literature Program (NELP), Interior" End If 'check for ID If request.QueryString("ID")<>"" Then 'check to make sure ID is numeric If IsNumeric(request.QueryString("ID"))=False Then 'ID isn't number response.Redirect(request.ServerVariables("URL")) End If 'end check for ID End If %> cSquared Design :: Anthony Cece <%' for studio pages adjust body style Dim bdyStyle bdyStyle="" If inStr(cstr(Request.ServerVariables("URL")),"/studio/") Then bdyStyle="id=""studioBody""" End If %> >
cSquared Design :: Anthony Cece

Selected Web Projects

Web Home:

U-M New England Literature Program (NELP)

NELP is a University of Michigan academic program that takes place off campus during the Spring half-term. UM faculty and other staff teach the courses, and students earn regular UM credit.

The program takes place at Camp Wohelo on Sebago Lake in Maine. For six and a half weeks, 40 students and 12 staff members live and work together closely, reading New England authors, writing, and exploring the New England countryside, its people, culture, and history.

In addition to formal academic work in literature and writing, staff and students offer non-credit instruction in canoeing, camping, art, and nature studies. Students teach or co-teach classes as part of their NELP experience.

The Project:
Anthony assumed resposibility of the NELP website in 2004 and in 2005, this project involved the redesign of the NELP website and the creation of a web application designed to (re)connect alumni and an online discussion forum. In 2007 the promotional material for the program was completly rebranded and a redesign of the website incorporating this new branding was completed.

For more information or to view the program website, click here.

To see samples of the NELP logo and promotional materials, click here.

 

<%= imgAlt %>
<%If request.QueryString("ID")="" or request.QueryString("ID")="1" Then%> 1 <% Else %> 1 <%End If%> <%If request.QueryString("ID")="2" Then%> 2 <% Else %> 2 <%End If%> <%If request.QueryString("ID")="3" Then%> 3 <% Else %> 3 <%End If%>

U-M NELP Website
Technology Used:

ASP, VBScript, SQL Server 2000, HTML, JavaScript, CSS, Flash