Chapter 4 Applets Cop 2250. Why Applets? WWW makes huge information available to anyone with web browser. Web server send web pages and images to your.

Slides:



Advertisements
Similar presentations
HTML I. HTML Hypertext mark-up language. Uses tags to identify elements of a page so that a browser such as Internet explorer can render the page on a.
Advertisements

The World Wide Web. 2 The Web is an infrastructure of distributed information combined with software that uses networks as a vehicle to exchange that.
HyperText Markup Language (HTML). Introduction to HTML Hyper Text Markup Language HTML Example The structure of an HTML document Agenda.
1 eVenzia Technologies Learning HTML, XHTML & CSS Chapter 1.
1 HTML Markup language – coded text is converted into formatted text by a web browser. Big chart on pg. 16—39. Tags usually come in pairs like – data Some.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Write basic.
CIS101 Introduction to Computing Week 05. Agenda Your questions CIS101 Survey Introduction to the Internet & HTML Online HTML Resources Using the HTML.
World Wide Web1 Applications World Wide Web. 2 Introduction What is hypertext model? Use of hypertext in World Wide Web (WWW) – HTML. WWW client-server.
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
IST 221 Internet Concepts and Applications Internet, WWW and HTML 1.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
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.
Computer Science 103 Chapter 2 HyperText Markup Language (HTML)
Creating your website Using Plain HTML. What is HTML? ► Web pages are authored in HyperText Markup Language (HTML) ► Plain text is marked up with tags,
Mgt 240 Lecture Website Construction: Software and Language Alternatives March 29, 2005.
CIS101 Introduction to Computing Week 06. Agenda Your questions Excel Exam during second hour Our status after the snow day Introduction to the Internet.
UNDERSTANDING WEB AND WEB PROJECT PLANNING AND DESIGNING AND EFFECTIVE WEBSITE Garni Dadaian.
INTRODUCTION TO WEB DATABASE PROGRAMMING
_______________________________________________________________________________________________________________ E-Commerce: Fundamentals and Applications1.
Chapter 16 The World Wide Web Chapter Goals ( ) Compare and contrast the Internet and the World Wide Web Describe general Web processing.
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Describe several.
Chapter 16 The World Wide Web. 2 The Web An infrastructure of information combined and the network software used to access it Web page A document that.
HTML. What is HTML?  HTML is a language for creating web pages.  HTML stands for Hyper Text Markup Language  A markup language has tags which are codes.
HTML HTML stands for "Hyper Text Mark-up Language“. Technically, HTML is not a programming language, but rather a markup language. Used to create web pages.
.  Entertain  Inform  Educate  Blogs  Sell  Date  Gamble  Religion.
Chapter 17 - Deploying Java Applications on the Web1 Chapter 17 Deploying Java Applications on the Web.
Understanding HTML Code
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and attributes Create.
Introduction to HTML. What is a HTML File?  HTML stands for Hyper Text Markup Language  An HTML file is a text file containing small markup tags  The.
What is Markup and Markup Languages? What is HTML? A Basic HTML Document Basic HTML Tags Tag Attributes and Text Formatting Tags Insert Hyperlinks Add.
Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web.
Chapter 8 Introduction to HTML and Applets Fundamentals of Java.
Fundamentals of Web Publishing MIS 208-B LEC: T 08:15PM-10:05PM- ADM102 LAB: TH 08:15PM-10:05PM - ADM138 Andy Stokes.
1 Chinese Information Processing : Using Computers to Teach and Learn Chinese Week 6 and 7: Creating and maintaining web pages - html and ftp.
1 John Magee 9 November 2012 CS120 Lecture 17: The World Wide Web and HTML Web Publishing.
Lec.10 + (Chapter 8 & 9) GUI Java Applet Jiang (Jen) ZHENG July 6 th, 2005.
Introduction to HTML. Today’s Discussion What is HTML ? What is HTML ? What is Web Page ? What is Web Page ? Web Server Web Server Web Browser Web Browser.
Web Design. How do web pages work? Webpages are written in a code called HTML. Programs like Internet Explorer read the code, and then show it as a web.
Chapter 2 Designing Web Pages With HTML JavaMethods An Introduction to Object-Oriented Programming Maria Litvin Gary Litvin Copyright © 2003 by Maria Litvin,
Chapter 29 World Wide Web & Browsing World Wide Web (WWW) is a distributed hypermedia (hypertext & graphics) on-line repository of information that users.
Introduction to Computers 12/6/ BEGINNING HTML DESIGNING YOUR OWN WWW PAGES.
1 WWW. 2 World Wide Web Major application protocol used on the Internet Simple interface Two concepts –Point –Click.
4 HTML Basics Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and.
HTML (Hyper Text Markup Language) Lecture II. Review Writing HTML files for web pages – efficient compact – fundamental. Text files with htm extension.
HTML HyperText Markup Language. Text Files An array of bytes stored on disk Each element of the array is a text character A text editor is a user program.
Introduction to HTML. _______________________________________________________________________________________________________________ 2 Outline Key issues.
Internet Applications (Cont’d) Basic Internet Applications – World Wide Web (WWW) Browser Architecture Static Documents Dynamic Documents Active Documents.
WWW11 World Wide Web 1. WWW12 Networks allow computers to talk to each other.
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
HTML HyperText Markup Language Victoria E. Kozlek.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
HTML Help book. HTML HTML is the programming language used to make web pages for the Internet. HTML stands for Hyper Text Markup Language. HTML is made.
Introduction to HTML.
Tonga Institute of Higher Education IT 141: Information Systems
HTML basics
Section 4.1 Section 4.2 Format HTML tags Identify HTML guidelines
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.
Chapter 27 WWW and HTTP.
Tonga Institute of Higher Education IT 141: Information Systems
Basic HTML and Embed Codes
Tonga Institute of Higher Education IT 141: Information Systems
Internet Technologies I - Lect.01 - Waleed Ibrahim Osman
Pertemuan 1b
Chapter 16 The World Wide Web.
Pertemuan 1 Desain web Pertemuan 1
Presentation transcript:

Chapter 4 Applets Cop 2250

Why Applets? WWW makes huge information available to anyone with web browser. Web server send web pages and images to your browser. Ubiquitous access. Applets are programs that run inside a web server.

Why Applets? User sends request from web browser Request is sent to web server through internet The HTML files or images files are downloaded to the browser. If the requested webpage contains applets, the code for an applet is downloaded also.

Why Applets? Independent from terminal. The codes are downloaded into the browser whenever you access the webpage. Advantage: Do not have to run an applet in your own computer. Disadvantage: It takes time for you to wait when the applet code is downloaded.

Why Applets - Example A company with a fast local area network connection. Benefit to use applets: –Use applets for the public access source, i.e., scheduling, product catalog… –Instead of rolling out for every user. –Easy for management: only update in web server, not every user.

Why Applets? Multiple platforms: PCs, Macintoshes, Unix Workstation, and so on. Applets are delivered by Java byte code. The computer can execute Java byte code can execute the applet, i.e., Java class file.

Introduction to HTML Applets are embedded in web pages. Web pages are written in HTML, one of the markup language. Using tags to format text and include images. Browser reads a webpage: interprets the code and renders the page, displaying characters, fonts, prgraphs, tables, and images.

Introduction to HTML Tags tell the browser how to render the text. HTML tags come in pairs consisting of opening tag and a closing tag. Each pair applies to the text between the two tags. For example: italics - … Java is an object-oriented programming language.

Introduction to HTML Paragraph: …. Bold-faced text: … Java is an object-oriented programming language. List: …

Introduction to HTML Java is object-oriented safe platform-independent Java is object-oriented Safe platform-independent

Introduction to HTML Include images in the web pages Note: do not use … Use attribute to specify a file name <img src = “imagename.jpeg” width=“640” height=“480” alt = “alternate description”>

Introduction to HTML Link to another file: … makes the enclosed text linked to another file. Java is an object-oriented programming language. Java Value of href attribute here is a Universal Resource Locator. –http: for hypertext transfer protocol, to fetch the file as web page. –ftp: to download a file –mailto: to sent –File: to view a local html file

Introduction to HTML Applet tag: …

Question Create an HTML file that includes the italic, bold-face, hyper link to course webpage. Please Click to go to the Course web page for COP2250 information:Click –Applets –Arrays –ArrayLists