Office of Information Technology
Home

Calendar

Map
Home
Computing

Library

Search
OIT Web Page Content Check List
  • If you're editing existing content, download the "live" or production version of a file or directory to your local drive first. You can't assume your local copy is the latest version.
  • If you're adding new content, does it exist anywhere else on the site?
  • If so, contact the owner or group responsible to see if one page can be revised rather than developing a new one.
  • If not, where do you think your content should be linked on the site?
  • Title tags should be present on all pages. For example:
    <title>OIT:[subject of the page goes here]</title>. This helps make our search engine more relevant and useful to users.
  • Metatags should be used to ensure that your pages are being accurately searched and displayed by the search engine. For more info on metatags, click here.
  • Content should not include obviously outdated material (e.g., fall 2001). Will users seeing your page for the first time think it is no longer relevant?
  • All pages should use the OIT common design template at left, so they look like they're part of a single site.
  • Identify and test other OIT links from your page(s).
  • When your page is done, tell others about it. Email the site URL to the OIT Web Committee at oit-web@listproc.umbc.edu so others in OIT are aware of it. We can also highlight the link in the homepage "What's New" section or in the OIT Newsletter. Don't assume others are divinely aware of your new creation.
  • Monitor site traffic or Help Desk requests to see if the site is helping you and isn't just another thing to do.
  • OIT Web Committee Membership.

Using the OIT Template

Dreamweaver Users:

  1. Define a site.
    1. Site -> Define Sites...
    2. Click on New...
    3. Give the Site a name ("OIT") and define the Local Root Folder
    4. Click on OK
  2. In the Local Root Folder, create a directory named "Templates"
  3. Download the Template File (oit.dwt) into the Templates directory
  4. Create your document, or move existing documents into a folder in the Local Root Folder
  5. In each document, apply the template.
  6. Modify -> Templates -> Apply Templates to Page...
  7. In the Site List, select OIT
  8. Select "oit.dwt" from the Templates list
  9. Click on Select
  10. In the "Choose Editable Region for Orphaned Content" dialog box, select "body" from the list
  11. Hit OK

Outside of Dreamweaver:

  1. PHP
    1. Place the following code before the body of your web page:

      <html>
      <?php include ("/afs/umbc.edu/public/www/oit/templateinc/template1.inc");
      ?>

    2. Place the following code after the body of your web page:

      <?php include ("/afs/umbc.edu/public/www/oit/templateinc/template2.inc");
      ?>
      </body>
      </html>

    3. You may need to remove all the <head> and <body> tags from your document.

To link your pages to the main OIT site--or to create a directory in the OIT file structure--please contact Anna Perez (helpdesk@umbc.edu or x53838).

Office of Information Technology • Main Office: ECS 125 • Phone: 410-455-3838 • Email: oit@umbc.edu