home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / On The Rom / This Month's Floppy / InfoAlley Vol 2 Iss 7 / InfoAlley 2 of 2 < prev   
Encoding:
Text File  |  1995-07-24  |  19.0 KB  |  296 lines  |  [TEXT/ttxt]

  1. 24July95-Information Alley,v2,Iss07-2 of 2 
  2. ========================================== 
  3. The "Information Alley", Volume 2, Issue 7 -- July 24, 1995 
  4. Copyright 1994-95, Apple Computer, Inc.
  5.  
  6. The "Information Alley" is a publication of Apple Computer, Inc., Support Information Services. It is available to all Apple customers and Apple computer users through a variety of online services.
  7.  
  8. The goal of the "Information Alley" is to help Apple computer users get full use of their Apple computers, peripherals, and software.  Feel free to distribute the "Information Alley" to anyone.
  9.  
  10. The "Information Alley" is published in these formats: Adobe Acrobat 2.0, No Hands Common Ground, and SeText.  Please note you must download the Acrobat reader separately and that the Acrobat reader requires 2.5 MB of RAM.  The Common Ground reader requires 1 MB of RAM.
  11.  
  12. Contents of Part 1 of 2 
  13. ----------------------- 
  14. Thoughts From the Alley Cat -- Article Ideas Inspired by Apple Summer Camp
  15. Apple Certified Service Engineer Program
  16. Explicit and Inherit Access Privileges Defined 
  17. Setting Up an MAE Application for Multiple Users
  18. Scrapbook File Maximum Size
  19. What the System 7.5 External CD Sound Extension Does
  20. Turning Off the PC Exchange Control Panel
  21. OpenDoc Overview
  22. New Places to Find the "Information Alley"    
  23.  
  24. Contents of Part 2 of 2 (this document) 
  25. ---------------------------------------  
  26. CD-ROM Standards Used
  27. Why Microsoft Word Does Not Show in the Macintosh Easy Open List
  28. Telecom 2.0 -- Different Features Depending on Computer
  29. Printer Sharing Between GX and non-GX Users
  30. Global Village Modems -- Questions and Answers
  31. AppleShare Platforms and Supported Mac OS Releases 
  32.  
  33.  
  34. CD-ROM Standards Used
  35. ---------------------
  36. By Wayne Brissette
  37.  
  38. This article contains a list of CD-ROM Standards, or formats, and their definition.
  39.  
  40. You may hear or see several terms used to define CD-ROM discs and drives. These include Red Book, Yellow Book, White Book, and Green Book. Some of these standards, such as the White Book, are derived from previous standards, but with added features.
  41.  
  42. * Red Book
  43.  
  44. The Red Book specification is for digital audio CDs. All audio CDs use this specification to assure that any audio CD-ROM in the world works with any audio CD-player. The Red Book specification was developed by Phillips and Sony.
  45.  
  46. * Yellow Book
  47.  
  48. The Yellow Book specification is used for computer-based CD-ROMs. The Yellow Book specification only defines the physical arrangement of the data on the disc. Other standards are used in conjunction with the Yellow Book to define directory and file structures. These include ISO-9660, HFS, and Hybrid HFS-ISO. Sector formats are defined as Mode 1, Mode 2, and CD-ROM/XA.
  49.  
  50. * ISO-9660
  51.  
  52. This file system standard is a "lowest common denominator" format. It only allows for an 8.3 filenames (EIGHT__8.TXT). There is an extended ISO-9660 file system, called the Rock Ridge extension, used primarily for UNIX CD-ROMS that allows for longer UNIX file names and directory structures.
  53.  
  54. * HFS
  55.  
  56. This file system is designed to support Macintosh features not supported under the ISO-9660 standard. This includes longer file names (up to 31 characters), custom icons, and other Finder features such as comments and labels.
  57.  
  58. Hybrid HFS-ISO
  59.  
  60. This file system is a combination of ISO-9660 and HFS. This format is used by CD-ROM developers on products designed for both the Macintosh and MS-Windows or UNIX platforms.
  61.  
  62. * Mode 1
  63.  
  64. Mode 1 CD-ROMs contain only computer data, and have 2048 byte sectors.
  65.  
  66. * Mode 2
  67.  
  68. Mode 2 CD-ROMs contain compressed audio data and video/picture data, and have 2324 byte sectors. Mode 2 sectors also contain end-of-record markers, interrupt triggers, and data type specifications.
  69.  
  70. * CD-ROM/XA
  71.  
  72. CD-ROM/XA (CD-ROM Extended Architecture) is an extension of the Mode 2 format. Like Mode 2 it contains compressed audio and video/picture data. The CD-ROM/XA format however offers the ability to interleave the Mode 2 compressed audio and Mode 2 data sectors.
  73.  
  74. * White Book
  75.  
  76. This specification covers the Video CD format.
  77.  
  78. * Green Book
  79.  
  80. This specification builds on the Red Book and the Yellow Book, and is designed for CD-I discs (Compact Disc-Interactive).
  81.  
  82. * Orange Book
  83.  
  84. This specification covers writable CDs, including CD Recordable (CD-R), magneto-optical cartridge systems and single- and multi-session recordings.
  85.  
  86. * CD+ (CD Plus)
  87.  
  88. This specification is still being worked on by both the computer and music industry. It is a derivative of the CD+MM format, which combines computer multimedia elements with a standard audio CD-ROM. With the current CD+MM format, Track 1 contains the computer data, and when placed into an audio CD-player, Track 1 must be skipped. The goal is to have a CD-ROM that will contain both audio and computer data on one disc, and when placed into an audio CD-player plays only the audio tracks. All computer data is ignored without any manual assistance.
  89.  
  90.  
  91. Why Microsoft Word Does Not Show in the Macintosh Easy Open List
  92. ----------------------------------------------------------------
  93. By Scott George and Anthony Snyder
  94.  
  95. When attempting to open a document with an unknown creation type, or with a creation type for which the appropriate application is not available, Microsoft Word does not show in the list of applications provided by Macintosh Easy Open dialog. The reason Translation Manager (Macintosh Easy Open) behaves like this is because it only uses the 'FREF' resources if the application does not have an 'open' resource. Macintosh Easy Open uses two new resources. These are the 'open' and 'kind' resources.
  96.  
  97. * The ‘open’ Resource
  98.  
  99. The 'open' resource is supposed to contain a list of file types that the application can open without any external help, like MacLinkPlus. Another purpose of the 'open' resource is to allow an application to have custom icons for files that it does not want the user to open and prevents the Finder from launching the application when the user tries to open one of these documents. For example, an application can have a settings file with a custom icon by putting the type of the settings file in the 'FREF' and 'BNDL' resources but by not putting the type in the 'open' resource, the Finder does not launch the application if the user tries to open the settings file.
  100.  
  101. * The ‘kind’ Resource
  102.  
  103. The 'kind' resource contains kind strings the Finder displays. For example, the kind string for a read only SimpleText document is "SimpleText read-only document."
  104.  
  105. Some applications have a 'FREF' resource for files of type '****'. This is wildcard file type and means any file can be dropped on the application. However, in the 'open' resource, Macintosh Easy Open treats this as a file type and not a wild card type. Microsoft Word's 'open' resource only contains the '****' file type. For example, when attempting to open a file with a creator type of '****', Word shows up in the Macintosh Easy Open application list. However, when attempting to open a file with a creator type of 'ZZZZ', Microsoft Word was not in the list of applications.
  106.  
  107. According to the Macintosh Easy Open engineer, having only '****' in the 'open' resource is a mistake. However, the Translation Manager documentation does not indicate if '****' is a valid file type; there is no mention of wild card file types. Wild card file types are described in the Finder Interface documentation.
  108.  
  109. It appears Microsoft thought that by putting the wild card file type in the 'open' resource, Word would show up in the list no matter what file the user was trying to open. However, Macintosh Easy Open does not support wild card file types. Other applications have the '****' type in the 'open' resource but they also have other types as well. Microsoft Word seems to be the only application that has only the '****' type in the 'open' resource. Please contact Microsoft at (206) 454-2030 for additional help with this problem.
  110.  
  111.  
  112. Telecom 2.0 -- Different Features Depending on Computer
  113. -------------------------------------------------------
  114. By Dan Fitch
  115.  
  116. The latest GeoPort and Express Modem software releases prior to the Telecom 2.0 software were:
  117.  
  118.   - GeoPort for 68000-based Macintosh AV computers 1.2.2
  119.   - GeoPort for Power Macintosh computers 1.0.2
  120.   - Express Modem 1.5.5
  121.  
  122. Although the software for GeoPort Telecom Adapter and Express Modem hardware share the same code base and have common installer disks, the feature set depends on the hardware you are using.
  123.  
  124. * Common Features For PowerBook, 68040 Macintosh AV, and Power Macintosh Computers
  125.  
  126.   - Single installer for Apple Fax/Data Modem, Express Modem, Express Modem card,
  127.     GeoPort for Quadra AV, GeoPort for Power Macintosh
  128.   - QuickDraw GX fax driver
  129.   - Fax Terminal with System 7.5 freeze bug fixed
  130.   - Fax MSAM for PowerTalk
  131.   - OCR
  132.   - Fast fax printing
  133.   - Improved fax compatibility
  134.  
  135. * Common 68040-based Macintosh AV and Power 
  136.  
  137.   - Macintosh Features
  138.   - Telephone Manager 2.0
  139.   - Telephone Tool for CTB support
  140.   - Sound Drivers for telephone line and telephone Speakerphone
  141.   - Bundled Screen Based Telephone and Voice Message Machine
  142.   - Simplified interface for port selection
  143.   - Bundled Terminal Emulator (SitComm SE) <— only in kit and via upgrade
  144.  
  145. * Power Macintosh Only Features
  146.  
  147.   - Native V.42/V.42bis (error correction/compression) for higher data
  148.     throughput and lower CPU overhead
  149.   - Optimized LocalTalk performance when using GeoPort Telecom Adapter
  150.  
  151. * Power Macintosh and PowerBook Features
  152.  
  153.   - V.17 Fax giving 14.4 Kbps send/receive
  154.   - Currently the fax is 9600 and data is already 14.4 Kbps.
  155.  
  156.  
  157. Printing Sharing Between GX and Non-GX Users
  158. --------------------------------------------
  159. From the Technical Information Library
  160.  
  161. Sharing printers between QuickDraw GX and non-QuickDraw GX systems is not really possible. The "not really" is primarily because of the third point below (describing a shared PostScript network printer). 
  162.  
  163. * Share this Printer Option Not in Printing Menu
  164.  
  165. The option of Share this printer is NOT located in the Printing menu. When you select a desktop printer, the sharing option is located in the File menu. You share a desktop printer just as you would any other volume or folder: by selecting the printer icon, then choosing Sharing from the 
  166. File menu, and checking the Share this item box.
  167.  
  168. * Shared QuickDraw Serial Printer Options
  169.  
  170. When a QuickDraw serial printer is shared, the option Non-QuickDraw GX systems may also use this printer is grayed out. This is because the previous implementation of print sharing with PrinterShare (also known as GrayShare/ColorShare) is not compatible with QuickDraw GX. They utilize different techniques for sharing and also provide different functionality. QuickDraw printer, all clients MUST have QuickDraw GX installed, and Server must be selected in the popup field on the right side of the Chooser's window.
  171.  
  172. * Shared PostScript Network Printer Options
  173.  
  174. When a PostScript network printer is shared, the option Non-QuickDraw GX systems may also use this printer is available and works EXACTLY as the Bypass option in the AppleShare PrintServer. This lets all clients (QuickDraw GX and non-QuickDraw GX) see the printer and print to it WITHOUT having to go through the QuickDraw GX system that has captured it. For non-QuickDraw GX clients, they can directly see the printer in the Chooser. For QuickDraw GX clients, they can see the printer if they select AppleTalk in the popup field on the right side of the Chooser’s window.
  175.  
  176. * Summary
  177.  
  178. In summary, when a printer is "Shared" by the QuickDraw GX computer that has captured it, to print to that printer the client Macintosh computers MUST have QuickDraw GX installed. The only slight exception to this is when a PostScript network printer is captured and the Non-QuickDraw GX systems may also use this printer option is enabled, both QuickDraw GX and non-QuickDraw GX clients can see and use the printer.
  179.  
  180. NOTE: In this case, there is no way to require non-QuickDraw GX users to have a name and password. This is because the QuickDraw GX "server" is being bypassed. There are no plans to support name/password security for non-QuickDraw GX systems due to the differences in "print sharing" architectures between QuickDraw GX and non-QuickDraw GX systems.
  181.  
  182.  
  183. Global Village Modems -- Questions and Answers
  184. ----------------------------------------------
  185. By Robert Dorsett
  186.  
  187. Here are answers to frequently asked questions about Global Village modems, which are bundled with Macintosh Performa computers.
  188.  
  189. Question: 
  190. Did my Macintosh Performa computer come with software that let me connect to a local bulletin board system (BBS)?
  191.  
  192. Answer:
  193. All Performa computers come with a "Works" style package, such as ClarisWorks, Microsoft Works, Symantec Greatworks, or WordPerfect Works. These applications include a terminal emulator, usually under the heading of "communications". They let you use your Macintosh computer as a terminal. See your "Works" documentation for more information. There are also many software packages available commercially and as shareware. You can access the third-party software directory on eWorld (eWorld shortcut "shareware") to locate shareware software. You can also access the Redgate Product Directory (eWorld shortcut redgate) on eWorld, which contains information on over 7000 Macintosh products.
  194.  
  195.  
  196. Question: 
  197. I have a TelePort Bronze modem, and it does not appear to receive faxes. What should I do?
  198.  
  199. Answer: 
  200. Your modem is capable of receiving faxes, but your computer must be equipped with software that can support this capability. Your computer currently comes with a "send only" capability. The "receive" fax capability is sold and supported directly by Global Village. Please contact their sales department at 800-736-4821 for sales and additional information on this product.
  201.  
  202. NOTE: All Macintosh Performa 6100 series computers, the Performa 637, and the Performa 560 come with a "receive" capability as part of the software bundle. The following computers are in the Macintosh Performa 6100 series: Performa 6110, Performa 6112, Performa 6115, Performa 6117, and Performa 6118.
  203.  
  204.  
  205. Question:
  206. I have a Macintosh Performa 6100 series computer with a TelePort Gold II modem, and I cannot connect to eWorld at 14.4 Kbps. What should I do?
  207.  
  208. Answer: 
  209. You should contact the eWorld Assistance Center at 800-775-4556. They have a version of the eWorld software they can send you, which has special initialization strings for the Global Village Gold II modem. With the new eWorld software, you should be able to connect at 14.4 Kbps, provided that you are calling the correct dial-up number.
  210.  
  211.  
  212. Question:
  213. Can I upgrade my TelePort Bronze to a faster modem?
  214.  
  215. Anwer: 
  216. Global Village offers an upgrade program for Performa customers. For more details, call their sales number at 800-736-4821.
  217.  
  218.  
  219. Question: Where can I obtain the Global Village 2.5 upgrade, and what does it do?
  220.  
  221. Answer: 
  222. Global Village sells this upgrade directly to their customers for a nominal fee. You need to call their sales number at 800-736-4821 for pricing and specifications.
  223.  
  224.  
  225. Question:
  226. I am having trouble connecting to my internet service provider with my PPP and SLIP utilities. How can I correct this?
  227.  
  228. Answer:
  229. If the modem works in other respects, such as connecting to eWorld, online services, BBSs, or as a fax modem, then the difficulty is likely caused by the configuration of the Internet software. You should contact your internet service provider for support in configuring the software.
  230.  
  231.  
  232. Question: 
  233. I bought a new fax modem, and I get an error message stating the serial port is in use whenever I try to use eWorld or try to fax. What should I do?
  234.  
  235. Answer: The modem port can only be in use by one application at a time, so you need to make sure that no other program (such as eWorld) is currently running. If the problem persists, the old fax software may be conflicting with your new software. To correct this, you should remove the old fax software and restart.
  236.  
  237.   - If you have a Global Village TelePort Bronze, the old software is stored here:
  238.       - System Folder: Apple Menu Items: Fax Center
  239.       - System Folder: Extensions: GlobalFax
  240.       - System Folder: Control Panels: TelePort/Bronze (called "Fax Modem" on some computers)
  241.       - System Folder: GlobalFax Files
  242.       - System Folder: GlobalFax Personal
  243.  
  244.   - If you have a Global Village TelePort Gold II, the software is stored here:
  245.       - System Folder: Apple Menu Items: Fax Center
  246.       - System Folder: Control Panels: TelePort Serial
  247.       - System Folder: Extensions: Global Village Toolbox
  248.       - System Folder: Extensions: GlobalFax
  249.       - System Folder: GlobalFax Files
  250.       - System Folder: GlobalFax Personal
  251.  
  252. NOTE: "GlobalFax Files" contains any faxes you may have sent with the Global Village modem. You may wish to retain that folder, and Fax Center, so you can review any messages you may have sent if necessary.
  253.  
  254. If you move all of the above files to a single folder, they are "de-activated" by the system software after you restart. There is no need to throw them away, unless you want to reclaim the hard disk space. If you throw them away, make sure you have made a backup of the software or your System Folder. If this does not solve the problem, it could be a configuration issue with your third-party software, and you should contact the manufacturer for support.
  255.  
  256.  
  257. Question:
  258. I would like to receive faxes, but do not want to leave the computer on. Can I do this?
  259.  
  260. Answer: 
  261. No. The computer must be on and the fax software must be loaded in order to receive faxes.
  262.  
  263.  
  264. AppleShare Platforms and Supported Mac OS Releases
  265. --------------------------------------------------
  266. From the Technical Information Library
  267.  
  268. This article details the supported platforms (see the following Note) and Mac OS releases for the AppleShare product line.
  269.  
  270. Supported means users can expect technical assistance from Apple and all issues will be prioritized along with all other development efforts.
  271.  
  272. * Supported Platforms
  273.  
  274.   Version:                Supported Platform: 
  275.   
  276.   AppleShare 3.0.1        All 68030-based and below systems.
  277.   AppleShare 4.0.1        All 68040-bases systems, except 660AV and 840AV
  278.   AppleShare 4.0.2        PowerPC-based systems with clock speeds less than or
  279.                           equal to 80mhz (except 6100/66 and 7100/80)
  280.                           NOTE: AppleShare 4.0.2 is no longer sold separately.
  281.   AppleShare 4.1          All PowerPC-based systems available through 4/95.
  282.  
  283. * Supported Mac OS Releases
  284.  
  285.   Version:                Supported Platform: 
  286.   
  287.   AppleShare 3.0.1        System 7.0 or greater
  288.   AppleShare 4.0.1/4.0.2  System 7.1 or greater
  289.   AppleShare 4.1          System 7.5.1
  290.  
  291. NOTE: From a functionality standpoint, AppleShare 4.0.1 is identical to the product AppleShare 4.0.2 for 68040-based Macintosh Computers. There is no need to upgrade AppleShare 4.0.1 to AppleShare 4.0.2. The only differences between these versions are the version number itself, and that AppleShare 4.0.2 is available in a complete retail package, while AppleShare 4.0.1 is available as a tune-up only requiring installation over an existing copy of AppleShare 4.0.
  292.  
  293. If you have Workgroup Server 95, do not upgrade to system software version 7.5 or later. A Workgroup Server 95 running A/UX works only with system software version 7.0.1 and Tune-Up 1.1.1.
  294.  
  295.  
  296. *** End of Part 2 of 2, Information Alley, Volume 2, Issue 7, 24 July 95 ***