Useful Books and Software
|
Related CGI Books |
|
|
 |
| |
|
|
| |
| Web Hosting and Web Design Related CGI Books |
Page 1 of 74
Total results: 734 |
|
|
| |
|
|
| |
 |
|
Effective Perl Programming: Writing Better Programs with Perl (A-W Developers Press) |
| Effective Perl Programming is a gem of a Perl book. Its author, Joseph Hall, is a well-known Perl instructor and frequent poster on the seminal comp.lang.perl.misc newsgroup. The book's technical editor is none other than Randal Schwartz, noted Net personality, enigmatic author of Learning Perl, and contributor to Programming Perl. Hall has distilled his years of Perl experience into a book for Perl programmers that is both fluid and fun to read. It's somewhat like reading the Perl FAQ; even when you think you know everything, there's so much you don't know. Effective Perl Programming has a clear layout: the text is easy on the eyes and the monospaced font makes a clear distinction between backticks and single quotes. Hall uses his PEGS (PErl Graphical Structures) notation to show the difference between Perl's different types of data structures and how everything ties together. Packed with great examples and code snippets, this book is an excellent source of tips and tricks to make your Perl programs faster and easier to read. You'll also find a strong section on using the Perl debugger to improve your Perl programming skills. In yet another section, Hall walks the reader through the creation of a complete XS module that can boost the performance of array shuffling eight-fold. All in all, this is a great book for programmers who want to move beyond plain, verbose Perl toward a more succinct and powerful coding style.
The book on Perl that experienced Perl programmers have been looking for, Effective Perl Programming explains idiomatic Perl, covering the latest release (Version 5). It includes information and useful examples about the structure, functions, and latest capabilities of the language, such as self-documenting object-oriented modules. Learn from Hall's answers to "real life" questions and problems he receives from newsgroups and his Perl seminars.
Publisher:
Addison-Wesley Professional
Authors:
Joseph N. Hall, Randal Schwartz
Release Date: 1998-01-09
ISBN/EAN: 0201419750 / 9780201419757
New Price: $23.39 /
Used Price: $8.49 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Foundation PHP for Dreamweaver 8 |
In this book, youll learn how to: - Install, configure, and troubleshoot a testing environment with PHP/MySQL and Apache or IIS
- Learn the fundamentals of PHP and good database design
- Use Dreamweaver 8 server behaviors to create robust dynamic applications that validate user input for greater security and reliability
- Incorporate live XML feeds into your web pages with PHP and Dreamweaver 8s new XSL Transformation server behavior
- Download and apply a suite of custom-built PHP functions designed exclusively for this book
Want to add the power of a database to your websites? Build online forms that send feedback straight to your inbox? Incorporate live news feeds and XML data into your web pages? This book shows you how to do all that and more. Dreamweaver 8 takes a lot of the hard work out of integrating a database into your websites, but it cant do everything. So instead of just giving you a series of instructions to click this and click that, this book helps you understand whats going on in the background. As a result, youre more likely to remember and to get it right. Most books on PHP concentrate on code and throw all design considerations out the window. This one is different. It makes use of Dreamweaver 8s vastly improved CSS rendering, and shows you how to build a site thats smart in both senses of the word. It looks good and is intelligent too. Youll learn how to change the entire look of the site, using PHP to serve up different stylesheets each month. Youll also build a contact form protected against email injection attacks. All of Dreamweavers PHP server behaviors are put through their paces, and youll even make some custom server behaviors that will come in useful on any site you create. Two chapters take you through the setup process with step-by-step instructions for both Windows and Mac OS X, helping you make the right choices: Apache or IIS? Remote or local testing? There are even instructions on how to set up virtual hosts on your own computer. And in the unlikely event that things go wrong, theres plenty of troubleshooting advice too. In this book we look specifically at using Dreamweaver's built-in server behaviors to build dynamic web sites using PHP and MySQL, the worlds most popular open source server-side language and database server combination, which are both reliable, powerful, and open source (and therefore free to use!) This latest version of Dreamweaver includes more powerful support for PHP and MySQL than ever before, and we'll show you how to make this work for you. No previous experience of PHP or MySQL is necessary to use this book. Examples built throughout the book include a content management system, and an online image gallery. All examples are designed to meet modern usability requirements and be web standards compliant. Summary of Contents: - Introduction
- Chapter 1: So, You Want to Build Dynamic Sites?
- Chapter 2: Dreamweaver and PHPA Productive Partnership
- Chapter 3: Getting the Work Environment Ready
- Chapter 4: Getting Ready for the Case Study
- Chapter 5: Integrating PHP into Your Site
- Chapter 6: Getting Feedback from an Online Form
- Chapter 7: Putting the Power of a Database
- Chapter 8: Building a Random Quotation Generator
- Chapter 9: Working with Multiple Tables
- Chapter 10: Using Sessions to Track
- Chapter 11: Displaying a Blog and Photo Gallery
- Chapter 12: Using XSLT to Display Live News Feeds and XML
- Appendix A: Using Languages Other Than English in MySQL
- Appendix B: Essential MySQL Maintenance
- Index
Publisher:
friends of ED
Author:
David Powers
Release Date: 2005-12-19
ISBN/EAN: 1590595696 / 9781590595695
New Price: $7.49 /
Used Price: $6.99 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Perl Core Language Little Black Book, Second Edition |
Perl Core Language Little Black Book, Second Edition, provides insightful tips and techniques to programming with Perl. Immediate solutions are provided with field tested examples to help programmers and Web Developers quickly solve problems and exploit the power and flexibility of Perl. The updated edition covers the current version of Perl (5.8) as well as highlighting critical features of the upcoming 6.0 version. Some of the highlights of the new edition include how to create programs and scripts that integrate both Perl and XML, how to use Perl's newest object-oriented features, how to use Perl's newer built-in functions, working with Perl's latest data types, using security features, and mastering the new database modules.
Publisher:
Paraglyph
Author:
Steven Holzner
Release Date: 2004-09-17
ISBN/EAN: 1932111921 / 9781932111927
New Price: n.a. /
Used Price: $77.99 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Learning jQuery: Better Interaction Design and Web Development with Simple JavaScript Techniques |
jQuery is a powerful JavaScript library that can enhance your websites regardless of your background. In this book, creators of the popular jQuery learning resource, learningquery.com, share their knowledge, experience, and enthusiasm about jQuery to help you get the most from the library and to make your web applications shine. For designers, jQuery leverages existing CSS and HTML skills, allowing you to dynamically find and change any aspect of a page. This book provides a gentle introduction to jQuery concepts, allowing you to add interactions and animations to your pages-even if previous attempts at writing JavaScript have left you baffled. For programmers, jQuery offers an open -source, standards-compliant, unobtrusive approach to writing complex JavaScript applications. This book will guide you past the pitfalls associated with AJAX, events, effects, and advanced JavaScript language features, as well as provide you with a reference to the jQuery library to return to again and again. This book begins with a tutorial to jQuery, followed by an examination of common, real-world client-side problems, and solutions for each of them. A detailed reference rounds off the book, making it an invaluable resource for answers to all your jQuery questions. Who this book is written for This book is for web designers who want to create interactive elements for their designs, and for developers who want to create the best user interface for their web applications. The reader will need the basics of HTML and CSS, and should be comfortable with the syntax of JavaScript. No knowledge of jQuery is assumed, nor is experience with any other JavaScript libraries required.
Publisher:
Packt Publishing
Authors:
Karl Swedberg, Jonathan Chaffer
Release Date: 2007-06-29
ISBN/EAN: 1847192505 / 9781847192509
New Price: $39.98 /
Used Price: $47.00 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Complete Photoshop CS2 For Digital Photographers (Graphics Series) |
Complete Photoshop CS2 for Digital Photographers is packed with updated coverage and tutorials on the new features of CS2. As with the first edition, this book is designed and written especially for digital photographers. It teaches you how to organize, enhance, correct, and retouch images; how to do creative things with those images; and how to output them. Using Photoshop CS is essentially like having your own digital darkroom on your desktop, and with the help of tutorials in this book, you'll learn how to master this powerful tool. By working through these projects, you'll explore the new and enhanced areas of Photoshop, including more in depth coverage of Camera Raw and working with multiple images. Expanded coverage of Bridge is also provided. When printing your images, paper choices can be critical, so new coverage about color management and working with profiles for getting accurate prints is detailed. In addition, there is coverage of the new sharpening, noise reduction and retouching tools, and methods. We'll also dive into the Lens Warp filter for fixing crooked and warped images. To help you master these tools the book teaches you professional techniques for overcoming the many challenges you'll face and by using these techniques, youÂ’ll be able to bring out the best from any photo, while establishing an efficient workflow. If you truly want to understand and master Photoshop CS2 for digital photography, this is the resource you need.
Publisher:
Charles River Media
Author:
Colin Smith
Release Date: 2005-11-01
ISBN/EAN: 1584504625 / 9781584504627
New Price: $21.99 /
Used Price: $21.66 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Perl 5 Interactive Course: Certified Edition (Interactive Course) |
| Perl is an extremely powerful language that is used on thousands of Web servers for Common Gateway Interface (CGI) scripts, principally because of its unmatched text manipulation capabilities. However, mastering the syntax of Perl is legendarily difficult with its Unix legacy, which favors cryptic--though efficient--syntax. Jon Orwant's Perl 5 Interactive Course is an excellent tutorial for learning the basics of Perl quickly. It lays a foundation and then builds on it to make you a Perl expert. First, the book outlines the basics of creating and running Perl scripts. (Though this is a Unix-centered approach, the examples will run on Windows NT as well.) Early in the text, the author introduces variables, both scalar and arrays, and basic programming statements (such as conditional statements and looping). He presents the rudiments of using regular expressions and basic Perl metacharacters and commands for searching and replacing text in manageable increments. The author also does a good job of showing how Perl can work together effectively with other Unix commands, such as files and pipes, and operating features, such as processes. The book is less successful at exposing the intricacies of object-oriented Perl (a difficult topic). However, it is good at explaining some of the pitfalls of Perl programming, including debugging. Other interesting chapters explain topics such as where Perl programming fits into the Internet and why Perl will likely continue to play an important role on the Web. Chapters throughout this book are short and sweet and include simple exercises so that readers can try out Perl on their own. Although no single book can make you into a Perl guru, this tutorial can start you on your way to becoming a competent Perl developer.
The clear, step-by-step instructions in Perl 5 Interactive Course, Certified Edition, teach you how to develop sophisticated Net applications and Web sites using the flexible power of Perl. From simple tasks like writing loops and opening files to advanced topics such as networking, generating graphics, and linking Perl and C, these hands-on lessons show you how it's done.Throw your Internet connection into the mix and you'll have free access to the eZone, the innovative Web-based learning center from Waite Group Press. You'll get expert help from the pros, interactive quizzes for immediate feedback, dedicated discussion groups for interaction with other students, certification, and even optional continuing education units (for a nominal fee). This isn't just a book; it's a Web-based learning center. - Provides the opportunity to earn 3 Continuing Education Units from Marquette University
- Updated edition covers the latest version of Perl
- Web-based components include online mentors to answer specific questions, interactive testing for immediate feedback, discussion groups for student interaction and more
- CD-ROM includes Microsoft Internet Explorer, the latest Perl source code and all the binaries needed to run Perl on any platform
Publisher:
Waite Group Press
Author:
Jon Orwant
Release Date: 1997-11-01
ISBN/EAN: 1571691138 / 9781571691132
New Price: n.a. /
Used Price: $7.68 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Beginning Perl, Second Edition |
Beginning Perl, Second Edition is a well-named text that starts exactly where it claimsÂ…This book is a fine place to start.
— James Edward Gray II, Slashdot contributor ...there are great examples, and projects assigned after each chapter to help you really understand and remember how to code in Perl.
— Mark Spritzler, JavaRanch Bartender This book is a well-conceived introduction to Perl in tutorial form... A Very Good Book. :) :) :) :) of 5.
— George Woolley of Oakland Perl Mongers The Perl (this book) teaches is strong industry-standard Perl that isÂ…considered best practice.
— Jack Herrington, Editor, Code Generation Network Originally created as a powerful text processing tool, Perl has since evolved into a multi-purpose, multi-platform language capable of implementing a variety of tasks such as system administration, CGI and network programming, XML processing, and more. Beginning Perl, Second Edition provides valuable insight into Perls role regarding all of these tasks and more. Commencing with a comprehensive overview of language basics, you'll learn all about important concepts such as Perl's data types and control flow constructs. This material sets the stage for a discussion of more complex topics, such as writing custom functions, using regular expressions, and file input and output. Next, we move on to the advanced topics of object oriented programming, modules, CGI programming, and database administration with Perls powerful database interface module, DBI. The examples and code provided offer you all of the information you need to start writing your own powerful scripts to solve the problems listed above, and many more. Whether you are a complete novice or an experienced programmer, Beginning Perl, Second Edition offers an ideal guide to learning Perl.
Publisher:
Apress
Author:
James Lee
Release Date: 2004-08-30
ISBN/EAN: 159059391X / 9781590593912
New Price: $24.94 /
Used Price: $20.00 |
| |
|
|
|
|
| |
|
|
| |
 |
|
The Ruby Programming Language |
Publisher:
Addison Wesley
Authors:
Yukihiro Matsomoto, Keiju Ishituka
Release Date: 2002-06
ISBN/EAN: 020171096X / 9780201710960
New Price: n.a. /
Used Price: n.a. |
| |
|
|
|
|
| |
|
|
| |
 |
|
JavaScript Demystified |
Even if you have no programming experience, you'll learn to create dynamic, interactive Web pages with help from this easy-to-use, self-teaching guide. Author and programming instructor Jim Keogh covers the basics of this leading Web development language.
Even if you have no programming experience, you'll learn to create dynamic, interactive Web pages with help from this easy-to-use, self-teaching guide. Author and programming instructor Jim Keogh covers the basics of this leading Web development language and explains how to write cross-browser JavaScript programs in no time.
Publisher:
McGraw-Hill Osborne Media
Author:
James Keogh
Release Date: 2005-05-26
ISBN/EAN:
New Price: $9.99 /
Used Price: n.a. |
| |
|
|
|
|
| |
|
|
| |
 |
|
Perl Hacks: Tips & Tools for Programming, Debugging, and Surviving (Hacks) |
| With more than a million dedicated programmers, Perl has proven to be the best computing language for the latest trends in computing and business. While other languages have stagnated, Perl remains fresh, thanks to its community-based development model, which encourages the sharing of information among users. This tradition of knowledge-sharing allows developers to find answers to almost any Perl question they can dream up. And you can find many of those answers right here in "Perl Hacks," Like all books in O'Reilly's Hacks Series, "Perl Hacks" appeals to a variety of programmers, whether you're an experienced developer or a dabbler who simply enjoys exploring technology. Each hack is a short lesson--some are practical exercises that teach you essential skills, while others merely illustrate some of the fun things that Perl can do. Most hacks have two parts: a direct answer to the immediate problem you need to solve right now and a deeper, subtler technique that you can adapt to other situations. Learn how to add CPAN shortcuts to the Firefox web browser, read files backwards, write graphical games in Perl, and much more. For your convenience, "Perl Hacks" is divided by topic--not according to any sense of relative difficulty--so you can skip around and stop at any hack you like. Chapters include: Productivity Hacks User Interaction Data Munging Working with Modules Object Hacks Debugging Whether you're a newcomer or an expert, you'll find great value in "Perl Hacks," the only Perl guide that offers something useful and fun for everyone.
Publisher:
O'Reilly Media, Inc.
Authors:
chromatic, Damian Conway, Curtis "Ovid" Poe
Release Date: 2006-05-08
ISBN/EAN: 0596526741 / 9780596526740
New Price: $13.79 /
Used Price: $12.99 |
| |
|
|
|
|
| |
|
|
|
|
|