Useful Books and Software
|
Related Perl Books |
|
|
 |
| |
|
|
| |
| Web Hosting and Web Design Related Perl Books |
Page 8 of 82
Total results: 815 |
|
|
| |
|
|
| |
 |
|
Pro JSP 2, Fourth Edition |
This is the first comprehensive guide to cover JSP 2 and 2.1. It supplies you with the tools and techniques to develop web applications with JSP and Java servlets. Youll learn to choose and implement the best persistence option for your web applications, and how to secure web sites against malicious attack and accidental misuse. You will improve the performance and scalability of JSP pages, as well as architect reliable, stable applications. The authors describe all of the rich JSP 2 features, and explain JSF integration with JSP. Completing the thorough package, this book examines how integration with open source projects like Ant, Struts, XDoclet, JUnit, and Cactus can make web development even easier.
Publisher:
Apress
Authors:
Simon Brown, Sam Dalton, Daniel Jepp, Dave Johnson, Sing Li
Release Date: 2005-12-13
ISBN/EAN:
New Price: $36.41 /
Used Price: n.a. |
| |
|
|
|
|
| |
|
|
| |
 |
|
Programming ASP.NET AJAX: Build rich, Web 2.0-style UI with ASP.NET AJAX |
Delivering rich, Web 2.0-style experiences has never been easier. This book gives you a complete hands-on introduction to Microsoft ASP.NET AJAX 1.0, the new framework that offers many of the same benefits for Ajax development that ASP.NET provides for server-side development. With Programming ASP.NET AJAX, you'll learn how to create professional, dynamic web pages with Ajax in no time.
Loaded with code and examples that demonstrate key aspects of the framework, this book is ideal not only for ASP.NET developers who want to take their applications a step further with Ajax, but for any web developers interested in ASP.NET AJAX, no matter what technology they use currently. That includes JavaScript programmers who would like to avoid the headaches of writing cross-browser code.
Programming ASP.NET AJAX offers you: - A high-level overview of the ASP.NET AJAX framework
- Functional code that you can cut and paste for use in your own applications
- The essentials of JavaScript and Ajax to help you understand individual technologies used by the framework
- An organization that reflects the framework's packages, including Extensions, Control Toolkit, the Futures CTP, and the AJAX Library
- Sidebars throughout the book that identify and propose solutions to potential security breaches
- Ways to use the standards-based AJAX Library with other platforms, such as PHP
- A complete chapter on the UpdatePanel control for making individual parts of a web page independently updateable -- one of the framework's most important elements
Released previously as Programming Atlas to cover the beta version of the Microsoft framework, this edition is fully up-to-date and expanded for the official 1.0 release of ASP.NET AJAX. Written by Christian Wenz -- Microsoft MVP for ASP/ASP.NET and AJAX Control Toolkit Contributor -- Programming ASP.NET AJAX contains many hard-to-find details, along with a few unofficial ways to accomplish things.
Publisher:
O'Reilly Media, Inc.
Author:
Christian Wenz
Release Date: 2007-09-18
ISBN/EAN: 0596514247 / 9780596514242
New Price: $11.59 /
Used Price: $9.99 |
| |
|
|
|
|
| |
|
|
| |
 |
|
QuickStart to JavaScript (QuickStart) |
This book offers brief coverage of JavaScript and Web programming. This modest volume does not permit an exhaustive coverage of either HTML (used to create Web pages) or JavaScript (used to add animation, automation, and user interaction to Web pages). Instead, readers learn enough of both to do some fairly fancy things in the Web environment. Along the way, they pick up the concepts and techniques of computer programming. For readers who want to learn computer programming in the Web environment.
Publisher:
Addison Wesley
Author:
Forest Lin
Release Date: 2000-05-25
ISBN/EAN: 1576760189 / 9781576760185
New Price: $14.35 /
Used Price: $9.71 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Starting Out with Java Alternate Edition |
Starting out with Java is designed for users with no programming knowledge, but can be utilized by experienced users for its depth of detail. Beginning users are introduced to object-focused programming, centered on the fundamentals of control structures, classes and the OOP paradigm before progressing to graphics and other Java applications. To complement the texts clear, friendly and easy-to-understand format are example programs which are concise and practical in nature.
Publisher:
Addison Wesley
Author:
Tony Gaddis
Release Date: 2004-05-02
ISBN/EAN: 1576761371 / 9781576761373
New Price: $69.11 /
Used Price: $1.10 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Yahoo! Maps Mashups (Wrox Mashup Books) |
Written by Charles Freedman, a senior Flash developer at Yahoo!, this book provides you with all the information you’ll need to know about APIs in order to build amazing map mashups. You’ll find in-depth coverage of Yahoo! mapping tools and technologies and a variety of techniques for working with the APIs. Yahoo! Maps Mashups explores each API flavor, guiding you through the simple yet comprehensive sets of API calls so that you will gain a strong understanding of the capabilities of each map technology through its respective API.
Publisher:
Wrox
Author:
Charles Freedman
Release Date: 2007-02-12
ISBN/EAN: 0470097787 / 9780470097786
New Price: $0.37 /
Used Price: $0.39 |
| |
|
|
|
|
| |
|
|
| |
 |
|
JavaScript: The Definitive Guide |
JavaScript is a powerful, object-based scripting language; JavaScript programs can be embedded directly in HTML web pages. When combined with the Document Object Model (DOM) defined by a web browser, JavaScript allows you to create Dynamic HTML content and interactive client-side web applications. JavaScript syntax is based on the popular programming languages C, C++, and Java, which makes it familiar and easy to learn for experienced programmers. At the same time, JavaScript is an interpreted scripting language, providing a flexible, forgiving programming environment in which new programmers can learn. JavaScript: The Definitive Guide provides a thorough description of the core JavaScript language and both the legacy and standard DOMs implemented in web browsers. The book includes sophisticated examples that show you how to handle common tasks, like validating form data, working with cookies, and creating portable DHTML animations. The book also contains detailed reference sections that cover the core JavaScript API, the legacy client-side API, and the W3C standard DOM API, documenting every JavaScript object, method, property, constructor, constant, function, and event handler in those APIs. This fourth edition of the bestselling JavaScript book has been carefully updated to cover JavaScript 1.5 (ECMAScript version 3). The book also provides complete coverage of the W3C DOM standard (Level 1 and Level 2), while retaining material on the legacy Level 0 DOM for backward compatibility. JavaScript: The Definitive Guide is a complete programmer's guide and reference manual for JavaScript. It is particularly useful for developers working with the latest standards-compliant web browsers, like Internet Explorer 6, Netscape 6, and Mozilla. HTML authors can learn how to use JavaScript to build dynamic web pages. Experienced programmers can quickly find the information they need to start writing sophisticated JavaScript programs. This book is an indispensable reference for all JavaScript programmers, regardless of experience level.
Since the earliest days of Internet scripting, Web developers have considered JavaScript: The Definitive Guide an essential resource. David Flanagan's approach, which combines tutorials and examples with easy-to-use syntax guides and object references, suits the typical programmer's requirements nicely. The brand-new fourth edition of Flanagan's "Rhino Book" includes coverage of JavaScript 1.5, JScript 5.5, ECMAScript 3, and the Document Object Model (DOM) Level 2 standard from the World Wide Web Consortium (W3C). Interestingly, the author has shifted away from specifying--as he did in earlier editions--what browsers support each bit of the language. Rather than say Netscape 3.0 supports the Image object while Internet Explorer 3.0 does not, he specifies that JavaScript 1.1 and JScript 3.0 support Image. More usefully, he specifies the contents of independent standards like ECMAScript, which encourages scripters to write applications for these standards and browser vendors to support them. As Flanagan says, JavaScript and its related subjects are very complex in their pure forms. It's impossible to keep track of the differences among half a dozen vendors' generally similar implementations. Nonetheless, a lot of examples make reference to specific browsers' capabilities. Though he does not cover server-side APIs, Flanagan has chosen to separate coverage of core JavaScript (all the keywords, general syntax, and utility objects like Array) from coverage of client-side JavaScript (which includes objects, like History and Event, that have to do with Web browsers and users' interactions with them. This approach makes this book useful to people using JavaScript for applications other than Web pages. By the way, the other classic JavaScript text--Danny Goodman's JavaScript Bible--isn't as current as this book, but it's still a fantastic (and perhaps somewhat more novice-friendly) guide to the JavaScript language and its capabilities. --David Wall Topics covered: The JavaScript language (version 1.0 through version 1.5) and its relatives, JScript and ECMAScript, as well as the W3C DOM standards they're often used to manipulate. Tutorial sections show how to program in JavaScript, while reference sections summarize syntax and options while providing copious code examples.
Publisher:
O'Reilly Media, Inc.
Author:
David Flanagan
Release Date: 2001-12-15
ISBN/EAN: 0596000480 / 9780596000486
New Price: $8.96 /
Used Price: $2.90 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Mastering Regular Expressions |
| Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Perl, Python, Ruby, Java, VB.NET and C# (and any language using the .NET Framework), PHP, and MySQL. If you don't use regular expressions yet, you will discover in this book a whole new world of mastery over your data. If you already use them, you'll appreciate this book's unprecedented detail and breadth of coverage. If you think you know all you need to know about regular expressions, this book is a stunning eye-opener. As this book shows, a command of regular expressions is an invaluable skill. Regular expressions allow you to code complex and subtle text processing that you never imagined could be automated. Regular expressions can save you time and aggravation. They can be used to craft elegant solutions to a wide range of problems. Once you've mastered regular expressions, they'll become an invaluable part of your toolkit. You will wonder how you ever got by without them. Yet despite their wide availability, flexibility, and unparalleled power, regular expressions are frequently underutilized. Yet what is power in the hands of an expert can be fraught with peril for the unwary. Mastering Regular Expressions will help you navigate the minefield to becoming an expert and help you optimize your use of regular expressions. Mastering Regular Expressions, Third Edition, now includes a full chapter devoted to PHP and its powerful and expressive suite of regular expression functions, in addition to enhanced PHP coverage in the central "core" chapters. Furthermore, this edition has been updated throughout to reflect advances in other languages, including expanded in-depth coverage of Sun's java.util.regex package, which has emerged as the standard Java regex implementation.Topics include: - A comparison of features among different versions of many languages and tools
- How the regular expression engine works
- Optimization (major savings available here!)
- Matching just what you want, but not what you don't want
- Sections and chapters on individual languages
Written in the lucid, entertaining tone that makes a complex, dry topic become crystal-clear to programmers, and sprinkled with solutions to complex real-world problems, Mastering Regular Expressions, Third Edition offers a wealth information that you can put to immediate use. Reviews of this new edition and the second edition:
"There isn't a better (or more useful) book available on regular expressions." --Zak Greant, Managing Director, eZ Systems "A real tour-de-force of a book which not only covers the mechanics of regexes in extraordinary detail but also talks about efficiency and the use of regexes in Perl, Java, and .NET...If you use regular expressions as part of your professional work (even if you already have a good book on whatever language you're programming in) I would strongly recommend this book to you." --Dr. Chris Brown, Linux Format "The author does an outstanding job leading the reader from regex novice to master. The book is extremely easy to read and chock full of useful and relevant examples...Regular expressions are valuable tools that every developer should have in their toolbox. Mastering Regular Expressions is the definitive guide to the subject, and an outstanding resource that belongs on every programmer's bookshelf. Ten out of Ten Horseshoes." --Jason Menard, Java Ranch
Regular expressions are a central element of UNIX utilities like egrep and programming languages such as Perl. But whether you're a UNIX user or not, you can benefit from a better understanding of regular expressions since they work with applications ranging from validating data-entry fields to manipulating information in multimegabyte text files. Mastering Regular Expressions quickly covers the basics of regular-expression syntax, then delves into the mechanics of expression-processing, common pitfalls, performance issues, and implementation-specific differences. Written in an engaging style and sprinkled with solutions to complex real-world problems, Mastering Regular Expressions offers a wealth information that you can put to immediate use.
Publisher:
O'Reilly Media, Inc.
Author:
Jeffrey Friedl
Release Date: 2006-08-08
ISBN/EAN: 0596528124 / 9780596528126
New Price: $24.61 /
Used Price: $24.65 |
| |
|
|
|
|
| |
|
|
| |
 |
|
PHP for the World Wide Web (Visual QuickStart Guide) |
| Need to learn PHP fast? Try a Visual QuickStart! Takes an easy, visual approach to teaching PHP scripting, using pictures to guide you through the language and show you what to do. Works like a reference book--you look up what you need and then get straight to work. No long-winded passes--concise, straightforward commentary explains what you need to know. Companion Web site contains complete source code for examples in the book, online resources, updates, and more. Affordable--perhaps the least expensive PHP book you'll find! PHP: VQS Companion Web Site Chapter 1: Getting Started With PHP Basic Syntax Sending Data to the Browser Testing Your Script Sending Text to the Browser Sending HTML to the Browser Using White Space in PHP (and HTML) Adding Comments to Your Scripts Chapter 2: Variables What are Variables? Variable Syntax Types of Variables Assigning Values to Variables Predefined Variables Chapter 3: HTML Forms and PHP Creating a Simple Form Using Get or Post Receiving Data from a Form in PHP Inputting Data Manually Chapter 4: Using Numbers Adding, Subtracting, Multiplying, and Dividing Formatting Numbers Incrementing and Decrementing a Number Using Multiple Operators Using Built-in Mathematical Functions Chapter 5: Using Strings Trimming Strings Connecting Strings (Concatenation) Encoding and Decoding Strings Encrypting and Decrypting Strings Pulling Out Parts from a String Chapter 6: Control Structures The If Conditional More Operators Using Else Using Elseif The Switch Conditional The While Loop The For Loop Chapter 7: Using Arrays Creating an Array Adding Items to an Array Accessing Array Elements Sorting Arrays Transforming Between Strings and Arrays Creating an Array from a Form Creating Multidimensional Arrays Chapter 8: Regular Expressions What are Regular Expressions? Defining a Simple Pattern Matching Patterns Defining More Complicated Patterns Matching and Replacing Patterns Chapter 9: Creating Functions Creating and Using Simple Functions Creating and Calling Functions that Take Arguments Creating and Using Functions that Return a Value Variables and Functions Chapter 10: Files and Directories File Permissions Writing to Files Reading from Files Directories Handling File Uploads Renaming and Deleting Files and Directories Chapter 11: Databases Connecting to and Creating a Database Creating a Table Sending Data to a Database Retrieving Data from a Database Chapter 12: Cookies Creating and Reading from Cookies Adding Parameters to a Cookie Deleting a Cookie Chapter 13: Creating Web Applications Using include and require Determining the Date and Time Using http Headers Sending Email Chapter 14: Debugging Common Errors Error Reporting and Logging Debugging Detective Work Using the Die Statement Appendix A: Installation and Configuration Installing on a Linux Server Installing on a Windows 2000 Server Configuration Appendix B: Security Cryptography and SSL Writing Secure PHP Security Resources Appendix C: PHP Resources The PHP Manual Web Sites and Newsgroups Database Resources Advanced Topics Tables
Publisher:
Peachpit Press
Author:
Larry Ullman
Release Date: 2001-03-29
ISBN/EAN: 0201727870 / 9780201727876
New Price: $8.50 /
Used Price: $0.48 |
| |
|
|
|
|
| |
|
|
| |
 |
|
DOM Scripting: Web Design with JavaScript and the Document Object Model |
We know from the success of titles such as Web Standards Solutions, Cascading Style Sheets: Separating Content from Presentation, and the Web Designer's Reference that web designers are increasingly concerned with making sites that don't just look pretty, but are also built using current best practices. There are three main technologies married together to create usable, standards-compliant web designs: XHTML for data structure, Cascading Style Sheets for styling your data, and JavaScript for adding dynamic effects and manipulating structure on the fly using the Document Object Model. This book is about the latter of the three. DOM Scripting: Web Design with JavaScript and the Document Object Model gives you everything you need to start using JavaScript and the Document Object Model to enhance your web pages with client-side dynamic effects. Jeremy starts off by giving you a basic crash course in JavaScript and the DOM, then move on to provide you with several real world examples built up from scratch including dynamic image galleries and dynamic menus, and show you how to manipulate web page style using the CSS DOM, and create markup on the fly.
Publisher:
friends of ED
Author:
Jeremy Keith
Release Date: 2005-09-12
ISBN/EAN: 1590595335 / 9781590595336
New Price: $18.44 /
Used Price: $14.71 |
| |
|
|
|
|
| |
|
|
| |
 |
|
Beginning JavaScript |
| What is this book about? JavaScript is the language of the Web. Used for programming all major browsers, JavaScript gives you the ability to enhance your web site by creating interactive, dynamic, and personalized pages. Our focus in this book is on client-side scripting, but JavaScript is also hugely popular as a scripting language in server-side environments, a subject that we cover in later chapters. What does this book cover? Beginning JavaScript assumes no prior knowledge of programming languages, but will teach you all the fundamental concepts that you need as you progress. After covering the core JavaScript language, you'll move on to learn about more advanced techniques, including Dynamic HTML, using cookies, debugging techniques, and server-side scripting with ASP. By the end of this book, you will have mastered the art of using JavaScript to create dynamic and professional-looking web pages. Here are a few of the things you'll learn in this book: - Fundamental programming concepts
- Comprehensive practical tutorial in JavaScript
- Cross-browser scripting, including Netscape 6
- Cookie creation and use
- Plug-ins and ActiveX controls
- Dynamic HTML
- Scripting the W3C DOM
- Server-side JavaScript with ASP
Who is this book for? This book is for anyone who wants to learn JavaScript. You will need a very basic knowledge of HTML, but no prior programming experience is necessary. Whether you want to pick up some programming skills, or want to find out how to transfer your existing programming knowledge to the Web, then this book is for you. All you need is a text editor (like Notepad) and a browser, and you're ready to go!
Suitable for learning basic programming for Web browsers, Beginning JavaScript is a patient, introductory tutorial on writing scripts successfully. It teaches you how to create client-side scripts (including full coverage of fundamentals like variables and flow control, plus plenty of screen shots.) JavaScript is a good way to learn programming. It's powerful, of course, but the book takes small steps, using scripts that work with string and time data first, and then moving to manipulating browser objects like forms and windows. A running case study for a trivia game helps anchor the steps with a practical (and fun) example. There are plenty of tips on debugging your scripts (including how to use the Microsoft Script Debugger tool), and each section includes sample questions. (The book also offers extensive answers in over 80 pages at the end of the book.) There's plenty of material on the differences between Internet Explorer and Netscape, especially when it comes to Dynamic HTML (DHTML). Coverage of the Document Object Model (DOM) for browsers helps bring the text up to date on some of the latest standards in Web browsers (including the new Netscape 6). While the focus of Beginning JavaScript clearly is on the client, later sections turn to server-side ASP development (in which the sample trivia game is enhanced with ASPs written in JavaScript using ADO and Microsoft Access.) Reference sections on JavaScript and the browser object model for Internet Explorer and Netscape (through version 4.x) round out the material. In all, with its approachable style and clearly rendered code examples, Beginning JavaScript makes for a worthwhile first book of programming for today's browsers. Even if you haven't programmed before, this text can give you the tools you need to bring your static Web pages to life. --Richard Dragan Topics covered: - Introduction to JavaScript
- Cross-browser compatibility issues
- JavaScript data types and variables
- Displaying errors
- Calculations
- Operators
- String handling
- Flow control statements
- Loops
- Introduction to using objects
- The browser object model
- HTML forms (including types of input controls)
- Frames and windows
- Tutorial for regular expressions
- Advanced string methods
- Date, time, and timer objects
- Common errors
- The Microsoft Script Debugger
- Cookies
- Dynamic HTML (DHTML) on Internet Explorer 4.0 and Netscape Navigator 4.x
- The Document Object Model (DOM)
- ActiveX controls and plug-ins used with JavaScript
- Server-scripting
- Introduction to ASP and databases (including SQL basics and database design with Microsoft Access)
- Sample case study for a trivia game
- Sample exercises and answers
- References to JavaScript
- Internet Explorer 4 and 5 and Netscape Navigator 4 objects
- ASP object model reference
Publisher:
Wrox
Author:
Paul Wilton
Release Date: 2000-06-06
ISBN/EAN: 0764544055 / 9780764544057
New Price: $11.49 /
Used Price: $4.93 |
| |
|
|
|
|
| |
|
|
|
|
|