FCN News 8 Dec 1998

Don't read this by e-mail! Instead, read the hypertext version of this newsletter: <http://darkwing.uoregon.edu/~jqj/fcn/news/current.html>. Contents:

Do you have UO colleagues who would find this newsletter useful? Call their attention to the html version, or they can subscribe by sending email to jqj@darkwing.uoregon.edu.

Upcoming Events

Local and online events of particular interest to FCN members (see also On Campus below):[new!][new!][updated]

On Campus

IT CURRICULUM. The winter workshop schedule is ready, and may reach your mailbox before you read this. See it on line at <http://libweb.uoregon.edu/it/>. Of particular note for FCN members are the intermediate web publishing sequence and the classes on managing majordomo mailing lists. If you require your students to publish on the web or to use electronic library resources, consider arranging a special library-taught workshop for your class. Contact your library subject specialist or JQ Johnson <mailto:jqj@darkwing>.

VIDEOTAPES. If you missed the fall videoconference series in educational technology you can still view a tape of the program. Tapes are available for loan from JQ Johnson, <mailto:jqj@darkwing>:

CCMAIL IS GOING AWAY. Network Services has announced a schedule for phasing out the gateway it maintains connecting cc:Mail to the rest of the e-mail world, with a target of summer, 1999. Most cc:Mail users already have accounts on oregon or darkwing, and it's time to start using them as primary mailboxes. If you manage a mailing list or have cc:Mail addresses in your personal address book, start converting to the new addresses!

CONVERTING VIDEO FORMATS. Jeff Magoto reports: "One of our most frequently requested tech services here at Yamada is converting video formats from NTSC--N.America and elsewhere-- to PAL--W. Europe (except France), SE Asia, and elsewhere. We now have a workstation set up in Pacific120 for them to do their own (should they choose to do so.) We'll contiue to do high quality video tape conversions and dupes (now in stereo and now including SECAM)". <http://babel.uoregon.edu>.

WEB-BASED TOOLS FOR MAJORDOMO LIST MANAGEMENT. Check out MajorCool, <http://darkwing.uoregon.edu/~majordom/cgi-bin/end-user.cgi> (for end users), or <http://darkwing.uoregon.edu/~majordom/cgi-bin/owners.cgi> (for list owners).

Seen on and about the Net

COLLEGES HIRING INSTRUCTIONAL TECHNOLOGISTS. A story in this week's Chronicle of Higher Ed highlights a growing trend -- the need to hire instructional-technology experts to assist faculty with applying new technology in their teaching. <http://chronicle.com/free/v45/i16/16a03501.htm>. Technology support people who also understand pedagogy are in short supply.

TEACHING DISTANCE ED VIA DISTANCE ED. Interested in experiencing a web based course first hand? Consider taking an online course offered by UBC as part of its Post-Graduate Certificate In Technology-Based Distributed Learning. Courses include "Social and Policy Issues in Technology-Based Distributed Learning" and "Selecting and Using Technologies for Distributed Learning." <http://itesm.cstudies.ubc.ca/info/>. Of particular note is the fact that this program was developed by University of British Columbia in collaboration with the Monterrey Institute of Technology (ITESM), Mexico. The web IS breaking down the barriers of distance in education!

WEBCASTS FROM EDUCAUSE. If you missed general session speakers Alan Kay and Ben Shneiderman at the recent EDUCOM'98 conference in Orlando, you can still catch them online. Also, stay tuned for Webcasts from the upcoming CAUSE98 conference in Seattle December 8-11, 1998. <http://www.educause.edu/conference/e98/webcast98.html>.

SEARCH: AN EZINE FOR GRADUATE STUDENTS. Call this one to your GTF's attention! <http://www.problemfinder.com/search.htm>.

ROBOTIC TELESCOPE GOES ONLINE FOR PUBLIC USE. The 0.9-meter telescope at Nassau Astronomical Station of Case Western Reserve University will go online by December 15 as the country's first Earth-bound robotic telescope becomes accessible for general public use. Amateur and professional astronomers alike can access the telescope by filing a viewing request through <http://astrwww.astr.cwru.edu/Nassau>.

How To -- Choosing fonts for web pages

Both Netscape and MSIE web browsers allow web page authors to change the font on web pages. To change a range of characters, use cascading style sheets or enclose your text in a FONT container, e.g.

  <FONT FACE="list of fonts"> ... </FONT>

The "list of fonts" is a comma-separated list of font names; a browser will use the first font the list that it has installed. This list feature is important, since different computers have different fonts installed. You'll typically have a list containing a Windows font, a Mac font with a similar visual appearance, and a "generic" font (either "serif", "sans-serif", or "monospace") that all browsers are supposed to understand.

It's very hard to find font lists that look similar on all platforms, especially if you want two lists, one for body text and one for display (heading) text, that work together. A good rule of thumb is to use a serifed font for body text and sans-serif for display or vice versa. Many people find that they get best results with just:

  FACE="Times New Roman,Times,serif"
  FACE="Arial,Helvetica,sans-serif"

Note, though, that most fonts are designed for printing, and look ugly on-screen at small sizes. If you need maximum on-screen readability but are willing to give up cross-platform (and maybe body-display) compatibility, consider for your body text font using:

  FACE="Georgia,Times New Roman,Times,serif"
  FACE="Verdana,Geneva,Arial,Helvetica,sans-serif"

Don't use too many different fonts on your pages! Unless you're sure you know what you're doing, it easy to create amateurish pages with clashing fonts.

Conferences and Workshops, Real and Virtual

The conference list now has its own web page, at <http://darkwing.uoregon.edu/~jqj/fcn/conferences.html>. We'll continue to use this space to highlight new conferences of particular interest to UO faculty interested in educational technology:

The Lighter Side -- Anagrams

An Anagram, as we all know, is a word or phrase made by transposing or rearranging the letters of another word or phrase. Here are some examples:

And this one's amazing: [from Hamlet]

Administrativa

The UO Faculty Consultants Network Newsletter is published (approximately) twice a month. If you have materials for inclusion in the newsletter you can send them to <mailto:jqj@darkwing>. This newsletter (as well as other FCN-related material) is available on line in <http://darkwing.uoregon.edu/~jqj/fcn/news/>.