Software Listing: Computers General
- Designing Active Server Pages
- License: Shareware

Designing Active Server Pages provides an important tool for often-overworked ASP programmers: a set of techniques for making the wisest use of the technology in a production environment. Targeting an audience of readers who already are seasoned in ASP, this book explores techniques for producing "reusable and robust ASP applications." Presentation and example compose the approach here, with concise tables of information and descriptions that make the book a fast read. Topics covered: Choosing a server-side scripting language, Exception handling, Regular expressions, Building reusable forms, Reusable database administration pages, COM overview, Lesser-known Microsoft COM components, and Important third-party COM components.
- Date: 07-01-2012
- Platform: Asp, Scripts
- Developing ASP Components
- License: Shareware

Developing add-on controls and components is emerging as a multibillion dollar industry that is increasingly attracting the attention of developers. This book provides developers with the information and real-world examples they need to create custom ASP components using any of the three major development tools: Visual Basic, Visual C++, and J++..
- Publisher: amazon.com
- Date: 02-06-2011
- Platform: Asp, Scripts
- ASP in a Nutshell
- License: Shareware

ASP in a Nutshell provides the high-quality documentation that developers really need to create effective ASP applications. It focuses on how features are used in a real application and highlights little-known or undocumented features as well. This book also includes an overview of the interaction of the latest release of Internet Information Server (version 4) and ASP, with an introduction to the IIS object model and the objects it comprises. The examples given in this section and throughout the book are illustrated in VBScript..
- Publisher: amazon.com
- Date: 23-09-2011
- Platform: Asp, Scripts
- Building Web Solutions with ASP .NET and ADO .NET
- License: Shareware

Most Web applications follow a simple "3F" pattern: fetch, format, and forward data to the browser. With this in-depth guide, developers can take their Web design and programming skills to the next level to build more complex Web pages, applications, and services. The book demonstrates the advanced data-access capabilities of ADO.NET and the powerful page-creation capabilities of ASP.NET, plus how to employ code reusability, pagelets, code-behind, server-side controls, and other time-saving techniques..
- Publisher: amazon.com
- Date: 25-08-2011
- Platform: Asp, Scripts
- Microsoft ASP .NET Step by Step
- License: Shareware

This title is the ideal step-by-step introduction for developers who want to learn Active Server Pages+ (ASP+) scripting technology, which offers powerful new possibilities for writing clean, reusable, scalable code for Web pages. It offers a solid, practical introduction to ASP+ and related technologies, including the Common Language Runtime (CLR), Microsoft Visual Basic, Microsoft Visual C#(tm), and the Microsoft .NET Framework. It also provides real-world examples and code samples to help developers solve daily Web challenges..
- Publisher: amazon.com
- Date: 18-03-2011
- Platform: Asp, Scripts
- ASP.NET Unleashed
- License: Shareware

A well-known expert in the ASP development community, best-selling Author Steven Walther brings his experience as an ASP.NET trainer to ASP.NET Unleashed. With this valuable guide, readers learn the advanced features of ASP.NET, and how to apply them in their own Internet applications. This in-depth, code-intensive title covers a broad range of advanced ASP.NET topics that include: Validating Form Data, Programming Mobile Devices, Using Code Behind, Building Custom ASP.NET Controls, Creating Graphics with GDI.NET, Data Access with ADO.NET, ASP.NET Security, Using XML in ASP.NET Applications, and Building and Consuming Web Services.
- Publisher: amazon.com
- Date: 20-06-2011
- Platform: Asp, Scripts
- Writing Apache Modules with Perl and C
- License: Shareware

This guide to Web programming teaches you how to extend the capabilities of the Apache Web server. It explains the design of Apache, mod_perl, and the Apache API, then demonstrates how to use them to rewrite CGI scripts, filter HTML documents on the server-side, enhance server log functionality, convert file formats on the fly, and more..
- Publisher: amazon.com
- Date: 02-03-2011
- Platform: CGI and Perl, Scripts
- Perl in a Nutshell : A Desktop Quick Reference
- License: Shareware

Perl in a Nutshell is a comprehensive reference guide to the Perl programming language. This book covers all the core features of the language. It ranges widely through the Perl programmer's universe, gathering together in convenient form a wealth of information about Perl itself and its application to CGI scripts, network programming, database interaction, and graphical user interfaces. It also gives detailed coverage about using Perl within a Win32 environment. Topics include: Basic language reference, Introduction to using Perl modules, Perl and CGI (CGI basics, CGI.pm, mod_perl), DBI - the database-independent API for Perl), Sockets programming in Perl, LWP - the library for World Wide Web programming in Perl, The Net::* modules, and pTk - the Tk extension to Perl.
- Publisher: amazon.com
- Date: 04-11-2011
- Platform: CGI and Perl, Scripts
- Perl 5 Pocket Reference
- License: Shareware

This is a standard, quick-reference guide for the Perl programming language. The second edition, updated to cover the latest Perl version, provides a complete overview of the language, from variables to input and output, from flow control to regular expressions, from functions to document formats--all packed into a convenient, carry-around booklet..
- Publisher: amazon.com
- Date: 11-09-2011
- Platform: CGI and Perl, Scripts
- Programming the Perl DBI
- License: Shareware

Coauthored by Alligator Descartes, one of the most active members of the DBI community, and by Tim Bunce, the inventor of DBI, this book explains the architecture of DBI and shows you how to write DBI-based programs. For the experienced DBI dabbler, this book explains DBI's nuances and the peculiarities of each individual DBD. Main topics include: An introduction to DBI and its design, How to construct queries and bind parameters, Working with database, driver, and statement handles, Debugging techniques, Coverage of each existing DBD, and A complete reference to DBI..
- Publisher: amazon.com
- Date: 10-08-2011
- Platform: CGI and Perl, Scripts
- Perl Cookbook
- License: Shareware

The Perl Cookbook is a comprehensive collection of problems, solutions, and practical examples for anyone programming in Perl. You'll find hundreds of rigorously reviewed Perl "recipes" for manipulating strings, numbers, dates, arrays, and hashes; pattern matching and text substitutions; references, data structures, objects, and classes; signals and exceptions; and much more..
- Publisher: amazon.com
- Date: 01-02-2011
- Platform: CGI and Perl, Scripts
- Programming Perl
- License: Shareware

Programming Perl, 2nd Edition is the authoritative guide to Perl version 5, the scripting utility that has established itself as the programming tool of choice for the World Wide Web, UNIX system administration, and a vast range of other applications. Version 5 of Perl includes object-oriented programming facilities. The book is coauthored by Larry Wall, the creator of Perl. It covers Perl language and syntax, functions, library modules, references, and object-oriented features, and also explores invocation options, debugging, common mistakes, and much more..
- Publisher: amazon.com
- Date: 02-07-2011
- Platform: CGI and Perl, Scripts
- Learning Perl
- License: Shareware

Learning Perl is a hands-on tutorial designed to get you writing useful Perl scripts as quickly as possible. Exercises (with complete solutions) accompany each chapter. A lengthy new chapter in this edition introduces you to CGI programming, while touching also on the use of library modules, references, and Perl's object-oriented constructs. Contents include: A quick tutorial stroll through Perl basics, Systematic, topic-by-topic coverage of Perl's broad capabilities, Lots of brief code examples, Programming exercises for each topic, with fully worked-out answers, How to execute system commands from your Perl program, How to manage DBM databases using Perl, and An introduction to CGI programming for the Web.
- Publisher: amazon.com
- Date: 08-06-2011
- Platform: CGI and Perl, Scripts
- JavaServer Pages
- License: Shareware

JavaServer Pages shows how to develop Java-based web applications without having to be a hardcore programmer. The author provides an overview of JSP concepts and discusses how JSP fits into the larger picture of web applications. Web page authors will benefit from the chapters on generating dynamic content, handling session information, accessing databases, authenticating users, and personalizing content. In the programming-oriented chapters, Java programmers learn how to create Java components and custom JSP tags for web authors to use in JSP pages..
- Publisher: amazon.com
- Date: 15-08-2011
- Platform: Java, Scripts
- Java and XML
- License: Shareware

Java and XML share many features that are ideal for building Web-based enterprise applications, such as platform-independence, extensibility, reusability, global language (Unicode) support, and both are based on industry standards. Together Java and XML allow enterprises to simplify and lower cost of information sharing and data exchange. Java and XML shows you how to put the two together, building real-world applications in which both the code and the data are truly portable. This book covers: The basics of XML, Using standard Java APIs to parse XML, Designing new document types using DTDs and Schemas, Writing programs that generate XML data, Transforming XML into different forms using XSL transformations (XSL/T), XML-RPC, Using a web publishing framework like Apache-Cocoon, and XML as a configuration language.
- Publisher: amazon.com
- Date: 21-05-2011
- Platform: Java, Scripts
- Java Servlet Programming
- License: Shareware

Java servlets offer a fast, powerful, portable replacement for CGI scripts. This book covers everything one needs to write effective servlets. Topics include serving dynamic Web content, maintaining state information, session tracking, database connectivity using JDBC, and applet-servlet communication..
- Publisher: amazon.com
- Date: 01-01-2011
- Platform: Java, Scripts
- Dynamic HTML: The Definitive Reference
- License: Shareware

This book is an indispensable compendium for Web content developers. It contains everything you need to create functional cross-platform Web applications, including: A complete reference for all of the HTML tags, CSS style attributes, browser document objects, and JavaScript objects supported by the various standards and the latest versions of Navigator and Internet Explorer. Browser compatibility is emphasized throughout; the reference pages clearly indicate browser support for every entity; Handy cross-reference indexes that make it easy to find interrelated HTML tags, style attributes, and document objects; An advanced introduction to creating dynamic Web content that addresses the cross-platform compromises inherent in Web page design today.
- Publisher: amazon.com
- Date: 11-01-2011
- Platform: JavaScript, Scripts
- Javascript : The Definitive Guide
- License: Shareware

JavaScript: The Definitive Guide provides a thorough description of the core JavaScript language and its client-side framework, complete with sophisticated examples that show you how to handle common tasks, like validating form data and working with cookies. The book also contains a definitive, in-depth reference section that covers every core and client-side JavaScript function, object, method, property, constructor, and event handler. This book is an indispensable reference for all JavaScript programmers, regardless of experience level. This third edition of JavaScript: The Definitive Guide describes the latest version of the language, JavaScript 1.
- Publisher: amazon.com
- Date: 01-07-2011
- Platform: JavaScript, Scripts
- Programming PHP
- License: Shareware

Programming PHP is a comprehensive guide to PHP, a simple yet powerful language for creating dynamic web content. The book is co-authored by the creator of PHP, Rasmus Lerdorf, so you'll learn not only how to program in PHP, but how to do it well. This authoritative book explains the language syntax and programming techniques of PHP 4 in a clear and concise manner. Programming PHP goes into detail on fundamental topics such as functions, strings, arrays, and objects, with numerous examples that illustrate both correct usage and good PHP style..
- Publisher: amazon.com
- Date: 20-11-2011
- Platform: PHP, Scripts
- Web Database Applications with PHP & MySQL
- License: Shareware

For seasoned developers, this could be the book that you wish you'd had when you started out building web database apps and data-driven sites. Keeping a copy around for reference, especially if you frequently jump back and forth between projects in different languages/environments, also might be helpful - for those occasions when you need of a quick refresher in PHP/MySQL dev. Moreover, if you find yourself in the position of having to mentor junior developers (or helping non-coder friends) tasked with building or maintaining PHP/MySQL-based sites or apps, then lending them your copy or recommending that they buy their own could save you quite a bit of time and frustration.
- Publisher: amazon.com
- Date: 17-06-2011
- Platform: PHP, Scripts






