Enter zyBook code: WHEATONCOLLEGECOMP212GousieFall2025
Subscribe ($64 for the semester)
Web Style Guide, 4th Edition. This is also a clear example of why physical books are superior for reader comprehension than online texts (explained in class). The 3rd Edition, although older, might actually be better.
Phoenix Code - one of the free IDE options. This can be used online (can be slow) or downloaded to your computer. Did I mention FREE?
postForm.html - completed form to interact with the server using GET. To use POST, change the function call to "postFormPost.php" and the method to "POST".
validateFormPHP.html - check that data in input form is in range before posting; uses predefined PHP file.
inputData.html - get input data via text box and a button.
inputData2.html - get input data via text box only; data is returned when key is pressed.
jsonStart.html - starting code for in-class JSON exercise.