<%@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 = "Shiga Survival Guide On-Line, Home" End If 'image 2 If request.QueryString("ID")="2" Then imgSrc = "int.jpg" imgAlt = "Shiga Survival Guide On-Line, 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:

Shiga Survival Guide On-Line—1997-2001

The Shiga Survival Guide was designed to give the foreigners living in Shiga within the context of the Japan Exchange and Teaching (JET) Program the information necessary to live a full and independent life during their tenure in Shiga Prefecture. The guide—the result of collaborative efforts and contributions by active JET participants— first existed in hardcopy format and was latter incorporated into the first web presence for the JET community in Shiga Prefecture.

The Project:
The first iteration of the Shiga JET website and the Shiga Survival Guide On-Line was created by Anthony in 1997 and was entirely hand coded. In 2001 control of the site was turned over to the local chapter of AJET and eventually grew into the much improved and expanded shigajet.org.

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

NOTE: This site exists for archival purposes only. For the most current information you should visit the shigajet.org website. For more information on the JET Program, 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%>

Shiga Survival Guide On-Line Website
Technology Used:

HTML, JavaScript, CSS