Introduction to Information Systems SSD1: Introduction to Information Systems Unit 1. The World Wide Web Unit 2. Introduction to Java and Object- Oriented.

Slides:



Advertisements
Similar presentations
The Internet and the Web
Advertisements

4.01 How Web Pages Work.
Project 1 Introduction to HTML.
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.
SESSION 9 THE INTERNET AND THE NEW INFORMATION NEW INFORMATIONTECHNOLOGYINFRASTRUCTURE.
Searching and Researching the World Wide: Emphasis on Christian Websites Developed from the book: Searching and Researching on the Internet and World Wide.
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.
1st Project Introduction to HTML.
THE BASICS OF THE WEB Davison Web Design. Introduction to the Web Main Ideas The Internet is a worldwide network of hardware. The World Wide Web is part.
Chapter 10 Publishing and Maintaining Your Web Site.
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.
UNDERSTANDING WEB AND WEB PROJECT PLANNING AND DESIGNING AND EFFECTIVE WEBSITE Garni Dadaian.
The Internet & Web Browsers Business Webpage Design Kelly Seale.
HTML Comprehensive Concepts and Techniques Intro Project Introduction to HTML.
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Describe several.
CPSC 203 Introduction to Computers Lab 21, 22 By Jie Gao.
First things, First Do you belong in here? – 10 – 12 – Comp. Discovery or Keyboard/Comp Apps – Do you have any experience with Web Page Design?????
XHTML Introductory1 Linking and Publishing Basic Web Pages Chapter 3.
The Internet and World Wide Web Robert T. Grauer
The Internet By Amal Wali 10DD. Contents  What is the Internet? What is the Internet?  Who owns the Internet? Who owns the Internet?  How do you connect.
WHAT IS A WEBSITE AND HOW TO GET YOUR BUSINESS ONLINE Anna Gabali – 30/07/ MKLC.
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
Here you are at your computer, but you don’t have internet connections. Your ISP becomes your link to the internet. In order to get access you need to.
Accessing the World Wide Web
Digital Literacy Concepts and basic vocabulary. Digital Literacy Knowledge, skills, and behaviors used in digital devices (computers, tablets, smartphones)
Internet Network of networks Mother of all networks
Website design and structure. A Website is a collection of webpages that are linked together. Webpages contain text, graphics, sound and video clips.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
CSCI-235 Micro-Computers in Science The Internet and World Wide Web.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Introduction. Internet Worldwide collection of computers and computer networks that link people to businesses, governmental agencies, educational institutions,
The Web Web Design. 3.2 The Web Focus on Reading Main Ideas A URL is an address that identifies a specific Web page. Web browsers have varying capabilities.
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.
E-Business Infrastructure PRESENTED BY IKA NOVITA DEWI, MCS.
4.01 How Web Pages Work.
Introduction to the Internet
4.01 How Web Pages Work.
CX Introduction to Web Programming
BASIC CONCEPTS ON INTERNET &
4.01 How Web Pages Work.
Chapter 10: Web Basics.
IS1500: Introduction to Web Development
Project 1 Introduction to HTML.
Chapter 1 Introduction to HTML
Instructor: Ahmed Jafer
Technologies and Applications
CISC103 Web Development Basics: Web site:
Chapter 1 Introduction to HTML.
What is the Internet? © EIT, Author Gay Robertson, 2016.
Warm Handshake with Websites, Servers and Web Servers:
Evolution of Internet.
E-commerce | WWW World Wide Web - Concepts
Project 1 Introduction to HTML.
E-commerce | WWW World Wide Web - Concepts
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.
A Brief Introduction to the Internet
CISC103 Web Development Basics: Web site:
Unit 4: Data Communication
Chapter 27 WWW and HTTP.
What is the World Wide Web (www)
Web Page Concept and Design :
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Unit# 5: Internet and Worldwide Web
Planning and Storyboarding a Web Site
Intro Project Introduction to HTML.
4.01 How Web Pages Work.
Web Servers (IIS and Apache)
4.01 How Web Pages Work.
Presentation transcript:

Introduction to Information Systems SSD1: Introduction to Information Systems Unit 1. The World Wide Web Unit 2. Introduction to Java and Object- Oriented Programming Unit 3. Inheritance Introduction to Information Systems SSD1 – Introduction to Information Systems

Introduction to Information Systems TEXTBOOK The course also assigns readings from a textbook: Introduction to Programming Using Java: An Object-Oriented Approach, 2/E 2nd Edition David Arnow, Scott Dexter, Gerald Weiss Publisher: Addison-Wesley Copyright: 2004 ISBN: Format: Paper, 736 pages. Introduction to Programming Using Java: An Object-Oriented Approach, 2/E Appendix E. Readings

Introduction to Information Systems SSD1 Hardware/Software Requirements Internet connection iCarnegie-supported Web browser A text editor Sun's Java 2 Platform, Standard Edition (J2SE) 1.4 or later (Appendix A. Java 2 Platform, Standard Edition (J2SE)) iCarnegie-supported MS Windows platform iCarnegie Servlet Workbench ( Appendix B. The iCarnegie Servlet Workbench ) WinZip application

Introduction to Information Systems The purpose of SSD1 is to Learn foundational Internet skills and concepts Learn foundational programming skills and concepts Prepare for future Java courses by learning simple Java syntax and structure Prepare for future programming courses by learning solid programming practices and strategies

Introduction to Information Systems Students successfully completing SSD1 will be able to Produce –Basic HTML pages –Servlets that respond to user requests from browser –User interfaces with HTML FORM elements Use –The World Wide Web to find information –Effective Web searching techniques –A simple text editor to build and modify HTML code –JDK tools for compiling and debugging servlets

Introduction to Information Systems The World Wide Web Unit Using the Web 1.2 What's in the Web? 1.3 Introduction to HTML Forms and Servlets

Introduction to Information Systems Using the Web Surfing the Web Your Web Pages Clients, Servers, and URLs Searching the Web Commerce on the Web Some Ethical Considerations

Introduction to Information Systems Internet and World Wide Web Internet – Computer Network that connects millions of computers across countries Originally conceived of by Advanced Research Project Agency (ARPA) of the U.S. government in the 1960s World Wide Web – Facilitates communication over the Internet using computer network protocol called HTTP

Introduction to Information Systems Surfing the Web Webpage, Website, Webplace refer to the locations on the web that can be visited through a web browser Two major areas of control on the web: naming of websites and rules of Internet Service Providers (ISP) No organisation responsible for the content on the web

Introduction to Information Systems Other notes on the Web Web security is one of the major areas of concern for web transactions and personal information hosted on the web Web facilitates multiple interest groups who are not co-located Web is used as a communication medium for people distributed geographically World Wide Web – Facilitates communication over the Internet using computer network protocol called HTTP

Introduction to Information Systems Your Web Pages “Reasonable Person Principle” – when hosting a website, pages should be maintained for other to view Information on the web pages should be correct and changes should be updated Presenting information on the web pages implies being responsive to surfer’s s Displaying personal information on the web pages is not a good idea

Introduction to Information Systems Clients, Servers and URLs Client – an application that requests information from a server application (web browser) Server – an application that run on powerful computers to service concurrent requests from a number of clients

Introduction to Information Systems Clients, Servers and URLs (2) Uniform Resource Locator (URL) – a naming scheme to specify an address of a web resource URL includes three elements: –“Communication protocol://” (commonly HTTP) –Host machine –Exact path of the resource Eg.

Introduction to Information Systems Client-Server Model

Introduction to Information Systems Browsing vs. Searching Browsing – Unfocused random passing from link to link around the web Searching – Using a search engine to locate a resource on the web. Searching may eventually run into browsing Search engine – A program that implements different search mechanisms “Hits” from the search are displayed in order of decreasing relevance

Introduction to Information Systems Types of Search Sites Search engine featured –Sites that maintain indexes/databases of all pages and documents on the web –These indexes/databases maintained regularly using “spiders” for addresses of new documents that become available on the web Web directory featured –Information organised into categories and subcategories, mostly based on human effort –Only a fraction of net in web directories, and owners are responsible for the inclusion of their sites

Introduction to Information Systems Forms of Web Commerce Internet Service Providers –Sell access to the internet in terms of log on service, service, web publishing and the like –Establishing and maintaining web presence done through ISPs Advertising –A way for search engine companies to make money by displaying “visual clutter” –Ads displayed based on what is being searched for Commercial Transactions –Many commercial sites (

Introduction to Information Systems Some Ethical Considerations Can you go to your favorite sports team's Web page, make a copy of the.jpeg or.gif file that is their logo and put that logo on your Web page? Can you put a link on your page to the home page of your favorite sports team?