Home > Store

Sams Teach Yourself Dreamweaver UltraDev 4 in 21 Days

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

Sams Teach Yourself Dreamweaver UltraDev 4 in 21 Days

Book

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

Description

  • Copyright 2000
  • Edition: 1st
  • Book
  • ISBN-10: 0-672-31901-2
  • ISBN-13: 978-0-672-31901-3

Sams Teach Yourself Dreamweaver UltraDev 4 in 21 Days teaches you all the skills you need to get up and running effectively with Dreamweaver UltraDev 4. The tutorial approach aids you in learning the basics quickly and then moves on to the more advanced features and concepts. By the end of the 21 days, you will know how to create dynamic Web sites containing database interactivity, streamline ASP content, write custom validations and extend functionality with JavaScript, design enhanced navigation of the Web site, and incorporate interactivity. Written by leading trainer and developer John Ray, you will benefit from expert tips for more effective site design.

Sample Content

Table of Contents



Introduction.

WEEK 1. LEARNING ULTRADEV'S HTML TOOLS AND DYNAMIC SITE BASICS.

Day 1. The UltraDev Interface.

The UltraDev Interface. The Menu System. The Document Design Window.

Manipulating Objects. Design Size. Download Time and Page Size. Customizing the Document Design View.

The Tool Palettes.

The HTML Objects. The Properties Palette. The Other Windows and Palettes.

Direct Access to the HTML.

Transferring Selections Between Views. Line Options. Referencing Tag Information. Searching Features. Launching an External Editor.

Customizing the UltraDev Preferences. Summary. Q&A. Workshop.

Quiz. Exercises.

Day 2. Using the UltraDev WYSIWYG Layout Tools.

Creating Your First Web Site.

Defining a Site.

Design Considerations.

Know Your Customer. Plan for the Lowest Common Denominator. Keep It Clean.

Common Objects and Page Elements.

Making a Link. Editing the Head. Common Page Attributes. Previewing Your Work. Spell Checking.

Tables.

Inserting a Table. Image and Text Layout. Using the Table Layout Mode.

Navigation Buttons and Bars.

Lists of Links. Images and Image Maps. Rollover Images. Rollover Navigation Bars.

Layers.

Precise Positioning with Layers. Layers to Tables, and Vice Versa.

Persistent Elements with Frames.

Defining a Frameset. The Frames Palette. The NoFrames Content. Complex Framesets. To Frame or Not To Frame?

Forms. Checking Your Code. Reporting. Summary. Q&A. Workshop.

Quiz. Exercises.

Day 3. Planning and Managing a Web Site.

Site Planning.

Site Maps. Naming Conventions.

The UltraDev Site Map Tools.

Using the Site Map on Existing Web Sites. Using the Site Map on New Web Sites.

Bringing an Existing Site into UltraDev.

Accessing Your Data. Setting Up Your Connection. Using the Connection.

Maintaining Your Site.

Link Verification.

A Distributed Editing Environment.

Enabling Check In and Check Out. Using the Check In/Out System. Design Notes.

Summary. Q&A. Workshop.

Quiz. Exercises.

Day 4. Web Sites with Action-Client-Side Behaviors.

DHTML-What It Is and Isn't.

Style Sheets. JavaScript. The DHTML Problem. To “D”(HTML) or Not to “D”(HTML)?

Introducing Client Behaviors.

The Behavior Palette. Creating a Behavior. Creating a Status Bar Behavior. Creating Pop-Up Help. Pop-Up Browser Windows. Drag and Drop on a Web Page?

Using Timelines.

The Timelines Palette. Setting Animation Keyframes. Easily Defining a Complex Path. Additional Timeline Functions.

Instant Flash.

Flash Buttons. Flash Text.

Other Dynamic Elements. Advanced JavaScript Programmers. Summary. Q&A. Workshop.

Quiz. Exercises.

Day 5. Reusable Components and UltraDev Packages.

Code Reuse.

Repetitive Formatting-Style Sheets. Common Components. Templates.

HTML Styles. Cascading Style Sheets.

Working with Style Sheets.

Libraries.

Creating a Library Item from Existing HTML. The Site Asset Palette-Libraries. Creating a Library Item from Scratch.

Template Files.

Creating a Template from an Existing Page. The Site Asset Palette-Templates. Creating a Template from Scratch. Got Template?

Asset Manager.

Asset Manager Views.

Extending UltraDev.

Recording Commands. Recording Temporary Commands. Download UltraDev Packages.

Summary. Q&A. Workshop.

Quiz. Exercises.

Day 6. Introduction to Dynamic Web Applications and Database Design.

Dynamic Web Sites.

Traditional Web Application Programming. HTML Embedded Languages.

Understanding Dynamic Sites.

Variable Passing. Cookies.

Creating Dynamic Sites.

Types of Dynamic Sites. Planning for Dynamic Sites.

Database Design.

Data Modeling Terminology. A Normalization Example. From Model to Database.

Summary. Q&A. Workshop.

Quiz. Exercises.

Day 7. Understanding the Supported Scripting Languages.

The UltraDev Languages.

Active Server Pages. Java Server Pages. ColdFusion.

Choosing a Server.

User Friendliness. Type of Services Offered. Reliability. Performance/Cost Ratio. Support. The Final Decision.

Inside the Supported Languages.

Programming Concepts.

Summary. Q&A. Workshop.

Quiz. Exercise.

Week 1. In Review.

WEEK 2. BRING THE WEB TO LIFE.

Day 8. Setting Up Macintosh and Windows Systems for Database Interaction.

The Database Connection.

Setting Up a Database Connection (Macintosh/Windows).

The Java-ODBC Connection (Macintosh/Windows NT).

Setting Up the Macintosh JDBC Client Driver. Configuring the Windows NT JDBC-ODBC Server.

Setting Up MySQL.

Setting Up MySQL for Windows. Setting Up MySQL for Unix Systems. Testing the MySQL Server. Setting Up an ODBC Data Source to MySQL.

Setting Up an ODBC Data Source to Microsoft Access. Summary. Q&A. Workshop.

Quiz. Exercises.

Day 9. Introducing the UltraDev Dynamic Tools.

Traditional Databases on the Web.

Connections. Server Behaviors. Standard Server Behaviors. The Online Difference. Additional Server Behaviors.

Data Bindings.

Dynamic Data. Design View Bindings.

User Authentication.

Log In User. Restrict Access To Page. Log Out User. Check New Username.

Advanced Technique: Editing/Creating Server Behaviors. Summary. Q&A. Workshop.

Quiz. Exercises.

Day 10. Creating Database-Driven Screens.

Database-Driven Screens. A Simple Table.

Creating the Back End. Developing the UltraDev Front End.

Adding Graphics to the Recordset.

An Image-Ready Database Back End. Adding a Dynamic Image to the Design.

Prettifying the Display. Dynamic Attributes and Complex Displays.

An Extended Database Back End.

Additional Functionality on Dynamic Screens.

Sorting.

Summary. Q&A. Workshop.

Quiz. Exercises.

Day 11. Storing, Editing, and Updating Data from an UltraDev Application.

Online Data Manipulation. Creating Online Forms.

Creating a Simple HTML Form. Text Fields. Submit Buttons.

Adding an Insert Action. Detail Screens and Record Deletion.

Detail Screens. Deleting Records. Linking to a Detail Screen.

Update Screens.

Creating Dynamic Forms. Dynamic Forms Through Server Behaviors. Dynamic Form Elements Through Properties.

Auto-Generating Forms and Screens.

Master-Detail Pages. Record Insert Forms. Record Update Forms. Making the Final Connection.

Summary. Q&A. Workshop.

Quiz. Exercises.

Day 12. Writing Advanced Database Queries.

Why We Need SQL. The Database Objects. Creating Databases and Tables.

Datatypes.

Adding/Changing Data.

Updating Data. Deleting Data.

Querying Database Tables.

Sorting Information. Joining Tables. Summarization Tools.

Other Advanced Techniques.

Views. Stored Procedures. Sub-queries.

Advanced Queries and UltraDev. Summary. Q&A. Workshop.

Quiz. Exercise.

Day 13. Advanced Components: Catalogs, Searches.

A Product Catalog.

Product Categories. Catalog Items. Related Items. The SQL. The SQL Queries.

Designing the Catalog.

Search Form. Search Results.

Automating the Navigation Bar.

Navigation Status. Navigation Bars.

Summary. Q&A. Workshop.

Quiz. Exercises.

Day 14. Advanced Components: User Logins.

Login Systems.

HTTP Authentication. Web-Based Login.

The SQL. A Simple Login.

Processing the Login Information.

Maintaining a Session.

Variable Passing. Variable Passing Continued. Moving to a Related Page.

Time for Cookies.

Setting a Session Variable. Using Session Variables. Session Variables in Queries.

The UltraDev Authentication System. Real Web Site Security. Summary. Q&A. Workshop.

Quiz. Exercises.

Week 2. In Review.

WEEK 3. DEVELOPING ADVANCED WEB APPLICATIONS.

Day 15. Advanced Techniques: Converting Existing Web Sites to Use Dynamic Tools.

Making the Static-to-Dynamic Transition. Randomizing Banner Ads.

Table Definitions. Sample Data. The SQL Query. Implementation.

Seasonal/Time-Based Images.

Table Definition. The SQL. Multiple Seasonal/Time-Based Images.

Getting Your User's Feedback.

The Table Definition. The SQL.

Creating the HTML. Summary. Q&A. Workshop.

Quiz. Exercises.

Day 16. Advanced Techniques: Data Collection and Reporting.

Input and Output, a Messaging System Overview.

Defining the Site Map. Creating the SQL.

Building the Main List View.

Creating the Message Listing. Sorting the Message List. Adding Parameters to the Go To Related Page Behavior. Searching the Message Listing.

Reading Messages.

Creating the Recordsets. Laying Out the Page. Message Deletion. Wrapping Up the Viewing Screen.

The Composition Screen.

Adding the Hidden Fields. Saving the Message.

Summary. Q&A. Workshop.

Quiz. Exercises.

Day 17. Advanced Techniques: Tracking and Using User Data.

Customized Web Sites.

Configurable Web Site Map.

Table Definitions.

User Authentication and Preferences. Features and Options. An Optimized Structure. Seeding the Available Options. Default Preferences.

The Registration and Login System.

The Registration Pages. The Login Pages.

The Content Screen. The Preferences. Summary. Workshop. Q&A.

Quiz. Exercises.

Day 18. Advanced Techniques: Complex Query Systems.

Complex Searches.

Thresholds. Weighing Responses.

The Site Map. The Table Definitions.

The UserInfo Table. The Options Table. Inserting Sample Data.

The Login System.

Registration and Initial Profile.

Login Screens. Creating the Update Profile Page. The Search and Results Pages. Protecting Your Pages. Summary. Q&A. Workshop.

Quiz. Exercises.

Day 19. Advanced Techniques: Testing and Educating Online.

Survey and Testing Systems.

The Site Map. Creating the SQL.

Building the Login Screen. Creating the Quiz Form.

Skipping Questions. Dynamic Answers. Saving the Response. Measuring Correct Responses (Optional). Ending the Quiz. Protecting the Quiz.

Administrative Access.

Creating the Results Screen.

Summary. Q&A. Workshop.

Quiz. Exercises.

Day 20. Advanced Techniques: E-Commerce Solutions.

The Simply Complex.

Shopping Based on a Session ID. User Accounts. Our “Perfect” Approach. An E-Commerce Site Map.

The Table Definitions.

Product Categories. Catalog Items. Related Items. User Information. Shopping Cart Information.

The Catalog System.

Search Form. Search Results. Detail Screens. Related Items. Cleaning Up the Display.

The User Authentication System.

The Registration Pages. The Login Screens.

The Shopping Cart. The Checkout System.

The Shopping Cart View. The Final Checkout. The Finished Page.

Summary. Q&A. Workshop.

Quiz. Exercises.

Day 21. Testing and Deploying Dynamic Applications.

Coding Problems. HTML Design Errors.

Forms. Layers.

Server Behavior Problems.

Leftovers. Advanced Queries. Keep It Simple.

Testing.

Check for NULL Values. Validate Using Duplicate Data. Test Maximum Lengths.

Additional Troubleshooting Resources. Summary. Q&A. Workshop.

Quiz. Exercise.

Week 3. In Review.
Appendix A. Quiz Answers.
Appendix B. Customizing the UltraDev Environment.

Menus. Dialog Boxes and Windows.

Appendix C. MySQL Quick Function Reference.

Common Data Types. Arithmetic Operations. Logical Operations. Numeric Comparisons. String Comparison Functions. Mathematical Functions. String Functions.

Date and Time Functions.

Summarization Functions for Use with GROUP BY Clauses.

Appendix D. Custom Code Listings.

Day 15-The Guestbook (guestbook.asp). Day 16-Message List (index.asp). Day 16-Message Reading (message.asp). Day 17-Login Page (login2.asp). Day 17-Content Page (content.asp). Day 19-Quiz Question Screen (quiz.asp). Day 20-Add To Cart (details.asp). Day 20-Deleting Items from the Cart (checkout.asp). Day 20-Final Checkout (checkout2.asp).

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