Final Topics
This is a list of the topics we have covered since the midterm.
The final questions can come from any of these.
Read over the notes and review the readings mentioned in them.
- JavaScript: Where does JavaScript go?
- JavaScript: What is the document object, what can I do with it?
- JavaScript: event driven, what does that mean?
- JavaScript: Know definitions of functions, variables, conditionals and such
- JavaScript: How do I use the properties and methods on an object?
- JavaScript: How do I get or change information in a form?
- JavaScript: Arrays - How to make and use.
- JavaScript: Strings and how to use them.
- JavaScript: DOM: use of ids for names and JavaScript to alter the properties
- JavaScript: DOM: How to find objects in a page.
- JavaScript: DOM: Collections and how to use them.
- CGI: Difference between post and get.
- CGI: Program runs on server using information from the client.
- CGI: Whatever the program prints goes to web browser.
- CGI: Can talk to files and databases.
- CGI: Perl: Common language for CGI but not the only one.
- PHP: Combination of HTML and special tags.
- PHP: Web server passes file to PHP and it replaces PHP code with results
- PHP: Can be used as a form action or to generate pages initially.