Week 18: Study my solution to project

Use the JS I wrote as study text to help you write your own code

Remember to email me at prof@kmpc.net if you have any questions


Week 17: Javascript project to make a table of inputed data

Create pages/CGI/JS to take input and put it in a table then send to web server for processing


Week 16: Using HTML DIV tags for page layout.

Create a static HTML page with a two-column layout for class assignments.


Week 12: Write Javascript code that changes an HTML page's content with each click of a button.

Use last week's assignment as a template to make an HTML page that flip flops the page's content with each click of a button.


Week 11: Create a program that creates an HTML page and then content is created from JS file.

We continure with Javascript this week by creating an HTML page that downloads an external JS file.


Week 10: Create an HTML page with Javascript code to produce an HTML paragraph in the HTML page

We start with Javascript this week by creating an HTML page with embedded code.

Remember, as we spoke in class, future Javascript assignments will require the browser Chrome installed on your computer.


Week 7 thru 9: no new homework. Use this week to finish your program to process your fill-in form

Continue working on process form code if not done.


Week 6: Create a new program that creates a web page with input from your fill-in form

Make a page that shows different things based on what is selected in your fill-in from. See week 6 link at left.


Week 5: no new homework. Use this week to catch up.

Continue working on form code if not done. Also catch up on reading html pages in homework assignments.


Week 4: writing your own Perl code to create an HTML fill-out form

Add calls to CGI library to create form elements to a fill-out form. See week 4 link at left.


Week 3: writing your own Perl code program

Add values to 3 variables in a new program you will find in your cgi-bin dir. See week 3 link at left.


Week 2: create your first server side program

See Week 2 link on left for details.

Sample code has been updated with a new print statement for "Content-type" header.


Installing and using Notepad++ text editor

I have been revewing text editors for our class use. While Vim is good I think a more GUI based editor would be better for our class. So, if desired, download and check out this editor at Note++ home page.