CGI Programming Books

MagicBeanDip.com

Page 1 of 10 - Go to page: 1 2 3 4 5 6

CGI Programming with Perl

Gunther Birznieks, Scott Guelich, Shishir Gundavaram

CGI Programming with Perl Gunther Birznieks, Scott Guelich, Shishir Gundavaram Amazon Price: $23.07
List Price: $34.95
Usually ships in 24 hours
By: O'Reilly Media, Inc.
Amazon Marketplace: 60 new & used starting at $1.10

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Home Computing -> Internet -> General AAS
Subjects -> Computers & Internet -> Networking -> Networks, Protocols & APIs -> General
Subjects -> Computers & Internet -> Networking -> Networks, Protocols & APIs -> General AAS

Customer Reviews:
Total reviews: 33 Average rating: 3.5 of 5

Editorial Review:

The appearance of the second edition of CGI Programming with Perl heralds the beginning of the neoclassical era of Web service. CGI--or common gateway interface--is the original back end for client-driven, dynamic Web-page service and deserves consideration as the Romulus of the Internet Empire. But, where first-edition author Gundavaram described the lonely Romulus laying the brick foundation of dynamic Web-page service in 1996, second-edition collaborators Guelich and Birznieks have pitched in to resurrect Romulus amid the crowded streets of modern Rome. Why bother? Surely four years have brought technological revolutions (Java, PHP, ASP, ColdFusion) that render CGI's original brick-by-brick approach as obsolete as, say, Roman mythology--or bricks and mortar.

And yet not. It is an ambiguous blessing that the original CGI persists, adhering to the underside of Web service by the duct tape that is Perl. This point is not missed by Guelich, Gundavaram, and Birznieks, whose advocacy of CGI is both bolstered by the growing applications module base of Perl and tempered by their awareness of CGI's structural limitations. Both new and returning readers of CGI Programming with Perl should browse the last chapter first in order to appreciate the proposed solutions to CGI's greatest sin: its impractical slowness in a world of a million-hits-per-day Web service. The chapter describes CGI-compatible FastCGI and mod_perl technologies that circumvent the process-spawning slowness of the simple CGI. Advanced users might want to skip directly to O'Reilly's fine mod_perl tome, Writing Apache Modules with Perl and C, by Lincoln Stein and Doug MacEachern.

The authors' second pass at CGI pedagogy is a lucid, honest, and expanded account that develops functionality of dynamic Web pages in a rational progression--from HTML client-server and CGI syntax basics to general input/output, forms, e-mail, graphics, and simple database applications, including maintaining client state and data persistence under the otherwise stateless HTTP protocol. The authors offer synopses of cookies, JavaScripting, server security, and XML, all of which are described in detail in other books.

Whether or not neoclassical CGI is fast enough for your purposes--perhaps for guarded intranets--bear in mind that CGI is the standard to which every other Web server has had to respond. The second edition of CGI Programming with Perl is still the best introduction to the classics. --Peter Leopold

Writing CGI Applications with Perl

Kevin Meltzer, Brent Michalski

Writing CGI Applications with Perl Kevin Meltzer, Brent Michalski Amazon Price: $30.89
List Price: $44.99
Usually ships in 24 hours
By: Addison-Wesley Professional
Amazon Marketplace: 37 new & used starting at $2.87

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Home Computing -> Internet -> General AAS
Subjects -> Computers & Internet -> Databases -> General
Subjects -> Computers & Internet -> Databases -> General AAS

Customer Reviews:
Total reviews: 16 Average rating: 4.5 of 5

Editorial Review:

Writing CGI Applications with Perl is a start-to-finish guide to accomplishing key Web development tasks by fully using the power of Perl and CGI together. Using extensive examples, careful line-by-line explanations, and skill-stretching exercises, it not only provides useful cut-and-paste code: it also teaches the practical skills and techniques you'll need to build virtually any CGI-based application. Kevin Meltzer and Brent Michalski cover every key area of Web application development with Perl: database integration, form and file handling, security, e-mail, graphics, and more. The book's in-depth coverage includes: working with HTML Web forms and obtaining user input; placing cookies and tracking clicks; connecting to POP3 e-mail servers; embedding Perl in HTML using HTML::Mason; remote file management across the Web; creating dynamic images; and working with XML. The book also provides detailed explanations and examples of working with Perl DBI, as well as start-to-finish coverage of configuring and using the popular mod_perl Apache module. All of the sample code will be available at a companion web site.

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

Jacqueline D. Hamilton

CGI Programming 101: Programming Perl for the World Wide Web, Second Edition Jacqueline D. Hamilton Amazon Price: $29.95
List Price: $29.95
Usually ships in 24 hours
By: CGI101.com
Amazon Marketplace: 4 new & used starting at $22.00

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> CGI Programming
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General AAS

Customer Reviews:
Total reviews: 7 Average rating: 5.0 of 5

Editorial Review:

CGI Programming 101: Programming Perl for the World Wide Web is a concise presentation of the key elements of Perl CGI, which makes it perfect for programmers who are under the gun. If you need to get up to speed on text strings, for example, you can read that chapter and be a pro within about 10 minutes.

Form processing is addressed early on, followed by searching and sorting techniques, illustrations of how to use server-side includes (SSI), and other critical issues. There's also a chapter on using MySQL--an open-source SQL database. In general, if you want to get the most out of this book, you'll be better off having some programming experience, be it in BASIC or C++.

The only element missing from this introductory course is an appendix containing Perl's reserved characters, operators, and functions; instead, this material is presented throughout the book. But CGI Programming 101 is still one of the most efficient ways to get up to speed with Perl CGI. --Stephen W. Plain

Topics covered: Perl variables, CGI environment variables, form processing, data file I/O, searching/sorting, server-side includes (SSI), random number generation, strings, date and time manipulation, HTTP cookies, e-mail processing, securing scripts, Perl modules, database programming, and custom Perl modules.

Perl and CGI for the World Wide Web, Second Edition (Visual QuickStart Guide)

Elizabeth Castro

Perl and CGI for the World Wide Web, Second Edition (Visual QuickStart Guide) Elizabeth Castro Amazon Price: $22.49
List Price: $24.99
Usually ships in 24 hours
By: Peachpit Press
Amazon Marketplace: 75 new & used starting at $0.05

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Home Computing -> Internet -> General AAS
Subjects -> Computers & Internet -> Databases -> General
Subjects -> Computers & Internet -> Databases -> General AAS

Customer Reviews:
Total reviews: 28 Average rating: 4.0 of 5

Really hard to follow 1 out of 5 stars.
1 of 2 people found this review helpful.

First off, she didn't even get started with user exercises until Chapter 7. (I can already use a web server, thank you-- she doesn't need six chapters to explain the subject) And it would be nice if she included the HTML form examples along with the corresponding perl/CGI scripts that processed the data generated. As it stands, she has a chapter which tells you how to create a form, and then two chapters later, when she gets to the perl/CGI examples, they don't correspond to anything that's been covered in earlier chapters pertaining to form data. I had a much easier time following a quickie online tutorial.

I cannot advise strenuously enough against purchasing this book.

Editorial Review:

Perl is one of the most popular scripting languages for adding powerful interactive features to Web pages. Perl lets you place forms on your site that collect and process user input such as comments and product orders; enables visitors to search for information; and can integrate a database into your site, among its many other capabilities. Perl and CGI for the World Wide Web, 2nd Edition: Visual QuickStart Guide fully revised and updated since its original 1998 release, gets users to the core of CGI scripting with Perl. Even first-time programmers will be able to create useful, workable scripts from scratch, or adapt and customize existing scripts to their own needs. Hundreds of screen shots and clear, easy-to-understand directions make this the perfect Perl book for beginners, as well as a handy reference for those with previous programming experience.

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

Anthony A. Apodaca, Larry Gritz

Advanced RenderMan: Creating CGI for Motion Pictures (The Morgan Kaufmann Series in Computer Graphics) Anthony A. Apodaca, Larry Gritz Amazon Price: $45.33
List Price: $71.95
Usually ships in 24 hours
By: Morgan Kaufmann
Amazon Marketplace: 22 new & used starting at $21.24

Buy at Amazon.com

Browse similar items by category:
Subjects -> Arts & Photography -> Design & Decorative Arts -> Graphic Design -> Animation
Subjects -> Computers & Internet -> Graphic Design -> Rendering & Ray Tracing
Subjects -> Computers & Internet -> Graphic Design -> General

Customer Reviews:
Total reviews: 6 Average rating: 5.0 of 5

Editorial Review:

More powerful and inspiring than the superheroes it moves on the big screen, the RenderMan 3-D graphics engine pushes animation toward the photorealistic as anyone who has seen A Bug's Life, The Iron Giant, or the Toy Story can attest.Advanced RenderMan, written by two long-time employees of Pixar Animation and early participants who helped define the RenderMan standard, is a clear, concise, and technical exploration of this computer graphics and animation rendering tool.

The first section introduces RenderMan, computer graphics concepts, and mathematics, followed by a section on "Scene Description." This includes chapters on "Describing Models and Scenes in RenderMan" and "Handling Complexity in Photorealistic Scenes."

Sections 3 and 4, "Shading," and "Tricks of the Trade" supply the meat of the book and make it worth the cost of admission. These sections include examples and insight from not only a technical perspective but also a cinematic one. The chapter "Storytelling Through Lighting" should be required reading for beginning computer animation artists.

There are numerous color plates, including some rendering tests from Toy Story. These show the same scene (Andy's room) using different lighting and color palettes, each suggesting a different time of day.

Given the difficulty of the book's subject, 3-D artists or animators with limited technical chops, amateurs, or hobbyists might be better served by something more general. This is, however, an outstanding reference for CG technical directors or anyone with experience in graphics and 3-D programming. It is filled with coding examples used to create RenderMan shaders and case studies citing which techniques were used to create a specific look in, for example, Toy Story or A Bug's Life.

The book has no accompanying CD-ROM, but the publisher maintains a Web site from which code snippets and examples can be downloaded. At first, this may seem inconvenient and merely a way to cut production costs, but it's actually an excellent way to keep the examples current. The field of computer graphics and animation is moving at the speed of light, and the examples and tutorials must move with it. But have no fear--RenderMan is here. --Mike Caputo

CGI: Internet Programming in C++ and C

Mark Felton

CGI: Internet Programming in C++ and C Mark Felton List Price: $61.00
By: Prentice Hall
Amazon Marketplace: 11 new & used starting at $13.52

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Microsoft -> Development -> C & C++ Windows Programming
Subjects -> Computers & Internet -> Networking -> Networks, Protocols & APIs -> General
Subjects -> Computers & Internet -> Networking -> Networks, Protocols & APIs -> General AAS

Customer Reviews:
Total reviews: 10 Average rating: 3.5 of 5

It's very good, considering the situation 5 out of 5 stars.
14 of 15 people found this review helpful.

Actually, this book is a 4 as it could be better written. However! Having considered the fact that there really isn't another book on CGI with C, I give it a 5, just to stress that there is more than one way in which a book may be valuable.

The book is helpful if you want to learn how C/C++ fits into writing CGI ends to http requests. It is significantly better than to hack through HOWTO or MAN-style papers, believe me. A word about some of the criticisms below. There are some errors--that is true. However, all C++-related criticism is hogwash. This book is not about C++, but about CGI proggies, that tend to be rather simple. Also, the idea that writing template- and rtti-less C++ code is somehow 'outdated' or 'inferior' is pretty silly and can only come from someone who isn't very sure about C++ himself. Again, the stress is on CGI, if you want a book about large-scale C++ design and development, look elswhere. CGI thingies aren't distributed portfolio management systems. One, in my opinion, real weakness of this book is its price. I'd say, 24.95 would be about right. I woudln't be surprised if it were from Wiley, but from PH it's a bit on the wild side.

Editorial Review:

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.

Official Guide to Programming with CGI.pm

Lincoln Stein

Official Guide to Programming with CGI.pm Lincoln Stein Amazon Price: $44.99
List Price: $49.99
Usually ships in 24 hours
By: Wiley
Amazon Marketplace: 55 new & used starting at $1.46

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Home Computing -> Internet -> General AAS
Subjects -> Computers & Internet -> Networking -> Networks, Protocols & APIs -> General
Subjects -> Computers & Internet -> Networking -> Networks, Protocols & APIs -> General AAS

Customer Reviews:
Total reviews: 18 Average rating: 4.0 of 5

Editorial Review:

CGI.pm, a Perl library for writing CGI scripts, delivers elegant solutions for using and updating Web forms. The author, Lincoln Stein, realized the need for a clean and simple way to manage forms and--as a columnist for the Perl Journal, a scientist at Cold Spring Harbor Laboratory, and a Web-based software author--created that solution. He's (refreshingly) humble about this creative process, explaining that it took him a few steps until he realized the key to this HTML/Perl hybrid: simplicity.

The CGI.pm standard allows the site manager to separate data from its HTML markup for use in CGI forms. For example, all the elements in a short drop-down menu of vegetables can be placed in one array, changing this:

  • peas

  • broccoli

  • cabbage
  • to this:

    li(['peas','broccoli,'cabbage'])

    to be used later throughout a Perl script.

    The Official Guide to Programming with CGI.pm is geared toward a reader who is familar enough with Perl to have used modules and knowledgeable about HTML and Web-site design. Stein uses CGI.pm for tables, drop-down menus, guest books, single-page or multipart forms, image maps, and cookies. The author of both the book and Perl library function, Stein provides ample discussion of all of these areas, along with strong code examples. The book ends with a verbose reference guide detailing all of CGI.pm's functions and features, grouped both alphabetically and by topic.

    The use of CGI.pm requires a mind shift for Web site managers, but it's one worth making. Instead of tags for 'input' and 'select', CGI.pm uses statements such as "checkbox ()" and "textfield ()," allowing documents to be read easily and updated quickly. --Jennifer Buckendorff

    CGI Filmmaking: The Creation of Ghost Warrior

    Timothy Albee

    CGI Filmmaking: The Creation of Ghost Warrior Timothy Albee List Price: $49.95
    By: Wordware Publishing, Inc.
    Amazon Marketplace: 15 new & used starting at $3.22

    Buy at Amazon.com

    Browse similar items by category:
    Subjects -> Computers & Internet -> Graphic Design -> General
    Subjects -> Computers & Internet -> Graphic Design -> General AAS
    Subjects -> Computers & Internet -> Programming -> Languages & Tools -> CGI Programming

    Customer Reviews:
    Total reviews: 16 Average rating: 4.5 of 5

    Unimpressed. 1 out of 5 stars.
    13 of 21 people found this review helpful.

    This book, to the uninformed, might seem like something special however, it seemed more like self promotion on a product that is over hyped and severely lacking in quality content... the DVD of Kaze.

    If you are lacking self confidence and have very little knowledge of how to work with 3d and create a short, you may want to invest in this book. Mr. Albee is constantly touting how amazing and special he you are. This seems to me like a thinly veiled attempt at fooling the reader into liking the book. While it is a good marketing technique it is not what the someone needs if they truely want to succeed in the film industry.

    It does seem that Mr. Albee definitely has a bit of technical experience and must be commended for finishing his DVD and writing a book about it. The animation of the DVD is riddled with problems though. Intersections, sudden stops, no overlap, arms moving rapidly with no impact on the body, broken wrists, obviouly constrained controls and much more. The camera moves and staging are alright for a student film but, full of novice mistakes that cg artists commonly make.

    After reading the book and seeing the DVD, I would suggest your time is better spent with books on animation such as "The Animator's Survival Kit" and "The illusion of Life". Books on filmaking and production such as "Story", "In the blink of a Eye" and "Film Directing Shot by Shot". These are quality books that will help you grow. They will not pat you on the back and tell you are great when you may not be. The production process is very hard and it's very difficult to become good enough to produce the quality that the big studios require. This book doesn't really put you in the right direction.

    Editorial Review:

    This book is a topographical map for other animators who dream of making their own short films, but feel constrained by the perceived limitations of budget and/or manpower.

    CGI Programming 101

    Jacqueline D. Hamilton

    CGI Programming 101 Jacqueline D. Hamilton List Price: $24.95
    By: CGI101.com
    Amazon Marketplace: 20 new & used starting at $4.79

    Buy at Amazon.com

    Browse similar items by category:
    Subjects -> Computers & Internet -> Programming -> Languages & Tools -> CGI Programming
    Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General
    Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General AAS

    Customer Reviews:
    Total reviews: 46 Average rating: 4.5 of 5

    Editorial Review:

    CGI Programming 101: Programming Perl for the World Wide Web is a concise presentation of the key elements of Perl CGI, which makes it perfect for programmers who are under the gun. If you need to get up to speed on text strings, for example, you can read that chapter and be a pro within about 10 minutes.

    Form processing is addressed early on, followed by searching and sorting techniques, illustrations of how to use server-side includes (SSI), and other critical issues. There's also a chapter on using MySQL--an open-source SQL database. In general, if you want to get the most out of this book, you'll be better off having some programming experience, be it in BASIC or C++.

    The only element missing from this introductory course is an appendix containing Perl's reserved characters, operators, and functions; instead, this material is presented throughout the book. But CGI Programming 101 is still one of the most efficient ways to get up to speed with Perl CGI. --Stephen W. Plain

    Topics covered: Perl variables, CGI environment variables, form processing, data file I/O, searching/sorting, server-side includes (SSI), random number generation, strings, date and time manipulation, HTTP cookies, e-mail processing, securing scripts, Perl modules, database programming, and custom Perl modules.

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

    R. Chris Fraley

    How to Conduct Behavioral Research over the Internet: A Beginner's Guide to HTML and CGI/Perl (Methodology In The Social Sciences) R. Chris Fraley Amazon Price: $28.80
    List Price: $32.00
    Usually ships in 24 hours
    By: The Guilford Press
    Amazon Marketplace: 24 new & used starting at $21.92

    Buy at Amazon.com

    Browse similar items by category:
    Subjects -> Computers & Internet -> Home Computing -> Internet -> Online Searching
    Subjects -> Computers & Internet -> Home Computing -> Internet -> General AAS
    Subjects -> Computers & Internet -> Programming -> Introductory & Beginning -> General

    Editorial Review:

    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.

    Page 1 of 10 - Go to page: 1 2 3 4 5 6

    Return to MagicBeanDip.com

    This page was created in 1.8102 seconds.