Designing Active Server Pages

Designing Active Server Pages
Author: Scott Mitchell
Publisher: "O'Reilly Media, Inc."
Total Pages: 234
Release: 2000
Genre: Computers
ISBN: 9780596000448

Shows how to reuse code by looking for common functionality and by separating the presentation element of Web pages from script.

Sams Teach Yourself Active Server Pages 3.0 in 21 Days

Sams Teach Yourself Active Server Pages 3.0 in 21 Days
Author: Scott Mitchell
Publisher: Pearson Educación
Total Pages: 812
Release: 2000
Genre: Computers
ISBN: 9789684445277

A guide to ASP and IIS fundamentals covers dynamic content, interactivity, writing files on the Web server, personalizing content, reading databases, and debugging scripts.

Beginning Active Server Pages 3.0

Beginning Active Server Pages 3.0
Author: David Buser
Publisher: Wrox
Total Pages: 0
Release: 2000-07-11
Genre: Computers
ISBN: 9780764543630

What is this book about? ASP is the future of the web. If you're looking for a way to create attractive, intelligent web pages or, if you're just looking for a way to extend your HTML know-how, then ASP is an effective way to achieve your goals. With ASP, you can customize your web pages to be more dynamic, more efficient and more responsive to your users. It's not just a technology, though — to get the best out of ASP, you'll be using it in tandem with HTML, and with one or more of the web's simple scripting languages. The book will teach you everything you need to create useful real-world applications on the web. What does this book cover? Teaches VBScript as an integral part of learning to use ASP Describes how to make your pages more dynamic with HTML and script code Covers writing and debugging script code Explains how to set up ASP, what software to use, and how to administer your pages Shows how you can access databases to give dynamically updated web pages Introduces object-based programming and shows you how to use ASP objects Provides the foundation for you to write useful, real-world dynamic web pages Includes a fully worked sample application to demonstrate the power of ASP Loaded with examples and useful tips Introduces XML, one of the latest web programming technologies, and explains its use in conjunction with ASP Who is this book for? This book is for anybody with a grasp of HTML who wants to add more to their web pages. It also covers VBScript — a simple Internet programming language. This makes it the ideal first step for the aspiring web professional. It's also useful for more experienced programmers looking for a practical, no-nonsense introduction to ASP and programming for the web. What do you need to use this book? To get the most out of this book you should be running Windows 2000, which includes ASP 3 — the latest version of this popular technology.

Active Server Pages 3.0 by Example

Active Server Pages 3.0 by Example
Author: Bob Reselman
Publisher: Que Publishing
Total Pages: 596
Release: 2000
Genre: Computers
ISBN: 9780789722409

Reselman teaches readers how to create dynamic Web sites with Active Server Pages, covering such topics as XML and ASP, objects, cookies, applications and database access.

Professional ASP.NET 3.5

Professional ASP.NET 3.5
Author: Bill Evjen
Publisher: John Wiley & Sons
Total Pages: 1410
Release: 2011-01-11
Genre: Computers
ISBN: 111805931X

In this book, you’ll be introduced to the features and capabilities of ASP.NET 3.5, as well as the foundation that ASP.NET provides. Updated for the latest release of Visual Studio, this new edition adds five hundred pages of great new content compared to the original 2.0 version of the book. Including both printed and downloadable VB and C# code examples, this edition focuses even more on experienced programmers and advanced web development. New coverage includes new chapters on IIS 7 development, LINQ, ASP.NET, Silverlight, and many others.

Teach Yourself Active Server Pages In 24 Hours

Teach Yourself Active Server Pages In 24 Hours
Author: Christoph Wille
Publisher:
Total Pages: 477
Release: 1999
Genre: Active server pages
ISBN: 9788176352994

In Just 24 Sessions Of One Hour Or Less, You Will Be Up And Programming With Activex Server Pages. Using A Straightforward, Step-By-Step Approach, Each Lesson Builds Upon The Previous One, Allowing You To Learn The Essentials Of Activex Server Pages From The Ground Up.

Beginning ASP Databases

Beginning ASP Databases
Author: Kevin Spencer
Publisher: Apress
Total Pages: 853
Release: 2003-08-26
Genre: Computers
ISBN: 1430211210

* Offers an entry point to one of the most crucial aspects of Microsoft-oriented Web development--database integration with Active Server Pages * Covers ADO/OLE DB architecture, SQL, recordsets, databases and cookies, error handling, command object, stored procedures, irregular data handling, performance testing and tuning and more * Discusses how to incorporate databases into your ASP applications, using ActiveX Data Objects (ADO) * Provides code examples, exercises, and quizzes - each captioned with step-by-step explanations

ASP in a Nutshell

ASP in a Nutshell
Author: Keyton Weissinger
Publisher: "O'Reilly Media, Inc."
Total Pages: 496
Release: 2000-07-06
Genre: Computers
ISBN: 1449379591

ASP in a Nutshell provides the high-quality reference documentation that web application developers really need to create effective Active Server Pages. It focuses on how features are used in a real application and highlights little-known or undocumented features.This book also includes an overview of the interaction between the latest release of Internet Information Server (version 5) and ASP 3.0, with an introduction to the IIS object model and the objects it comprises. The examples shown in this section and throughout the book are illustrated in VBScript.The main components of this book are: Active Server Pages Introduction. Brief overview of the ASP application paradigm with examples in VBScript. Also included is an introduction to Microsoft's Internet Information Server 5.0, the IIS object model, and the objects that it comprises. Object Reference. Each object is discussed in the following manner: descriptions, properties, collections, methods, events, accessory files/required DLLs, and remarks, including real-world uses, tips and tricks, and author's experience (where applicable). The objects--Application, Response, Request, Server, Session, ObjectContext, and ASPError, as well as ASP Directives, Global.ASA, and Server-Side Includes--all follow this paradigm. Component Reference. This section follows the same paradigm found in Object Reference. The discussion covers all of the additional components included with IIS, such as ActiveX Data Objects, the Ad Rotator, the Browser capabilities component, the File System Object, and more. Appendixes. Gives examples in one or two objects and components using Perl, REXX, and Python in ASP. Like other books in the "In a Nutshell" series this book offers the facts, including critical background information, in a no-nonsense manner that users will refer to again and again. It is a detailed reference that enables even experienced web developers to advance their ASP applications to new levels.

Professional ASP.NET 1.0

Professional ASP.NET 1.0
Author: Richard Anderson
Publisher: Wrox
Total Pages: 1394
Release: 2002-02-22
Genre: Computers
ISBN: 9780764543968

What is this book about? This comprehensive compendium provides a broad and thorough investigation of all aspects of programming with ASP.NET. Entirely revised and updated for the 1.0 Release of .NET, this book will give you the information you need to master ASP.NET and build dynamic, successful, enterprise Web applications. What does this book cover? Here are just a few of the topics covered in this book: What ASP.NET is, and how it makes building applications even easier How easy it is to work with ASP.NET pages and server-side controls Accessing data of all kinds in your ASP.NET pages An introduction to ADO.NET Getting started with ASP.NET and the .NET Framework Creating ASP.NET pages, working with server controls, and data management Developing, securing, and configuring web applications Exploring Base class libraries, components, and extensibility Working with Web Services and ASP.NET in the mobile arena Debugging, performance, migration, and interoperability Integrating this knowledge in real world development contexts Who is this book for? This book is aimed at experienced ASP developers working at the leading edge — rather than the casual ASP developer or beginner. We do not cover the basics of COM, ASP, or the .NET programming languages. This book is also ideal for Visual Basic developers who want to move into Web application design. What do you need to use this book? Here's what you need to know in order to use this book: A solid understanding of ASP Familiarity with VB or C-based syntax (C++, Java(TM), or C#) A desire to develop sophisticated ASP.NET applications using the .NET Framework A desire for a comprehensive and in-depth guide to this exciting new technology