<%@ Language=VBScript %><% option explicit %> <% Response.Buffer = FALSE %> <% Response.ContentType = "image/svg+xml" %> <% '--- memory.asp --- DIM ScreenWidth, ScreenHeight DIM timeout, SID DIM msg '-- for errors '' extend the timeout to allow for long files ' timeout = Server.ScriptTimeout '' Response.Write "Initial timeout=" & timeout & "
" ' Server.ScriptTimeout = 1200 ' SID = Request.Cookies("Humble")("SID") ScreenWidth = Request.Cookies("Humble")("ScreenWidth") ScreenHeight = Request.Cookies("Humble")("ScreenHeight") ' set it up for a graph bounding box of 2000 horizontal by 1000 vertical ' the viewBox has to be larger, to allow for left (and right?) parameter stuff ' the graph should have 20 by 10 internal dividers (grid pattern) %> <%'------------------- public --------------------------------%> 2.6.2.D2: An audio/video tape analogy of a memory recording with planning <%'----------------- private 1 ------------------------------------%> Perception Action Feelings <%'----------------- private 2 ------------------------------------%> ... prior perceptions / descriptions ... ... prior actions / commands ... ... prior feelings ... <%'-------------------- private 3 -------------------------------------%> future past present: recording <%'--------------- present line with arrows ---------------------------%> <%'------------------- prediction and planning lines with arrows --------------------------%> <%'---------------------------------------------------------------------%> Prediction Planning <% '' reset the timeout ' Server.ScriptTimeout = timeout Response.End '-----------------------------------------------------------%>