1 Owais Mohammad Haq Department of Computer Science Eastern Michigan University April, 2005 Java Script.

Slides:



Advertisements
Similar presentations
The Web Wizards Guide To JavaScript Chapter 1 JavaScript Basics.
Advertisements

Introducing JavaScript
Essentials for Design JavaScript Level One Michael Brooks
Java Script Session1 INTRODUCTION.
Introduction to JavaScript
The Web Warrior Guide to Web Design Technologies
Working with JavaScript. 2 Objectives Introducing JavaScript Inserting JavaScript into a Web Page File Writing Output to the Web Page Working with Variables.
Lecture 3B: Client-Side Scripting IT 202—Internet Applications Based on notes developed by Morgan Benton.
Tutorial 10 Programming with JavaScript
HTML Recall that HTML is static in that it describes how a page is to be displayed, but it doesn’t provide for interaction or animation. A page created.
XP 1 Working with JavaScript Creating a Programmable Web Page for North Pole Novelties Tutorial 10.
Introduction to Web Site Development Steven Emory Department of Computer Science California State University, Los Angeles Lecture 8: JavaScript I.
Multiple Tiers in Action
CSC 2720 Building Web Applications JavaScript. Introduction  JavaScript is a scripting language most often used for client-side web development.  JavaScript.
2012 •••••••••••••••••••••••••••••••••• Summer WorkShop Mostafa Badr
Server Side Scripting Norman White. Where do we do processing? Client side – Javascript (embed code in html) – Java applets (send java program to run.
4.1 JavaScript Introduction
HTML Forms and Scripts. Session overview What are forms? Static vs dynamic Client-side scripts –JavaScript.
Introduction to JavaScript Kirkwood Continuing Education © Copyright 2014, Fred McClurg All Rights Reserved.
Javascript Languages By Rapee kamoltalapisek ID:
JavaScript Tabriz university Its September 1995.
Client Scripting1 Internet Systems Design. Client Scripting2 n “A scripting language is a programming language that is used to manipulate, customize,
Lesson13. JavaScript JavaScript is an interpreted language, designed to function within a web browser. It can also be used on the server.
XP Tutorial 10New Perspectives on Creating Web Pages with HTML, XHTML, and XML 1 Working with JavaScript Creating a Programmable Web Page for North Pole.
Tutorial 10 Programming with JavaScript. XP Objectives Learn the history of JavaScript Create a script element Understand basic JavaScript syntax Write.
An Introduction to JavaScript Summarized from Chapter 6 of “Web Programming: Building Internet Applications”, 3 rd Edition.
Web Pages with Features. Features on Web Pages Interactive Pages –Shows current date, get server’s IP, interactive quizzes Processing Forms –Serach a.
C# AND ASP.NET What will I do in this course?. MAJOR TOPICS Learn to program in the C# language with the Visual Studio IDE (Interactive Development Environment)
Javascript. What is JavaScript? Scripting (interpreted) language designed for the web Beware: JavaScript is case sensitive.
XP Tutorial 10New Perspectives on HTML and XHTML, Comprehensive 1 Working with JavaScript Creating a Programmable Web Page for North Pole Novelties Tutorial.
JavaScript Syntax, how to use it in a HTML document
SiteAngel Understanding and Using SiteAngel
Web Pages with Features. Features on Web Pages Interactive Pages –Shows current date, get server’s IP, interactive quizzes Processing Forms –Serach a.
ASP (Active Server Pages) by Bülent & Resul. Presentation Outline Introduction What is an ASP file? How does ASP work? What can ASP do? Differences Between.
Client-side & Server-side Scripting ©Richard L. Goldman August 5, 2003 Requires PowerPoint 2002 or later for full functionality.
© 2000 – All Rights Reserved - Page 1 Introduction to JavaScript Programming Part One.
JavaScript Introduction. Slide 2 Lecture Overview JavaScript background The purpose of JavaScript A first JavaScript example Introduction to getElementById.
Introduction to JavaScript Fort Collins, CO Copyright © XTR Systems, LLC Introduction to JavaScript Programming Instructor: Joseph DiVerdi, Ph.D., MBA.
JavaScript 101 Introduction to Programming. Topics What is programming? The common elements found in most programming languages Introduction to JavaScript.
JavaScript Dynamic Active Web Pages Client Side Scripting.
JavaScript & Introduction to AJAX
Lesson 30: JavaScript and DHTML Fundamentals. Objectives Define and contrast client-side and server-side technologies used to create dynamic content for.
Tutorial 10 Programming with JavaScript. 2New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition Objectives Learn the history of JavaScript.
Beginning JavaScript 4 th Edition. Chapter 1 Introduction to JavaScript and the Web.
Javascript ECMA Script. Scripting Languages Executed by an interpreter A program that reads & runs commands;advanced enough to be a lang Parsed when.
JavaScript and AJAX 2nd Edition Tutorial 1 Programming with JavaScript.
XP Tutorial 10New Perspectives on HTML, XHTML, and DHTML, Comprehensive 1 Working with JavaScript Creating a Programmable Web Page for North Pole Novelties.
Online Voting System by Sanghun Chi ECE345. Introduction Traditional voting system inefficient. Takes time and human resources. Does not give an instant.
The Web Wizard’s Guide To DHTML and CSS Chapter 2 A Review of CSS2 and JavaScript.
Javascript Prof. Wenwen Li School of Geographical Sciences and Urban Planning 5644 Coor Hall
Brief Look InTo JavaScript Dr. Thomas Hicks Computer Science Department Trinity University.
“Under the hood”: Angry Birds Maze
Database Applications Using Internet Technology
CIS 388 Internet Programming
Active Server Pages Computer Science 40S.
Section 17.1 Section 17.2 Add an audio file using HTML
JavaScript Introduction
JavaScript an introduction.
The Web Wizard’s Guide To JavaScript
JAVASCRIPT Pam Kahl | COM 585 | Spring 2010.
Unit 6 part 3 Test Javascript Test.
Tutorial 10 Programming with JavaScript
JavaScript Overview By Kevin Harville.
Tutorial 10: Programming with javascript
TypeScript (Microsoft)
Introduction To JavaScript
TypeScript (Microsoft)
Introduction to JavaScript
Information Retrieval and Web Design
Brief Look InTo JavaScript
Presentation transcript:

1 Owais Mohammad Haq Department of Computer Science Eastern Michigan University April, 2005 Java Script

2 Introduction Overview of JavaScript Java Script and Java

3 Overview of JavaScript Originally named LiveScript –Developed by Netscape. –Integrated to the browser –Versions moved from 1.0 to 1.5 – Language standard for JavaScript developed the late 1990’s by European Computer Manufacturers (ECMA) –Available only for Netscape –More popular.

4 Overview of JavaScript Microsoft –Internet Explorer was soon updated to support not one but two integrated languages –And one was Jscript similar to JavaScript –Internet Explorer implemented versions of Jscript that were more and more like Javascript. –Internet Explorer became the dominant browser. – Javascript had become the accepted standard for writing interactive processing to be run in the web browser.

5 Java Script and Java JavaScript –JavaScript is a scripting language. –JavaScript is not the same as Java. –JavaScript is used within HTML pages. –Used for both client side and server side –Basically used on client side –Variables need not to be declared. –Objects are dynamic –Data members and methods can change during excecution.

6 Java Script and Java Languages and shows the web users called the Clients

7 Java Script and Java Java –Java is a real programming language. –Harder to learn and developed by SUN. –Used in almost any thing –JavaScript is not the same as Java. –JavaScript is used within HTML pages. –Objects are collection of data members and methods is fixed at compile time

8 Conclusion The main similarities between Java and JavaScript is the syntax of. –Expressions –Assignment statements –Control statements

9 Contact Information: Owais Mohammad Haq –Department of Computer Science –Eastern Michigan University –Ypsilanti,MI,48197 –  Web Page:  Image Sources: ohttp://