Roll over the Chapter to get a description of what was covered.
Click the sample to show an example
Chapter 1 was an introduction to HTML, XHTML and JavaScript. It covered the history of the World Wide Web. It covered structured web pages, the JavaScript language and a little about logic and debugging.
In Chapter 2 We worked with variables, studied data types, used expressions and operators, worked with strings and learned about operator precedence.
Chapter 3 covered using functions to organize JavaScript code. we worked with events, decision making statements, loops and nesting and the continue statement.
In Chapter 4 covered we studied the browser object model, the Window object, the History, Location and Navigator objects and used JavaScript to refer to Windows and Frames.
In Chapter 5 we worked with form elements and objects, we used JavaScript to manipulate and validate form elements and we worked with forms and form validation.
In Chapter 6 we studied Object-Oriented Programming, built-in JavaScript objects such as Array, Date, Math, and Number objects and we defined custom JavaScript objects.
In Chapter 7 we learned debugging concepts such as error tracing, commenting and Microsoft Script Debugging.
In Chapter 8 we learned about state information, saving state information with hidden form fields, query strings, and cookies. We learned to manipulate strings and about security issues
In Chapter 9 we learned about dynamic web pages, studied the Document Object Model (DOM), we worked with the Image object to create animation with the Image object, also we learned how to cache images.
In Chapter 10 we learned to use JavaScript to modify CSS styles. We work with CSS positioning and create DHTML menus. We also learned how to check for broswer compatibility.