Treffer: Web Interfaces and CGI Programming.
Weitere Informationen
The present chapter explains how to build graphical user interfaces as web pages. For example, we shall create an interactive web interface to a computational service and display the results graphically. Interactive or dynamic web pages can be realized in different ways: by Java applets that are downloaded and executed on the client's computer system,by JavaScript code as part of the HTML code in the web page,by programs on the web server communicating with the web page through a Common Gateway Interface (CGI). The latter technique has two attractive features: The web page interaction is fast (no need to download applets), and a full-fledged programming language of almost any choice can be used in creating the interactivity. Scripting languages, in particular Perl, have traditionally been popular for CGI programming, basically because CGI programming involves lots of text processing. [ABSTRACT FROM AUTHOR]
Copyright of Python Scripting for Computational Science (978-3-540-73915-9) is the property of Springer eBooks and its content may not be copied or emailed to multiple sites without the copyright holder's express written permission. Additionally, content may not be used with any artificial intelligence tools or machine learning technologies. However, users may print, download, or email articles for individual use. This abstract may be abridged. No warranty is given about the accuracy of the copy. Users should refer to the original published version of the material for the full abstract. (Copyright applies to all Abstracts.)