Web based Documentation Distribution Tools: MSAccess database (DSN) DreamWeaver Ultradev Microsoft Image Composer Clicking on the document will open an.

Slides:



Advertisements
Similar presentations
Creating a Login Process Creating a users table and a login form that denies access to unauthorized users.
Advertisements

Building the e-Zine. The e-Zine is in the form of a Website and must contain the following: Several pages, which must be linked, including an Information.
Dreamweaver MX 2004 “Viewing the Workspace” Mrs. Wilson.
1 Chapter 12 Working With Access 2000 on the Internet.
Searching a Database Creating a Form for Users to Search a Database.
Creating a Users Table The users table contains a list of your site’s authorized users, logins, and passwords.
Designing a Webpage (from the very start). Background of HTML Don’t download a complete page. Download set of instructions (HTML): –Put this writing here…
1 Computing for Todays Lecture 22 Yumei Huo Fall 2006.
Microsoft Excel Integration Project Linking an Excel Worksheet to a Word Document and Web Discussions.
Robofest 2001 Online Management System Jim Needham MCS 4833/01 Senior Project Dr. Chan-Jin Chung, Ph.D.
Master Detail Page Set Enabling Users to See More Detailed Data.
ETT 429 Spring 2007 Web Design I.
CPSC 203: Introduction to Computers Tutorials 03 & 29 by Jie (Jeff) Gao.
+ Connecting to the Web Week 7, Lecture A. + Midterm Basics Thursday February 28 during Class The lab Tuesday, February 26 is optional review Class on.
CPSC 203 Introduction to Computers Lab 39, 40 By Jie (Jeff) Gao.
1 Web Database Processing. Web Database Applications Static Report Publishing a report is prepared from a database application and exported to HTML DB.
Dreamweaver Learning to be a web design master! By: Mr. Brunton.
Website Design CLA – Transportation. Defining a Site Select: Site – New - Site Click Next.
4-1 INTERNET DATABASE CONNECTOR Colorado Technical University IT420 Tim Peterson.
Creating a Survey Using Dreamweaver’s Record Insertion Form Wizard.
Mark Dixon Page 1 23 – Web applications: Writing data to Databases using PhP.
Copyright 2002 Microsoft Word-Advanced Professor Robert Sandberg Charter College of Education California State University - Los Angeles.
Making a Game Linking Slides. To link slides: 1.Prepare your storyboard 2.Complete all slides 3.Link the slides.
Session 1 SESSION 1 Working with Dreamweaver 8.0.
Tutorial 10 by Sam ine1020 Introduction to Internet Engineering 1 Database & Server-side Scripting Tutorial 10.
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Tutorial 30 – Bookstore Application: Client Tier Examining.
HTML_Generators WB_HTML_Generators. What method are you going to choose to build your web page? MethodWrite Convert Html IssuesHTML HTML Editors Tool.
Page 1 of 6 Stanford Continuing Studies CS 38 ·Hands-on Graphics Production for the Web Week Five EXERCISE 1: JAVASCRIPT ROLL-OVERS 1) Launch Internet.
CSCI 6962: Server-side Design and Programming Database Manipulation in ASP.
Web Page Fundamentals HTML: The Language of the Web.
Start Dreamweaver program From file menu click new Blank page appears.
1 Database Systems Introduction to Microsoft Access Part 2.
Web Page Design Introduction. The ________________ is a large collection of pages stored on computers, or ______________ around the world. Hypertext ________.
Paging Through a Data Table Creating a Navigation Bar Using the Recordset Navigation Bar Server Behavior.
Getting Started with Web Page Creation for Fuqua Authors Spring 1999.
Microsoft Excel 2003 Illustrated Complete Data with Other Programs Exchanging.
Slide 1 (of 16) 1) Launch Dreamweaver 8. 2)Under Site, choose New Site. Stanford Continuing Studies CS 22 · Enhanced Web Site Design Week Two DREAMWEAVER.
Chapter Fourteen Access Databases and SQL Programming with Microsoft Visual Basic th Edition.
BlackBerry Applications using Microsoft Visual Studio and Database Handling.
Project 1 Dreamweaver Provides. Automatic Web Page Design Develop your own webpage without having to spend hours writing HTML code Web site management.
8 Chapter Eight Server-side Scripts. 8 Chapter Objectives Create dynamic Web pages that retrieve and display database data using Active Server Pages Process.
The business logic engine for Microsoft IIS Speaker T.M. Arnett.
Microsoft Access 2000 Creating Queries, Reports and Web Pages.
Chapter 8 HTML Editors. Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 8-2 Text Editors Text editors don't have word processing features.
HTML Hyper Text Markup Language. The Basics u HTML documents contain “tags” which instruct the Browser software on how to present the information within.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
PRESENTED BY GRADUATE DESIGN GROUP 2 MEREDITH, JENNIFER, CAMMAY AND DIANE How to build a web site in Dreamweaver.
BUILDING A WEB PAGE BASIC HTML CODING. We first open notepad to start to build our web page. We enter the code at the beginning. And then we write below.
Your HTML website creating your first html file. Creating an HTML FIle Open note pad from accessories, programs. Write code. Save and view. In 3 Steps.
CHAPTER 7 LESSON C Creating Database Reports. Lesson C Objectives  Display image data in a report  Manually create queries and data links  Create summary.
1 ITEC 4830 Graphics Design Chapter 1 Dreamweaver MX 2004 Basics.
HTML Hyper Text Markup Language. Agenda Basics Tools Important tags Tables & databases Forms Publishing at Stern.
Programming with Microsoft Visual Basic 2012 Chapter 14: Access Databases and SQL.
XP Creating Web Pages with Microsoft Office
Making the website. Get your folders sorted first Create a new folder in “N” called “My hockey website” Create folders inside called “Documents”, “images”
Connecting From Home Editing at Home(You don’t have to.)
Database Applications – Microsoft Access Lesson 5 Shared Data.
Creating Data Base & Sql Data Source
Lesson 16 Enhancing Documents
Localizing Datasources with Alchemy Catalyst
Exploring Microsoft Word 2000
USING DREAMWEAVER Contents: Assigning a Root Folder
Displaying a Data Table
Microsoft Access 2003 Illustrated Complete
Introduction of FrontPage
Exercise 34 - Skills The Assets panel’s library feature enables you to insert and change elements automatically on multiple pages in your site. You can.
USING DREAMWEAVER MX 2004 Contents: Assigning a Root Folder
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
HTML Text editors and adding graphics
Creating Data Base & Sql Data Source
Presentation transcript:

Web based Documentation Distribution Tools: MSAccess database (DSN) DreamWeaver Ultradev Microsoft Image Composer Clicking on the document will open an active server page that pulls the link to the document, summary, and list the documents referenced.

The link to the document is pulled from a “Master Document” table. The summary is pulled from the “Master Document” table. The link to the Quality Records web page is built into the web page. The Quality Records web page is also a MSAccess based page. The links and the titles are from the “Master Document” table. The list is generated from the “Reference document” table. Web based Documentation Distribution

Example of document accessed through the hyper link.

Web based Documentation Distribution Table structure: The link is a text field with the HTML code. The decision was to order the reference documents the way they appeared in the documents. They may not appear numeric or alpha.

Web based Documentation Distribution Steps: Design Tables Populate Data Establish DSN connection. Design Web Page(s) Publish Pages Maintenance: Linked mdb is used to update data.

Web based Documentation Distribution Page graphic developed in Microsoft Image Composer. Page saved in DreamWeaver as HTML file. Active Server Page (ASP) There are three identical ASP pages with different variables to allow selecting from the list. DreamWeaver uses SQL statements to load data. Hot spots on the documents and DMS link added in DreamWeaver. Hot spots call first ASP page.

Web based Documentation Distribution DreamWeaver Ultradev Example of SQL statement in file RefResult.asp