Describe the problems you are likely to encounter in creating a cross-platform program, and list several ways to deal with these problems.
What will be an ideal response?
Major hurdles are faced while moving multimedia projects across platforms. If the project uses only bitmapped images and sounds, the text issue is moot. There are problems of sizes, shapes, colors, fonts and special character set. To overcome these problems with text there are certain tips. For text in boxes, center the text, leaving plenty of space or margin to avoid possible word-wrap on the other platform. Avoid outline and shadow styles on the Macintosh. They are not currently supported in Windows and may default to boldface. When the look of a larger-size font is extremely important, turn it into a bitmap by screen capturing before you convert. If Adobe ATM or TrueType fonts are used the fonts must be installed and available on both platforms, or must be embedded in the playback application. As far as the color is concerned when a Macintosh 256-color graphics file is converted to Windows, all colors are mapped to their nearest equivalents and the results depend on the color palettes.
You might also like to view...
Write a function integerPower( base, exponent ) that returns the value of
base exponent For example, integerPower( 3, 4 ) = 3 * 3 * 3 * 3. Assume that exponent is a positive, nonzero integer and base is an integer. Function integerPower should use for or while to control the calculation. Do not use any math library functions. Incorporate this function into a script that reads integer values from an HTML form for base and exponent and performs the calculation with the integerPower function. The HTML form should consist of two text fields and a button to initiate the cal- culation. The user should interact with the program by typing numbers in both text fields then clicking the button.
A clean room is a place to store RAM and hard drives
Indicate whether the statement is true or false
In copyright law, generally, the copyright duration last for: ____
A. the life of the author. B. the life of the author if registered with the Copyright Office. C. the life of the author plus 70 years. D. the life of the author plus 70 years if registered with the Copyright Office.
To apply a space after a block of text, use the ____ panel.
A. Character B. Paragraph C. Character Styles D. Paragraph Styles