e99 Online Shopping Mall
Help | |
Home - Computer - Cgi (Books) |
  | 1-20 of 100 | Next 20 |
click price to see details click image to enlarge click link to go to the store
1. CGI Programming with Perl by Gunther Birznieks, Scott Guelich, Shishir Gundavaram | |
Paperback: 451
Pages
(2000-01-15)
list price: US$34.95 -- used & new: US$14.08 (price subject to change: see help) Asin: 1565924193 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description 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 Customer Reviews (32)
Write an outline before you start writing a book
Great in it's day
After the errata, then what . . . Even though it's a step up from the CGI Primer Plus for Windows book (and gets a 4 star rating), it still leaves much to be desired for the person who learns by coding!
A good place to start The first third of the book is introductory in nature, with an introduction to how forms and CGI scripts work, some discussion of parsing forms in other languages, and some simple examples. The bulk of the book contains more complex examples of tasks like writing questionaires, interfacing with relational databases, maintaining state, graphics and so forth. I did glean a lot of useful information there. The biggest problem with this book is a problem that's really common to all book on Internet programming: Standards are changing so fast that a year old book is likely to contain chapter upon chapter illustrating obsolete techniques and libraries. In "CGI Programming" there are a lot of examples using Perl modules that haven't really caught on, while some of the newer modules (obviously) aren't meantioned. Another problem is that the book is kind of scattershot in the attention it gives different topics. Still, I think this is one of the better books for someone with basic Perl skills looking to get started with CGIs. There's enough detail here to start writing CGIs, and enough information out there on the web to go on learning.
Okay, but not much there. |
2. CGI Programming 101 by Jacqueline D. Hamilton | |
Paperback: 224
Pages
(2000-02)
list price: US$24.95 -- used & new: US$10.00 (price subject to change: see help) Asin: 0966942604 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description * The Basics: where to write your scripts; how to upload them and set file permissions; how to run them Several Appendices are also included: * A list of online resources, for more information about Perl and CGI, and where to look for CGI jobs 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. Customer Reviews (46)
Best Concise Treatment Available My recommendation for anyone considering using Perl/CGI is to start with this book and then to build your library based on your specialized needs (algorithms, pattern matching, exotic data structures, etc). If all you wish to do is some solid Perl programming or to power up a basic web site, this is all you will need. Do not forget to look at the free preview chapters available at the author's web site. You will also find the code for all the examples there, which I have found myself constantly reusing.
Excellent Starting Point!
Loses values after first 40 pages
easy to read, excellent content if you want to get to grips with perl and cgi, get your hands on this book. especially if you know nothing about perl or cgi... although i recommend php as a better language!
Could this book be an BETTER! |
3. Advanced RenderMan: Creating CGI for Motion Pictures (The Morgan Kaufmann Series in Computer Graphics) by Anthony A. Apodaca, Larry Gritz | |
Paperback: 560
Pages
(1999-12-22)
list price: US$78.95 -- used & new: US$51.12 (price subject to change: see help) Asin: 1558606181 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review 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. 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 Customer Reviews (9)
new book in bad condition
If you use renderman, then you must have this book
One of the Greatest Technical Master Pieces Ever Written
Great overview of the Renderman specs
Delivers more than the title suggests While Renderman is the ostensible subject, the authors actually cover the entire graphics workflow-- and explain the "why" of it all. Their section on anti-aliasing, for example, is concise, complete, and makes clear the implications of all those little doo-hickeys in 3DS -- you remember the AR explanation better, because its based around how rendering works, rather than how a particular application works (which may change in the next rev, anyway) Smart guys, smart book-- highly recommended. ... Read more |
4. CGI Programming 101: Programming Perl for the World Wide Web, Second Edition by Jacqueline Hamilton | |
Paperback: 300
Pages
(2004-03-01)
list price: US$29.95 -- used & new: US$29.95 (price subject to change: see help) Asin: 0966942612 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description 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. 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. Customer Reviews (10)
zero to hero with this rocket powered book
cgi101
The "101" in the title should be taken seriously
Great book for new and experienced web designers
The best book for beginners |
5. CGI Programming in C and Perl by Thomas Boutell | |
Paperback: 416
Pages
(1996-04-29)
list price: US$39.99 -- used & new: US$19.99 (price subject to change: see help) Asin: 0201422190 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (16)
The seller was awesome.
Awesome book
A very good book
CGI Programming in C & Perl
The Truth |
6. The Web Wizard's Guide to Perl and CGI by David A. Lash | |
Paperback: 240
Pages
(2002-01-15)
list price: US$40.00 -- used & new: US$1.35 (price subject to change: see help) Asin: 0201764369 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (4)
Great Introduction to PERL Programming
But its out of print
Great Introduction To Using Perl And CGI
Just right for a beginner... |
7. Teach Yourself Cgi Programming With Perl 5 in a Week (Teach Yourself Series) by Eric Herrmann | |
Paperback: 590
Pages
(1996-12)
list price: US$39.99 -- used & new: US$29.99 (price subject to change: see help) Asin: 1575211963 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (33)
Poor CD information... To tell you frankly upto now I cannot find where are the sample scripts mentioned in the book.
Novice or pro, you can use this book. Once you are comfortable working with CGI and Perl (which this book will either teachyour or assist greatly in achieving) you will still find yourself crackingthe cover often for those things that are right on the tip of your brainbut you just can't quite remember. With the help of this book, I masteredCGI and was well on the way to my mastery of Perl.It shouldn't be theonly CGI or Perl book in your library, but it is a powerful addition.
Read other reviews carefully. Many responses criticised this book - read these carefully. Manybooks contain history. Ok so there is a CGI script missing ? Show me a bookthat doesn't. I couldn't believe the webmaster who thinks there is nothingto show how to write a CGI script. Did he read the book ??? Seriously -does anybody considering buying this book think that it's not going to tellyou how to write a CGI script ??? A reader remarks that he has lot's ofexperience of Web Design but this book is not for beginners. But the reviewfrom the beginner says this book is great.
An INCREDIBLE learning resource for beginners!! Quite simply,this is an INCREDIBLE book; well-written, funny, and comprehensive. Notonly do you learn about CGI, you also learn Perl, SSI, some nice HTMLtricks and lots of information about web servers. The CD includes fullwebsites, tons of scripts, and lots of basic programs you'll need if youplan to set up your own server. GET THIS BOOK! You won't regret it.*Unless you're too dense to read simple english...*
Poorly designed, rushed, and very bad continuity |
8. Writing CGI Applications with Perl by Kevin Meltzer, Brent Michalski | |
Paperback: 560
Pages
(2001-02-25)
list price: US$44.99 -- used & new: US$5.35 (price subject to change: see help) Asin: 0201710145 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (16)
Not easy to follow
A rare gem
Not a good introduction to CGI They just start coding without any introduction except for some stupid jokes. That said, if you already know a buttload of Perl and DBI and CGI programming, you might like this book for the examples. Also, there were way too many errors in the text and the code, and that makes it even harder to learn.
Not all I expected Good things: Bad points: I'm not sure why everyone else raved about the book so much, but I didn't find it so wonderful.
Very helpful |
9. Perl and CGI for the World Wide Web (Visual QuickStart Guide) by Elizabeth Castro | |
Paperback: 272
Pages
(1998-11-13)
list price: US$18.99 -- used & new: US$1.99 (price subject to change: see help) Asin: 020135358X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description In Perl and CGI, sheexplains basic concepts--such as the difference between a compiled andan interpreted script--within the text, so there's no need to keepflipping back to the glossary. Readers should be familiar with HTMLand comfortable with technical explanations, diagrams, and generalvocabulary. Anyone trying to get a grasp on something as complexand powerful as Perl will appreciate Castro's relativelystraightforward technique. For example, in the first chapter, Castroexplains some basic Perl concepts sensibly: that the $ standsfor the s in scalar; the @ sign stands for thea in array; and that the % that labels a hash orassociative array indicates two circles on each side of the slash asparts of a pair. This granular, logical way of building Perl knowledgewill get new Perl users started. More experienced users will want touse this book as a workbook and refresher. --JenniferBuckendorff Customer Reviews (95)
great intro. to perl
Birds Friend or foe
Birds Friend or foe
Excellent starter; useful reference into intermediate level
Don't buy this book. |
10. CGI: Internet Programming in C++ and C by Mark Felton | |
Paperback: 514
Pages
(1997-03-28)
list price: US$61.00 -- used & new: US$74.87 (price subject to change: see help) Asin: 0137123582 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (10)
Need a tip that the book doesn't help with.
Until the better one come out, this is one of the best While notperfect (from my experience with over 20 C++ books, none is perfect), thisbook does what it should. Although a lot of codes won't compile withoutsome modification (compiler depends... I compiled them using g++ on IRIXplatform, check yours). Anyway, I found it challenging to find bugs in hiscode, since that helped my understanding of several things (but withoutbugs is better anyway :-). Apart from that problems, there are also otherdrawback points. The most important one is, the author's e-mail address! I was trying to send some mails to ask him some question. However, it seemsthat the address is wrong.. (although I checked that in the book'shomepage!). Well, if anyone know his correct e-mail address, would youplease send me that information? However, I do agree with some reviewersabout the price of this book. It should be much cheaper, when considerabout the size of the book, and (it is paperback cover..). Anyway, sincebooks for CGI programming in C/C++ are rare, it might be considerablefine.... And why I still gave this book 5 stars?Well, as I said, frommy opinion this is one of the best for CGI programming "without"Perl & Tcl book. At least until the better one come out.
Covers the fundamentals of CGI with C/C++ well... The main strength of this book is that itteaches you the mechanics of how a compiled C/C++ program for CGI works. The string parsing doesn't take much ingenuity either, you just have toknow the format.
It's very good, considering the situation The book is helpful if you want to learn how C/C++ fitsinto writing CGI ends to http requests. It is significantly better than tohack through HOWTO or MAN-style papers, believe me. A word about some ofthe criticisms below. There are some errors--that is true. However, allC++-related criticism is hogwash. This book is not about C++, but about CGIproggies, that tend to be rather simple. Also, the idea that writingtemplate- and rtti-less C++ code is somehow 'outdated' or 'inferior' ispretty 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-scaleC++ design and development, look elswhere. CGI thingies aren't distributedportfolio management systems. One, in my opinion, real weakness of thisbook is its price. I'd say, 24.95 would be about right. I woudln't besurprised if it were from Wiley, but from PH it's a bit on the wild side.
Not what I would call a good book! I don't know if the author assumes that if your reading a tutorial on CGI that you have a good deal of knowledge on CGI and it's layout already, or if he just can'twrite.There was not nearly enough background as far as which files gowhere, and how they interact, and how to set it up.He just goes writeinto programming it. I am a senior computer science major and all that istaught is C++ yet, his sample c++ code sucked, and left me confused.Itwas not at all well explained, and used a style which I was just notfamilar with. I do not know CGI any more than I did before, it is justan awfully written book.
... Read more |
11. Perl and CGI for the World Wide Web, Second Edition by Elizabeth Castro | |
Paperback: 336
Pages
(2001-06-08)
list price: US$24.99 -- used & new: US$2.86 (price subject to change: see help) Asin: 0201735687 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (28)
Long on examples, short on detail
I love this book
I checked it out from a library and liked it so much I bought it!
Great Introduction to Perl
Really hard to follow |
12. Official Guide to Programming with CGI.pm by Lincoln Stein | |
Paperback: 320
Pages
(1998-04-03)
list price: US$49.99 -- used & new: US$9.99 (price subject to change: see help) Asin: 0471247448 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description 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: 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 Customer Reviews (18)
Dated look at the CGI.pm module
Straight From The Creator of CGI.pm
Disappointing
Wow, incredible high-level power in this module.
Great Book! |
13. Perl, CGI, and JavaScript Complete, 2nd Edition by Sybex Inc. | |
Paperback: 1008
Pages
(2003-05-12)
list price: US$24.99 -- used & new: US$1.99 (price subject to change: see help) Asin: 0782142133 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (5)
Difficult to follow
Book for Advanced Reference
What a waste of time
Don't Bother... I would not recommend this book.
Typical Sybex approach to making difficult topics easy |
14. Sams Teach Yourself CGI in 24 Hours (2nd Edition) (Sams Teach Yourself in 24 Hours) by Rafe Colburn | |
Paperback: 544
Pages
(2002-09-17)
list price: US$24.99 -- used & new: US$6.08 (price subject to change: see help) Asin: 0672324040 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review 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. Customer Reviews (7)
Good for Beginners
An excellent beginners book!
I am impressed Some of the information in this book is worth writing down, so you can remember the clear understanding that reading the book gave you, and so you can regurgitate that understanding to other people later, say after months of no complex CGI programming.This book offers enough explanation to make you see things from a webmaster's perspective, but also a UNIX programmer's perspective.Without more than a basic idea of how the UNIX command-line works. I will confess that if you don't know Perl, I don't think you'd have the same reaction I did.But CGI books shouldn't have to teach you Perl, and at the same time, Perl is THE language for CGI programming.The "brief" coverage that this book gives to other CGI languages is not meant to underplay their relative importance, but rather to give Perl the attention that it's due.Also, realize that PHP is not a CGI language, and I wouldn't classify JSP as one, either, so you definitely won't find mention of them in Rafe's book as anything other than alternatives to CGI. So learn some Perl, say from the new "Beginning Perl" book from OReilly, and then get Rafe's book, to learn CGI."Teach Yourself CGI in 24 Hours" is worth buying and studying.
Great Start for a Perl Beginning
Excellent book for quick start |
15. Instant Web Scripts With Cgi Perl by Selena Sol, Gunther Berznieks, Gunther Birznieks | |
Paperback: 809
Pages
(1996-09)
list price: US$39.95 -- used & new: US$121.80 (price subject to change: see help) Asin: 1558514902 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (7)
Great Coverage Most Necessary Scripts Best for use on Unix.Some work needed for use on NT.CD good, but check Selena's web site for the latest updates.
Great for intermediate & above users
Not for NT servers
Could not put it down!
A great intermediate-level PERL resource. This book, however, is not for the PERL novice; although most included systems seem to work well with little or no modification save those to configuration files, the book offers little help with making significant functional changes to its scripts, and does little to explain the mechanics of the PERL involved in making everything work. A very useful book overall, as long as you know what you're doing. ... Read more |
16. CGI Filmmaking: The Creation of Ghost Warrior by Timothy Albee | |
Paperback: 344
Pages
(2004-04)
list price: US$49.95 Isbn: 1556222270 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Part "art-of," part "how-to," CGI Filmmaking: The Creation of Ghost Warrior explores how one artist created a feature-quality, 22-minute animated film in six months of production. The recent advancements in powerful, yet reasonably priced programs for 3D animation and compositing make such an undertaking possible. This book blazes a trail for others to follow in crafting a complete animated film. From concept, design, scripting, and storyboarding to modeling, lighting, animating, editing, and distribution, every step is outlined, every solution is documented. Pre-visualization, voice casting and recording, music composition and performance, and post-processing are discussed as well, enabling even a lone filmmaker to bring his or her dream to life. This book: Customer Reviews (16)
Excellent book
Nicely Carved Book
CGI Filmmaking: The Creation of Ghost Warrior
Laying the groundwork for your own 3d short
Unimpressed. |
17. Animation Art: From Pencil to Pixel, the World of Cartoon, Anime, and CGI by Jerry Beck | |
Paperback: 384
Pages
(2004-11-01)
list price: US$45.00 -- used & new: US$382.41 (price subject to change: see help) Asin: B000H2MSQ0 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Beginning with the earliest in animation, we follow the few individuals who worked on their own to develop techniques that would soon transform animation into a mass-market phenomenon. In recent years, animation has been hugely impacted by the arrival of the computer, seen in films such as Toy Story and Shrek. Computers have pushed animation to the limit by achieving fine, detailed, real-world rendering techniques that challenge the next generation of animators. Customer Reviews (5)
great history
Unbeatable overview of animation art
An Excellent Overview of the Popular Medium
A "feast" for the mind as well as for the eye....
book review |
18. CGI Programming on the World Wide Web (Nutshell Handbooks) by Shishir Gundavaram | |
Paperback: 450
Pages
(1996-03-01)
list price: US$32.95 -- used & new: US$2.97 (price subject to change: see help) Asin: 1565921682 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Note that many competitors cram a CD-ROM into their books to givegreater "shelf appeal".Don't be fooled. O'Reilly continuesits economically and ecologically sensible approach of pointing you totheir FTP site to obtain the example code used in the book. (Thanks,Tim!) Highly Recommended. Customer Reviews (23)
Lots of fluff
CGI Programming on the World Wide Web
Good Introduction to CGI
Excellent book!I'd recommend it to anyone!
good |
19. 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 | |
Paperback: 299
Pages
(2004-01-28)
list price: US$35.00 -- used & new: US$9.32 (price subject to change: see help) Asin: 1572309970 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
20. Learn to Use CGI in Two Hours by Steve Humphrey | |
Kindle Edition:
Pages
(2010-04-19)
list price: US$2.99 Asin: B003ICWEOW Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
  | 1-20 of 100 | Next 20 |