Wednesday, October 29, 2008
Monday, October 27, 2008
Noname attachment sent by Apple Mail to Gmail
Friday, October 24, 2008
http://www.simplehelp.net/2007/05/01/how-to-automatically-launch-programs-when-os-x-starts/
Monday, October 20, 2008
Friday, October 17, 2008
Syncing iSync/iCal with Razr
This site shows you how to do it (and provides the key download file)
http://blog.aragirn.net/2007/03/21/razr-v3m-and-isync/
Thursday, October 16, 2008
Monday, October 13, 2008
Enable Single Window Mode for Safari
"You may have noticed that some links in Safari absolutely refuse to open in the same window. After a while this can leave you with several windows open at once - which can make your desktop a real mess.
You can, however, change this so that links that would normally open in a new window will now open in a new tab instead.
To do you need to launch the Terminal and type in the following:
defaults write com.apple.Safari TargetedClicksCreateTabs -bool true
Hit return the quit and restart Safari. Now all of your links that would normally open in a new window will open in a new tab. If you want to change back to the previous settings all you have to do is open Terminal and type in:
defaults write com.apple.Safari TargetedClicksCreateTabs -bool false
The close and restart Safari again."
Get rid of "._" files from Mac
dot_clean -m [disk name]
You can find the names of your disks by typing
mdutil -sa
For more info:
http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/dot_clean.1.html
Update:
Well, this seems to work on local drives but not network drives. I found a utility that (among other things) has a check box that deletes the files off the network and prevents them in the future: http://www.maintain.se/cocktail/index.php
Update2:
Type this command in terminal so that OS X never saves ._DS files on network drives again
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
Here's the apple page about this
http://support.apple.com/kb/HT1629
Friday, October 10, 2008
Free DVD Ripper - Mac : Handbrake
It's easy to use and the quality looks perfect.
Thursday, October 9, 2008
Ejecting a disc from iMac
button for manual ejection.
So, open terminal (in utilities) and type "drutil tray eject"
Wednesday, October 8, 2008
Hibernate option disappears in Vista - Get it back
Voila, it's back.
Mac Office 2008 Bug - Error Trying to Customize Keyboard
Word gives a message "Word cannot change the function of the specified key."
Since I was trying to map the em-dash and en-dash, I was able to map
them by going to Insert-Symbol-Keyboard Shortcut.
Sunday, October 5, 2008
Indexing Network Drives With OS X 10.5 Spotlight
Here is how to turn indexing on with spotlight.
1. Open Terminal (in utilities)
2. To give you the status of your drives type
mdutil -sa
3. Type the following to turn indexing on (if your drive has spaces in the name, you need to put the path in quotes)
mdutil -i on [path name]
Friday, October 3, 2008
Great quote - Professional jobs
-Old saying quoted in Curtis Sittenfeld's excellent "American Wife"
One could say the same about academics, and I imagine many/most professional jobs.
Thursday, October 2, 2008
Making Home and End Keys work on the Mac as they do in Windows
the keyboard use the home and end keys as they work in Windows.
http://lifehacker.com/software/keyboard/mac-switchers-tip--remap-the-home-and-end-keys-225873.php