Assignment #1
(20 points)

  1. Watch the video JavaScript Calculator and start reading up about JavaScript. View a screen capture of the Javascript code used to complete this assignment.

  2. Create a working JavaScript Calculator (application) similar to the one developed in the video and shown in the image below. Save your work as "assignment1-js.html". Upload this file to your YOUR-CLASS-WEBSITE. Help.

  3. Watch the video PHP Calculator and start reading up on PHP. View a screen capture of the PHP code used to complete this assignment.

  4. Create a working PHP Calculator (application) similar to the one developed in the video and shown in the image below. Save your work as "assignment1-php.php" Upload this file to your YOUR-CLASS-WEBSITE. Help.

    Optionally: Personally, I would recommend placing both applications that you create for this assignment into a folder / directory called "assignment1".



Grading Rubric
Required Elements Points Possible Does not meet requirements Meets some requirements Meets or exceeds all requirements Your Score
Effectively created a JavaScript calculator that will add up the values contained in two text boxes. 10 0 5 10 __/10
Effectively created a PHP calculator that will add up the values contained in two text boxes. 10 0 5 10 __/10
Total points __/20