Lesson 30: JavaScript and DHTML Fundamentals - PowerPoint PPT Presentation

1 / 10
About This Presentation
Title:

Lesson 30: JavaScript and DHTML Fundamentals

Description:

JavaScript and DHTML Fundamentals. Objectives ... (DHTML) and the technologies it requires, and identify browser-specific DHTML ... – PowerPoint PPT presentation

Number of Views:181
Avg rating:3.0/5.0
Slides: 11
Provided by: jmil52
Learn more at: http://virtual.cpcc.edu
Category:

less

Transcript and Presenter's Notes

Title: Lesson 30: JavaScript and DHTML Fundamentals


1
Lesson 30JavaScript and DHTML Fundamentals
2
Objectives
  • Define and contrast client-side and server-side
    technologies used to create dynamic content for
    Web pages
  • Use JavaScript dot notation to access X/HTML
    objects
  • Identify common JavaScript objects, properties
    and methods
  • Use JavaScript to detect browsers, redirect
    pages, preload pages and confirm user choices
  • Define Dynamic HTML (DHTML) and the technologies
    it requires, and identify browser-specific DHTML
    code for use with Microsoft Internet Explorer,
    Netscape and Mozilla

3
JavaScript and Common Programming Concepts
  • Scripting languages
  • Subsets of larger languages
  • Objects
  • Encapsulate predetermined attributes or behaviors
  • Properties
  • Represent various attributes of the object
  • Methods
  • Actions an object can be made to perform

4
What Is JavaScript?
  • Scripting language
  • Object-based, not object-oriented
  • Event-driven
  • Strengths of JavaScript
  • Quick development
  • Easy to learn
  • Platform independence

5
JavaScript vs. Other Languages
  • JavaScript vs. Java
  • JavaScript vs. VBScript
  • JavaScript vs. JScript
  • ECMA Script

6
Embedding JavaScriptinto X/HTML
  • The ltscriptgt tag
  • Document ltheadgt or ltbodygt section
  • Dot notation

7
Using JavaScript to Communicate with the User
  • The alert() method
  • The prompt() method
  • Concatenation
  • The open() method

8
Using JavaScriptfor Browser Detection
  • The navigator object
  • Sniffers and redirections
  • Image preloading

9
Dynamic HTML (DHTML)
  • DHTML and the Document Object Model (DOM)
  • DHTML limitations
  • CSS and DHTML
  • Scripting languages and DHTML
  • DHTML implementation
  • Cross-browser DHTML

10
Summary
  • Define and contrast client-side and server-side
    technologies used to create dynamic content for
    Web pages
  • Use JavaScript dot notation to access X/HTML
    objects
  • Identify common JavaScript objects, properties
    and methods
  • Use JavaScript to detect browsers, redirect
    pages, preload pages and confirm user choices
  • Define Dynamic HTML (DHTML) and the technologies
    it requires, and identify browser-specific DHTML
    code for use with Microsoft Internet Explorer,
    Netscape and Mozilla
Write a Comment
User Comments (0)
About PowerShow.com