PERL and CGI, etc.

  1. Thursday, September 21st web page with PhotoShop 5.5 produced submit button is the basis of your 1st PERL/CGI/FORMs assignment. View menu, Source command is useful when you want to see the HTML code for it. This assignment is due on Thursday, September 28th.

  2. PERL and CGI and HTML FAQ frequently asked questions (and/or frequently seen slimers) page, updated as often as problems are communicated.

  3. Solution (PERL code segment) to Thursday, September 21st group exercise for adding another menu choice and a text box to the custom color, RGB demo page.

  4. Tuesday, September 19th RGB, PERL, CGI, FORM example. Pick your favorite color as an RGB hexadecimal triplet and see the results in a web page with a BackGround COLOR of that triplet value.

  5. How to create your own web page on chaos, etc. The mkdir, cd, chmod, cp, and URL concepts reviewed. You do NOT need to do the cp (copy) command. You probably have already done the mkdir web and chmod 711 commands.

  6. How to use pico editor on chaos.cns.uni.edu. The pico name stands for pine composer, which means that pico is the pine email editor or composer for the sending and replying commands.

  7. The UNIX commands that are most commonly used. We have used ls, ls -l, cd web, mkdir web, finger, who, w, logout, etc. Read this page to learn more about the commands.

  8. Here is an Overview of all HTML elements to consult, if you wish.

  9. Here is an HTML primer to refer to when answering HTML questions that arise.

  10. Images and Colors for your web page. For the BGCOLOR="FF0000" colors.

  11. Understanding RGB Hexadecimal (base 16) codes.

  12. Images on Web pages

  13. RESET button issues and techniques, including whether it is even wise to have a RESET button.