Useful Books and Software
|
Related Perl Books |
|
|
 |
| |
|
|
| |
| Web Hosting and Web Design Related Perl Books |
Page 2 of 82
Total results: 815 |
|
|
| |
|
|
| |
 |
|
HTML Dog: The Best-Practice Guide to XHTML and CSS |
For readers who want to design Web pages that load quickly, are easy to update, accessible to all, work on all browsers and can be quickly adapted to different media, this comprehensive guide represents the best way to go about it. By focusing on the ways the two languages--XHTML and CSS--complement each other, Web design pro PatrickGriffiths provides the fastest, most efficient way of accomplishing specific Web design tasks. With Web standards best practices at its heart, it outlines how to do things the right way from the outset, resulting in highly optimized web pages, in a quicker, easier, less painful way than users could hope for! Split into 10 easy-to-follow chapters such as Text, Images, Layout, Lists, and Forms, and coupled with handy quick-reference XHTML tag and CSS property appendixes, HTML Dog is the perfect guide and companion for anyone wanting to master these languages. Readers can also see the lessons in action with more than 70 online examples constructed especially for the book.
Publisher:
New Riders Press
Author:
Patrick Griffiths
Release Date: 2006-12-02
ISBN/EAN: 0321311396 / 9780321311399
New Price: $28.18 /
Used Price: $26.00 |
| |
|
|
|
|
| |
|
|
| |
 |
|
MySQL Pocket Reference |
To help you be more efficient in your work, this handy pocket reference gives you instant reminders on how to use important MySQL functions, especially in conjunction with key parts of the LAMP open source infrastructure. This powerful database system is so rich in features that no administrator or programmer can stay familiar with all of them. MySQL Pocket Reference is an ideal on-the-job companion, well organized to help you find and adapt the statements you need -- quickly.
Updated for the latest versions of this popular database, this edition covers many complex features that have been added to MySQL 5.0 and 5.1, including a section dedicated to stored procedures and triggers. After a brief introduction on installation and initial setup, the book explains: - How to configure MySQL, such as setting the root password
- MySQL data types, including numerics, strings, dates, and complex types
- SQL syntax, commands, data types, operators, and functions
- Arithmetic, comparison and logical operators
- Aggregate and general functions
- Stored procedures and triggers, including procedure definition, procedure calls, procedure management, cursors, and triggers
You don't have time to stop and thumb through an exhaustive reference when you're hard at work. This portable and affordable guide is small enough to fit into your pocket, and gives you a convenient reference that you can consult anywhere. When you reach a sticking point and need to get to a solution quickly, the MySQL Pocket Reference is the book you want to have.
Publisher:
O'Reilly Media, Inc.
Author:
George Reese
Release Date: 2003-02-01
ISBN/EAN: 059600446X / 9780596004460
New Price: $3.62 /
Used Price: $1.86 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Perl Debugged |
(Pearson Education) Saves programmers time and frustration by offering a guide through the entire programming process, showing how to completely debug Perl. Example rich and slightly humorous, the reference and guide minimizes the development, troubleshooting, and maintenance time developers must take to create elegant, errorless code. Softcover.
Publisher:
Addison Wesley Publishing Company
Authors:
Peter J. Scott, Ed Wright
Release Date: 2001-03-27
ISBN/EAN: 0201700549 / 9780201700541
New Price: $8.99 /
Used Price: $1.50 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Pro PHP XML and Web Services (Pro) |
I would highly recommend this as a resource for any developers who want to really dig in and solidify their working knowledge of PHP and web services, or just want to explore the nuances and complexities of XML DTDs and namespaces.
— Nathan Smith, Godbit Project Pro PHP XML and Web Services is the authoritative guide to using the XML features of PHP 5 and PHP 6. No other book covers XML and Web Services in PHP as deeply as this title. The first four chapters introduce the core concepts of XML required for proficiency, and will bring you up to speed on the terminology and key concepts you need to proceed with the rest of the book. Next, the book explores utilizing XML and Web Services with PHP5. Topics include DOM, SimpleXML, SAX, xmlReader, XSLT, RDF, RSS, WDDX, XML-RPC, REST, SOAP, and UDDI. Author Robert Richards, a major contributor to the PHP XML codebase, is a leading expert in the PHP community. In this book, Richards covers all topics in depth, blending theory with practical examples. Youll find case studies for the most popular web services like Amazon, Google, eBay, and Yahoo. The book also covers XML capabilities, demonstrated through informative examples, in the PEAR libraries.
Publisher:
Apress
Author:
Robert Richards
Release Date: 2006-03-27
ISBN/EAN: 1590596331 / 9781590596333
New Price: $49.88 /
Used Price: $49.84 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Building a Web Site with Ajax: Visual QuickProject Guide |
Ajax is at the heart of the Web 2.0 revolution. It isn't a technology but, rather, is a technique that leverages other technologies and techniques, such as CSS, XML, DHTML, and XHTML. Many Web designers and programmers would like to incorporate Ajax in their projects because of the amazing functionality it can add to a Web site, but they can't because of the steep learning curve. That's where this book steps in. It makes learning Ajax fun and easy -- a great place to start! Visual QuickProject Guides focus on a single project. In this case the project is creating a business employee directory, like an address book. What's being created is a better, new kind of Web site.
Publisher:
Peachpit Press
Author:
Larry Ullman
Release Date: 2007-10-13
ISBN/EAN: 0321524411 / 9780321524416
New Price: $11.81 /
Used Price: $10.00 |
| |
|
|
|
|
| |
|
|
| |
 |
|
CGI Programming 101: Programming Perl for the World Wide Web, Second Edition |
| If you build web pages you may eventually want to add a guestbook, order form, page counter, or other interactive elements to your website. CGI Programming 101 explains how to do this in simple, easy-to-understand terms. The book shows you how to write useful, real-world web programs, starting with simple guestbook forms and building up to more advanced applications. 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.
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.
Publisher:
CGI101.com
Author:
Jacqueline D. Hamilton
Release Date: 2004-03-01
ISBN/EAN: 0966942612 / 9780966942613
New Price: $29.95 /
Used Price: n.a. |
| |
|
|
|
|
| |
|
|
| |
 |
|
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: $25.15 /
Used Price: $25.16 |
| |
|
|
|
|
| |
|
|
| |
 |
|
mod_perl Developer's Cookbook (Developer's Library) |
mod_perl is a unique piece of software that wholly integrates the power of Perl with the flexibility and stability of the Apache Web server. With mod_perl, developers can harness the power of the full Apache API and develop Web applications quickly and without sacrificing performance. The mod_perl Developer's Cookbook teaches programming with the mod_perl API by example. The book takes developers from the basics of mod_perl to the development advanced Web applications. Developers will learn tricks, solutions, and mod_perl idioms gleaned from the authors' experience as developers and expert users of mod_perl. Geoffrey Young is a frequent contributor to the mod_perl community and has written scores of mod_perl handlers, the most useful of which can be found on CPAN. Paul Lindner manages, designs, and implements mod_perl applications at Critical Path. He is a long-time Internet and open-source developer, and was one of the founders of the Internet Gopher at the University of Minnesota. Randy Kobes is a professor of physics at the University of Winnipeg who conducts research on chaos and fractals. He used mod_perl to establish a search engine for CPAN.
Publisher:
Sams
Authors:
Geoffrey Young, Paul Lindner, Randy Kobes
Release Date: 2002-02-07
ISBN/EAN: 0672322404 / 9780672322402
New Price: $19.99 /
Used Price: $9.09 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Advanced VBScript for Microsoft Windows Administrators (Pro Other) |
Get the in-depth guidance you need to take your Windows scripting skills to the next level. Enterprise-level Windows administrators who have experience with Windows scripting will learn advanced VBScript techniques, including Active Directory® Service Interfaces (ADSI) and Windows Management Instrumentation (WMI) scripting, security scripting, building hypertext applications for script graphical interfaces, remote scripting, database scripting, and scripting for Group Policy. You will continue to build your skills by creating scripts to work with Microsoft Exchange Server, Microsoft SQL Server™, Microsoft Operations Manager, and Microsoft Virtual Server. Coverage also includes the latest scripting updates for Windows XP and Windows Server™ 2003. Each chapter highlights powerful, ready-to-run, enterprise-level scripts, and the companion CD-ROM includes sample scripts and utilities to help you put your advanced scripting skills to work right away.
Publisher:
Microsoft Press
Authors:
Don Jones, Jeffery Hicks
Release Date: 2006-02-22
ISBN/EAN: 0735622442 / 9780735622449
New Price: $25.45 /
Used Price: $19.93 |
| |
|
|
|
|
| |
|
|
| |
 |
|
IT Administrator's Top Ten Introductory Scripts for Windows (Administrator's Advantage Series) (Administrator's Adantage Series) |
The IT Administrator's Top 10 Introductory Scripts for Windows helps administrators learn, and quickly implement, new scripting tools to increase productivity and reduce redundancy. It teaches readers scripting basics by explaining and breaking down real-world examples, and focuses on harnessing scripting power for IT systems administrators and systems engineers. The book is built around 10 fully-functional scripts that will help IT administrators manage their environment right "out of the box." Administrators also learn the strategies and tactics surrounding the development and implementation of these real-world scripts. Additionally, the chapters cover hypothetical, real-world business needs and explain how to map a script-based solution, including a discussion of the preferred language, tools, and technologies.
A key problem with Microsoft Windows is that its friendly user interface can get in the way of efficient system administration. There's no easy way, for example, to use the graphical administration tools to determine which of your users have passwords that will soon expire. The answers to such problems of administration come in the form of scripts written for the Windows Script Host (WSH), which are what IT Administrator's Top 10 Introductory Scripts for Windows aims to teach its readers about. It succeeds; Jeff Fellinge takes on 10 significant administration challenges (getting a list of a machine's local user accounts remotely, comparing successive weeks' computer rosters, getting a concise report of users and groups on Active Directory, and so on) and shows how to solve them. It's a handy resource for an administrator who's not fond of trooping across the office (or, all too frequently, the country) to do menial tasks. This book should also prove useful to programmers interested in integrating their products with Active Directory. Fellinge takes care to document his scripts in detail--he does not commit the popular sin of presenting the user with giant, unexplained code listings--and it's usually easy to figure out why he's designed his code as he as. Combined with a reference that details JScript for WSH, this book will prove especially valuable. --David Wall Topics covered: How to use JScript and the Windows Script Host (WSH) to write time-saving administrative scripts for Microsoft Windows 2000, Windows Server 2003, and (to a far lesser extent) Windows NT.
Publisher:
Charles River Media
Author:
Jeff Fellinge
Release Date: 2004-01-13
ISBN/EAN: 1584502126 / 9781584502128
New Price: $7.37 /
Used Price: $0.81 |
| |
|
|
|
|
| |
|
|
|
|
|