Dojo Dijit and HTML5 in Real world applications/University/1. Introduction

From PMISwiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


1. Introduction

Introduction to the course

  • Powerpoint..
  • The course description may be downloaded here.

The invention of JavaScript: JavaScript history

Ecma document

Reserved Words

My first dojo function: dojo.byId()

document.getElementById() versus dojo.byId

The JavaScript explained in class may be found here: Menu list.

Other examples of the use of dojo.byId may be found in the dojo.addOnLoad example and Advanced JavaScript examples.

Document Object Model

Object, method, property, value

Advanced JavaScript examples.

window.location.reload()

Advanced JavaScript examples.

CSS: display vs. visibility

Advanced JavaScript examples.

Home work assignment

  1. Enable IIS on your computer and install / ajust the javaScript ussed in class: "Menu list"
  2. Make a list of JavaScript reserved words
  3. Describe the difference between the CSS display:none and visibility:hidden. Preferable by using a javascript.
  4. Describe the the CSS display:inline and display:block. Preferable by using a javascript.
  5. Use the test below. There are 20 questions: You need to answer more than 85% (17/20) correct.

References

Document History

Version Date Author Status Purpose of update
1 14 Feb 2012 PSA Draft Not released.
2 09 Mar 2012 PSA Final New home work assignments.