Michael B. Gousie - Wheaton College, MA

Comp 212 - Web Development (Fall 2025)

How do you annoy a web developer?

Introductory Information


  • 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?
  • Komodo IDE - free IDE for web development.
  • FileZilla - free FTP (file transfer protocol) application. Download the client, not the server.
  • XAMPP - free software to set up a development server on your computer (Apache, MySQL, PHP, and Perl).

Coding & Design Resources


Colors

  • ColorPicker - applet to show colors and their numerical equivalents (in hexadecimal).
  • 4096 Color Wheel - choose safe (and unsafe) web colors from 4096 choices.

Fonts

Projects/Exams

In-Class Examples (Newer)

PHP and mySQL

In-Class Examples

HTML and CSS

JavaScript

Forms

  • postFormPlain.html - starting code for forms.
  • 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.
  • json.html - answer for previous problem.

jQuery

Web Page Design

Last updated