Assignment #11
(20 points)

  1. Watch the video String Manipulation (JavaScript) (CC) and String Manipulation (PHP) (CC).

  2. Complete either Option A or Option B below.

    Option A:
    Create both the Javascript AND the PHP applications developed in the videos and shown in the image below. When the command button "Extract Name" is pressed, your code should extract an arbitrary first and last name from the text box and display this information along with the corresponding length. Save your work as "assignment11-javascript.html" and "assignment11-php.php". (Maximum score possible: 18 points.)



    Option B:
    Create both a Javascript AND a PHP application similar to the application shown in the image below. When the command button "Extract Name" is pressed, your code should extract an arbitrary first name, middle name, and last name from the text box and display this information along with the corresponding length. Save your work as "assignment11-javascript.html" and "assignment11-php.php". (Maximum score possible: 20 points.)

  3. Upload your work to your YOUR-CLASS-WEBSITE. Help.


Grading Rubric
Required Elements Points Possible Does not meet requirements Meets some requirements Meets or exceeds all requirements Your Score
Effectively created both a JavaScript AND a PHP application that extract an arbitrary first and last name from a text box and display this information along with the corresponding length. 18 0 9 18 __/20
Effectively created both a JavaScript AND a PHP application that extract an arbitrary first name, middle name, and last name from a text box and display this information along with the corresponding length. 20 0 10 20 __/20
Total points __/20