cgi books guides   Books + Guides

CGI

 
  Affiliate
Programs
 ASP, CGI + PHP
Scripts
 Domain
Names
 Internet
Auctions
 Web
Hosting
  
 
 
Menu
 
Home



Books + Guides

  ASP
  CGI
  Java
  JavaScript
  PHP



Our Free Scripts

  PHP Hangman



Installation Services



Script Directory

  Ad Tracking
  Affiliate Programs
    -Content
    -For Merchants
    -Link Protection
  Auctions
  Banners
  Blogs
  Calendars
  Chat Rooms
  Classified Ads
  Clocks
  CMS
  Counters
  Dating
  Domain Names
  eCards
  eCommerce
  Email
    -Anti Spam
    -Autoresponders
    -Forms
    -Mailing Lists
    -Tell A Friend
  FAQs
  FFAs
  Financial + Business
  Freelancers
  Forums
  Games
  Graphics
  Guest Books
  Jobs
  Linking
  Members/Passwords
  Miscellaneous
  News
  Polls + Surveys
  Popups
  Quotes
  Real Estate
  Searching
    -Directories
    -Internet Search
    -Site Search
  Tests + Quizzes
  Top Sites
  Traffic Analysis
  Upload



Links
 


 
   
ScriptCavern  >  Books + Guides  >  CGI

CGI Books and Guides

Here some guides to developing web sites using CGI scripts:

Downloads, Online Products, etc.

Here are some internet products:

Disclosure: Product/service details and descriptions provided by vendors or based on publicly available information. Our company may receive a payment if you purchase products/services after following a link from this website.

Absolute Beginners Guide to CGI

 Click here for details

From Amazon.com

Below are some books from Amazon.com:

Disclosure: Products details and descriptions provided by Amazon.com. Our company may receive a payment if you purchase products from them after following a link from this website.

CGI Programming with Perl

By Gunther Birznieks & Shishir Gundavaram

O'Reilly Media
Paperback (451 pages)

CGI Programming with Perl
List Price: $34.95*
Lowest New Price: $4.89*
Lowest Used Price: $0.68*
Usually ships in 24 hours*
*(As of 20:06 Pacific 11 Mar 2010 More Info)


Click Here
Product Description:
The Common Gateway Interface (CGI) is one of the most powerful methods of providing dynamic content on the Web. CGI is a generic interface for calling external programs to crunch numbers, query databases, generate customized graphics, or perform any other server-side task. CGI programs can be written in any programming language, but Perl is by far the most popular language for CGI. CGI programmers appreciate Perl's text manipulation features and its CGI.pm module, which gives an well-integrated object-oriented interface to practically all CGI-related tasks. 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. 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, and improving performance of CGI scripts.

Official Guide to Programming with CGI.pm

By Lincoln Stein

Wiley
Paperback (320 pages)

Official Guide to Programming with CGI.pm
List Price: $49.99*
Lowest New Price: $14.00*
Lowest Used Price: $0.58*
Usually ships in 24 hours*
*(As of 20:06 Pacific 11 Mar 2010 More Info)


Click Here
Product Description:
A complete guide to creating interactive Web pages using the Perl CGI.pm library from its creator.

Official Guide to Programming with CGI.pm contains all the information about CGI.pm found in Perl's online manual, but in a completely reorganized and greatly expanded format. It also includes valuable labor-saving tips and hints you won't find anywhere else. Featuring step-by-step instructions and complete source code, it shows you how to:
* Download, install, and configure CGI.pm
* Generate HTML documents on the fly
* Process fill-out forms and create multipage documents
* Perform script debugging and state maintenance
* Design interactive clickable image maps
* Store and process cookies
* Attach JavaScript and cascading style sheets to your documents
* Write state-maintaining scripts
* Modify and extend CGI.pm
* Tap the Comprehensive Perl Archive Network (CPAN).
On the Web site you'll find:
* The most recent and all future revisions to the CGI.pm module
* All the source code examples from the book
* Online documentation for CGI.pm
* Links to CPAN and other Web-related software written by the author.

Advanced RenderMan: Creating CGI for Motion Pictures (The Morgan Kaufmann Series in Computer Graphics)

By Anthony A. Apodaca

Morgan Kaufmann
Paperback (560 pages)

Advanced RenderMan: Creating CGI for Motion Pictures (The Morgan Kaufmann Series in Computer Graphics)
List Price: $78.95*
Lowest New Price: $30.00*
Lowest Used Price: $28.00*
Usually ships in 24 hours*
*(As of 20:06 Pacific 11 Mar 2010 More Info)


Click Here
  • ISBN13: 9781558606180
  • Notes: Brand New from Publisher. No Remainder Mark.
Product Description:

Advanced RenderMan: Creating CGI for Motion Pictures is precisely what you and other RenderMan users are dying for. Written by the world's foremost RenderMan experts, it offers thoroughly updated coverage of the standard while moving beyond the scope of the original RenderMan Companion to provide in-depth information on dozens of advanced topics. Both a reference and a tutorial, this book will quickly prove indispensable, whether you're a technical director, graphics programmer, modeler, animator, or hobbyist.

Explore the Power of RenderMan
* Use the entire range of geometric primitives supported by RenderMan.
* Understand how and when to use procedural primitives and level of detail.
* Master every nuance of the Shading Language.
* Write detailed procedural shaders using texture, displacement, pattern generation, and custom reflection models.
* Write shaders for special effects relating to volumes, custom lighting, and non-photorealistic media.
* Use antialiasing to ensure that your shaders are free of artifacts.
* Minimize the expense of rendering scenes by optimizing input.

Other Features from Advanced RenderMan
* Offers expert advice and instruction applicable to any RenderMan-compliant renderer.
* Filled with technical illustrations and many full-color representations of effects supported by the RenderMan standard.
* Includes a chapter reviewing key math and computer graphics concepts.

CGI Programming 101: Programming Perl for the World Wide Web, Second Edition

By Jacqueline Hamilton

CGI101.com
Paperback (300 pages)

CGI Programming 101: Programming Perl for the World Wide Web, Second Edition
List Price: $29.95*
Lowest New Price: $23.00*
Lowest Used Price: $18.93*
Usually ships in 24 hours*
*(As of 20:06 Pacific 11 Mar 2010 More Info)


Click Here
Product Description:
If you build web pages you may eventually want to add a guestbook, order form, page counter, or other interactive elements to your website. CGI Programming 101 explains how to do this in simple, easy-to-understand terms. The book shows you how to write useful, real-world web programs, starting with simple guestbook forms and building up to more advanced applications.

You'll learn:

* The Basics: where to write your CGI programs; how to upload them and set file permissions; how to run them, and how to debug them when things go wrong

* How to decode form data and save it to a file or e-mail it to yourself

* How to create, read, write, and search data files

* How to use Server-Side Includes to add dynamic content to your web site, plus a complete list of Apache SSI directives

* How to use random numbers for displaying banner ads and random images

* How to redirect visitors to another site

* How to extend your programs by using modules

* How to create a MySQL database, and write programs that interact with databases using the DBI module

* How to build an online shopping cart program

* How to e-mail attachments using a CGI program

* How to write secure programs, and protect your programs against hackers and spammers

* How to password-protect an area of your website

...and more.

The second edition has been substantially revised, with 100 pages of new material. It teaches good programming practices from the beginning, including use of the industry-standard CGI.pm Perl module. You'll learn how to protect your form-to-mail programs from being hijacked by spammers, how to build a cookie-based shopping cart, and how to develop a password-protected website. Quick-reference pages and an improved index help you find information easily.

There are also several online tutorials to help you set up your own web server and write CGI programs on any computer system - including Windows, Mac OS X, and Unix.

Custom CGI Scripting with Perl

By Kevin Hanegan

John Wiley & Sons
Paperback (304 pages)

Custom CGI Scripting with Perl
List Price: $39.99*
Lowest New Price: $4.50*
Lowest Used Price: $0.43*
*(As of 20:06 Pacific 11 Mar 2010 More Info)


Click Here
Product Description:
The only one-stop resource for Web developers and programmers
This book is an indispensable resource for Web developers and programmers who program CGI applications in Perl. It is designed to function as both a comprehensive reference to the fundamentals and a hands-on tutorial with detailed examples on creating and customizing CGI applications for the Web. Readers learn how to set up a server for integrating CGI scripts, how to work with HTTP variables, and other important CGI basics. They get a complete review of all the Perl syntax needed to create CGI programs and learn how to upload and test scripts and how to use libraries effectively.

Sams Teach Yourself CGI in 24 Hours (2nd Edition) (Sams Teach Yourself in 24 Hours)

By Richard Colburn

Sams
Paperback (544 pages)

Sams Teach Yourself CGI in 24 Hours (2nd Edition) (Sams Teach Yourself in 24 Hours)
List Price: $24.99*
Lowest New Price: $9.00*
Lowest Used Price: $0.19*
*(As of 20:06 Pacific 11 Mar 2010 More Info)


Click Here
Product Description:

Sams Teach Yourself CGI in 24 Hours teaches the reader the next step beyond simple HTML Web pages. This new edition covers implementing CGI with both C and Perl, and it discusses CGI's relative strengths and weaknesses in comparison with other Web programming technologies like JavaScript, Java, and PHP. It also covers recent developments in templating systems and mod_perl server add-ons.

The book takes the reader from the basics of CGI—learning, for example, how to implement and customize existing CGI programs that have been written by others—to the point where he can use CGI to create his own programs from scratch.

The book also provides numerous real-life examples of CGI scripts—database search tools, survey forms, interactive games, order forms, guest books, and more.

CGI: Internet Programming in C++ and C

By Mark Felton

Prentice Hall
Paperback (514 pages)

CGI: Internet Programming in C++ and C
List Price: $61.00*
Lowest New Price: $29.75*
Lowest Used Price: $9.37*
*(As of 20:06 Pacific 11 Mar 2010 More Info)


Click Here
Product Description:
Shows how to program the cgi-bin with C++ and C for more powerful connectivity to the Internet. This book provides methods to link the power of compiled languages into Internet interfaces. CGI programs are the only way to obtain advanced server side capabilities and by using C++ and C, real computer control from the Internet can be achieved. Shows how to link existing C++ and C code to HTML Gui Internet capabilities. For C++ and C programmers working with CGI Internet programming.

The Web Wizard's Guide to Perl and CGI

By David A. Lash

Prentice Hall
Paperback (240 pages)

The Web Wizard s Guide to Perl and CGI
List Price: $40.00*
Lowest New Price: $6.70*
Lowest Used Price: $3.54*
*(As of 20:06 Pacific 11 Mar 2010 More Info)


Click Here
Product Description:
B> The Web Wizard's Guide to Perl and CGI teaches readers how to create Web sites that will have an audience coming back for more. From writing scripts to analyzing users' data, this book helps readers create well-designed, user-friendly Web sites. This book covers the following topics: elementary scripts, programming and Perl basics, the Perl/Web interface, advanced Perl statements, how to store data in arrays, how to use Perl to work with Patterns, and how to use multiple page forms that share data. It assumes no programming experience, and also acts as a handy reference. The Web Wizard Series from Addison-Wesley is a series of brief, introductory books written by instructors on Internet and Web programming topics of interest to anyone who wants to create web pages. Each book includes an easy-to-read, full-color design featuring plenty of hands-on examples and exercises, and is written in a concise and practical manner so readers can use the technologies in no time.

Writing CGI Applications with Perl

By Kevin Meltzer

Addison-Wesley Professional
Paperback (560 pages)

Writing CGI Applications with Perl
List Price: $44.99*
Lowest New Price: $10.73*
Lowest Used Price: $4.99*
Usually ships in 24 hours*
*(As of 20:06 Pacific 11 Mar 2010 More Info)


Click Here
Product Description:
(Pearson Education) A guide to writing CGI applications with Perl, showing how to accomplish everyday tasks necessary for online operations. Includes line-by-line code explanations, examples, and skill-stretching exercises. Also covers working with HTML, tracking clicks, and cookies, among other topics. Softcover. DLC: Perl (Computer program language).

How to Conduct Behavioral Research over the Internet: A Beginner's Guide to HTML and CGI/Perl (Methodology In The Social Sciences)

By R. Chris Fraley Phd

The Guilford Press
Paperback (299 pages)

How to Conduct Behavioral Research over the Internet: A Beginner s Guide to HTML and CGI/Perl (Methodology In The Social Sciences)
List Price: $35.00*
Lowest New Price: $17.62*
Lowest Used Price: $16.14*
Usually ships in 24 hours*
*(As of 20:06 Pacific 11 Mar 2010 More Info)


Click Here
Product Description:
Requiring no prior knowledge of programming or web site design, this easy-to-follow, step-by-step guide helps professionals as well as students create interactive behavioral research instruments online. With this volume, anyone can learn to write programs in HTML and CGI/Perl that will enable them to take full advantage of all the benefits of Internet-based data collection: the ability to effortlessly manipulate visual and narrative content, randomize the presentation order of stimuli, and provide customized assessments and feedback for research participants. Including extensive examples throughout, the book explains everything from how to obtain access to a web server to mastering HTML coding, processing data with CGI/Perl, and importing data files into popular statistical packages. While the examples are from psychology, the technical skills the book provides can be adapted to other fields that make use of behavioral research.

 
 
 

 
   
With any business, it is up to the individual owner of said business to ensure the success of the business. You may make more or less than any sample figures or results that might be quoted on our web sites or other publications. All business involves risk, and many businesses do not succeed. Further, Answers 2000 Limited does NOT represent that any particular individual or business is typical, or that any results or experiences achieved by any particular individual/business is necessarily typical.


Copyright © 2000-2009, Answers 2000 Limited

CERTAIN CONTENT THAT APPEARS ON THIS SITE COMES FROM AMAZON SERVICES LLC. THIS CONTENT IS PROVIDED 'AS IS' AND IS SUBJECT TO CHANGE OR REMOVAL AT ANY TIME.

Privacy     Terms Of Use     Advertising/Endorsements Disclosures

Disclosure: Our company may receive a payment if you purchase web hosting, domain registration or other products or services after following a link from this website.

Disclosure: Our company's websites' content (including this website's content) includes advertisements for our own company's websites, products, and services, and for other organization's websites, products, and services. In the case of links to other organization's websites, our company may receive a payment, (1) if you purchase products or services, or (2) if you sign-up for third party offers, after following links from this website. Unless specifically otherwise stated, information about other organization's products and services, is based on information provided by that organization, the product/service vendor, and/or publicly available information - and should not be taken to mean that we have used the product/service in question. Additionally, our company's websites contain some adverts which we are paid to display, but whose content is not selected by us, such as Google AdSense ads. For more detailed information, please see Advertising/Endorsements Disclosures