Have the user enter a username and password and click a button.
Check that the user's attempt at a username matches the actual username (marxg1)
and that the user's attempt at a password matches the actual password (swordfish).
Use a Password input for the password. If both username and password match navigate to a new page; otherwise, pop up a message indicating a
problem. Count the number of attempts and disable the button after three
failed attempts.
2. Revised Salary calculator. Revise for salary calculator homework so that instead
of the user entering a wage, the user selects a job title (such as Waiter/Waitress,
Host/Hostess, Bartender, Cashier, Manager, Dishwasher). Then use a switch statement
to determine the user's wage based on the selected position. If the user changes the
job title selection, the answer should be cleared out.
1. Where Am I? Make a page like that shown below. It has two drop-down selects that
allow the user to choose a day and time of day. After the user chooses a day and time, your
code should determine your anticipated location for that time and day (use if's, possibly
Boolean AND/OR or nesting). You should code at least this course,
CSC 230, and one other course you are taking or other activity. There should be a default
message for times and days not accounted for in your logic. The display should be cleared
if the user changes either the time or the day selected.
We need to finalize the date for Test 1 -- probably Friday, Sept. 26th.
Brian Foran (foranb1@student.lasalle.edu) has agreed to do some tutoring in
this class -- CSC 230. You can also find a computer science tutor
(Willem Foster) by going through Grades first on the portal.