Click to skip over navigation
 

lecture 9: conclusion

<< previous slide

return to lesson 9 index

this is the last slide


1. concluding forms

Forms are an essential part of any web designer's armoury. Even though there is a limit, in this particular course, to how deep into them I can go, bear in mind that you have been told all you need to know about the first stage of form use: that is, placing the form on the page. Even the most sophisticated CGI processing still works with the same basic principles, which are:

  • knowing how to use the <form>, <input> and related tags to specify the various kinds of form elements
  • understanding the use of name/value pairs
  • making your forms accessible
  • styling them if required.

Remember also that because all form elements are interactive at a basic level - that is, you can click on them and make them do things - JavaScript events can be fairly easily incorporated into them (and some of these events are specifically designed for forms, such as onselect). As they are more robust than images, forms are the best way to start making your page genuinely interactive. Play around with them, and enjoy!

2. what's coming in lecture 10

Nine down, one more to go... lecture 10 is the last lecture, in which we will consider further ways to enhance the navigation of your site. These include the use of:

  • frames
  • inline frames
  • drop-down menus
  • button links
  • site maps...

... and more....




<< previous slide

return to lesson 9 index

this is the last slide