The CGI Book
Title | The CGI Book PDF eBook |
Author | William Weinman |
Publisher | New Riders Pub |
Pages | 304 |
Release | 1996 |
Genre | Computers |
ISBN | 9781562055714 |
Explains how to set up data forms, design and implement clickable image maps, and utilize the special features of CGI (Common Gateway Interface) scripting and includes a CD-ROM containing public domain CGI utilities and the examples mentioned in the text. Original. (Advanced).
Children's Mathematics
Title | Children's Mathematics PDF eBook |
Author | Thomas P. Carpenter |
Publisher | Heinemann Educational Books |
Pages | 0 |
Release | 2015 |
Genre | Education |
ISBN | 9780325052878 |
With a focus on children's mathematical thinking, this second edition adds new material on the mathematical principles underlying children's strategies, a new online video that illustrates student teacher interaction, and examines the relationship between CGI and the Common Core State Standards for Mathematics.
CGI Programming on the World Wide Web
Title | CGI Programming on the World Wide Web PDF eBook |
Author | Shishir Gundavaram |
Publisher | O'Reilly Media |
Pages | 474 |
Release | 1996 |
Genre | Computers |
ISBN |
This text provides an explanation of CGI and related techniques for people who want to provide their own information servers on the Web. It explains the value of CGI and how it works, and looks at the subtle details of programming. The accompanying CD-ROM
HTML and CGI Unleashed
Title | HTML and CGI Unleashed PDF eBook |
Author | John December |
Publisher | Sams |
Pages | 868 |
Release | 1995 |
Genre | Computers |
ISBN | 9780672307454 |
Deals with the process of web design; hypertext form; HTML implementation etc. CD-ROM contains CGI (Common Gateway Interface) scripts.
Spectacular Digital Effects
Title | Spectacular Digital Effects PDF eBook |
Author | Kristen Whissel |
Publisher | Duke University Press |
Pages | 224 |
Release | 2014-02-05 |
Genre | Performing Arts |
ISBN | 0822377144 |
By developing the concept of the "digital effects emblem," Kristen Whissel contributes a new analytic rubric to cinema studies. An "effects emblem" is a spectacular, computer-generated visual effect that gives stunning expression to a film's key themes. Although they elicit feelings of astonishment and wonder, effects emblems do not interrupt narrative, but are continuous with story and characterization and highlight the narrative stakes of a film. Focusing on spectacular digital visual effects in live-action films made between 1989 and 2011, Whissel identifies and examines four effects emblems: the illusion of gravity-defying vertical movement, massive digital multitudes or "swarms," photorealistic digital creatures, and morphing "plasmatic" figures. Across films such as Avatar, The Matrix, the Lord of the Rings trilogy, Jurassic Park, Titanic, and Crouching Tiger, Hidden Dragon, these effects emblems heighten the narrative drama by contrasting power with powerlessness, life with death, freedom with constraint, and the individual with the collective.
Foundations of World Wide Web Programming with HTML & CGI
Title | Foundations of World Wide Web Programming with HTML & CGI PDF eBook |
Author | Ed Tittel |
Publisher | Wiley Publishing |
Pages | 702 |
Release | 1995 |
Genre | Computers |
ISBN | 9781568847030 |
Aimed toward the working programmer, this guide provides readers with everything they need to know to become experts at using the Hypertext Markup Language (HTML) to post on the Web. Liberally illustrated and detailed examples provide complete background and hands-on information to let programmers of any level design, install, and operate customized Web-specific CGI programs. CD contains ready-to-run programs and code fragments.
CGI Programming with Perl
Title | CGI Programming with Perl PDF eBook |
Author | Scott Guelich |
Publisher | "O'Reilly Media, Inc." |
Pages | 486 |
Release | 2000-06-29 |
Genre | Computers |
ISBN | 144932679X |
Programming on the Web today can involve any of several technologies, but the Common Gateway Interface (CGI) has held its ground as the most mature method--and one of the most powerful ones--of providing dynamic web content. 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. Initially developed over a decade ago for text processing, Perl has evolved into a powerful object-oriented language, while retaining its simplicity of use. CGI programmers appreciate Perl's text manipulation features and its CGI.pm module, which gives a well-integrated object-oriented interface to practically all CGI-related tasks. While other languages might be more elegant or more efficient, Perl is still considered the primary language for CGI.CGI Programming with Perl, Second Edition, offers a comprehensive explanation of using CGI to serve dynamic web content. Based on the best-selling CGI Programming on the World Wide Web, this edition has been completely rewritten to demonstrate current techniques available with the CGI.pm module and the latest versions of Perl. The book starts at the beginning, by explaining how CGI works, and then moves swiftly into the subtle details of developing CGI programs.Topics include: Incorporating JavaScript for form validation Controlling browser caching Making CGI scripts secure in Perl Working with databases Creating simple search engines Maintaining state between multiple sessions Generating graphics dynamically Improving performance of your CGI scripts