Useful Books and Software
|
Related Perl Books |
|
|
 |
| |
|
|
| |
| Web Hosting and Web Design Related Perl Books |
Page 3 of 84
Total results: 832 |
|
|
| |
|
|
| |
 |
|
Programming the Web Using XHTML and JavaScript |
Programming the Web Using XHTML and JavaScript by Lagerstrom fits in introductory Web-Authoring courses in the community college, university extension or technical schools, or in Web-Scripting courses found in computer science departments. It requires no prior knowledge of HTML or programming. This book was written to offer a straightforward introduction to programming. Programming the Web Using XHTML and JavaScript starts out with an explanation of HTML and then gently guides the student into learning how to create web pages that actually respond to and interact with the web browser through JavaScript. To accomplish the patient ease of learning, Dr. Lagerstrom created various types of end of chapter material, which reinforce what has been learned via lab exercises, de-bugging problems and objective questions. Pedagogical features such as icons are located in the margins to alert students of potential trouble areas and advice.
Publisher:
Career Education
Authors:
Larry Randles Lagerstrom, Larry Lagerstrom
Release Date: 2002-08-05
ISBN/EAN: 0072560312 / 9780072560312
New Price: $46.32 /
Used Price: $40.95 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Programming Web Services with Perl |
| Given Perl's natural fit for web applications development, it's no surprise that Perl is also a natural choice for web services development. It's the most popular web programming language, with strong implementations of both SOAP and XML-RPC, the leading ways to distribute applications using web services. But books on web services focus on writing these applications in Java or Visual Basic, leaving Perl programmers with few resources to get them started. "Programming Web Services with Perl" changes that, bringing Perl users all the information they need to create web services using their favorite language. "Programming Web Services with Perl" steers clear of the hype surrounding web services and concentrates on what is useful and practical. The book introduces the major web services standards, such as XML-RPC, SOAP, WSDL, and UDDI, and shows how to implement Perl servers and clients using these standards. You'll find detailed references on both the XML and SOAP toolkits, and learn when to use one technology in favor of the other. The book is rich with programming examples that you'll find useful well past the learning stage. And, moving beyond the basics, the book offers solutions to problems of security, authentication, and scalability. Some of the topics covered in the book are: HTTP and XML basics XML-RPC and the toolkits SOAP and toolkits SOAP:: Lite Using SOAP with SMTP and other protocols Advertising and discovering with UDDI and WSDL The REST methodology The future of web services "Programming Web Services with Perl" was written for Perl programmers who have no prior knowledge of web services. You can pick up this book without anyunderstanding of XML-RPC or SOAP and be able to apply these technologies easily, through the use of publicly available Perl modules detailed in the book. If you're interested in applying XML-RPC and SOAP technologies to distributed programming applications, then "Programming Web Services with Perl" is a book you'll want to have.
Publisher:
O'Reilly Media, Inc.
Authors:
Randy J. Ray, Pavel Kulchenko
Release Date: 2002-12
ISBN/EAN: 0596002068 / 9780596002060
New Price: $19.60 /
Used Price: $11.33 |
| |
|
|
|
|
| |
|
|
| |
 |
|
QuickTime for Java: A Developer's Notebook (Developers Notebook) |
QuickTime Java (QJT) is a terrific multimedia toolkit, but it's also terrifying to the uninitiated. Java developers who need to add audio, video, or interactive media creation and playback to their applications find that QTJ is powerful, but not easy to get into. In fact, when it comes to class-count, QuickTime Java is nearly as large as all of Java 1.1. Once you learn the entire scope of Apple's QuickTime software, you really appreciate the problem. At its simplest, QuickTime allows Mac and Windows users to play audio and video on their computers. But QuickTime is many things: a file format, an environment for media authoring, and a suite of applications that includes browser plug-ins for viewing media within a web page, a PictureViewer for working with still pictures, QuickTime Streaming Server for delivering streaming media files on the Internet in real time, and QuickTime Broadcaster for delivering live events on the Internet. Among others. As if that weren't daunting enough, the javadocs on QJT are wildly incomplete, and other books on the topic are long out of date and not well regarded, making progress with QTJ extremely difficult. So what can you do? Our new hands-on guide, QuickTime Java: A Developer's Notebook, not only catches up with this technology, but de-mystifies it. This practical "all lab, no lecture" book is an informal, code-intensive workbook that offers the first real look at this important software. Like other titles in our Developer's Notebook series, QuickTime Java: A Developer's Notebook is for impatient early adopters who want get up to speed on what they can use right now. It's deliberately light on theory, emphasizing example over explanation and practice over concept, so you can focus on learning by doing. QuickTime Java: A Developer's Notebook gives you just the functionality you need from QTJ. Even if you come to realize that 95% of the API is irrelevant to you, this book will help you master the 5% that really counts.
Publisher:
O'Reilly Media, Inc.
Author:
Chris Adamson
Release Date: 2005-01-14
ISBN/EAN: 0596008228 / 9780596008222
New Price: $6.00 /
Used Price: $2.05 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Grid Computing For Developers (Programming Series) |
Many industry analysts believe that grid computing will be the next big technology wave. It is so promising that major technology companies such as IBM, Microsoft, Oracle, and Sun are allocating significant resources for grid research and development. Grid Computing for Developers explores the evolution of grid computing from the early distributed computing paradigm to the modern grid environments. Most of today's grid environments will be examined including OGSA, Resource Managers, and MPI. The book also explores today's de-facto standards for grid computing including a comprehensive guide to the Globus Toolkit for developers covering installation, system administration, development guides for grid services, open grid services architectures for OGSI and OGSA-DAI, commodity grid kits for Java, Perl, and OGSA-C, and performance evaluation tests. A significant amount of source code samples accompany each chapter. Grid Computing for Developers is an ideal resource for computer scientists and researchers, graduate students, and IT professionals looking to further expand their grid computing skills.
Publisher:
Charles River Media
Author:
Vladimir Silva
Release Date: 2005-12-30
ISBN/EAN: 1584504242 / 9781584504245
New Price: $30.22 /
Used Price: $21.35 |
| |
|
|
|
|
| |
|
|
| |
 |
|
GWT in Practice |
| If you're a web developer, you know that you can use Ajax to add rich, user-friendly, dynamic features to your applications. With the Google Web Toolkit (GWT), a new Ajax tool from Google that automatically converts Java to JavaScript, you can build Ajax applications using the Java language. GWT in Practice is an example-driven, code-rich book designed for web developers already familiar with the basics of GWT who now want hands-on experience. After a quick review of GWT fundamentals, GWT in Practice presents scores of handy, reusable solutions to the problems you face when you need to move beyond "Hello World" and "proof of concept" applications. This book skips the theory and looks at the way things really work when you're building. I also shows you where GWT fits into the Enterprise Java Developer's toolset. Written by expert authors Robert Cooper and Charlie Collins, this book combines sharp insight with hard-won experience. Readers will find thorough coverage of all aspects of GWT development from the basic GWT concepts to in depth real world example applications. The first part of the book is a rapid introduction to the GWT methodology The second part of the book then delves into several practical examples which further demonstrate core aspects of the toolkit The book concludes by presenting several larger GWT applications including drag and drop support for UI elements, data binding, processing streaming data, handling application state, automated builds, and continuous integration. Along the way GWT in Practice covers many additional facets of working with the toolkit. Various development tools are used throughout the book, including Eclipse, NetBeans, IDEA, Ant, Maven, and, of course, the old fashioned command line. The book also addresses integrating GWT with existing applications and services along with enterprise and team development.
Publisher:
Manning Publications
Authors:
Robert Cooper, Charlie Collins
Release Date: 2008-05-12
ISBN/EAN: 1933988290 / 9781933988290
New Price: $24.51 /
Used Price: $24.51 |
| |
|
|
|
|
| |
|
|
| |
 |
|
JavaScript: The Complete Reference |
Develop powerful, full-featured Web pages with JavaScript using this comprehensive resource. Including thorough coverage of object models, XML, server-side JavaScript, and embedded objects--plus details on special browser considerations, this guide is an excellent reference no matter what your level of experience.
Publisher:
McGraw-Hill/Osborne Media
Authors:
Thomas A. Powell, Fritz Schneider
Release Date: 2001-09-20
ISBN/EAN: 0072191279 / 9780072191271
New Price: $10.00 /
Used Price: $5.93 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Mac OS X Panther in a Nutshell |
An instant success among newcomers, longtime Apple® fans and serious Unix® users alike, the Mac OS® X operating system combines stability, simplicity and elegance, and a stunning user interface. What more could Mac users want or need? The answer, of course, is Mac OS X Panther--a sleek and powerful overhaul of Mac OS X that promises to revitalize your Mac with improved views of the system, significant improvements to favorite applications, and numerous added conveniences. As with its predecessor, Jaguar, Mac OS X Panther offers plenty of new territory to explore. To show the way, O'Reilly's latest Nutshell book, Mac OS X Panther in a Nutshell, 2nd Edition offers all audiences--both longtime Mac users and hardcore Unix users--the most complete guide to this remarkable operating system. The latest edition of this all-purpose reference leads power users through the newly changed landscape of Mac OS X. Mac OS X Panther in a Nutshell, 2nd Edition provides details about the user-interface elements, system and network administration, and scripting and development. If you want to probe more deeply into the BSD Unix side of Mac OS X, there's a section that delves "under the hood." The book also includes the most complete Unix command reference found in print--with each command and option painstakingly tested and checked against Panther. Even the manpages that ship with the system can't compete in accuracy! Mac OS X Panther in a Nutshell, 2nd Edition offers a thorough treatment of Mac OS X Panther, from its BSD Unix foundation to the finer points of its user interface. It familiarizes readers with the Finder and the Dock, file management, system configuration, network administration issues, and more, including a clear picture of what's new Other topics covered in the book include:- Filesystem overview
- Running Java® applications
- System and Network Administration
- Directory Services and NetInfo
- Scripting on Mac OS X Panther
- Using CVS
- Unix Command Reference
- An overview of the Apple® X11 distribution
Mac OS X Panther in a Nutshell, 2nd Edition is the indispensable guide for anyone who wants to know Mac OS X Panther inside and out.
Publisher:
O'Reilly Media, Inc.
Author:
Release Date: 2004-06
ISBN/EAN: 0596006063 / 9780596006068
New Price: $0.81 /
Used Price: $0.01 |
| |
|
|
|
|
| |
|
|
| |
 |
|
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: $4.96 /
Used Price: $6.60 |
| |
|
|
|
|
| |
|
|
| |
 |
|
The Perl CD Bookshelf, Version 3.0 |
| Perl programmers increasingly rely on the Web, online help, and other online information sources to solve technical problems. Version 3.0 of O'Reilly's Perl CD Bookshelf gives you convenient online access to your favorite books from your CD-ROM drive. We've updated this best selling product with the electronic versions of 7 popular Perl books. Included are the second edition of Perl in a Nutshell (paperback version included), the third editions of Learning Perl and Programming Perl, the Perl Cookbook, and 3 new titles: Perl & XML, Perl & LWP, and Mastering Perl/Tk. In addition to the reference material and tutorials in Programming Perl and Learning Perl, many of the most popular and useful applications for Perl are covered in these seven books. Many XML programmers are turning to Perl as a language for XML processing because of its text-processing features and the many powerful modules designed for XML development. LWP is the most downloaded Perl distribution in all of CPAN (Comprehensive Perl Archive Network). Perl/Tk is the most mature toolkit, has a wide community of experienced users, and is easy to use for building applications. Never has it been easier to learn, or look up, what you need to know online. Formatted in HTML, The Perl CD Bookshelf, Version 3.0, can be accessed with any web browser. The books are fully searchable and cross-referenced. In addition to individual indexes for each book, there is a master index for the entire library. With the CD Bookshelf, you get a complete Perl library that you can easily carry with you anywhere you need it.
Publisher:
O'Reilly
Author:
O'Reilly & Associates
Release Date: 2002-09-25
ISBN/EAN: 0596003897 / 9780596003890
New Price: $9.94 /
Used Price: $8.59 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Using Open Source Web Software with Windows (Internet Series) |
Open Source is NOT JUST FOR LINUX/UNIX! Open source is changing the software market because of its advantages over commercial tools including cost savings, greater reliability, security, improved performance, and scalability. Although open source is primarily associated with Linux, many people, including IT professionals, don't realize that open source programs can work on a standard Windows platform. In addition, most open source documentation is Linux/UNIX-focused, so instructions and examples are not easily accessible to Window users. Using Open Source Web Software with Windows addresses these issues by introducing Windows administrators, programmers, and Web developers to open source server tools such as Perl, MySQL, Apache, and PHP, which are currently used to power more than 65% of Web site worldwide. Users learn everything they need to implement these tools effectively, including the basics of downloading and installing each of the packages. From there they use the tools and programs in practical combinations to create a self-contained Web server on Windows. After working through the book, Windows users will be able to handle open source database methods, send pages to the Web or Intranets, and make dynamic Web databases. Using open source software will help to reduce licensing costs and improve the reliability, security, and efficiency of their Web tools.
Publisher:
Charles River Media
Author:
Eric Hunley
Release Date: 2005-12-08
ISBN/EAN: 1584504307 / 9781584504306
New Price: $3.99 /
Used Price: $2.55 |
| |
|
|
|
|
| |
|
|
|
|
|