<%@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 = "Watching Ourselves Watching Shakespeare Conference, Home" End If 'image 2 If request.QueryString("ID")="2" Then imgSrc = "int.jpg" imgAlt = "Watching Ourselves Watching Shakespeare Conference, 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:

Watching Ourselves Watching Shakespeare Conference

This international conference on performance and spectatorship brings together scholars whose work weaves together Shakespeare studies, theatre history and performance studies.

The Project:
This project involved the creation of website to promote the conference and featured a completly CSS-controlled layout.

For more information or to view the conference 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%>

Watching Shakespeare Website
Technology Used:

X/HTML, CSS