There is a great utility for OS 9.1 from Clarkwood Software called Peek-a-Boo (PaB). This is the best utility I've seen for monitoring processes that run inside Classic. When xload or ProcessViewer shows that something has pegged the CPU, run PaB and it will tell you WHICH process within Classic is hung, and often/usually succeed in letting you kill the offending process using PaB.
You can read about and download PaB from Clarkwood Software's Peek-a-Boo page.
All Cocoa apps respond to familiar commandline controls. This is what I mean, go into a Cocoa application (Omniweb, TextEdit, anything that is not Carbon or Classic) and click on any text field.
Type some random stuff, then press CTRL-A, it will bring the cursor to the beginning of that line, which is a common control in UNIX command lines. [Note: CTRL = the control key]
Read the rest of the article if you'd like to learn a number of other keyboard shortcuts for text editing in Cocoa apps.
[Editor's note: This isn't really just for UNIX geeks. How many times have you wanted a quick way to navigate around a text box without using the mouse?! Learn a few of these shortcuts, and free yourself from the mouse!]
The look of the dock is created by 3 PDF files, called 'left.pdf', 'middle.pdf', and 'right.pdf'. These files can be opened in Photoshop and modified, to make the dock look however you'd like it to.
If you'd like more information on customizing your dock, read the rest of this article, and check out the original over on ResExcellence.
Toolbar tricks Mar 30, '01 06:42:31PM • Contributed by: Anonymous
If you have a folder in your Finder toolbar, hold option and click to open that folder in a new window and close the old window. Clicking without option simply opens that folder in the existing window. Strangely, it seems to switch to icon view regardless of the view mode from which you click [editor - not on my machine; it seems random!]. If you command-click the folder, it opens in a new window without closing the old one.
Application icons that have been added to the toolbar can be used to switch to the given app, saving you a bit of time and mousing down to the dock to switch. Drag-and-drop apps (such as Stuffit Expander) can have things dropped on them on the toolbar.
As I noticed my system time slowly drifting away from my WWV radio-clock time, I decided to re-check Date & Time settings and found that time wasn't being set automatically. Here's one way to keep your clock synchronized.
Open the Date & Time control panel, and go to the Network Time tab. Make sure Network Time synchronization is OFF (click the button to stop if necessary). Select MANUALLY, and enter an IP address for a Network Time Server (NTS) into the NTP field. There's a listing of appropriate servers at:
If you hold down the Option (Alt) key while clicking the yellow 'minimize' button of a document window, all of that application's open document windows will minimize into the Dock, and each will have its own icon.
Holding down Shift and Option makes all of the app's windows dock, but very slowly. This is the demo slow genie effect for multiple windows.
Unfortunately, and this is a bug or an egregious oversight, when you hold down Option and click one of the app's minimized windows, all of the docked windows do not restore.
By the way, shouldn't the verb for minimizing be, not "to minimize," but "to dock"? Dock your window.... just a thought.
If you really miss the old "Control Panels" folder, you can (more or less) recreate it using the dock. Simply navigate in the GUI to the /System/Library folder, and then drag the "Preferences" folder onto the right end of the dock.
Control click on the folder, and you get direct access to each the system prefs! Thanks to the X4U mailing list for this one...
Warning - For new unix users only... this is intended for mac users new to unix who wish to make the terminal a bit more comfortable.
You can define any number of shortcuts (aliases) to start up applications. For example, to start up TextEdit from the command line and open a file, all you need to do is type:
te main.C &
where: te is the alias you specify, main.C is the name of the text file that you want to edit, and & backgrounds the process (which means you can continue working in the command line).
To learn how to set this up and add to your UNIX knowledge, read the rest of the article ... and thanks to 'anonymous' for sending this in!
Can anybody tell me if installed fonts (in System/library/fonts, library/fonts or users' folders) are always active and thus taking up memory, or are they activated when selected in an app?