Home About Me Contact Portfolio Resume
 

Scripting Section

View Script Sample Online form that allows a student to obtain information on how to get reimbursement from their insurance provider. Validates the data before submitting, including checking to make only numbers are entered in certain fields. This sample does not submit anything, but does demonstrate the validation. Sample is displayed with permission from Health and Wellness Services.
   
View Script Sample Form validation. Demonstrates some of my skill with Javascript. Checks each required form element and displays a different message depending on which one in not filled out.
   
View Script Sample Dynamic Page Generation. Demonstrates more of my skill with Javascript. Forms are used to gather user input, and then that input is used to generate a new web page dynamically.
   
View Script Sample Javascript Quiz. Demonstrates still more of my skill with Javascript. A quiz is displayed, that once submitted, is graded using Javascript. A window opens displaying a different message depending on how many questions were answered correctly, as well as a list of all the correct answers.