Monday, August 09, 2004

Mon
9
Aug
2004

OSX Show Hidden Files

To show hidden files on Mac OSX:
1. open terminal
2. type: defaults write com.apple.finder AppleShowAllFiles ON

To undo:
1. type: defaults write com.apple.finder AppleShowAllFiles OFF

Saturday, May 08, 2004

Sat
8
May
2004

Full Sized Safari Window

I found this cool tip in the June 2004 MacAddict magazine:

To put Safari in full screen mode, type the following in the address bar (with no spaces):

javascript:self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);

Press Return

Drag blue globe to bookmark bar and name it Full Screen


It's a dang cool tip, I tell you.

Thursday, March 25, 2004

Thu
25
Mar
2004

CHMOD Permissions Calculator

This cool CHMOD permissions calculator was found here:
Chmod
Permission Owner Group Other
Read
Write
Execute
 

This free script provided by JavaScript Kit