<%@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 = "home.jpg" imgAlt = "U-M English Alumni Career Profiles, Home" End If 'image 2 If request.QueryString("ID")="2" Then imgSrc = "inner1.jpg" imgAlt = "U-M English Alumni Career Profiles, Interior" End If 'image 3 If request.QueryString("ID")="3" Then imgSrc = "inner2.jpg" imgAlt = "U-M English Alumni Career Profiles, Interior 2" End If 'image 4 If request.QueryString("ID")="4" Then imgSrc = "form.jpg" imgAlt = "U-M English Alumni Career Profiles, Submission Form" 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 English Alumni Career Profiles

One of the questions asked most often by undergraduate students either pursuing a degree in English or considering doing so is, “What can I do with a Bachelor of Arts in English?” Knowing that the career possibilities for English concentrators are as numerous as they are varied—a  concept perhaps best represented by the sheer breadth and diversity of the careers chosen by the U-M English alumni—the department began assembling this website to address this question by way of example. Through offering a number of profiles of U-M English alumni, working in a range of fields and at various stages of career development, the hope is to show the value a degree in English has in achieving rewarding and successful careers.

The Project:
Working with the Director of the Undergraduate Program and support staff, a web application was created to display a range of alumni profiles and allow the submission and publication of new profiles. All profiles are cross listed and and can be browsed either by simple paging, by career field, or by related profiles/career fields. Additionally, all profiles are administered and published—as all submitted profiles are subject to review prior to being displayed on the site—by program support staff in a secured, backend section of this web application. Anthony was responsible for all design and development for this application/site.

For more information or to view the program website, 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%> <%If request.QueryString("ID")="4" Then%> 4 <% Else %> 4 <%End If%>

U-M English Alumni Career Profile Website
Technology Used:

ASP, VBScript, SQL, Access, X/HTML, JavaScript, CSS