Useful Books and Software
|
Related CGI Books |
|
|
 |
| |
|
|
| |
| Web Hosting and Web Design Related CGI Books |
Page 14 of 72
Total results: 714 |
|
|
| |
|
|
| |
 |
|
Mastering Perl |
This is the third in O'Reilly's series of landmark Perl tutorials, which started with Learning Perl, the bestselling introduction that taught you the basics of Perl syntax, and Intermediate Perl, which taught you how to create re-usable Perl software. Mastering Perl pulls everything together to show you how to bend Perl to your will. It convey's Perl's special models and programming idioms.
This book isn't a collection of clever tricks, but a way of thinking about Perl programming so you can integrate the real-life problems of debugging, maintenance, configuration, and other tasks you encounter as a working programmer.
The book explains how to: - Use advanced regular expressions, including global matches, lookarounds, readable regexes, and regex debugging
- Avoid common programing problems with secure programming techniques
- Profile and benchmark Perl to find out where to focus your improvements
- Wrangle Perl code to make it more presentable and readable
- See how Perl keeps track of package variables and how you can use that for some powerful tricks
- Define subroutines on the fly and turn the tables on normal procedural programming.
- Modify and jury rig modules to fix code without editing the original source
- Let your users configure your programs without touching the code
- Learn how you can detect errors Perl doesn't report, and how to tell users about them
- Let your Perl program talk back to you by using Log4perl
- Store data for later use in another program, a later run of the same program, or to send them over a network
- Write programs as modules to get the benefit of Perl's distribution and testing tools
Appendices include "brian's Guide to Solving Any Perl Problem" to improve your troubleshooting skills, as well as suggested reading to continue your Perl education. Mastering Perl starts you on your path to becoming the person with the answers, and, failing that, the person who knows how to find the answers or discover the problem.
Publisher:
O'Reilly Media, Inc.
Author:
brian d foy
Release Date: 2007-07-16
ISBN/EAN: 0596527241 / 9780596527242
New Price: $20.70 /
Used Price: $12.00 |
| |
|
|
|
|
| |
|
|
| |
 |
|
JavaScript: The Missing Manual |
| JavaScript is essential for creating modern, interactive Web sites. But, unlike HTML and CSS, JavaScript is a true programming language with complex rules that are challenging for most Web designers to learn. In JavaScript: The Missing Manual, bestselling author David McFarland teaches you how to use JavaScript in sophisticated ways -- even if you have little or no programming experience. In a clear, entertaining way, the book starts out by teaching you how to build a basic JavaScript program. Then, once you've mastered the structure and terminology, you'll learn how to use advanced JavaScript tools to add useful interactivity to your sites quickly and painlessly, rather than scripting everything from scratch. To jump-start your progress, the book offers several "living examples" -- step-by-step tutorials for building Web site components with JavaScript using raw materials, such as graphics and half-completed Web pages, that you can download from the book's companion Web site. In this book, you will learn: How to get started. The book introduces the building blocks of JavaScript, and general tips on computer programming. Learn to add scripts to a Web page; store and manipulate information; communicate with the browser window; respond to events like mouse clicks and form submissions; and identify and modify HTML. How to build Web Page Features. McFarland provides real-world examples of JavaScript in action. Learn to create pop-up navigation bars, enhance HTML tables, build an interactive photo gallery, and make Web forms more usable. Create interesting user interfaces with tabbed panels, accordion panels and pop-up dialog boxes. How to troubleshoot and debug. The book will teach you howto avoid the ten most common errors new programmers make, and how to find and fix bugs. How to communicate with the Web server. In addition to basic JavaScript, this manual covers Ajax, the approach that made JavaScript glamorous. Learn to use JavaScript to communicate with a server so that your Web pages can receive information without having to reload. If you want to put JavaScript to work right away without getting tangled up in code, JavaScript: The Missing Manual is the best book available.
Publisher:
Pogue Press
Author:
David McFarland
Release Date: 2008-07-15
ISBN/EAN: 0596515898 / 9780596515898
New Price: $20.28 /
Used Price: $20.27 |
| |
|
|
|
|
| |
|
|
| |
 |
|
JSP: JavaServer Pages |
M&T Books publishes top-quality references and guides for information technology professionals. Written for intermediate to advanced programmers, developers, Web designers, and network administrators, the series under the M&T Books imprint include:
Publisher:
Hungry Minds
Author:
Barry A. Burd
Release Date: 2001-04
ISBN/EAN: 0764535358 / 9780764535352
New Price: $6.00 /
Used Price: $0.18 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Perl & XML (O'Reilly Perl) |
| XML is a text-based markup language that has taken the programming world by storm. More powerful than HTML yet less demanding than SGML, XML has proven itself to be flexible and resilient. XML is the perfect tool for formatting documents with even the smallest bit of complexity, from Web pages to legal contracts to books. However, XML has also proven itself to be indispensable for organizing and conveying other sorts of data as well, thus its central role in web services like SOAP and XML-RPC. As the Perl programming language was tailor-made for manipulating text, few people have disputed the fact that Perl and XML are perfectly suited for one another. The only question has been what's the best way to do it. That's where this book comes in. "Perl & XML" is aimed at Perl programmers who need to work with XML documents and data. The book covers all the major modules for XML processing in Perl, including XML:: Simple, XML:: Parser, XML:: LibXML, XML:: XPath, XML:: Writer, XML:: Pyx, XML:: Parser:: PerlSAX, XML:: SAX, XML:: SimpleObject, XML:: TreeBuilder, XML:: Grove, XML:: DOM, XML:: RSS, XML:: Generator:: DBI, and SOAP:: Lite. But this book is more than just a listing of modules; it gives a complete, comprehensive tour of the landscape of Perl and XML, making sense of the myriad of modules, terminology, and techniques. This book covers: parsing XML documents and writing them out again working with event streams and SAX tree processing and the Document Object Model advanced tree processing with XPath and XSLT Most valuably, the last two chapters of Perl & XML give complete examples of XML applications, pulling together all the tools atyour disposal. All together, "Perl & XML" is the single book that gives you a solid grounding in XML processing with Perl.
Publisher:
O'Reilly Media, Inc.
Authors:
Erik Ray, Jason McIntosh
Release Date: 2002-04
ISBN/EAN: 059600205X / 9780596002053
New Price: $29.58 /
Used Price: $14.95 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Sams Teach Yourself CGI in 24 Hours (2nd Edition) (Sams Teach Yourself in 24 Hours) |
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.
Publisher:
Sams
Author:
Richard Colburn
Release Date: 2002-09-17
ISBN/EAN: 0672324040 / 9780672324048
New Price: $6.77 /
Used Price: $0.89 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Shell Scripting Recipes: A Problem-Solution Approach (Expert's Voice in Open Source) |
This is the type of book that will either solve a specific problem you have or will give you ideas on automating/simplifying something that you've lived with for far too long.
— Thomas Duff, Duffbert's Random Musings This book is geared towards any Unix user who doesn't want to spend time creating or testing shell scripts. Instead, Shell Scripting Recipes dissects and explains over 150 much-needed and practical real-world examples, and then shows the reader how and when to appropriately use them. Because most scripts found in this book are POSIX (Portable Operating System Interface)-compliant, they are supported by many of the major shell variants, including Bash, ksh and sh, among others. File conversion, system administration, and resource monitoring are just a few of the topics covered in this highly practical shell scripting reference.
Publisher:
Apress
Author:
Chris F.A. Johnson
Release Date: 2005-05-06
ISBN/EAN: 1590594711 / 9781590594711
New Price: $24.50 /
Used Price: $20.00 |
| |
|
|
|
|
| |
|
|
| |
 |
|
How to Program CGI With Perl 5.0 |
Readers learn to program fast with this unique, easy-to-read, full-color illustrated format text. Includes step-by-step instructions on programming shopping carts, mailing lists, databases and more.
Publisher:
Ziff-Davis Press
Author:
Stephen Lines
Release Date: 1997-01
ISBN/EAN: 1562764608 / 9781562764609
New Price: n.a. /
Used Price: $0.79 |
| |
|
|
|
|
| |
|
|
| |
 |
|
HTML & JavaScript for Visual Learners |
| Shows how to build first-rate Web sites using HTML and Javascript. Over 150 screen shots and diagrams guide beginners step-by-step through common tasks. Learn how to: -Set up a Web site -Format pages and text -Create links and insert graphics -Lay out pages with tables and frames -Enable interactivity with forms and style sheets -Employ practical Javascript to create rollover graphics and open new windows Includes a tutorial on uploading sites. Spiral-bound to lay flat on a desktop.
Publisher:
Visibooks
Author:
Chris Charuhas
Release Date: 2001-03-01
ISBN/EAN: 0970747926 / 9780970747921
New Price: $61.56 /
Used Price: $9.94 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Introducing Maya 2008 |
The new edition of this perennial bestseller is the ideal initiation to 3D and Maya. Starting with the basics, it builds from the ground up, combining straightforward text with practical examples that make it fun and easy to learn Maya's core tools while introducing the latest Maya 2008 features. Follow clear-cut, step-by-step lessons while you learn by doing using a wealth of hands-on files provided on the CD. You'll also find compelling examples in the full-color insert.
Publisher:
Sybex
Author:
Dariush Derakhshani
Release Date: 2007-12-17
ISBN/EAN: 047018356X / 9780470183564
New Price: $21.50 /
Used Price: $21.46 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Objective-C Pocket Reference |
| Objective-C is an exciting and dynamic approach to ibased object-oriented programming; it's the approach adopted by Apple as the foundation for programming under Mac OS X, a Unix-based operating system gaining wide acceptance among programmers and other technologists. Objective-C is easy to learn and has a simple elegance that is a welcome breath of fresh air after the abstruse and confusing C++. To help you master the fundamentals of this language, you'll want to keep the "Objective-C Pocket Reference" close at hand. This small book contains a wealth of valuable information to speed you over the learning curve. In this pocket reference, author Andrew Duncan provides a quick and concise introduction to Objective-C for the experienced programmer. In addition to covering the essentials of Objective-C syntax, Andrew also covers important faces of the language such as memory management, the Objective-C runtime, dynamic loading, distributed objects, and exception handling. O'Reilly's Pocket References have become a favorite among programmers everywhere. By providing important details in a succinct, well-organized format, these handy books deliver just what you need to complete the task at hand. When you've reached a sticking point in your work and need to get to a solution quickly, the new "Objective-C Pocket Reference" is the book you'll want to have.
Publisher:
O'Reilly Media, Inc.
Author:
Andrew Duncan
Release Date: 2002-12-01
ISBN/EAN: 0596004230 / 9780596004231
New Price: $5.17 /
Used Price: $5.17 |
| |
|
|
|
|
| |
|
|
|
|
|