|
Web Development Guidelines
Resources for Creating a Web Site at Johns Hopkins
| ![]() |
||||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| Web Guidelines Site Map | |||||
This glossary defines many of the terms used in Web Publishing and Web development. Each entry is in the format:
Congress enacted legislation (Section 508) that requires all web sites funded by Federal dollars to be accessible by those with physical handicaps. The World Wide Web Consortium (W3C) (http://www.w3.org/) has guidelines that explain how to make Web content accessible to the widest possible audience (people using different hardware such as PDA, laptops, etc. as well as people with disabilities). You may also use Bobby WorldWide (http://www.cast.org/bobby/) to help identify changes that can be made to your pages so that users with disabilities can more easily use them. For more information select the Section 508 button at the top of this page.
Many users, especially those interested in medical conditions or sensitive subjects, may be reluctant to accept or return cookies to these web sites. web sites should be designed to function without error in the absence of cookies, even though this may require extra effort on the part of the user, to re-type information, for example:
Cookies that store or transmit information that falls under the HIPAA or FERPA Acts should do so from secure, encrypted servers.
At this time, the Johns Hopkins University has no official, universal policy on the use of cookies on web sites affiliated with the institution.
More technical information on cookies can be found at:
Definitions and technical aspects: http://www.ufaq.org/navcom/lyncookie.html
Privacy concerns: http://www.junkbusters.com/cookies.html
Web site devoted to cookies and privacy: http://cookiecentral.com/
Short page on cookies: http://isis.rte.ie/newradio/cookiedef.html
Always include a generic font as the last choice. The generic font names are serif, sans-serif, cursive, monospace, and fantasy.
Here are some examples using the font tag:
<font face="Verdana, Arial, Helvetica, sans-serif">
<font face="Georgia, Times New Roman, serif">
<font face="Courier, monospace">And here are the same examples using CSS:
font-family: Verdana Arial Helvetica sans-serif;
font-family: Georgia 'Times New Roman' serif;
font-family: Courier monospace;
For more information about fonts, see Webmonkey:
Design: Fonts.
With the font tag, use <font size="-2"> or <font size="+1">
instead
of <font size="1"> or <font size="4">. With CSS, use font-size:
80%;
or font-size: larger; instead of font-size: 10pt; or font-size: 18px;
For more information about font sizes, see http://www.useit.com/alertbox/9707a.html.
Provide text equivalents for all non-text elements (e.g., images, image map regions, graphical representations of text, etc.) so that those who view your pages without images will be able to understand it.
For more information about formatting and optimizing for the web, see Webmonkey: Design: Graphics, or Web Reference: Optimizing Graphics.
- Logos <JHU> (top)
The logo should appear somewhere on every page so that people know that they are still at a JHU site.
Johns Hopkins University
All departmental Web pages should carry the University logo. On home pages or splash pages, it should appear within the upper half of the 600 x 800 pixel screen. The University considers the logo to be a valuable asset which promotes the university and is a consistent, recognizable identity among our various constituencies. Under no circumstance is the logotype to be altered in any way. The University logo consists of the words "Johns Hopkins" above the word "University". Versions of the logo are also available that substitute the word Engineering, or Institutions, or Alumni for the word University. The logotype may be downloaded at http://www.jhu.edu/~design/stat.html.Please note that the seal is NOT the University logo.
Johns Hopkins Medicine
http://www.hopkinsmedicine.org/graphicstandards/require.html#logo
It is advisable to keep the amount of clicking to a minimum. Ideally, a site's home page has direct links to all of its sub-pages so visitors only need to click 2 or 3 times from the home page to get to any page within the site. If this is not the case, you may want to consider restructuring your web site.
Finally, keep the amount of scrolling required on each page to a minimum.
To enhance your web development skills, the Welch Medical Library offers
Web Publishing classes (http://www.welch.jhu.edu/classes/internet.cfm) and Web development classes (http://www.welch.jhu.edu/classes/webdev.cfm) as does the School of Professional Studies in Business and Education (http://www.spsbe.jhu.edu/). The Digital Media Center also has reference guides (http://webapps.jhu.edu/digitalmediacenter/Learning/References.cfm) that you may find useful.
| Before beginning any Johns Hopkins Institutions web project, please contact the appropriate office in your area for assistance with guidelines, standards or existing programs. If there is any doubt about the methods for collecting, storing, or displaying sensitive information on web sites, the Johns Hopkins legal departments (410-516-8128) should be contacted for a definitive answer about Hopkins' liability and responsibility. |