Database Applications Using Internet Technology

Slides:



Advertisements
Similar presentations
1 Copyright © 2002 Pearson Education, Inc.. 2 Chapter 1 Introduction to Perl and CGI.
Advertisements

Section 10.1 Identify how Web sites are structured Explain the role of URLs Describe the function of HTTP Section 10.2 Explain how the Web has affected.
Chapter 11 Database Applications Using Internet Technology David M. Kroenke Database Processing © 2000 Prentice Hall.
HTTP Request/Response Process 1.Enter URL ( in your browser’s address bar. 2.Your browser uses DNS to look up IP address of server.com.
1 Owais Mohammad Haq Department of Computer Science Eastern Michigan University April, 2005 Java Script.
The Internet Useful Definitions and Concepts About the Internet.
Lecture 3B: Client-Side Scripting IT 202—Internet Applications Based on notes developed by Morgan Benton.
INTERNET DATABASE Chapter 9. u Basics of Internet, Web, HTTP, HTML, URLs. u Advantages and disadvantages of Web as a database platform. u Approaches for.
Outline IS400: Development of Business Applications on the Internet Fall 2004 Instructor: Dr. Boris Jukic Server Side Web Technologies: Part 2.
INTERNET DATABASE. Internet and E-commerce Internet – a worldwide collection of interconnected computer network Internet – a worldwide collection of interconnected.
Introduction to Web Interface Technology (CSE2030)
The World Wide Web and the Internet Dr Jim Briggs 1WUCM1.
Introduction 2: Internet, Intranet, and Extranet J394 – Perancangan Situs Web Program Sudi Manajemen Universitas Bina Nusantara.
WWW and Internet The Internet Creation of the Web Languages for document description Active web pages.
Electronic Commerce Last Week Internet utility programs
1st Project Introduction to HTML.
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Chapter ONE Introduction to HTML.
1 Web Database Processing. Web Database Applications Static Report Publishing a report is prepared from a database application and exported to HTML DB.
Internet and Intranets Chapter 11 By Stephen Harris.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
Databases and the Internet. Lecture Objectives Databases and the Internet Characteristics and Benefits of Internet Server-Side vs. Client-Side Special.
CSS/417 Introduction to Database Management Systems Workshop 5.
2440: 211 Interactive Web Programming Introduction to the Internet & the World Wide Web.
OV Copyright © 1998 Ziff-Davis Education, a division of Ziff-Davis Inc. All rights reserved. The Internet World-wide network of computers connected.
Internet Concept and Terminology. The Internet The Internet is the largest computer system in the world. The Internet is often called the Net, the Information.
Introduction to Computers Section 8A. home How the Internet Works Anyone with access to the Internet can exchange text, data files, and programs with.
© 2002 by Prentice Hall 1 David M. Kroenke Database Processing Eighth Edition Chapter 14 Networks, Multi-Tier Architectures, and XML.
Introduction to Internet Programming (Web Based Application)
Internet, intranet, and multimedia database processing l Database processing across local and wide area networks l Alternative architectures for distributing.
11/16/2012ISC329 Isabelle Bichindaritz1 Web Database Application Development.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
Web Programming : Building Internet Applications Chris Bates CSE :
HTML ~ Web Design.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
1 MSCS 237 Overview of web technologies (A specific type of distributed systems)
The Web and Web Services Jim Graham NR 621 Spring 2009.
INTRODUCTION TO WEB APPLICATION Chapter 1. In this chapter, you will learn about:  The evolution of the Internet  The beginning of the World Wide Web,
JavaScript Tutorial 1 - Introduction to JavaScript1 Tutorial 1 Introduction to JavaScript Section A – Programming, HTML, and JavaScript.
Active Server Pages Server-Side Scripting and Client-Side Scripting.
Schedule Introduction to Web & Database Integration Tools and Resources HTML and Styles Forms and Client-Side Scripts DB Engines Forms Processing and Server-Side.
1 Chapter 01: Introduction by Tharith Sriv. This course covers the following topics:  Hypertext Markup Language (HTML)  Cascading Style Sheets  JavaScript.
Client-side & Server-side Scripting ©Richard L. Goldman August 5, 2003 Requires PowerPoint 2002 or later for full functionality.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
WEB SERVER SOFTWARE FEATURE SETS
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.
Application of the Internet 1998/12/09 KEIO University, JAPAN Mikiyo
Introduction to the World Wide Web & Internet CIS 101.
Information Networks. Internet It is a global system of interconnected computer networks that link several billion devices worldwide. It is an international.
Web Page Programming Terms. Chapter 1 Objectives Describe Internet and Understand Key terms Describe World Wide Web and its Key terms Identify types and.
HTML PROJECT #1 Project 1 Introduction to HTML. HTML Project 1: Introduction to HTML 2 Project Objectives 1.Describe the Internet and its associated key.
1 Chapter 1 INTRODUCTION TO WEB. 2 Objectives In this chapter, you will: Become familiar with the architecture of the World Wide Web Learn about communication.
Web Development. Agenda Web History Network Architecture Types of Server The languages of the web Protocols API 2.
Web Programming Language
Distributed Control and Measurement via the Internet
Section 6.3 Server-side Scripting
JavaScript and Ajax (Internet Background)
What is WWW? The term WWW refers to the World Wide Web or simply the Web. The World Wide Web consists of all the public Web sites connected to the Internet.
Chapter 1 Introduction to HTML.
5. The Internet and the World Wide Web
Project 1 Introduction to HTML.
Some Common Terms The Internet is a network of computers spanning the globe. It is also called the World Wide Web. World Wide Web It is a collection of.
Introduction Web Environments
CMP Creating Your Personal and Small Business Web Sites
Introduction of Week 11 Return assignment 9-1 Collect assignment 10-1
The Internet MIT 026B Winter 2002.
TCP/IP Protocol Suite: Part 2, Application Layer
TypeScript (Microsoft)
TypeScript (Microsoft)
Web Programming : Building Internet Applications Chris Bates CSE :
Presentation transcript:

Database Applications Using Internet Technology

Network Terminology Network “a collection of computers that communicate with one another using a standardized protocol” Public “anyone can utilize the network” Private “users must be preauthorized to gain access” Page 273

Internet Terminology TCP/IP “Terminal Control Program/Internet Protocol” E-mail Newsgroups TelNet FTP Page 274

World Wide Web Terms HTTP hypertext transfer protocol HTML hypertext markup language SGML standard generalized markup language URL universal resource locator MIME multipurpose Internet mail code Page 275

Intranet “Private network using TCP/IP, HTML, and related Internet technology” private -or- connected to pubic via a firewall, “computer that serves as a security gateway” Page 277

Network Database Apps Static Report Publishing DB Query Publishing Application Publishing Page 277

Three-Tier Architecture Page 279

Functions of Tiers Page 280

Web Server Standards and Languages Page 281

Internet Scripting Languages JavaScript JScript ECMAScript-262 VBScript PERL ECMA stands for European Computer Manufacturer's Association. In 1997, scripting experts from Microsoft, Netscape, IBM, Sun, and other companies met and develped a specification for a standard Web scripting language, which is known as ECMAScript-262. Microsoft upgraded JScript to conform to the ECMAScript-262 standard in IE 4.0 and in IIS 4.0. Netscape has not yet done so, but JavaScript is not substantially different from ECMAScript-262. Page 283

Internet Programming Languages JAVA Visual Basic C++ ActiveX Page 285

Microsoft Component Specifications Page 287

Markup Languages DHTML dynamic HTML XML Extensible Markup Language RDS Remote Data Services (ActiveX controls) allow data to be cached locally XML Extensible Markup Language DTD Document type declaration Page 288

Example of XML Standards Page 299

Web Server Functions Page 300