IT 411
Fall 2025
Craig Miller
Weekly Notes
Assignments
- Assignment 1
- Assignment 2
- Assignment 3
- Assignment 4
- Assignment 5
- Midterm Report
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:
Your interactive page should have the following:
The submission should also include a written overview (less than one page) that describes your accomplishment and how you accomplished it --- include any details of help, collaboration, or use of online resources.
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.