<%@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 Perspectives on English Language Studies Symposium, Home" End If 'image 2 If request.QueryString("ID")="2" Then imgSrc = "inner1.jpg" imgAlt = "U-M Perspectives on English Language Studies Symposium, Interior" End If 'image 3 'If request.QueryString("ID")="3" Then 'imgSrc = "int.jpg" 'imgAlt = "U-M Modernism Unbound Conference, Interior 2" '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:

Perspectives on English Language Studies Symposium

Perspectives on English Language Studies is a symposium in honor of the retirement of Richard W. Bailey, Ph.D., Fred Newton Scott Professor of English Language and Literature in the College of Literature, Science, and the Arts. Professor Bailey is one of the most distinguished and respected scholars in English language studies, a wide-ranging field in which Professor Bailey’s prolific publications represent pioneering work in an extraordinary number of areas. This conference features leading scholars in the field of English language studies from across the country.

The Project:
This project involved the creation of all promotional materials for the conference including an event website, poster and flyers.

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

To see the conference poster, 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%>

U-M Perspectives on English Language Studies Symposium Website
Technology Used:

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