IT 411
Fall 2024
Craig Miller
Weekly Notes
Assignments
- Assignment 1
- Assignment 2
- Assignment 3
- Assignment 4
- Assignment 5
- Midterm Report
- Assignment 6
- Assignment 7
- Assignment 8
For this assignment, you will make use of the ChiEmpQuery class to access Chicago employee information. This class permits a simple search query to an online service. When the search results return to the browser, the class code calls your callback function with an array of results. Your callback function then displays the array contents on the page.
Using the Chicago City Salary page as a starting point, develop an interactive page that does the following given a search string:
You do not need to edit the ChicagoEmployees.js file, but you are encouraged to read its comments to understand how to use it.
Not challenging enough? Consider the following:
On D2L, submit a zip file of a folder with the following contents:
This assignment is worth 10 points. A rubric will be provided with the submission.