MultiMedia Unit 5 PDF
MultiMedia Unit 5 PDF
MultiMedia Unit 5 PDF
A multimedia title begins as notes and sketches that form the foundation of your work.
As your work progresses, those notes and sketches evolve into the text and graphics that
provide the underlying structure and content of your title.
Text carries the story line and communicates key ideas, while text formatting conveys the
contents hierarchy and structure. Text can even link ideas by jumping to other topics
when you click on it.
Graphics establish the design of your tilting your audiences expectations about where to
find different types of information in the same way that a magazine or book design does.
Graphical elements, such as buttons and icons, help your audience navigate through a
title. Graphics also illustrate your content.
Together text and graphics define the look and feel-the interface-of your title and how
your audience interacts with it. And these two effects often provide the main content.
Keep text brief. Eyes tire more quickly reading onscreen. Furthermore, large blocks of
text make your screen look static. If you introduce bullet points, limit them to six bullets
per screen and one or two lines of text per bullet.
Use text for dual purposes. Define text as a hyperlink that jumps to a related topic or as a
popup to a definition for your audience.
Proofread text carefully. Typographical errors undermine the credibility of your title, so
always allow time to proofread. For the best results, print the text in your title and
proofread it both onscreen and in print.
Choose a readable font. Sans serif fonts like Arial tend to be easier to read onscreen than
serif fonts like Times Roman.
Use only one or two fonts. Mixing too many fonts clutters your design, detracting from
its impact.
Use font size and style to convey hierarchy. Format the size and style of headings and
body text differently to communicate structure.
Avoid unreadable type styles and colors. Some styles (italics) and colors (blue or green)
don't read clearly.
Choose common fonts or embed fonts in your title. For fonts to display correctly, the
fonts must either be installed on the computer that's running the title or embedded in the
title.
Both Netscape Navigator 4.0+ and Internet Explorer 4.0+ support embedded font
technology, enabling them to render your web pages with exactly the fonts you've
chosen. Although they are called "embedded fonts," the font information is actually in a
separate compressed file linked to the HTML document. When the page is downloaded to
the client, so is the necessary font information. Although still in its infancy, this is a great
breakthrough for designers who want traditional control over type display.
The dynamic font generated has the extension as .eot. If there is a link to an EOT on a
page, then the browser uses these EOTs to display the page with specified fonts. EOTs
have specific URL roots so that only specified Web sites can use specific EOTs suitable
to them. Once an EOT is prepared it is locked to that URL. The same EOT cannot be
reused for some other site.
Any True Type Font can be converted to a Dynamic Font. PFR and EOT can co-exist on
a single website. The Browser will sense the dynamic font and accordingly display the
content.
Although the two embedded font technologies differ at the detail level, the general
process for creating and importing them is essentially the same:
1. Specify the font document by name in your HTML document using the <font face> tag
or the font-family property in CSS 1.
2. Use a special font-embedding tool to create the downloadable font file(s) for your
document (note, you need to have the font installed on your machine). The tool
compresses the font shapes into a very small file and adds some security features.
3. Include information in the HTML document that links it to the font file.
4. Upload the HTML documents and the compressed font files to your server. If you are
using TrueDoc Dynamic Fonts, you need to configure your server to recognize the new
font MIME type.
5. The users' 4.0 browser will display the text in the font you've chosen. The font will be
anti-aliased to smooth out the jagged edges.
(Note, at small point sizes, the anti-aliasing can actually make some fonts less legible. Do
some testing first)