Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!

Process control within Classic Classic
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.
  Post a comment  •  Comments (1)  
  • Currently 4.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (1 vote cast)
 
[3,428 views] Email Article To a Friend View Printable Version
Use command line editing keys in Cocoa apps Apps
Ok, here's one for all the UNIX geeks!

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!]
read more (164 words)   Post a comment  •  Comments (2)  
  • Currently 1.25 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (4 votes cast)
 
[7,366 views] Email Article To a Friend View Printable Version
Customize your dock's appearance Desktop
I got this tip from macosx.org, and they credit Graham Brown from resexcellence.com.

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.
read more (138 words)   Post a comment  •  Comments (2)  
  • Currently 1.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (1 vote cast)
 
[12,729 views] Email Article To a Friend View Printable Version
Toolbar tricks Desktop
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.

Isn't OS X great?

Daniel J. Wilson [with additional info from robg]
  Post a comment  •  Comments (3)  
  • Currently 4.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (1 vote cast)
 
[3,009 views] Email Article To a Friend View Printable Version
Set the date and time automatically System
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:

www.boulder.nist.gov/timefreq/service/time-servers.html

I used the actual IP address (instead of the server name) and it worked perfectly.
  Post a comment  •  Comments (7)  
  • Currently 1.33 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (3 votes cast)
 
[17,531 views] Email Article To a Friend View Printable Version
Edit your shell config file System
If you'd like to change some of your command line login defaults, but don't know where to find the file, it's located here:

/Users/[name]/.tcshrc

[name] should be replaced with your username, of course. If you don't have this file, you can create it from the command line or a GUI editor.
  Post a comment  •  Comments (7)  
  • Currently 1.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (3 votes cast)
 
[7,651 views] Email Article To a Friend View Printable Version
Dock all of an app's windows Desktop
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.
  Post a comment  •  Comments (2)  
  • Currently 2.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (1 vote cast)
 
[2,912 views] Email Article To a Friend View Printable Version
Recreate the Control Panels folder System
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...
  Post a comment  •  Comments (2)  
  • Currently 1.67 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (3 votes cast)
 
[3,228 views] Email Article To a Friend View Printable Version
Terminal 101 - Handy aliases UNIX
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!
read more (449 words)   Post a comment  •  Comments (9)  
  • Currently 2.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (1 vote cast)
 
[20,033 views] Email Article To a Friend View Printable Version
Fonts and memory usage? System
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?
  Post a comment  •  Comments (0)  
  • Currently 2.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (3 votes cast)
 
[2,410 views] Email Article To a Friend View Printable Version