Home > Store

Visual InterDev 6 Unleashed

Register your product to gain access to bonus material or receive a coupon.

Visual InterDev 6 Unleashed

Book

  • Sorry, this book is no longer in print.
Not for Sale

Description

  • Copyright 1999
  • Dimensions: 7.375 X 9.125
  • Pages: 1120
  • Edition: 1st
  • Book
  • ISBN-10: 0-672-31262-X
  • ISBN-13: 978-0-672-31262-5

Using Visual InterDev 6 Unleashed, the reader will learn to take their Visual InterDev development to the next level. The book is designed so it can either be read a chapter at a time or from front to back. Each chapter will present a topic along with tips, cautions, and other notes. Additionally each chapter will contain coding examples that the reader can adapt to their own Visual InterDev projects. The topics will include the following: Part I: Programming with Visual InterDev- Writing cross-browser compatible Web applications, DHTML, OOP w/ HTML, Cascading Style Sheets, data binding, debugging, Scriptlets, and more; Part II: Building Dynamic Web Applications- Universal Data Access, ODBC access, ADO programming, data connections, using the Query designer, stored procedures, security, and more; Part III: Integrating Visual InterDev- Building ASP components, writing IIS applications, creating Visual Basic front-ends, MTS, CDO, using Index Server, workign with e-commerce; Part IV: Server Administration- IIS performance tuning, ASP performance tuning, deployment, team development, site security, and more.

Sample Content

Table of Contents

I. CREATING WEB APPLICATIONS.

1. Creating Crossbrowser Web Applications.

Introduction: What Ever Happened to Standards? Determining the User's Browser. Advanced Browser Detection. Summary.

2. Using Dynamic HTML.

What Is Dynamic HTML? Writing CrossBrowser DHTML. Scripting the Document Object Model. Dynamic Styles. X and Y Positioning. Z Positioning. Animation with DHTML. About Filters and Transitions. Manipulating Text. Using TextRange. Data Binding. A DHTML Case Study: An Interactive Quiz. Summary.

3. Programming The Scripting Object Model.

Introducing the Visual InterDev 6 Scripting Object Model. Scripting and the Scripting Object Model. Starting the SOM. Script Objects as Starting Points. Navigating from One Page to Another Page, Using Script. Passing Values Among Pages. Scripting and Events. Changing the Appearance of Script Objects. Hiding, Showing, and Disabling Objects. Custom Queries and Interactivity. Scripting with Script Objects Versus Regular HTML. Summary.

4. Creating Web Sites With Style.

Separating Form from Function. Using Style Sheets in Your Web Applications. Using the Visual InterDev CSS Editor. Handling CrossBrowser Incompatibilities. A CSS Case Study. Summary.

5. Debugging Web Applications.

Introduction and Background. Debugging Setup. Debugging Environment Basics. A Sample Debugging Case Study. Summary.

6. Team Development.

Local Mode Versus Master Mode Development. Managing Development Teams. Working in Mixed Environments. Introducing Visual SourceSafe. Using SourceSafe and Visual InterDev. Administering Visual SourceSafe. A Team Development Case Study. Summary.

7. Deploying Web Applications.

Deploying Web Applications to the Web. The Deployment Methods. Working with Non-Microsoft Web Servers. Deployment Issues. A Web Application Deployment Case Study. Summary.

8. Visual InterDev Security.

A Web Site Security Overview. Visual InterDev-Specific Security Issues. Security Programming Issues. Access Level and Navigation. Digital Certificates. Programming with Digital Certificates. The Security Plan. Summary.

9. Creating A Secure Application.

Introduction—The Electronic Time Card Application Overview. The Code. Applying Security. Summary.

II. CREATING DATA-BOUND WEB APPLICATIONS.

10. Working With Databases: Universal Data Access.

An Introduction to Microsoft's Universal Data Access Strategy. Connecting to Data. Working with SQL Server. A Transact SQL Overview. Summary.

11. Using The Visual Database Tools.

An Introduction to the Visual Database Tools. Using Database Projects. Managing Remote Databases with Visual InterDev. Creating Tables. Editing Database Objects. Working with Other Database Objects. A Case Study: Managing the WUGNET Databases with Visual InterDev. Summary.

12. Activex Data Objects 2.0.

Accessing Databases Programmatically. An Introduction to ADO 2.x. Using the ADO Objects. Creating Persistent Recordsets. Using Remote Data Service. Summary. A Case Study: The WinInfo Newsletter on the WUGNET Web Site.

13. Programming The Visual Interdev Data Environment.

An Introduction to the Data Environment (DE). Connecting to a Database with the Data Environment. Programming the DE Object Model. Working with Data Environment Collections. Stored Procedures and the Data Environment. Summary.

14. Using Data-bound Controls.

Design-Time Controls and the New Data Environment. Using the Recordset Control. Troubleshooting Recordset DTCs. Using the Grid Control. Using the RecordsetNavBar Control with Other Controls. Other Data-Bound Design-Time ActiveX Controls. Other Design-Time Controls Included with Visual InterDev 6. Summary.

15. Displaying Data In A Web Application.

Choosing a Data Access Provider. Choosing a Data Retrieval Method—ActiveX Data Objects Versus the Data Environment Object Model. Straight Code Versus DTCs and ActiveX Controls. Server-Side Versus Client-Side Data Binding. Presentation Issues: Embedding Data Within HTML. Accessing Databases Directly. Using SQL Server Stored Procedures. Summary.

16. Creating Personalized Web Applications.

Maintaining State with Cookies. Programming Cookies with Client-Side Scripting. Programming Cookies with ASP. Using Session-Level and Application-Level Variables for Personalization. Using a Database to Store Personalization Options. No Cookies! How to Handle the Overcautious User. Summary.

17. Modifying Web Application Data From The Web.

Providing Customers with a Web Front End to Their Data. Managing a Database from the Web. Security Issues. Creating the Front End. Adding New Data. Modifying Existing Data. Deleting Data. Adding Search Capabilities. Summary.

III. VISUAL INTERDEV INTEGRATION.

18. Building Web Application Components With Visual Basic.

Reasons to Build Your Own Components. Using Visual Basic to Develop ASP Controls. Riding the Component Development Merry-Go-Round. Accessing Databases in a Component. Registering Components on a Remote Web Server. Using Microsoft Transaction Server. Looking at Visual C++ and Visual J++ for Control Creation. Summary.

19. Programming Microsoft Transaction Server.

The Microsoft Transaction Server and Related Concepts. The MTS Runtime Environment. Programming with MTS. The MTS Development Environment. An MTS Case Study. The Future of MTS. Additional MTS-Related Resources. Summary.

20. Sending Email With Collaboration Data Objects.

Using the IIS SMTP Component. Introducing Collaboration Data Objects for NT Server (CDONTS). Creating Web Forms for Email. Viewing Email from an ASP Page. Sending Mail from a Web Application with CDONTS and ASP. Integrating the SMTP Component with Exchange Server. A Case Study: The WinInfo Subscription Form. Summary.

21. Programming Index Server.

Searching Static Content on a Web Site. Introducing Microsoft Index Server. Building HTML Search Forms for Index Server. Programming Index Server with ASP. Searching Dynamic Web Applications. An Index Server Case Study.

IV. APPLYING VISUAL INTERDEV IN THE REAL WORLD.

22. Building A User Registration Web Site.

Introducing the User Registration Web Site. Building the User Database. Creating the Login Page. Creating the Registration Form. Creating the Welcome Page. Future Paths. Summary.

23. Creating An Online Catalog.

Introduction—The Monster Modem Company. Creating Your Visual InterDev Project. Designing the Database. Creating the Site Diagram. Implementing the Catalog Tools. Implementing the User Interface. Summary.

24. Implementing E-commerce.

Introduction—Selling Monster Modems Online. Setting Up the Environment. Implementing the Shopping Cart. Implementing a Simple Checkout. Other E-Commerce Features. Summary.

V. APPENDIXES.

A. HTML 4.0 Reference.

HTML Functionality. Browsers and Platforms. HTML 4.0 Philosophy and Practice. Structural (Housekeeping) Elements. Block-level Elements. Text-level Elements. Common Attributes and Intrinsic Events.

B. JavaScript 1.2 Language Reference.

How This Reference Is Organized. A Note About JavaScript 1.2. The anchor Object [C|2|3|4|I]. The applet Object [C|3]. The area Object [C|3]. The array Object [C|3|I]. The button Object [C|2|3|I]. The checkbox Object [c|2|3|I]. The combo Object [C|I]. The date Object [C|2|3|I]. The document Object [C|2|3|I]. The fileUpload Object [C|3]. The form Object [C|2|3|I]. The frame Object [C|2|3|I]. The function Object [C|3]. The hidden Object [C|2|3|I]. The history Object [C|2|3|I]. The image Object [C|3]. The layer Object [4]. The link Object [C|2|3|I]. The location Object [C|2|3|I]. The math Object [C|2|3|I]. The mimeType Object [C|3]. The navigator Object [C|2|3|I]. The option Object [C|3]. The password Object [C|2|3|I]. The plugin Object. The radio Object [C|2|3|I]. The regExp Object. The Regular Expression Object. The reset Object [C|2|3|I]. The screen Object (New in JavaScript 1.2). The select Object [C|2|3]. The string Object [C|2|3|I]. The submit Object [C|2|3|I]. The text Object [C|2|3|I]. The textarea Object [C|2|3|I]. The window Object [C|2|3|I]. Independent Functions, Operators, Variables, and Literals.

C. VBScript 2.0 Reference.

Scripting Active Server Pages. Operators. Statements and Conditional Statements. Intrinsic Functions. Constants. VBScript Objects. VBScript Object Methods. VBScript Object Properties.

D. Active Server Pages Object Reference.

Controlling the Application Object. Controlling the Server Object. Using Server Encoding Techniques. The ObjectContext Object: Interacting with the Transaction Server. Trapping the ObjectContext's Events. Communicating with Web Client: The Response Object. Sending Output to the Browser: The Response Methods. Retrieving Information Using the Request Object. Managing the Session Object.

E. Activex Data Objects Reference.

Command Object. Connection Object. Errors Collection, Error Object. Fields Collection, Field Object. Parameters Collection, Parameter Object. Properties Collection, Property Object. Recordset Object.

F. Transact-SQL Quick Reference.

New in SQL Server 7.0. Creating Database Objects. Tables. Column Properties. Renaming Objects. Adding Columns to a Table. Temporary Tables. SELECT, INSERT, UPDATE, and DELETE. SQL Server Functions. Programming Constructs. Cursors.

G. Scripting Object Model Reference.

Objects in the Scripting Object Model. Properties of the Scripting Object Model. Methods of the Scripting Object Model. Events of the Scripting Object Model.

Index.

Updates

Submit Errata

More Information

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020