Sponsor FloSync Free digital signage & video wall software for Mac and Windows Download Free

Info-Mac Digest V14 #289

Info-Mac discussion from 1984 - 2002.
Locked
User avatar
Info-Mac
Administrator
Posts: 13716
Joined: December 21st, 1988, 11:00 am

Info-Mac Digest V14 #289

Post by Info-Mac »

Date: Mon, 16 Dec 96 09:55:27 PST
From: The Info-Mac Moderators
Reply-To: [email protected]
Subject: Info-Mac Digest V14 #289
To: [email protected]
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="Info-Mac-Digest"

--Info-Mac-Digest


Info-Mac Digest Mon, 16 Dec 96 Volume 14 : Issue 289

Today's Topics:

[*] Agriculture Glossary
[*] BBS-ANSI Telnet (fat) patch
[*] Better Edit Keys 1.0.1
[*] Chat Magic 2.0
[*] Comic books DB 1.0
[*] csmp digest Vol 4 No 029
[*] Exile II 2.0
[*] Interactive I Ching v2.0
[*] Investment Glossary
[*] McPoet 3.3: Text-morphing tools
[*] MiniCalendar 1.1
[*] raoul-beep
[*] Series EE Savings Bond VALUES 2.3
[*] Series E Savings Bond VALUES V1.1
[*] StoryProject
[*] Teaching About Thanksgiving
[*] Total Desktop Rebuild 1.0
[*] trueTools 1.0.2 for HyperCard
[*] Turkey Trouble
[*] Visual Effect Stack 2.0
[*] Voice-controlled Finder v1.2
[*] Webpix
[*] Web Retriever 1.0
[*] WebWatcher 2.1 - Watch Web Pages for Changes
[*] Westwood Chat V3.1
[*] White Dragon Tips
[*] Windoze NT = NEVER TRY Screen Update
[*] WolfEdit 2.0.1 to 2.0.2 Updater
[*] WolfEdit 2.0.2 Demo
[*] YOOZ 1.57 US version
[A] How open an avi. file on a Mac
Cyberdog 1.2 and FreePPP 2.5v2 bugs
File Sharing?
FInd file utility that does the following (Q)

The Info-Mac Network operates by the volunteer efforts of:
Gordon Watts, Adam C. Engst, Demitri Muna, Mike O'Bryan

The Info-Mac Archive is available at 50 public and private sites around
the world. For the site list, request it by mail (address below), or try:

Also accessible by ftp. Help files and indexes are also in info-mac/help/.

Administrative queries & info:
Articles for digest publication:
Files for inclusion:

To submit a file greater than 800K, or to avoid submitting by (and
segmenting for) email, send email describing the file to
and upload it to:

-- username/password macgifts/macgifts at info-mac.org
As with emailed submissions, non-text files must be binhexed.

See our new WWW site: , where you can find
all of this info and more!

The Info-Mac digest is sponsored in part by StarNine Technologies, Inc., a
wholly-owned subsidiary of the Quarterdeck corporation. StarNine develops
Internet server software for the Macintosh, including World Wide Web and e-mail
publishing systems.


----------------------------------------------------------------------

--Info-Mac-Digest
Content-Type: multipart/digest; boundary="----------------------------"
Content-Disposition: attachment; filename="Info-Mac Digest V14 #289"

------------------------------

Date: Sun, 15 Dec 1996 03:29:23 -0800
From: [email protected] (Jeffrey D. Iverson)
Subject: [*] Agriculture Glossary

A glossary of agriculture terms in a HyperCard 2.x stack.
--
Jeffrey D. Iverson 507.386.6208 weekdays
Iverson Software Co. 507.625.7355 evening/weekend
522 Record St. [email protected]
Mankato MN 56001-2546 http://prairie.lakes.com/~j5rson/

[Archived as /info-mac/art/book/agriculture-glossary-hc.hqx; 24K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:34 -0800
From: [email protected] (Dean Brissinger)
Subject: [*] BBS-ANSI Telnet (fat) patch

NCSA Telnet 2.7 supports most ANSI color sequances. It does not however,
contain a graphical font for display of ANSI graphics. BBS-ANSI Telnet
has a few added resources to allow use of such graphics. The graphical
font used comes from Zterm, a great shareware program that you should
check out!

Included are:

* BBS-ANSI Telnet (fat) patch
Patches NCSA Telnet 2.7b4 to support ANSI graphics.

* NCSA Telnet Preferences
Preferances that include an ANSI terminal. Choose it instead of
"" to open an ANSI BBS window.

* ansitest.gz
This is an ANSI test file for those of you who don't have an ANSI
graphic handy. It is compressed with GNUZip because FTP tends to
eat ANSI chars.

This is a quick hack by Dean Brissinger ([email protected]). Enjoy,
and let me know if there is a better ANSI Terminal out there! Use of this
software is AT YOUR OWN RISK. I needed an ANSI Telnet program, and quickly
hacked two programs together to get one. I do not own this software, it
belongs to it's authors at NCSA and those who wrote Zterm. This patch
simply copies the font from Zterm and drops it into NCSA Telnet 2.7b4 (fat).

[Archived as /info-mac/comm/inet/ansi-bbs-telnet-patch.hqx; 48K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:17 -0800
From: [email protected] (Alessandro Levi Montalcini)
Subject: [*] Better Edit Keys 1.0.1

Price: $10 (shareware)
Source: ftp://ftp.alpcom.it/software/mac/LMontalcini

Better Edit Keys is a cool system enhancement that allows
you to use the shift, option and control keys with the arrows,
delete, forward delete and clear keys in any standard text
editing field, including basic text editors such as SimpleText.
This makes it much easier to work with text without reaching
the mouse. The following key combinations are allowed:

- shift + any arrow: extend the current selection.
- option + left/right arrow: move to the previous or next word.
- control + left/right arrow or option + up/down arrow: move to
the beginning or end of the current line.
- shift + option + any arrow: move like option + arrow while
extending the selection.
- option + delete: delete up to the beginning of the current
word (or clear selection).
- forward delete or shift + delete: delete the next character
(or clear selection).
- option + forward delete or shift + option + delete: delete up
to the end of the current word (or clear selection).
- clear: clear the current selection, if any.
- option + clear: delete the current word (or clear selection).

The above tasks should usually be performed by applications,
but many of them don't care. Better Edit Keys implements this
default behavior in all situations where the application is not
already taking care of it, but it does nothing if the
application handles the keystrokes by itself. This means that
the above keystrokes will not work if the application already
handles them. For example recent versions of SimpleText handle
the forward delete key by themselves, which also disables the
option + forward delete keystroke provided by Better Edit Keys.
There is no safe way to override the application's own handling
of the keystrokes, so Better Edit Keys is only useful for
applications that don't handle them and for generic text
editing fields like the ones in dialog windows.

New in version 1.0.1:
- Added a Settings dialog to selectively enable or disable
the editing keys, fixed a bug that made the control panel
crash on some machines.

[Archived as /info-mac/cfg/better-edit-keys-101.hqx; 59K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:10 -0800
From: [email protected]
Subject: [*] Chat Magic 2.0

--PART.BOUNDARY.0.19451.emout07.mail.aol.com.849040013
Content-ID:
Content-type: text/plain



--PART.BOUNDARY.0.19451.emout07.mail.aol.com.849040013
Content-type: multipart/appledouble;
boundary="PART.BOUNDARY.0.19451.emout07.mail.aol.com.849040013-ad"

--ad-PART.BOUNDARY.0.19451.emout07.mail.aol.com.849040013
Content-ID:
Content-type: application/applefile;
name="Chat Magic 2.0.sit";
X-Mac-Crea

[** Entire message is stored in the file "Chat Magic 2.0.text" **]

[The text portion of the message was too large and was saved in the file:
"Chat Magic 2.0.text", which is attached]

[Archived as /info-mac/comm/chat-magic-20.hqx; 280K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:08 -0800
From: [email protected] (Doug Wareing)
Subject: [*] Comic books DB 1.0

Well, basically it's a file for FileMaker Pro 4.0. I designed it to keep
track of my growing comic book collection (and also my wife's...) and to
provide some sort of record for insurance purposes if they were to get
destroyed. Other than that, there's not much to it!

I've included the fonts I use to make it look pretty. All told, the
compressed archive contains:

1. Comic books DB - The actual FileMaker Pro 4.0 file
2. Look at me! - The text file you are currently reading
3. FuturConBol - Futura Condensed Bold font
4. Holstein - Another jazzy font
5. Technical - The final font

Features:
I've designed this file to be easy to use and yet somewhat versitle. I'll
go over briefly the fields.

* Name: For the title of the comic. I usually check the legal info on the
first page of the book for the "official" title if I'm in doubt.
* Publisher: This is a pull-down menu that is both editable for permanace
(using "Edit") or you can put in a company that isn't on the list in there
indiviually (using "Other").
* Condition: I have the pop-up option set to "Near Mint" b/c you'd have to
get it right off the press for true "Mint" condition. This is list works
the same as the publisher one does.
* Number: For the issue number of the title.
* Date of entry: This was just kinda a frill. Automatically enters in the
date using your Mac's built-in Time/Date features.
* Cover price: This was for insurance purposes. I was going to put in the
price I paid, but I figured if I needed to replace them, I'd just use
whatever price was listed in Wizard and make double my money... ;-)
* Cover type: Another pull-down list. Also editable. I've included the
most common.
* Player Stats: Just what is looks like. I only did Story, Pencils and
Inks b/c they are always the three largest contributors listed. My
apologies to all the colorist and letter-ists out there.
* Comments: I usually use this space for mention of crossover relevance
(ie: Revelations: 1 of 4, Onslaught: Phase 2). Use it for whatever floats
your boat.

Thanks a ton... and enjoy!

-Doug Wareing
[email protected]
http://www-students.biola.edu/~dougw/index.html

[Archived as /info-mac/data/comic-book-db-10-fm3.hqx; 166K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:28 -0800
From: [email protected]
Subject: [*] csmp digest Vol 4 No 029

C.S.M.P. Digest
Sat, 14 Dec 96
Volume 4 : Issue 29

Today's Topics:

'ictb' resources
Accessing Volumes directory?
Drag Manager in IM?
Is it OK to distribute Sprocket Libs with shareware?
Opening folders in the Finder
Playing Sounds
PrintDefault fails for certain printers
Question about Updating Scroll Bars (include code)
Recognizing TIFF
Setting the Sound Volume
Text Engine Source code needed
WAV File Format
[Q] Adding command keys to buttons in dialog-alert
[Q] Force Finder update when changing file Creator-Type
[Q] Imaging Libraries for the Mac (cross-platform?)
[Q] TCP-IP develpment kit
[Q] Writing STR# to resource
[Q]: jGNE-Filter (onomastic Question)

The Comp.Sys.Mac.Programmer Digest is moderated by Mark Aiken
([email protected]).

[Archived as /info-mac/per/csmp/csmp-digest-v4-029.hqx; 39K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:02 -0800
From: [email protected] (Darin Takemoto)
Subject: [*] Exile II 2.0

This is the latest version of Jeff Vogel's shareware adventure/role-playing
game
Exile II. It is a game reminiscent of the old Ultima games, with a huge
world and
a multifaceted plot. You can play about one third of the game before paying
the
shareware fee. Note: I am not the author. I am posting this to macgifts so
that the game gets a well-deserved wider distribution.

Darin Takemoto
[email protected]

[Archived as /info-mac/game/adv/exile-ii-20.hqx; 2926K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:36 -0800
From: [email protected] (Sidney D. Hoover)
Subject: [*] Interactive I Ching v2.0

Version 2.0 of Interactive I Ching is Freeware for Power Macintosh only. It
features a new English language interpretation of the I Ching by the
author. Interactive I Ching presents the user with randomly selected pairs
of changing lines from the I Ching and correlates the images which are
chosen with a hexagram. Version 2.0 adds unique icons, and the capability
of saving outcomes and reviewing choices to Version 1.0.

[Archived as /info-mac/app/interactive-i-ching-20-ppc.hqx; 351K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:27 -0800
From: [email protected] (Jeffrey D. Iverson)
Subject: [*] Investment Glossary

A glossary of investment terms in a HyperCard stack. Licensed by Intuit
for use in-house.

Jeffrey D. Iverson 507.386.6208 weekdays
Iverson Software Co. 507.625.7355 evening/weekend
522 Record St. [email protected]
Mankato MN 56001-2546 http://prairie.lakes.com/~j5rson/

[Archived as /info-mac/app/bus/investment-glossary-hc.hqx; 386K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:30 -0800
From: [email protected] (Chris Westbury)
Subject: [*] McPoet 3.3: Text-morphing tools

McPoet is a set of tools for text generation and text morphing: that is, tools
for the poetic manipulation of text. It uses a simple language to allow the
text-generation rules to be completely user-configurable. It is easy to write
your own rules for McPoet even if you know nothing about programming your Mac.
You can also use the large set of built-in rules, or a new automatic
rule-generating function which can turn ordinary text into an executable
rules.

The text morphing features include an automatic version of Tristan Tzara's
original Dadaist formula for creating poetry from text, an eecummingsfication
feature for imitating the style of the great poet ee cummings, multiple forms
of
Markov chaining (with several built-in probability tables) and much more.

Version 3.x includes dozens of new features over version 2.x: more than
can be listed here.

Version 3.3 is a maintenance version, which fixes a few glitches found in
earlier
versions. It also includes the first public announcement of the International
McPoet Definition Project, to which all users are invited to contribute.

McPoet is dada-ware: uncopyrighted and free. It requires at least 2.6 megabytes
of free disk space, at least 2 megabytes of available RAM, and a
reasonably-fast
processor (or great patience!). It is compatible with all Macs.

[Archived as /info-mac/game/word/mc-poet-33.hqx; 1653K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:38 -0800
From: [email protected] (Steven Marcotte)
Subject: [*] MiniCalendar 1.1

Announcing the release of MiniCalendar 1.1. MiniCalendar is a light weight
calendar program that can be used with minimal effort. Its primary feature is
the ability to display any calendar between January, 1582 and December, 29940
A.D. MiniCalendar has the option to highlight the current date either using
the
system highlight color or the default color red, balloon help is avaliable.

This update of MiniCalendar 1.1 adds support for Mactintosh Drag and Drop,
Apple
Guide, and Better Beeps. MiniCalendar IS NOW $5 shareware, payable through
Kagi!!!

System requirements:
* System 7
* 68020 or better
* 150K of free RAM

For more information, please read the Read Me file enclosed, or visit our
Web page:

http://www.idir.net/~catara/

Thanks,

Steven Marcotte
Catara Software
http://www.idir.net/~catara/

I give permission for my program to be included on the Info-Mac CD-ROM.

[Archived as /info-mac/app/time/mini-calendar-11.hqx; 179K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:21 -0800
From: [email protected] (Ren G.A. Ros)
Subject: [*] raoul-beep

A short sound of a kid. Either you like it or hate it! :-)
Usable as system alert sound...

Have fun.

Rene Ros
[email protected]
http://www.bio.vu.nl/home/rgaros

[Archived as /info-mac/art/snd/raoul-sound.hqx; 27K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:26 -0800
From: [email protected]
Subject: [*] Series EE Savings Bond VALUES 2.3

AUTHOR: Gil Friese
NEEDS: Excel (spreadsheet) V4.0 or later

Keywords: Friese, Savings, Bonds, Bond, Series, EE, Redeem, Sell, Treasury,
Interest, U S Gil Excel Spreadsheet

This Excel spreadsheet CALCULATES the value of U. S. Series EE Savings Bonds,
bought in the past and future. (Series EE bonds were sold since 1/1/80.)
This program will be accurate for DECADES if the user adds readily
available, future market-based rates semiannually. NO FUTURE DOWNLOADING
unlike other Savings Bond programs! And this program downloads in only about
a MINUTE.

Enter the dates and face values of your bonds into the first two columns of
the table. Calculated for each of your bonds are its
o purchase price,
o exact value,
o current guarantee rate
o average market-based rate,
o yield to date
o expected return 12 months from now,
o after-tax proceeds if redeemed,
o the fully taxable return required from a new investment to equal your
bonds' performance over the next year, and
o the earliest month to redeem the bonds to avoid losing interest.

Documentation is included in the spreadsheet. Open the EEBOND.XLS file from
within your Excel application.

[Series EE Savings Bond VALUES Version 2.3 eliminates a rounding error (1
cent/$25 face value) for post-4/95 bonds.]

[Archived as /info-mac/app/bus/ee-saving-bond-values-23-xl.hqx; 51K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:24 -0800
From: [email protected]
Subject: [*] Series E Savings Bond VALUES V1.1

AUTHOR: Gil Friese
NEEDS: Excel (spreadsheet) V4.0 or later

Keywords: Friese, Savings, Bonds, Bond, Series, E, Redeem, Sell, Treasury,
Interest, Gil Excel Spreadsheet

This Excel spreadsheet CALCULATES the values of U. S. Series E Savings Bonds.
(Series E bonds were sold BEFORE July 1980.) This program will be accurate
for DECADES if the user adds readily available, future market-based rates
semiannually. NO FUTURE DOWNLOADING unlike other Savings Bond programs! And
this program downloads in only about a MINUTE.

Enter the dates and face values of your bonds into the first two columns of
the table. Calculated for each of your bonds are its
o purchase price,
o value (within 1 cent/$25 face value),
o current guarantee rate,
o yield to date,
o date when interest will no longer be paid,
o expected return 12 months from now,
o after-tax proceeds if redeemed,
o the fully taxable return required from a new investment to equal your
bonds' performance over the next year, and
o the months to redeem the bonds to avoid losing interest.

Documentation is included in the spreadsheet. Open the EBOND.XLS file from
within your Excel application.

[Archived as /info-mac/app/bus/e-savings-bond-values-11-xl.hqx; 53K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:37 -0800
From: [email protected]
Subject: [*] StoryProject

StoryProject is a freeware story development program for fiction writers.

Its design encourages the user to enter new ideas and seek connections between
them in a web-like fashion.

Minimum system requirements to run StoryProject are:

Macintosh with System 7 or above
640 x 480 resolution display
1MB application RAM
2MB hard disk space

Karl Dolenc
[email protected]

[Archived as /info-mac/app/story-project.hqx; 579K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:32 -0800
From: [email protected]
Subject: [*] Teaching About Thanksgiving

This free sample contains some excellent lesson plans and information about
Thanksgiving from SchoolHouse Mac's Holiday Resources packages. The sample
is a free standing document which should work on any Mac and contains
complete information about the packages.

We especially liked the "Teaching about Thanksgiving" material which
comprises most of this sample because it talks about dealing with stereotypes
surrounding Thanksgiving. You'll find an excellent account of the first
Thanksgiving and some good Indian material as well.

Check our web site for more samples of our graphics and other work. The site
is still under construction, but is well worth the visit.
http://members.aol.com/charlie938/schoolhouse.html

SchoolHouse Mac

[Archived as /info-mac/edu/teaching-about-thanksgiving.hqx; 130K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:18 -0800
From: [email protected] (Alessandro Levi Montalcini)
Subject: [*] Total Desktop Rebuild 1.0

Author: Alessandro Levi Montalcini
Price: Freeware
Source: ftp://ftp.alpcom.it/software/mac/LMontalcini

Total Desktop Rebuild is a free system extension that allows
you to completely erase all your desktop files so that they are
rebuilt from scratch when the startup process is over. To delete
all the desktop files on all mounted disks, simply hold down the
Command and Option keys while Total Desktop Rebuild is loading.
A small red flash is then added to the startup icon, and Total
Desktop Rebuild attempts to do its job.

Warning: Total Desktop Rebuild will completely delete all your
file comments. If you wish to preserve them, use the Finder's
built-in desktop rebuild capabilities instead (by holding down
Command and Option at the end of the startup process, while the
Finder is loading).

Yes, I know there are dozens of other utilities that do the
same thing. But I needed to rebuild my desktops from scratch,
and I had to use an extension, and of course I couldn't find the
one I used to play with. So I cooked up my own in ten minutes,
and since I'm passing it to you for free you shouldn't be
complaining in the first place...

[Archived as /info-mac/cfg/total-desktop-rebuild-10.hqx; 16K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:06 -0800
From: [email protected] (Alain Stalder)
Subject: [*] trueTools 1.0.2 for HyperCard

trueTools contains these five stacks:

truePrint lets you copy the card picture to the clipboard
and, if you want, to print it.

trueConvert converts stacks that use trueColor
to stacks that are colorized using Apple's Color Tools.

vue uses HyperCard's picture command (XCMD)
to display pictures at full screen.
You can view picture files, resources or the clipboard,
zoom in and out, move around and take screen shots.

JPEGtoPICT converts all JPEG files in a folder to jpeg-compressed
PICT files, which are placed in a new folder.

spider lets you weave your web pages in HyperCard.
You create special, simple stacks in HyperCard
and then convert them to web pages.

All these stacks are intended for use with HyperCard 2.1 or later.
For two of them (trueConvert and spider), you will also need
a newer version of HyperCard Player (available free from Apple
on the internet).

The spider requires AppleScript and the freeware program
"clip2gif" by Yves Piguet.

[Archived as /info-mac/dev/card/true-tools-hc.hqx; 122K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:04 -0800
From: [email protected]
Subject: [*] Turkey Trouble

Turkey Trouble is a free sample which contains a few humorous turkey graphics
>From SchoolHouse Mac's Holiday Resources packages. The sample is a free
standing docoment which should work on any Mac and contains complete
information about that collection of resources.

Check our web site for more samples of our graphics and other work. The site
is still under construction, but is well worth the visit.
http://members.aol.com/charlie938/schoolhouse.html

This may be use in CD-ROM collections.

[Archived as /info-mac/edu/turkey-trouble.hqx; 160K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:07 -0800
From: [email protected] (Moritz Grund)
Subject: [*] Visual Effect Stack 2.0

Welcome to the Visual Effect Stack!
This is a little stack to demonstrate the effect transitions in HyperCard 2.x

What do I need to run it?
You need HyperCard 2.2 or HyperCard Player 2.2

Whats new?
Bug fixes, the scripts are now clean.

http://nextop.in-berlin.de/~zed/
mailto:[email protected]

[Archived as /info-mac/dev/card/visual-effect-stack-20-hc.hqx; 64K]

------------------------------

Date: Sun, 15 Dec 1996 03:28:51 -0800
From: [email protected] (Dave Miller)
Subject: [*] Voice-controlled Finder v1.2

Enclosed is a package of AppleScript scripts that enable voice-control of many
common Finder tasks using Apple's Plaintalk speech recognition software. These
scripts are designed to run under the basic, minimal AppleScript/PlainTalk
setup.
To use these scripts you will need:

-PowerPC with 24+ MB RAM preferred, approx. 12MB for system
-16-bit audio
-The microphone included with most Macs, or other sound input device
-PlainTalk 1.5 speech recognition software
-System 7.5 or later (Scriptable Finder and AppleScript 1.1)

More info and latest versions are provided at:
http://www-leland.stanford.edu/~dmiller ... peech.html

The software is provided free for your use. If you find this software useful,
consider donating some time, energy, money, or equipment to a local special
education program or try, in some way, to make technology more accessible to
humans.

You can distribute this software, but you must distribute it for free,
unmodified, and you must include the ReadMe file. Contact me first before
distributing these scripts in connection with any product, CD-ROM, book,
on-line
service or any other kind of commercial or mass distribution.

New in this version are updated scripts for making selections, scrolling
windows,
and saving the workspace of the Finder, Bare Bone's BBEdit, and Netscape
Navigator.

Regards,
Dave

David Miller
Instructional Technology Specialist
School of Education-New Media Center
Stanford University
Phone: 415-725-8149
E-mail: [email protected]
WWW: http://www-leland.stanford.edu/~dmiller/

[Archived as /info-mac/gui/voice-control-finder-12.hqx; 292K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:13 -0800
From: [email protected] (Jay Boersma)
Subject: [*] Webpix

Enclosed is Webpix, a large shareware collection of GIF images intended for use
in World Wide Web page design. Included are bullets of various shapes and
sizes,
web-related words, navigation buttons, and miscellaneous other symbols, marks,
and doodads.

Webpix is brought to you by the makers (ok, maker) of GIFs-4-Us,
Patterns-4-Us, The_Web_Rules, Webpaper and countless other
darned-near-useful items found at Boersma, J. Page, Web:

http://www.ECNet.Net/users/gas52r0/Jay/

Thanks -

[Archived as /info-mac/comm/inet/web/web-pix.hqx; 1165K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:14 -0800
From: [email protected] (Richard Burgess)
Subject: [*] Web Retriever 1.0

This is the PPC version, if you need a 68K version, you can get it from
my web site at http://www.intellinet.com/~rickb/

What is it?
As you probably quickly realized when you first tried to save a web page,
all that is downloaded to your hard drive is the html document itself,
not the graphics or other documents that the page is linked to. Web
Retriever allows you to copy the complete web page, graphics, links, and all.

[Archived as /info-mac/comm/inet/web/web-retriever-10-ppc.hqx; 248K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:16 -0800
From: [email protected] (Kevin Patfield)
Subject: [*] WebWatcher 2.1 - Watch Web Pages for Changes

Have you ever wanted to know whether a particular Web page has been updated?
Have you wondered whether all your bookmarks are still valid? Have you ever
wondered if the latest edition of a Web publication has appeared? WebWatcher
will look out for updates to Web pages you specify and warn you that they have
been updated. You can also tell it to look out for each new edition of a Web
publication. At your convenience you can then ask WebWatcher to launch your
browser and show you the appropriate pages.

WebWatcher is freeware.

New Features in 2.1:
* Resizable main window
* Works with URLs whose host doesn't supply "last modified" information
* Undo delete
* Specifying edition is now more "Mac-like" (no option 8 characters!)
* Support for Microsoft Internet Explorer 3.x
* Cleaned up the memory problems reported by a small number of users

System requirements:

* System 7.0 or later
* TCP/IP connection using open transport or classic networking
* One of the following Web Browsers

Netscape 2.x or 3.x
Microsoft Internet Explorer 2.x or 3.x
Spyglass 2.x
Mosaic 2.x

For more information please see the Read Me file enclosed or visit my Web
page, where you will find the latest version of WebWatcher and some
additional information.

Kevin Patfield, Phoenix, Arizona
http://www.xroads.com/~patfield
mailto:[email protected]

I give permission for my program to be included on the Info-Mac CD ROM.

[Archived as /info-mac/comm/inet/web/webwatcher-21.hqx; 242K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:12 -0800
From: [email protected] (TPA - Kevin Knuhtsen)
Subject: [*] Westwood Chat V3.1

In this compressed, binhex file are:

Westwood Chat V. 3.1
Westwood Registrator
Westwood Updater

[Archived as /info-mac/comm/inet/westwood-chat-31.hqx; 950K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:03 -0800
From: [email protected] (Thomas Weigle)
Subject: [*] White Dragon Tips

A tip sheet for the latest scenario for Realmz, Search for the White Dragon
by Jim Foley.

[Archived as /info-mac/game/adv/rlmz/white-dragon-tips.hqx; 119K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:22 -0800
From: [email protected] (Moritz Grund)
Subject: [*] Windoze NT = NEVER TRY Screen Update

A pict for you system to change the startup macoslogo. Open a copy of your
system file and this picture. Copy the pic into the clipboard and paste it
into the system file at the right pict id number. Have fun!

http://nextop.in-berlin.de/~zed/
mailto:[email protected]

[Archived as /info-mac/art/grf/windoze-nt-never-try-11.hqx; 87K]

------------------------------

Date: Sun, 15 Dec 1996 03:28:59 -0800
From: [email protected] (Greg Ewing)
Subject: [*] WolfEdit 2.0.1 to 2.0.2 Updater

Here is an updater from the full version of WolfEdit 2.0.1
to 2.0.2. Fixes some bugs in 2.0.1 which caused levels added
to or deleted from an existing scenario not to be saved
properly.

WolfEdit 2.0 is an application for creating your own scenarios for the
game Wolfenstein 3D. Features and improvements over WolfEdit 1.1/1.1C
include:

* Access to all the walls, objects and enemies in
the 3rd Encounter and Commercial versions of
Wolfenstein 3D, including the day/night wall
and the alternate elevator.

* Ability to replace almost all the artwork in
the game - walls, objects, enemies, weapons,
status bar, intermission, etc.

* Control over propagation of sound between rooms.
Guards in another room can hear you and come chasing...

* Access to all the built-in music, and some
support for adding your own.

* Plus a few special effects not found in any of the
original levels!

The Demo version comes with all vital functions enabled, so you
can create working Wolfenstein scenarios with it right away.
Instructions for obtaining the full version are included with
the demo.

[Archived as /info-mac/game/com/wolf/wolf-edit-201-to-202-updt.hqx; 22K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:01 -0800
From: [email protected] (Greg Ewing)
Subject: [*] WolfEdit 2.0.2 Demo

This is version 2.0.2 of the WolfEdit 2 Demo. Unlike the
previous demo, it provides access to all the walls, objects
and enemies found in all versions of Wolfenstein 3D.

WolfEdit 2.0 is an application for creating your own scenarios for the
game Wolfenstein 3D. Features and improvements over WolfEdit 1.1/1.1C
include:

* Access to all the walls, objects and enemies in
the 3rd Encounter and Commercial versions of
Wolfenstein 3D, including the day/night wall
and the alternate elevator.

* Ability to replace almost all the artwork in
the game - walls, objects, enemies, weapons,
status bar, intermission, etc.

* Control over propagation of sound between rooms.
Guards in another room can hear you and come chasing...

* Access to all the built-in music, and some
support for adding your own.

* Plus a few special effects not found in any of the
original levels!

The Demo version comes with all vital functions enabled, so you
can create working Wolfenstein scenarios with it right away.
Instructions for obtaining the full version are included with
the demo.

[Archived as /info-mac/game/com/wolf/wolf-edit-202.hqx; 464K]

------------------------------

Date: Sun, 15 Dec 1996 03:29:19 -0800
From: [email protected] (Pascal CARDON)
Subject: [*] YOOZ 1.57 US version

Introduction
What can you use YOOZ for?
+ YOOZ keeps track of all applications launched on your Macintosh, providing=
the
date and duration of each session.
+ YOOZ helps you assess what your Macintosh is being used for.
+ YOOZ helps you evaluate shareware by indicating how much time you spend
on each
shareware application.
+ YOOZ helps you organize your network by distributing the right sized Macin=
tosh
according to each user's principal needs.
+ YOOZ will reveal whether you spend more time on your favorite games than o=
n
your word processor.
+ System 7.0 or later is required.
+ 2 versions available :English end French versions

Yooz is written using CodeWarrior C Language

What's new ?
1.57 Version (11/24/96)
Improvements:
+ New "Print button" in each window
+ Print setup is now remembered for each printable window
+ Some improvements in the user manual : colored pictures and text
+ Added a "tips" chapter in the user manual
+ No more "sort" button in the "program list". Just click the column to be
sorted
+ "History" and "program list" windows are now resizable
+ New design of the "graph window" gives more place for the graph
+ Added icons for PowerMac 5400, Performa 6400 and PowerBook 1400. Please
tell me if yours is not displayed correctly.
+ Better look when printing "histo" and "program list"
+ Registering is more simple

Bugs corrections:
+ Corrected some problems related to the color window in Yooz Setup
+ Corrected a cosmetic bug when printing the Histo and the program list wind=
ows
+ Suppressed colored counting hand cursor
+ "Info" window was close by typing any key. Now only enter key works.
+ Machine freeze if no printer was selected
+ Windows could be drawn out of the screen

Shareware
+ You may distribute YOOZ as long as:
+ All files, including the shareware notice, are included.
+ No charge is made without my WRITTEN consent.

+ Distribution is also allowed on servers (AOL, Compuserve, eworld ...), CD =
ROMs
(BBS in the box, Quintescence ...) and computer magazines in the respect of =
the
same above conditions =8A

[Archived as /info-mac/cfg/yooz-157.hqx; 358K]

------------------------------

Date: Sat, 14 Dec 1996 16:03:49 -0400
From: [email protected] (Andrew Murray)
Subject: [A] How open an avi. file on a Mac

>From: Benny Korneliusson
>Subject: [Q] How open an avi. file on a Mac
>
>Is there any way that one can open an avi. file on a Mac, without having
>the Mac-equal of the producing program?
>
>TIA
>
> Benny

Microsoft Internet Explorer can view AVI files.
AVI to QT utility (is supposed to) convert it into movie files but it never
worked for me. MSIE is your best bet IMHO.

Andrew

------------------------------

Date: 15 Dec 96 10:20:49 -0500
From: "Don't Panic!"
Subject: Cyberdog 1.2 and FreePPP 2.5v2 bugs

Dear Digest readers,
Two separate issues in one message:
1. Cyberdog 1.2's e-mail Eudora import command has a serious flaw.
If I set my Cyberdog e-mail folder to be the same as the Eudora folder, it
will overwrite the Eudora boxes with its own once it is done importing.
If I have Cyberdog e-mail trays of the same name as a Eudora folder I am
importing, the Cyberdog trays get erased of their contents and I get "an
error occurred while importing." No opportunity is given in either
instance to rename the Eudora box or the Cyberdog tray so that the
overwriting doesn't happen. As a result, I lost two weeks worth of e-mail.

2. FreePPP 2.5v2 has a timer that will ask you if you want to disconnect
after X number of minutes. This timer can not be turned off once it is
turned on. Even when I select the radio button to turn it off, messages
appear on my screen every X minutes asking if I want to disconnect or
continue being connected. If this popup window opens just as an
application is trying to connect, I get a Bus error.

I don't know where the author is of FreePPP, and I have reported the bug to
Apple about Cyberdog. If anyone knows what is the e-mail address of
FreePPP's author, please let me know.

Thank you.
Sincerely,
[email protected]

------------------------------

Date: Sun, 15 Dec 1996 23:27:08 +1300
From: Kris Lane
Subject: File Sharing?

Can you share files over a Appletalk network with Open Transport
1.1.1 installed or do i have to switch back to classic networking.

When i try to share a folder, it needs to open the sharing setup
cdev, which needs the file sharing extension, which needs the File sharing
moniter, which needs network extension.

And whenever i start up with these extensions running, as soon as
the finder starts to open it crashes with a error.


So how can i do file sharing with Open Transport?

Is there a Tech Info Library document which i can check out?

TIA

kris


-------
mailto:[email protected]
Wellington
New Zealand

------------------------------

Date: Sat, 14 Dec 1996 23:39:05 -0500
From: abrody
Subject: FInd file utility that does the following (Q)

Dear Digest readers,
Anybody try Aladdin Spring Cleaning yet? I wondered if its search
facilities match my needs:

I've been looking for a utility that does several very simple tasks.
Scans all the disks for duplicate and non-backed up files and makes a
file list with marks on files with both statuses, clearly indicating
which status a file is. It should have no capacity limits as to the
number of files searched. It should support if 30MB is given to it,
52,000 files searched, and use a faster algorithm for searching than
Apple's Find File.

If two files are on two separate disks and the following is true about
both of them:

- create date
- modified date
- name
- version
- type/creator

Then it should consider the file as backed up.
If it can't find a comparable file on a separate disk, then it should
report back to the user that the file isn't backed up,
and give the user the option to back it up onto any disk. It should
also do a check for any other files on the other disk that has a name
that contains the same word as the original file.
It should check for older versions of the same file and report if older
versions exist.

It should also report any file that is backed up more than once on the
same disk and check if it is backed up on another disk, and give the
user the option to trash the extra copies or move the extra copy onto
another disk if it isn't already there. Copies of files with "copy" at
the end of the file name should be considered copies.

Or is there another freeware or commercially available software that
does all that I've been looking for?

Thank you.
Sincerely,
[email protected] (permanent e-mail address)

--------------------------------

--Info-Mac-Digest--

End of Info-Mac Digest
******************************
Locked