<%@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 Prison Creative Arts Project, Home" End If 'image 2 If request.QueryString("ID")="2" Then imgSrc = "int.jpg" imgAlt = "U-M Prison Creative Arts Project, 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 Prison Creative Arts Project

The Prison Creative Arts Project's mission is to collaborate with incarcerated adults, incarcerated youth, urban youth and the formerly incarcerated to strengthen our community through creative expression.

Core Values: We believe that everyone has the capacity to create art. Art is necessary for individual and societal growth, connection and survival. It should be accessible to everyone. The values that guide our process are respect, collaboration in which vulnerability, risk, and improvisation lead to discovery and resilience, persistence, patience, love and laughter. We are joined with others in the struggle for social justice, and we make possible spaces in and from which the voices and visions of the incarcerated can be expressed.

PCAP is a student/faculty/community organization based in the Department of English Language and Literature and generously supported by English and by the School of Art and Design at the University of Michigan.

The Project:
Anthony has been the PCAP website administrator since 2003. The PCAP branding and promotional materials has recently been completely redesigned and work is currently being done on an updated website.

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

To see samples of the PCAP 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%>

U-M PCAP Website
Technology Used:

D/HTML, JavaScript, CSS, ASP, VBScript, Access DB