<%@LANGUAGE="VBSCRIPT"%> <% response.write session("intialpage") If Request.Form("Action") = "Enter" Then If Request.Form("chkCookie") = "1" Then Response.Cookies( "VO" ).Expires = now() + 365 Response.Cookies("VO")("UserId") = Request("UserId") Response.Cookies("VO")("password") = Request("password") End If Dim rsAdminCheckLogin__vuserid rsAdminCheckLogin__vuserid = "3005" if (Request("UserId") <> "") then rsAdminCheckLogin__vuserid = Request("UserId") Dim rsAdminCheckLogin__vpassword rsAdminCheckLogin__vpassword = "liz" if (Request("password") <> "") then rsAdminCheckLogin__vpassword = Request("password") set rsAdminCheckLogin = Server.CreateObject("ADODB.Recordset") rsAdminCheckLogin.ActiveConnection = MM_ConnGita_STRING rsAdminCheckLogin.Source = "SELECT PersonID, Password FROM passwords WHERE PersonID = " + Replace(rsAdminCheckLogin__vuserid, "'", "''") + " AND Password = '" + Replace(rsAdminCheckLogin__vpassword, "'", "''") + "'" rsAdminCheckLogin.CursorType = 0 rsAdminCheckLogin.CursorLocation = 2 rsAdminCheckLogin.LockType = 3 rsAdminCheckLogin.Open() rsAdminCheckLogin_numRows = 0 'response.write(rsAdminCheckLogin.Source) ' * ' * A little error checking before we go to the db. ' * vErr = 0 If Request.Form("Password") = "" Then vErr = 1 UserMsg = "You must enter a Password." End If If Request.Form("UserId") = "" Then vErr = 1 UserMsg = "You must enter a User Name." End If ' * ' * If it's ok so far, check the db. ' * If vErr = 0 Then If rsAdminCheckLogin.eof Then UserMsg = "Incorrect User Name/Password. Try again." vErr = 1 Else Session("UserId") = rsAdminCheckLogin("PersonID") Session("Password") = rsAdminCheckLogin("Password") End If rsAdminCheckLogin.Close Set rsAdminCheckLogin = Nothing If vErr = 0 Then If request("lsReferer") <> "" Then Response.Redirect ("http://www.gita.org" & request("lsReferer")) Else Response.Redirect ("Welcome.asp") End If End If End If End If %> <% ' ' *** Modifying the Form's Search Scope. ' ' The form will search from the root of your web server's namespace and below ' (deep from "/" ). To search a subset of your server, for example, maybe just ' a PressReleases directory, modify the scope variable below to list the ' virtual path to search. The search will start at the directory you specify ' and include all sub-directories. FormScope = "\" ' ' *** Modifying the Number of Returned Query Results. ' ' You can set the number of query results returned on a single page ' using the variable below. PageSize = 10 ' ' You can set the total number of query results returned using the ' variable below. MaxResults = 300 ' ' *** Setting the Locale. ' ' The following line sets the locale used for queries. In most cases, this ' should match the locale of the server. You can set the locale below. SiteLocale = "EN-US" ' ' *** Enable saving active searches in session variables ' ' The following line enables using session state to save multi-page queries ' and avoid re-executing them when the user presses the Next Page button. ' This should be set FALSE if sessions are disabled using AspAllowSessionState. UseSessions = TRUE ' ********** END QUICK CUSTOMIZATION SECTIONS *********** %> <% ' Set Initial Conditions NewQuery = FALSE UseSavedQuery = FALSE SearchString = "" QueryForm = Request.ServerVariables("PATH_INFO") ' Did the user press a SUBMIT button to execute the form? If so get the form variables. if Request.ServerVariables("REQUEST_METHOD") = "POST" then SearchString = Request.Form("SearchString") Advanced = Request.Form("Advanced") ' NOTE: this will be true only if the button is actually pushed. if Request.Form("submitted") = "Yes" then NewQuery = TRUE RankBase=1000 NextPageNumber = -1 end if end if if Request.ServerVariables("REQUEST_METHOD") = "GET" then SearchString = Request.QueryString("qu") Advanced = Request.QueryString("Advanced") FormScope = Request.QueryString("sc") RankBase = Request.QueryString("RankBase") if Request.QueryString("pg") <> "" then NextPageNumber = Request.QueryString("pg") UseSavedQuery = UseSessions NewQuery = not UseSessions else NewQuery = SearchString <> "" NextPageNumber = -1 end if end if %> GITA Southeast
 
  .
MEMBERS ONLY LOGIN
User Name:
"> ">
Password:
">

Executive BoardVendor SponsorsChapter Events | Chapter Archives | Join GITA | Newsletter | Get Involved 

Archives

LUNCH AND LEARN SEMINAR SERIES
May 12, 2009
"Facing the Challenges of Enterprise Application Integration"
August 19, 2009
"Globes 1.0"
February 3, 2010
"Data Interoperability"

2009 Events

Rocket City Geospatial Conference 2009
Tuesday, November 17, 2009
8:15 AM - 6:00 PM
Davidson Center for Space Exploration Auditorium
1 Tranquility Base
Huntsville, Alabama
Complete Agenda

GIS Day at the University of Tennessee, Cahttanooga
Wednesday, November 18, 2009
University of Tennessee, Chattanooga
615 McCallie Ave
EMCS & Student Center
Chattanooga, TN 37416
423-423-5389

Chapter Education Committee Activity
:
Scholarships awarded to University of Tennessee at Chattanooga


Presentations from the 2008 GITA Southeast Chapter Annual Conference
October 15-16, 2008

PRESENTATIONS 2008
Kecia Pierce, Intergraph
James Bond, Shaw Environmental & Infrastructure
Stuart Sieg, MapFrame Corporation
Talbot Brooks, Delta State University
Emeka Igwilo, AGL Resources


Pictures!


Annual Conference
CONFERENCE SET FOR MONTH OF OCTOBER 2005
The Southeast Chapter has chosen Dave & Buster's in Marietta , Georgia (just north of Atlanta ) as the site of its Annual Fall Conference. The event will take place Wednesday, October, 5, 2005. This year’s theme is “Field Automation – The Next Frontier” and will focus on the technology used to implement field automation. Click here for a map to Dave and Buster's.


GITA Southeast Chapter 2005 Annual Conference
Location: Dave & Buster’s in Marietta, Georgia
Date: Wednesday, October 5, 2005
View the agenda here.
Pricing:
$95 for GITA members and $105 for non-members, until Monday, September 20.
Afterward, the rates go up to $110 and $120 respectively.
Special rate for groups: “Send 5, get 1 free”

For information on exhibiting at the conference, please see the web links below and/or contact Sam Newman of Cobb EMC at 678-355-3444 or sam.newman@cobbenergy.com.

Vendor Sponsorship Opportunities

Exhibit Terms and Conditions


Copyright © GITA
The Premier Educational Association for GIS Professionals  |  Privacy Policy
home  |  about GITA  |  events  |  membership  |  chapters  |  resources  |  solution providers  |  GITA in action