| Posted by GuyMac | |
| If you like to know which shortcut to use on your Mac? Check out the shortcuts review PDF file. |  | |
|
| Posted by GuyMac | |
| If you like to mount Mac shares on your desktop in an easy way you can do so using AppleScript. You can OSX execute the script when you logon or by double clicking it. Here you can find the "code" you have to write in "ScriptEditor" . Save as Application and run.
tell application "Finder"
mount volume "afp://your_logon_name:your_password@IP/Folder Or HDD"
end tell
Remark: The "Folder name" you only need to use when using for exemple SharePoints or when connecting to Mac OS X server, if not you'll always connect to the default folder. The HDD name can be used to connect to Pre-OSX Macs. |  | |
|
| Posted by GuyMac | |
| In Apple's knowledgebase you can find an intresting article which explains how to cary your iMac G5 in a safe way. |  | |
|
| Posted by GuyMac | |
| WhYoWhY provided Applechan with this intresting PDF file All about fonts on MacOS X. You can find it just one click away. A must read for DTP pro's and almost-pro's ! |  | |
|
| Posted by GuyMac | |
| Are you considering buying Apple's new 23 Inch Cinema HD flatscreen? Consider twice! There have been reported several issues related to the display of colours and dark zones on the screen. Before you buy try to test it out before deciding to buy. The 20 Inch and 30 Inch versions don(t seem to have that problem.
Now If you decide to buy have a look on the following URL's : |  | |
|