|
Quick links to necessary pages Introduction to the Hypertext Project PopUp Label Instructions Formatting with HTML Code page for invoking PopUp Labels Using Popup Labels to Annotate Texts Consider the following examples of popup labels (run your cursor over the links) Look here Using a mildly complex version of the standard <a href> tag in conjunction with a java script, students create popup labels. This is powerful stuff. Label position, colors and text fonts can be changed. These labels are used to annotate the assigned texts. The Popup Code Take a look at the link tag you will be using. You can copy and paste from here to your own file. <A HREF="javascript:void(0);" onMouseOver="return overlib('This is a ordinary popup.')" onMouseOut="nd();">Word or Phrase to be Annotated</A> Let's take a closer look: <A HREF="javascript:void(0);" onMouseOver="return overlib('This is a ordinary popup.')" onMouseOut="nd();">Word or phrase to be annotated</A> The red coding, "javascript:void(0);", is javascript that tells your browser, "This isn't a real link. Don't try to jump to some other internet site." You won't have to change this; leave it as is. The green coding, onMouseOver="return overlib," is javascript that helps your browser understand we're about to invoke popups. Leave this as is, too. It's the blue wording that we get to change. Everything else needs to remain just as you see it.
Everything else should stay the same, at least for now. One CAVEAT! You can't use a standard quotation mark or apostrophe within the text of your popup (i.e., you can't use either in the first section of blue phrasing above). You will probably need both; when you want to use a quotation mark, use the first code below; when you want an apostrophe, use the second code Your Work Flow Many of you will be Passage Editors. Type your portion of the assigned work into a text file. Avoid using Microsoft Word. Use Notepad or some other small wordprocessor instead. If working with verse, make sure you use <br> at the end of lines. Indent paragraphs, where appropriate, using the <dd> and </dd> tags to indent. Don't worry about background appearance, text size or color. The Text & Design Managers will be concerned with overall appearance. Once you have finished and proofread your "copy," create intelligent and useful annotations. Your instructor will give you suggestions - e-mail her or him with questions. Strive to analyze your section and to provide intelligent annotations; help readers to understand the text. Annotate difficult words; provide brief historical or biographical introductions to events and people (when possible); explain the ways that you understand the text. Several students will research specific topics and write side essays discussing their findings. When useful and appropriate, these electronic essays should have links to sources on the internet and make use of PopUp labels. Keep a list of reference sources that you use. You will be asked to contribute to a Works Cited page. Of course, use proper parenthetical citation when drawing from an outside source. Debugging Your Popups Before you present your passage to the Text & Design Managers you will want to test it to see whether the popup labels work correctly. Here's what you will do. It may seem complex but really isn't.
|
|