Global, Presence, Global Presence, Internet, business, support, web, Intranet, computer, design, graphic, graphics, office, macro, code, microsoft, visual basic, vb, access, excel, word, 2000, flash, image, NT, server, Linux, host, hosting, desktop, network, application, web site, website, net, code, coding, database, report, cgi, asp, data, perl, dedicated, Burlington, Ontario, Canada, presents, script, scripting, Windows, solutionWho is Global Presence?

Global, Presence, Global Presence, Internet, business, support, web, Intranet, computer, design, graphic, graphics, office, macro, code, microsoft, visual basic, vb, access, excel, word, 2000, flash, image, NT, server, Linux, host, hosting, desktop, network, application, web site, website, net, code, coding, database, report, cgi, asp, data, perl, dedicated, Burlington, Ontario, Canada, presents, script, scripting, Windows, solutionOur Services

Global, Presence, Global Presence, Internet, business, support, web, Intranet, computer, design, graphic, graphics, office, macro, code, microsoft, visual basic, vb, access, excel, word, 2000, flash, image, NT, server, Linux, host, hosting, desktop, network, application, web site, website, net, code, coding, database, report, cgi, asp, data, perl, dedicated, Burlington, Ontario, Canada, presents, script, scripting, Windows, solutionWeb Design

Global, Presence, Global Presence, Internet, business, support, web, Intranet, computer, design, graphic, graphics, office, macro, code, microsoft, visual basic, vb, access, excel, word, 2000, flash, image, NT, server, Linux, host, hosting, desktop, network, application, web site, website, net, code, coding, database, report, cgi, asp, data, perl, dedicated, Burlington, Ontario, Canada, presents, script, scripting, Windows, solutionWeb Hosting

Global, Presence, Global Presence, Internet, business, support, web, Intranet, computer, design, graphic, graphics, office, macro, code, microsoft, visual basic, vb, access, excel, word, 2000, flash, image, NT, server, Linux, host, hosting, desktop, network, application, web site, website, net, code, coding, database, report, cgi, asp, data, perl, dedicated, Burlington, Ontario, Canada, presents, script, scripting, Windows, solutionApplication Development

Global, Presence, Global Presence, Internet, business, support, web, Intranet, computer, design, graphic, graphics, office, macro, code, microsoft, visual basic, vb, access, excel, word, 2000, flash, image, NT, server, Linux, host, hosting, desktop, network, application, web site, website, net, code, coding, database, report, cgi, asp, data, perl, dedicated, Burlington, Ontario, Canada, presents, script, scripting, Windows, solutionMS Office Integration

Global, Presence, Global Presence, Internet, business, support, web, Intranet, computer, design, graphic, graphics, office, macro, code, microsoft, visual basic, vb, access, excel, word, 2000, flash, image, NT, server, Linux, host, hosting, desktop, network, application, web site, website, net, code, coding, database, report, cgi, asp, data, perl, dedicated, Burlington, Ontario, Canada, presents, script, scripting, Windows, solutionTechnical Writing

Global, Presence, Global Presence, Internet, business, support, web, Intranet, computer, design, graphic, graphics, office, macro, code, microsoft, visual basic, vb, access, excel, word, 2000, flash, image, NT, server, Linux, host, hosting, desktop, network, application, web site, website, net, code, coding, database, report, cgi, asp, data, perl, dedicated, Burlington, Ontario, Canada, presents, script, scripting, Windows, solutionDesktop Support

Global, Presence, Global Presence, Internet, business, support, web, Intranet, computer, design, graphic, graphics, office, macro, code, microsoft, visual basic, vb, access, excel, word, 2000, flash, image, NT, server, Linux, host, hosting, desktop, network, application, web site, website, net, code, coding, database, report, cgi, asp, data, perl, dedicated, Burlington, Ontario, Canada, presents, script, scripting, Windows, solutionClient Support

Global, Presence, Global Presence, Internet, business, support, web, Intranet, computer, design, graphic, graphics, office, macro, code, microsoft, visual basic, vb, access, excel, word, 2000, flash, image, NT, server, Linux, host, hosting, desktop, network, application, web site, website, net, code, coding, database, report, cgi, asp, data, perl, dedicated, Burlington, Ontario, Canada, presents, script, scripting, Windows, solutionContact Us

Global, Presence, Global Presence, Internet, business, support, web, Intranet, computer, design, graphic, graphics, office, macro, code, microsoft, visual basic, vb, access, excel, word, 2000, flash, image, NT, server, Linux, host, hosting, desktop, network, application, web site, website, net, code, coding, database, report, cgi, asp, data, perl, dedicated, Burlington, Ontario, Canada, presents, script, scripting, Windows, solution Log In

Client Support - CGI Scripts FAQ

  1. What is CGI?
  2. How does CGI work?
  3. Do I have telnet access?
  4. What language do they need to be in?
  5. Can I test and compile my programs on your server?
  6. Does Global Presence have any CGI programs that I can use?
  7. Are you going to offer more CGI programs?
  8. What CGI programs are available elsewhere?
  9. What is the difference between CGI and JAVA?

  1. What is CGI?
  2. CGI stands for Common Gateway Interface. It is a standard created to provide a consistent interface between web servers and the programs that extend their capabilities.

  3. How does CGI work?
  4. CGI programs are programs that actually execute on the web server, not on the client's computer. They retrieve data that was sent from user input, manipulate it, and return a message to the browser.

    CGI programs can be written in almost any computer programming language, as long as that language will execute on the server that it resides. Some of the more common languages include Perl, C, shell script, and Applescript.

  5. Do I have telnet access?
  6. No. For security reasons we do not allow any telnet access to Global Presence.

  7. What language do they need to be in?
  8. Scripts may be written in PERL, C and C++. PERL is probably the most popular as it runs on many platforms, is world standard and is well suited to CGI. In addition PERL code does not require manual compilations whereas C code must be compiled prior to use.

    Note: Global Presence will not allow C code to be compiled on our servers.

  9. Can I test and compile my programs on your server?
  10. No, we do not allow CGI programs to be developed on our systems. They must already have been debugged on another system before inspection and installation onto our server.

  11. Does Global Presence have any CGI programs that I can use?
  12. Yes. We are adding new CGI programs all the time. Please visit the CGI Scripts/Programming section of our client support area to see which scripts we are currently offering.

  13. Are you going to offer more CGI programs?
  14. Yes. We are in the process of expanding our CGI common library to include such things as a guestbook, simple search engine, and a discussion board.

  15. What CGI programs are available elsewhere?
  16. There are many sites on the web that offer CGI services that reside on their server. For instance, Web Counter is a service that allows a user to include a odometer-like counter on their page showing how many times that page has been accessed. Another example is LPage's guestbook server.

  17. What is the difference between CGI and JAVA?
  18. JAVA is a programming language whose claim to fame is that it can be executed on many different platforms and operating systems. JAVA is code that is downloaded and executed on the client side as opposed to CGI programs, which are executed on the server side. JAVA can be used to control form input, perform graphic animations, and many other interactive chores. There are no problems with including JAVA programs on your Web site.

If you are experiencing a problem or don't understand a feature of Global Presence's services and your question is not answered in this FAQ, please contact us.