I MSIT Lecture 07, Part 2 Applets School of Education University of Bridgeport J. D. Cole ▪ (203) 982-0677 ▪ Skype: dr.cole.

Slides:



Advertisements
Similar presentations
1 G54PRG Programming Lecture 1 Amadeo Ascó Adam Moore G54PRG Programming Lecture 1 Amadeo Ascó 3 Java Programming Language.
Advertisements

In Review JAVA C++ GUIs - Windows Webopedia.com.
1 CGICGI Common Gateway Interface Server-side Programming Lecture.
Authoring Languages and Web Authoring Software 4.01 Examine web page development and design.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Outline IS400: Development of Business Applications on the Internet Fall 2004 Instructor: Dr. Boris Jukic Server Side Web Technologies: Part 1.
Introduction to Web Application Architectures Web Application Architectures 18 th March 2005 Bogdan L. Vrusias
New media Flash online Assignment 2 Anna Palm & Hanna Åstrand.
USING FLASH IN HTML Topics Include: What is Flash? Why use Flash? Flash VS Other Methods What are some things I can do with flash? How can I start using.
Outline IS400: Development of Business Applications on the Internet Fall 2004 Instructor: Dr. Boris Jukic Server Side Web Technologies: Part 2.
MIS 2211 The Internet from a Technology Perspective A network of networks Comprised of hundreds of thousands of networks (nodes) throughout the world Very.
Active X Microsoft’s Answer to Dynamic Content Reference: Using Active X by Brian Farrar QUE
Multiple Tiers in Action
SVG Scalable Vector Graphics. What is SVG? SVG stands for Scalable Vector Graphics SVG is used to define vector-based graphics for the Web SVG defines.
Lecture 4B: Server-Side Scripting IT 202—Internet Applications Based on notes developed by Morgan Benton.
Java Server Team 8. Overview What is a Java Server? History Architecture Advantages Disadvantages Current Technologies Conclusion.
Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss security.
Computer and Information Technology Core courses focus on problem solving and communication skills for Information Technology professionals involved in.
2440: 141 Web Site Administration Web Server-Side Programming Professor: Enoch E. Damson.
ECA 228 Internet/Intranet Design I Intro to the Web.
Server Side Scripting Norman White. Where do we do processing? Client side – Javascript (embed code in html) – Java applets (send java program to run.
Computer science Languages, etc.. Overview For web-applications (HTML, JS) – Designing languages (HMTL, CSS) – Server Languages (PHP, ASP) – Extensions.
Copyright © 2012 Certification Partners, LLC -- All Rights Reserved Lesson 5: Multimedia on the Web.
HTML Forms and Scripts. Session overview What are forms? Static vs dynamic Client-side scripts –JavaScript.
INTRODUCTION TO WEB APPLICATION DEVELOPMENT TJ 3043 Web Application Development.
Assessment /10/2015 Geoffrey Crisp ALTC National Teaching Fellow Dean, Learning and Teaching RMIT University Assessment 2.0: assessment in an interactive,
Chapter 4 Networking and the Internet. © 2005 Pearson Addison-Wesley. All rights reserved 4-2 Chapter 4: Networking and the Internet 4.1 Network Fundamentals.
Java Applet Presented by: Feng Liu. Agenda Introduction Java Applet vs. JavaScript Steps in Creating a Java Applet Java Applet Example Do I have to write.
The Basics of Javadoc Presented By: Wes Toland. Outline  Overview  Background  Environment  Features Javadoc Comment Format Javadoc Program HTML API.
Module Overview n Module Title: OO Programming n Module Code: MIT3446 n Module Value: 3.0 n Duration: 15 weeks n Class-Contact Hours: Lecture15 hrs n Lab/Tutor30hrs.
1 3. Computing System Fundamentals 3.1 Language Translators.
Advanced Multimedia Application Mobile Multimedia Textbook Jeremy Reyniers | Simon Debacq | Sam De Roeck.
Dan Masethe (Software Engineering Dept) Work Integrated Learning Coordinator and Lecturer.
_______________________________________________________________________________________________________________ E-Commerce: Fundamentals and Applications1.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
Active Server Pages Server-Side Scripting and Client-Side Scripting.
Web Pages with Features. Features on Web Pages Interactive Pages –Shows current date, get server’s IP, interactive quizzes Processing Forms –Serach a.
Client-side & Server-side Scripting ©Richard L. Goldman August 5, 2003 Requires PowerPoint 2002 or later for full functionality.
Web Development Process The Site Development Process Site Construction is one of the last steps.
By Tharith Sriv. To write a web page you use: HHTML (HyperText Markup Language), AASP (Active Server Page), PPHP (HyperText Preprocessor), JJavaScript,
Copyright © 2003 T. Trappenberg Overview B 1 B. Some tools of the trade Module 1 Technology: GR01E - Electronic Commerce Overview.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
PHP Introduction PHP is a server-side scripting language.
 Before you continue you should have a basic understanding of the following:  HTML  CSS  JavaScript.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 13 A & B Programming Languages and the.
20-753: Fundamentals of Web Programming Copyright © 1999, Carnegie Mellon. All Rights Reserved. 1 Lecture 15: Java Basics Fundamentals of Web Programming.
The Internet Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
The Brenkoweb provides the excellent online programming tutorial for the programmer in various languages like as PHP, SQL, HTML, ASP, Javascript,
Doktorant ė : Egl ė Mickevi č i ū t ė Software development technologies KAUNO TECHNOLOGIJOS UNIVERSITETAS INFORMACIJOS SISTEM Ų KATEDA Kaunas, 2013.
G046 – Lecture 2A Recognising Web-Technologies Mr C Johnston ICT Teacher
VertexPlus Softwares Pvt. Ltd. WEB TECHNOLOGIES BEFORE CHOOSING WEBSITE DEVELOPMENT SERVICES FOR WEBSITE vertexplus.com.
Website Source Code Free Download.
PHP Basics and Syntax Lesson 3 ITBS2203 E-Commerce for IT.
CX Introduction to Web Programming
JAVA, JAVA Applets, and JavaScript
Development of Web Applications - Introduction
Web Concepts Lesson 2 ITBS2203 E-Commerce for IT.
WWW Basics.
Development of Web Applications – Introduction revisited
Asynchronous Java script And XML Technology
WEB 238 Education for Service-- snaptutorial.com.
COM 205 Multimedia Applications
COM 205 Multimedia Applications
Web Technology Overview
Chengyu Sun California State University, Los Angeles
Mozafar Bag-Mohammadi
Unit 6 part 3 Test Javascript Test.
Chengyu Sun California State University, Los Angeles
Chengyu Sun California State University, Los Angeles
Introduction to JavaScript & jQuery
Presentation transcript:

i MSIT Lecture 07, Part 2 Applets School of Education University of Bridgeport J. D. Cole ▪ (203) ▪ Skype: dr.cole

i MSIT 2 Topics 1.What is an “Applet?” 2.Authoring Languages. 3.Other Authoring Tools. 4.Sources. 5.Examples.

i MSIT What is an Applet? Applet A “small” application that runs within the context of a browser. Appl as in Application et as in ette, indicating a diminutive. 3

i MSIT Authoring Languages 1.Java (Open source) Oracle & Sun Microsystems Flash (Commercial) Adobe PhP (Open source) Hypertext Preprocessor 4

i MSIT Other Authoring Tools 1.JavaScript (Open source) VBScript (Proprietary) Microsoft us/library/sx7b3k7y%28VS.85%29.aspx us/library/sx7b3k7y%28VS.85%29.aspx 5

i MSIT Educational Applets 6

i MSIT Java Example Money Program 7

i MSIT Java Example Rainbows html html 8

i MSIT JavaScipt Example Typing Test 9

i MSIT “Dry” Labs Virtual Frog Dissection

i MSIT “Dry” Labs Physics

i MSIT “Dry” Labs Virtual Chemistry

i MSIT “Dry” Labs Visible Human Project