Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: CGI


Related Topics
NTP
DLR
C64
PHP
XML

In the News (Wed 15 Feb 12)

  
  The Common Gateway Interface Specification   (Site not responding. Last check: 2007-11-06)
This is the specification for CGI version 1.1, or CGI/1.1.
Further revisions of this protocol are guaranteed to be backward compatible.
The server and the CGI script communicate in four major ways.
hoohoo.ncsa.uiuc.edu /cgi/interface.html   (42 words)

  
  Computer-generated imagery - Wikipedia, the free encyclopedia
CGI is used in movies, television programs and commercials, and in printed media.
CGI is used for visual effects because it is higher quality and more controllable than other more physically based processes, such as constructing miniatures for effects shots or hiring extras for crowd scenes, and because it allows the creation of images that would not be feasible using any other technology.
CGI then took a central role in Terminator 2: Judgment Day (1991), when the T-1000 Terminator villain wowed audiences with liquid metal and morphing effects fully integrated into action sequences throughout the film.
en.wikipedia.org /wiki/Computer-generated_imagery   (1429 words)

  
 Common Gateway Interface - Wikipedia, the free encyclopedia
CGI arose out of discussions on the www-talk mailing list between Rob McCool, John Franks, Ari Luotonen, George Phillips and Tony Sanders in 1993.
An example of a CGI program is the one implementing a wiki.
Python CGI Scripts protocol A set of CGI applications and modules for CGI programming with the Python language.
en.wikipedia.org /wiki/Common_Gateway_Interface   (563 words)

  
 CGI - Company overview   (Site not responding. Last check: 2007-11-06)
CGI’s client-proximity business model organizes our operations around local offices, allowing us to be deeply rooted within our clients’ business communities.
Our quality approach is supported by our dream and our strong corporate governance policies, which prescribe our beliefs, values and practices and balance the needs of our three key stakeholders: clients, members (employees) and shareholders.
CGI has developed and evolved a full portfolio of services—consulting, systems integration, the full management of IT and business functions, and approximately 100 proprietary solutions—to improve clients’ operations, helping them become more efficient and productive.
www.cgi.com /web/en/overview.htm   (360 words)

  
 An interactive introduction to HTML and CGI scripts on the WWW (courseware)
A CGI script is a program that is stored on the remote web server and executed on the web server in response to a request from a user.
When a CGI script file executes it may access environment variables to discover additional information about the process that it is to perform.
As the CGI script runs in the servers cgi-bin directory, any file paths which are relative, must be relative to this directory.
snowwhite.it.brighton.ac.uk /~mas/mas/courses/html/html3.html   (1496 words)

  
 CGI Programming FAQ: Basic Questions
CGI and SSI (Server-Side Includes) are often interchangable, and it may be no more than a matter of personal preference.
The CGI Overhead is a consequence of HTTP being a stateless protocol.
Thirdly, CGI is often used as 'glue' to a backend program, such as a database, which may take some considerable time to initialise.
www.htmlhelp.com /faq/cgifaq.1.html   (2109 words)

  
 CGI FAQ - The HTML Writers Guild
CGI, the Common Gateway Interface, defines a standard for communication between HTTP servers and other programs, so that the content of a web page can come from a program, rather than from a static HTML page.
Where can I find a CGI program that does xyz There are a number of sites where you can get a large variety of CGI scripts for free that already do what you are trying to do.
CGI is notoriously slow, because each time you request a CGI-generated document, the program has to load into memory, execute, and then pass you the document.
www.hwg.org /resources/faqs/cgi.html   (812 words)

  
 Software to create Common Gateway Interface (CGI) for online forms, shopping cart software, guestbook, affiliate ...
Installation of CGI on your server by our technical team, if required, is included in the price.
When the CGI is residing on your server, it will try to use your mail server first.
Note: Use of text file for message requires the CGI to be resided on your server.
www.webgenie.com /Software/Cspro   (1008 words)

  
 cgic: an ANSI C library for CGI Programming
CGI programmers often need to display HTML pages as part of the output of CGI programs; these HTML pages often contain forms which should submit fields back to the same program they came from.
The CGI standard specifies a number of environment variables which are set by the server.
Since CGI applications run in a special environment created by the web server, it is difficult to execute them in a debugger.
www.boutell.com /cgic   (10749 words)

  
 cgi   (Site not responding. Last check: 2007-11-06)
CGI Form Handling in Perl.Perl is an excellent language for a variety of tasks, especially those which require text management and data-parsing.
Setting up CGI in NCSA httpd CGI scripts are a way for documents to be generated on the fly.
CGI scripts are used to handle output from World Wide Web forms, but can also be used for pretty much any task that you want to be able to initiate from a WWW client, such as Mosaic, NetScape, or Lynx.
www.ability.org.uk /cgilist.html   (1543 words)

  
 CGI City - One of the biggest WWW Resources for CGI and Perl materials.
CGI City - One of the biggest WWW Resources for CGI and Perl materials.
This is a collection of ads posted by persons seeking assistance in the area of CGI programming.
All original materials contained herein including text, images, and original scripts written by CGI City, are copyrighted by CGI City.
www.icthus.net /CGI-City   (336 words)

  
 What is CGI? - A Word Definition From the Webopedia Computer Dictionary
A CGI program is any program designed to accept and return data that conforms to the CGI specification.
CGI programs are the most common way for Web servers to interact dynamically with users.
One problem with CGI is that each time a CGI script is executed, a new process is started.
www.webopedia.com /TERM/C/CGI.html   (642 words)

  
 Web / Programming / CGI - WebReference.com
CGI, or the Common Gateway Interface, is a defined method by which a Web server can obtain information from (or send data to) other programs or files, including Web browsers, and utilize that data on the server machine.
Perl is one of the more popular languages for writing CGI scripts, but practically every language includes functions and capabilities (or has modules available containing functions and capabilities) allowing them to access CGI data.
The goal here is to introduce you to writing Perl CGI scripts, teach you the basics of scriptwriting, and walk you through several common CGI programming applications for the Web.
www.webreference.com /programming/cgi.html   (606 words)

  
 CGI/1.1 script support of the W3C httpd
CGI, Common Gateway Interface, which enables scripts to be shared between different server implementations (NCSA server, Plexus, etc).
Use of CGI instead of the old interface is strongly encouraged.
This is to make it easier to later upgrade to CGI scripts, so you only need to change the script name in the file system, and not the documents pointing to it.
www.w3.org /Daemon/User/CGI/Overview.html   (695 words)

  
 Apache::ASP::Cgi
In the CGI gateway world, CGI.pm has been a widely used module in building CGI applications, and Apache::ASP is compatible with scripts written with CGI.pm.
Once there are no longer any cgi style headers, or the there is a newline, the body of the script begins.
CGI is notorious for its print() statements, and the functions in CGI.pm usually return strings to print().
www.apache-asp.org /cgi.html   (907 words)

  
 O'Reilly Media -- Bookstore: CGI Programming with Perl, Second Edition   (Site not responding. Last check: 2007-11-06)
CGI is a generic interface for calling external programs to crunch numbers, query databases, generate customized graphics, or perform any other server-side task.
There was a time when CGI was the only game in town for server-side programming; today, although we have ASP, PHP, Java servlets, and ColdFusion (among others), CGI continues to be the most ubiquitous server-side technology on the Web.
CGI programs can be written in any programming language, but Perl is by far the most popular language for CGI.
www.oreilly.com /catalog/cgi2   (1579 words)

  
 CgiScripts - PythonInfo Wiki
cgi module is at the core of Python CGI scripts.
The simplest CGI script that can be considered interesting involves printing out an HTTP header ("Content-type: text/html") and a Web page.
In the earliest days of CGI, shell scripts were sometimes used to do things like this, so the principles are not particularly advanced.
wiki.python.org /moin/CgiScripts   (558 words)

  
 Apache Tutorial: Dynamic Content with CGI   (Site not responding. Last check: 2007-11-06)
The CGI (Common Gateway Interface) defines a way for a web server to interact with external content-generating programs, which are often referred to as CGI programs or CGI scripts.
This program allows CGI programs to be run under different user permissions, depending on which virtual host or user home directory they are located in.
These variables are available to the CGI programmer, and are half of the story of the client-server communication.
httpd.apache.org /docs/1.3/howto/cgi.html   (1998 words)

  
 FAQ: Frequently Asked Questions about CGI Programming
CGI scripts are run by the HTTPD, and therefore by the UID of the HTTPD process, which is (by convention) usually a special user "nobody".
Eric Wienke has a page "Debugging CGI Scripts 101" at http://www.liquidsilver.com/scripts/debug101.html Tom Christiansen's "Idiot's guide to solving Perl/CGI problems" is a slightly tongue-in-cheek list of common problems, and how to track them down.
It's also possible that you didn't print a header at all, or had a blank line or other noise before or in the header, but that the HTTPD has corrected this error for you (servers which correct your errors may give rise to the "works on A not on B" phenomenon).
www.faqs.org /faqs/www/cgi-faq   (7760 words)

  
 CGI
CGI, the Common Gateway Interface, enables your page to interact with viewers.
Generally, CGI is used to process the data submitted by users and send the response back to them.
If you're getting free hosting service from your organization such as a university, you may try to install the script by yourself, but don't forget to ask the system administrator whether he or she allows you to have CGI Script.
www.tips-tricks.com /cgi.asp   (614 words)

  
 Apache module mod_cgi   (Site not responding. Last check: 2007-11-06)
Debugging CGI scripts has traditionally been difficult, mainly because it has not been possible to study the output (standard output and error) for scripts which are failing to run properly.
Each CGI script which fails to operate causes several lines of information to be logged.
Note that script logging is meant to be a debugging feature when writing CGI scripts, and is not meant to be activated continuously on running servers.
httpd.apache.org /docs/1.3/mod/mod_cgi.html   (675 words)

  
 CGI Tutorial: Start   (Site not responding. Last check: 2007-11-06)
CGI is the Common Gateway Interface which allows you to create Web pages on the fly based on information from buttons, checkboxes, text input and so on.
For example, you should be able to find your way around the CGI programmer's reference with greater purpose, and perhaps some of the CGI material on Yahoo.
The tutorial was written by me, Nik Silver, and is a follow-on from the Perl tutorial derived from the workshop run recently at the School of Computer Studies at the University of Leeds.
www.comp.leeds.ac.uk /Perl/Cgi/start.html   (165 words)

  
 Web / Programming / CGI - WebReference.com
CGI, or the Common Gateway Interface, is a defined method by which a Web server can obtain information from (or send data to) other programs or files, including Web browsers, and utilize that data on the server machine.
Perl is one of the more popular languages for writing CGI scripts, but practically every language includes functions and capabilities (or has modules available containing functions and capabilities) allowing them to access CGI data.
The goal here is to introduce you to writing Perl CGI scripts, teach you the basics of scriptwriting, and walk you through several common CGI programming applications for the Web.
webreference.com /programming/cgi.html   (609 words)

  
 Resources for Topic Lists   (Site not responding. Last check: 2007-11-06)
An important fringe benefit of this is that the value of the previous query is used to initialize the form, so that the state of the form is preserved from invocation to invocation.
This module is intended to be used in a CGI script that may benefit from caching its output.
Some CGI scripts may take longer to execute because the data needed in order to construct the page may not be readily available.
www.perl.com /cs/user/query/q/6?id_topic=35   (5265 words)

  
 WDVL: CGI: The Common Gateway Interface for Server-side Processing
A CGI program, on the other hand, is executed in real-time, so that it can output dynamic information - perhaps a weather reading, or the latest results from a database query.
CGI allows someone visiting your Web site to run a program on your machine that performs a specified task.
Some servers allow your CGI programs to be anywhere in your web directories, so long as the file name ends in ".cgi".
wdvl.internet.com /Authoring/CGI   (1124 words)

  
 CGI Programming 101: Introduction
"CGI" stands for "Common Gateway Interface." CGI is one method by which a web server can obtain data from (or send data to) databases, documents, and other programs, and present that data to viewers via the web.
More simply, a CGI is a program intended to be run on the web.
A CGI program can be written in any programming language, but Perl is one of the most popular, and for this book, Perl is the language we'll be using.
www.cgi101.com /book/intro.html   (805 words)

  
 O'Reilly Network -- Apache Web-Serving with Mac OS X: Part 2   (Site not responding. Last check: 2007-11-06)
Without getting overly esoteric, CGI allows us to install thousands of different scripts that can be accessed through a normal web browser.
CGI scripts are often written in Perl (also installed by default) and can allow users to access databases, use interactive forms, chat in bulletin boards, and so on.
For Apache to run a CGI script, the script in question needs to have "execute" permissions.
www.oreillynet.com /pub/a/mac/2001/12/14/apache_two.html   (1275 words)

  
 CGI.pm - a Perl5 CGI Library
Although more verbose, this coding style has the advantage of allowing you to create multiple CGI objects, save their state to disk or to a database, and otherwise manipulate them to achieve neat effects.
It is possible for a script to receive CGI parameters in the URL as well as in the fill-out form by creating a form that POSTs to a URL containing a query string (a "?" mark followed by arguments).
If you are running the script from the command line or in the perl debugger, you can pass the script a list of keywords or parameter=value pairs on the command line or from standard input (you don't have to worry about tricking your script into reading from environment variables).
search.cpan.org /src/LDS/CGI.pm-3.29/cgi_docs.html   (14870 words)

  
 perl.com: Perl and CGI FAQ   (Site not responding. Last check: 2007-11-06)
The most widely used CGI library for Perl 4 is cgi-lib.pl written by Steven Benner.
CGI refers to server-side execution, while Java refers to client-side execution.
If you writing a CGI that's going to be accessed thousands of times in an hour, then you should write it in C or C++.
www.perl.com /pub/a/doc/FAQs/cgi/perl-cgi-faq.html   (4581 words)

  
 The Common Gateway Interface
The Common Gateway Interface, or CGI, is a standard for external gateway programs to interface with information servers such as HTTP servers.
If you have no idea what CGI is, you should read this introduction.
Once you have a basic idea of what CGI is and what you can use it for, you should read this primer which will help you get started writing your own gateways.
hoohoo.ncsa.uiuc.edu /cgi   (275 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.