next up previous contents
Next: MIC versus CGI data Up: Style Guidlines Previous: Be Strict: Variable Management   Contents

Top of Page Code

Generally, if there is any setup or variables that need to be set up for a page, then these should be handled at the top of the page, as far as is possible and sensible. Variables local to the page should be declared, and if possible, set up at this point. This is to allow the page to be as much straight HTML, MIC logic-controls and snippets as possible (without random MICperl's and such floating around).