Project 4. Description.

In this project you need to complete the Image Show page and data validation on the file upload page. More precisely, you need to do the following:

  1. Implement the slide show. That is, you need to let the user an option to click on the Slide show button and enjoy viewing the pictures without clicking on the Next button. The time interval between the images should be taken from the text input box. Please note that the user should be able to control this interval without interrupting the show. Also remember that the user sets the interval in seconds and both setTimeout and SetInterval methods use milliseconds.
  2. In the Image Show page you also need to implement one more feature. When user clicks on the big image you should:
  3. In the input form page you need to add regular expression check against the date and time values. In other words, you need to design regular expressions for date and time and upon user's click on the Submit button you need to check if the values entered in the date and time input fields match these regular expressions.

Extra credits

To get some extra credits you may do one or all of the following:

If you go for an extra credit, please make a note on the page to let me know what else I should grade.

Note: do not forget to update the link to this project on your home page. I repeat: DO NOT FORGET to update the link on your main page.