![]() |
|
| |||
Getting Started With JavaScript BoxesLesson 1: How JavaScript WorksAn introduction to coding in JavaScript. You'll learn how to code a page that dynamically changes background and text color when a link is hovered over. This exercise teaches you about JavaScript Events, Functions, Objects, and Properties. A very good tutorial oriented toward non-programmers. Lesson 2: Alert() BoxesHow to make little pop up boxes that annoy people and how to use these boxes to explore more JavaScript Events. Lesson 3: Using ParametersLearn how to use parameters to send data to your functions and streamline your code. Lesson 4: Making Confirm BoxesLearn how to make and use confirm() boxes. These boxes give the viewer two options to pick from. Learn how to detect Boolean values with the IF/ELSE statement -- one of the most powerful statements in JavaScript. Lesson 5: Using Prompt Boxes & "document.write()"Learn how to use Prompt Boxes to gather data from a viewer and use that data in your web pages. Lesson 6: More On "document.write()"This lesson explores using the "document.write()" method to write HTML tags for all sorts of neat effects. First JavaScript ReviewA quick review of the principles learned so far including objects, properties, methods, functions, and events. First JavaScript ExamMake sure you can do these exercises before moving on. Browsers, Windows, & FramesLesson 7: The Navigator ObjectLearn how to tell what browser and browser version your viewers are using. Lesson 8: Browser DetectionHow and why you need to use browser detection. This lesson uses detection based on a browser's name. Lesson 9: Opening & Closing WindowsHow to make pop up windows and close them using JavaScript. Lesson 10: Sizing & Styling WindowsHow to size and shape your windows. How to add and remove window features in the windows you open. This includes menu bars, toolbars, even scrollbars. Lesson 11: Positioning & Focusing WindowsHow to position your pop up window on the screen, as well as, how to shift focus between the parent and child window(s). Lesson 12: Communication Between WindowsHow a function coded in one window can change objects in another one. |
|||
| |||