The Online Smith Family Recipe Program

Slides:



Advertisements
Similar presentations
Macromedia Dreamweaver MX 2004 – Design Professional Dreamweaver GETTING STARTED WITH.
Advertisements

VxWorks Real-Time Kernel Connectivity
DT211/3 Internet Application Development Active Server Pages & IIS Web server.
Web Content Management System Website Maintenance Demonstration Introduction to Macromedia Contribute Jamie Uprichard.
ASP Tutorial. What is ASP? ASP (Active Server Pages) is a Microsoft technology that enables you to make dynamic and interactive web pages. –ASP usually.
Design of Web-based Systems IS Development: lecture 10.
15 Chapter 15 Web Database Development Database Systems: Design, Implementation, and Management, Fifth Edition, Rob and Coronel.
Creating WordPress Websites. Creating a site on your computer Local server Local WordPress installation Setting Up Dreamweaver.
Explore the Dreamweaver Workspace View a Web page and use Help Plan and Define a Web site Add a Folder and Pages, and set the Home page Create and View.
TYPO3 Content Management System College of Natural & Social Sciences Webpage TYPO3 Content Management System College of Natural & Social Sciences Webpage.
CS 491B Fall 2004 Masaharu Iketani. Introduction Dedicated to Japanese Student Network –Student organized Non-Profit Organization –Activities Symposiums.
Robofest 2001 Online Management System Jim Needham MCS 4833/01 Senior Project Dr. Chan-Jin Chung, Ph.D.
14 1 Chapter 14 Database Connectivity and Web Development Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
Software Documentation Written By: Ian Sommerville Presentation By: Stephen Lopez-Couto.
ECA 228 Internet/Intranet Design I Intro to the Web.
Michael Tucker DBA / Webmaster Forsyth County Public Library.
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
1 Web Database Processing. Web Database Applications Static Report Publishing a report is prepared from a database application and exported to HTML DB.
INTRODUCTION TO WEB DATABASE PROGRAMMING
FrontPage 2000 Web Page Database Connectivity. Client /Server Architecture Database Server PCs Middleware.
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
Catlyn Colson. Recap of Previously Completed Work Previously I had done the following: Built the Database, started basic layout of the webpage, connected.
4-1 INTERNET DATABASE CONNECTOR Colorado Technical University IT420 Tim Peterson.
Tutorial 10 Adding Spry Elements and Database Functionality Dreamweaver CS3 Tutorial 101.
Introducing Dreamweaver MX 2004
Tutorial 1 Getting Started with Adobe Dreamweaver CS3
Tutorial 1: Getting Started with Adobe Dreamweaver CS4.
1 California State University, Fullerton Chapter 8 Personal Productivity and Problem Solving.
SUS Commander Sean Merritt. Background Department of Natural Resources uses a Software Update Server to update the user’s PCs. The log files are cryptic.
Appointment Application Belinda Whitman CS 470. Background The client is a local outpatient therapy clinic specializing in upper extremity rehabilitation.
How to use Remote Desktop and Remote Support. What is remote desktop? Remotely control your computer from another office, from home, or while traveling.
Hands-On Microsoft Windows Server Implementing Microsoft Internet Information Services Microsoft Internet Information Services (IIS) –Software included.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 14 Database Connectivity and Web Technologies.
1 Database Systems Introduction to Microsoft Access Part 2.
Producing a high-impact web experience by integrate Macromedia Flash and ASP By Katie Tuttle CS 330: Internet Architecture and Programming Project.
Database Management Systems CS 420. Topics Outline 1. Introduction 2. HTML Review 3. VBScript 4. Access DBMS 5. Relational Database 6. Design Process.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 7 1 Microsoft Office FrontPage 2003 Tutorial 8 – Integrating a Database with a FrontPage.
14 1 Chapter 14 Web Database Development Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel.
Database Security Cmpe 226 Fall 2015 By Akanksha Jain Jerry Mengyuan Zheng.
Chapter 5 Introduction To Form Builder. Lesson A Objectives  Display Forms Builder forms in a Web browser  Use a data block form to view, insert, update,
ASP. ASP is a powerful tool for making dynamic and interactive Web pages An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are.
The Juggernaut Team Tyler Douthitt  Project Manager  Lead Website Developer Mike Harman  Lead Programmer Eric Rakers  Lead Documenter  Lead Analyst.
Introduction ITM-711 Web Applications. 2 Outline  Overview of The Web  Good Design.
PROGRAMMING IN VISUAL BASIC.NET CREATING YOUR FIRST WEB APPLICATION Bilal Munir Mughal 1 Chapter-3.
Configuring and Deploying Web Applications Lesson 7.
ICS 465 Midterm Project By David Neely and Brandon Lee.
HTML Hyper Text Markup Language. The Basics u HTML documents contain “tags” which instruct the Browser software on how to present the information within.
Cloud Computing ILAS project DONE BY:. Table of content INTRODUCTION. ◦ Cloud computing in general ◦ What are the things that worked during the implementation.
Stanislaus County Employee Access DataStore Application Presented By: Melanie Lema, Information Technology Unit Stanislaus County Department of Child.
XP New Perspectives on Macromedia Dreamweaver MX 2004 Tutorial 5 1 Adding Shared Site Elements.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
Introduction. Internet Worldwide collection of computers and computer networks that link people to businesses, governmental agencies, educational institutions,
HTML Hyper Text Markup Language. Agenda Basics Tools Important tags Tables & databases Forms Publishing at Stern.
Tutorial 1 Getting Started with Adobe Dreamweaver CS5.
XP Creating Web Pages with Microsoft Office
Microsoft FrontPage 2003 Illustrated Complete Creating a Web Site.
 INDEX  Overview.  Introduction.  System Requirement.  Features Of SQL.  Development Process.  System Design (SDLC).  Implementation.  Future.
Active Server Pages Computer Science 40S.
By Janet Crawford and Dam Luong Submitted to the Faculty of
Software Documentation
PHP Overview PHP: Hypertext Preprocessor Server-Side Scripting
Introduction to Ms-Access Submitted By- Navjot Kaur Mahi
Web Page Development Tools
ASP.NET Module Subtitle.
EndNote What is EndNote? EndNote Library, how to manage?
Introduction of Week 11 Return assignment 9-1 Collect assignment 10-1
Web Page Development Tools
Database Connectivity and Web Development
Grauer and Barber Series Microsoft Access Chapter One
A Visualization System for Tidal Basins
Presentation transcript:

The Online Smith Family Recipe Program Shannon Smith CS 470 11/25/02

System Overview Goal. Why Develop a program to provide online access for recipe sharing and storage. Client is the Smith Family. Why It will aid in the development of recipes. To replace the method of storage for recipes that is currently used by the Smith family.

Data Files Provide Recipe Name Provide Ingredients List Provide a List of Steps Occasionally the data files will provide the name of the Author or National Type.

Data File Format Traditionally written on small scraps of paper. Older scraps of paper have faded, eroded, or been lost. The entire Smith family recipe collection is easily over 2,000 recipes. The recipes are divided among more than five different family units.

The Final Product

Technical Overview The programs I used: Macromedia Dreamweaver MX Microsoft Access 2002 Internet Information Services (IIS) 5.1 for Microsoft Windows XP Professional Adobe Photoshop 5.5 VBScript and HTML coded ASP web pages were used to create the web site.

How it was Created Set up an Access Database with the basic relationships required. Set up and configured an internet server on my computer system using IIS. Developed the ASP pages with Dreamweaver MX. Used Adobe Photoshop 5.5 to create the graphics used on the site. Went back through VBScript code to add extra functionality desired on each web page.

Architecture of the Database

Architecture of Web Site

What it can do. Allows Users To: Login View the top 5 recipes View the newest recipe entered into the database Add Recipes Edit Their Recipes Delete Their Recipes Search for Recipes Rate other user’s Recipes Get Help information on program

Obstacles and Solutions Multiple data outputs to the same data source destination. Solution was to force the database connection to close and then reopen, so that the tables and queries were updated, before each insert into the same data source destination. This problem is quite common with connections to an Access database and the usual solution is a complete work-around, which is undesirable.

Prototyping Originally, prototyping was used because the client only had very general requirements. Vague requirements lead to difficulties in implementation. Requirements changed, had to implement a delete page instead of a credit page.

Schedule

Conclusion Successfully delivered the product to the Smith family. I learned: Databases: relationships, queries, cascading updates and deletes, and referential integrity. VBScript and how to make remote insert, delete, and update commands on a database. Programs: Microsoft Access & Dreamweaver. More about HTML.