Overview Web Session 3 Matakuliah: Web Database Tahun: 2008.

Slides:



Advertisements
Similar presentations
4.01 How Web Pages Work.
Advertisements

DT228/3 Web Development WWW and Client server model.
Communicating Information: Web Design. It’s a big net HTTP FTP TCP/IP SMTP protocols The Internet The Internet is a network of networks… It connects millions.
 To publish information for global distribution, one needs a universally understood language, a kind of publishing mother tongue that all computers may.
Languages for Dynamic Web Documents
Project 1 Introduction to HTML.
1 Chapter 12 Working With Access 2000 on the Internet.
Internet and the web Summary of terms discusses and review.
The Internet Useful Definitions and Concepts About the Internet.
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.
INTERNET DATABASE. Internet and E-commerce Internet – a worldwide collection of interconnected computer network Internet – a worldwide collection of interconnected.
Introduction to Web Based Application. Web-based application TCP/IP (HTTP) protocol Using WWW technology & software Distributed environment.
CGI and Perl MSc Publishing on the WWW. What is CGI ? (1) User Buying and selling Playing games Customised web pages Developer Means to run external programs.
Internet – Part II. What is the World Wide Web? The World Wide Web is a collection of host machines, which deliver documents, graphics and multi-media.
IST 221 Internet Concepts and Applications Internet, WWW and HTML 1.
CP476 Internet Computing Browser and Web Server 1 Web Browsers A client software program that allows you to access and view Web pages on the Internet –Examples.
Topics in this presentation: The Web and how it works Difference between Web pages and web sites Web browsers and Web servers HTML purpose and structure.
WWW and Internet The Internet Creation of the Web Languages for document description Active web pages.
© 2004, Robert K. Moniot Chapter 1 Introduction to Computers and the Internet.
ITM352 Javascript and Dynamic Web Pages: Client Side Processing.
Quick Tour of the Web Technologies: The BIG picture LECTURE A bird’s eye view of the different web technologies that we shall explore and study.
Christopher M. Pascucci Basic Structural Concepts of.NET Browser – Server Interaction.
INTRODUCTION TO WEB DATABASE PROGRAMMING
CS 299 – Web Programming and Design CS299: Web Programming and Design Instructor: Dr. Fang (Daisy) Tang.
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.
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Describe several.
Internet Basics Dr. Norm Friesen June 22, Questions What is the Internet? What is the Web? How are they different? How do they work? How do they.
Chapter 6 The World Wide Web. Web Pages Each page is an interactive multimedia publication It can include: text, graphics, music and videos Pages are.
Introduction to Internet Programming (Web Based Application)
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
Introduction To Internet
Java CGI Lecture notes by Theodoros Anagnostopoulos.
OWL Jan How Websites Work. “The Internet” vs. “The Web”?
Web Design and Development for E-Business By Jensen J. Zhao Copyright 2003 Prentice Hall, Inc. Web Design and Development for E-Business Jensen J. Zhao.
_______________________________________________________________________________________________________________ E-Commerce: Fundamentals and Applications1.
1 © Copyright 2000 Ethel Schuster The Web… in 15 minutes Ethel Schuster
1 MSCS 237 Overview of web technologies (A specific type of distributed systems)
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,
Schedule Introduction to Web & Database Integration Tools and Resources HTML and Styles Forms and Client-Side Scripts DB Engines Forms Processing and Server-Side.
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
1 WWW. 2 World Wide Web Major application protocol used on the Internet Simple interface Two concepts –Point –Click.
IS-907 Java EE World Wide Web - Overview. World Wide Web - History Tim Berners-Lee, CERN, 1990 Enable researchers to share information: Remote Access.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
Asstt. Prof Sonia Sharma Computer Dept 1 HTML ( Hypertext MarkUP Language ) HTML is the lingua franca for publishing hypertext on the World Wide Web.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Introduction to the World Wide Web & Internet CIS 101.
Overview Web Technologies Computing Science Thompson Rivers University.
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)
The Internet Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
CSE541: Web Applications Special Thanks to M. Abdur Rahman.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
World Wide Web. The World Wide Web is a system of interlinked hypertext documents accessed via the Internet The World Wide Web is a system of interlinked.
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.
4.01 How Web Pages Work.
CS299: Web Programming and Design Instructor: Dr. Fang (Daisy) Tang
4.01 How Web Pages Work.
Web Technologies Computing Science Thompson Rivers University
CISC103 Web Development Basics: Web site:
E-commerce | WWW World Wide Web - Concepts
E-commerce | WWW World Wide Web - Concepts
Introduction Web Environments
Web page a hypertext document connected to the World Wide Web.
Web Development & Design Chapter 1, Sections 4, 5 & 6
CISC103 Web Development Basics: Web site:
Chapter 27 WWW and HTTP.
Introduction to World Wide Web
BOF #1 – Fundamentals of the Web
Web Technologies Computing Science Thompson Rivers University
4.01 How Web Pages Work.
Presentation transcript:

Overview Web Session 3 Matakuliah: Web Database Tahun: 2008

2 Last Session Review:Overview Database and DBMSAdvantages of DBMSDisadvantages of DBMSOverview Relational Database Overview SQL Data Definition Language Data Manipulation Language

3 Agenda:Web Basic ConceptHow to put information on WebDynamic Web pagesNew Development of Web

4 Objectives: Student understands about Web Basic Concept, Dynamic Web pages and New Development of Web Student can put information on Web

5 Web Basic Concept What is a Web? – An Internet application that allows a wide range of information and services to be stored and accessed on the Internet. – Web use Internet to: Storing information Finding and retrieving information Storing and executing computer programs Inputting and manipulating information In almost any part of the world, by almost anyone, using low cost computer system and communication resources – Information that can be represented in Web are largely restricted only by the imagination and skill of the web application designers and implementers. – Information can be represented as text, numbers, images, graphics, sound or video

6 Web Basic Concept (cont.) Web is highly dependent with Internet Internet has standard communications protocols to interconnect computer network all over the world: TCP/IP (Transmission Control Protocol/Internet Protocol) TCP/IP define the rules and mechanisms by which co-operating computers can share resources across a network TCP/IP Protocol Stack: – Application Layer – Transport Layer – Internet Layer – Network Interface Layer TCP/IP protocols identify each host by a unique address called IP Address

7 Web Basic Concept (cont.) Other related Web Basic Concept: – Web Servers and Web Browser – Search Engine – Universal Resources Locator (URL) – HTTP

8 How to put information on Web Information and services stored in Web Server or other system that is connected by Web Server Web Server: a process running in a host computer waiting for HTTP request to come in Web Server configuration: – NCSA – Apache Server – IIS Represent Information on Web: Web Document, usually use HTML Link between web document to other web document: hyperlink

9 Dynamic Web Page What is Dynamic Web Page? – Web page that has dynamic content, the resources is not static and can be the output of the programs, or scripts, run on the server. Why Dynamic Web Page? – Make Web more interactive and up-to-date What Technology to make Dynamic Web Page? – Server Side Programs  CGI (Common Gateway Interface) – Client Side Programs  JavaScript

10 New Development of Web DOM Cascading Style Sheets XML Web 2.0 AJAX etc

11 Summary Web can not be separated from Internet, those two are highly connected We can publish simple web site by adding static Web Document in Web Server Dynamic Web Page is more interactive than Static Web Page Web Technology are still improving and new technology will continue to develop

12 Next Session:Conventional Database Design Method Requirements AnalysisData AnalysisData DesignPhysical Database Design

13 End of Overview Web Thank you