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.

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.

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.

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.

Active Server Pages For Dummies

Active Server Pages For Dummies
Author: Bill Hatfield
Publisher: For Dummies
Total Pages: 416
Release: 1999-09-08
Genre: Computers
ISBN:

This work gives complete information on ASP's open application environment, incorporating scripting languages and using ActiveX server compnents. It also includes information on how to incorporate database files into an ASP application.

Active Server Pages Programming

Active Server Pages Programming
Author: A Dedeke
Publisher: Virtualbookworm Publishing
Total Pages: 236
Release: 2003-05
Genre: Active server pages
ISBN: 9781589392830

The purpose of this book is to give the novice and the professional web designer a concise introduction to the features and use of ASP technology. The book does not assume that the reader has a programming background. The content, by design, emphasizes the "learning by doing" approach. The scripting languages that are used in the text include HTML, VBScript, Visual Basic and JScript. The text includes projects about database-driven websites, design of web forms, Ad Rotator implementations and the creation of COM components. The projects also include the use of application and session objects as well as cookies. You will study enough about ASP technology to understand what you are doing and will gain an understanding of ASP programming components by using them. After you complete the assignments in this book, you will be able to adapt many of them for your own website. The projects are designed to work with both Windows 98 and Windows 2000.

Active Server Pages

Active Server Pages
Author: Munishwar Gulati
Publisher: Siliconmedia
Total Pages: 107
Release:
Genre:
ISBN: 8187870478

ASP - Active Server Pages. ASP is a development framework for building web pages AND IT supports many different development models: Classic ASP. ASP.NET Web Forms. With ASP Classic, default VBScript language can be used. ASP Classic files have .asp extension and are interpreted when the page is loaded or during runtime. Compiled ASP.NET files have .aspx extension making them more robust and faster than ASP scripting. The code of ASP and ASP.NET code is similar but it is not readily interchangeable. However, the pages of ASP.NET may still have some ASP scripting. As you read the book, you will find the answers to many of the questions you have about two of the Internet Programming Tools - Active Server Pages. This book is a sincere effort for explaining the concepts of Internet Programming tools - ASP. We sincerely hope that you find this work to be informative and enjoyable. As a reader, you are the most important critic and commentator of our books. We value your opinion and want to know what we are doing right, what we could do better, what areas you would like to see us publish in, and any other words of wisdom you are willing to pass. As the publishing manager of the group that created this book, We welcome your comments. You can e-mail at [email protected].

Developing ASP Components

Developing ASP Components
Author: Shelley Powers
Publisher: O'Reilly Media
Total Pages: 518
Release: 1999
Genre: Computers
ISBN: 9781565924468

The popularity of Microsoft's Active Server Pages (ASP) technology is growing rapidly. Part of the reason is ASP's flexibility: the output of ASP scripts is most commonly HTML, which is included in the text stream returned to the client, making it a convenient way of creating browser-independent web content. But an additional reason--and one that will become more and more important over time, as webapplications replace web pages--is its extensibility. And the most effective way to extend ASP is to develop custom ASP components. However, the techniques for developing custom ASP components, along with the snags and pitfalls of developing custom components, are not well documented. In addition, to successfully develop ASP components one must be a jack-of-all-trades: programming requires some knowledge of COM, of threading models, and of the ASP object model, as well as a mastery of one or more language tools and development environments. That's where Developing ASP Components comes in. The first section of the book explores the topics all developers need to know to develop components for ASP effectively: The configuration of the ASP development environment ASP components and the Component Object Model (COM) ASP components and threading models ASP components and the Microsoft Transaction Server, which can be used to provide a variety of services to ASP components The objects, properties, methods, and events available in the ASP object model Because more and more developers find themselves using more than a single language tool, the remaining three sections of the book each focus on ASP component development using any of the three major development tools: Microsoft Visual Basic, Microsoft Visual C++ and the ActiveX Template Library (ATL), and Microsoft J++. Each section carefully focuses on the issues that concern the ASP component developer who is using that particular development environment. These include: Accessing ASP's intrinsic objects Accessing data using either OLE DB (in the case of C++) or ADO (in the case of VB and J++) Creating n-tier web applications with VB Handling persistence using MFC along with Visual C++/ATL Accessing native code (the Windows libraries, which are written in C) from J++ This thorough coverage of the background information needed for developing ASP components, as well as its focus on the component development in each of three major development environments, makes Developing ASP Components the definitive resource for the ASP application and component developer.