After having spent an hour or two trying to find the right answer, I found the easiest and most beautiful solution as the following :
1. Follow Google's instructions to setup your main account using Exchange protocol.
2. On your iPhone or iPad, launch Safari and go to m.google.com/sync - don't forget to choose English (US) language, it doesn't work in other languages.
3. Authenticate and the select the delegates you want to add to your iPhone's calendar.
4. Keep in mind that the calendar's col...
Well... I couldn't resist and was pleasantly surprised to find that our local Apple reseller had more than enough stock for everyone to go around (before 9:00am at least!)
It is very good.
All the built-in apps are very fast on both WiFi and using Telstra's iPad 3G coverage.
Watching movies is easy and I think will fit right into my lifestyle just fine.
The larger keyboard is big enough that you can just about touch type on it if you remember that not all the keys are where your fingers rem...
The Preview.app in 10.5 and newer has many new features. One that appears to be undocumented, however, is the creation (merging) of multi-page PDF documents. It's simple:
Use Preview to open up the two PDFs you would like to merge. Choose View ยป Show Sidebar (or click the Sidebar button). Make sure both PDFs are visible on the screen at the same time. When the Sidebar pops out, you will see a graphical representation of the pages in your PDF document. Simply drag the page, or pages (use Coma...
One of my customers recently complained of having to go out to the receptionist's computer and type in an administrator password everytime her local USB printer ran out of paper or got a paper jam.
I think I have a fix:
Create a new group in Workgroup Manager on the server.
Add the user to the new group.
Follow these instructions on the local computer with the USB printer attached:
http://support.apple.com/kb/HT3511
Has worked a treat - the user can pause and resume the printer witho...
Check out this site for a handy AppleScript to manage changing between Apple's Software Update Servers and a local Software Update server running on a Mac OS X on your own network.
http://neverblog.net/create-an-applescript-gui-to-set-a-local-software-update-server/
While the above script has served it's purpose, I have had to extend it to work with Snow Leopard:
display dialog "Set Update Server" buttons {"Cancel", "Apple", "Local"} default button 3
if the button returned of the resul...
After being frustrated about the "Copy Address" function within Mail 4 in Mac OS X 10.6, I have found a solution:
http://macdaddyworld.com/2009/09/14/fixing-copy-address-in-mail-on-10-6
Basically, the trick is to go to Terminal and do the following:
defaults write com.apple.mail AddressesIncludeNameOnPasteboard -bool NO
Hope that helps someone!
I have been using "screen /dev/tty.xxxxxxxxxxx" for sometime now, but then stumbled upon this old macosxhints.com page:
http://www.macosxhints.com/article.php?story=20061109133825654
Check it out if you still have to occasionally use a serial port.
One of my friends just chatted me online - the "Shift-S" keyboard sequence wasn't working.
The "s" key works normally, it works with "Caps Lock, s", but just not with either of the Shift keys.
I suggested that she unplug and replug the keyboard, and eventually I resigned to even rebooting the Mac.
Turns out that the issue is "Text to Speech" in the Speech System Preference:
This frustrated me also. I could not use the shift s key to get a capital s. Here is how I resolved the i...
Found this neat summary of the problems that stem from using the SSH Agent.app on Mac OS X 10.4 and then upgrading to 10.5.
http://discussions.apple.com/thread.jspa?messageID=5727320
Basically, just check your ~/.MacOSX/environment.plist file and make sure that the SSH_AUTH_SOCK environment is no longer set. Then just log out and log back in again!
I was just reading one of my favourite hard-core Mac techie blogs from Jonathan 'Wolf' Rentzsch and I found this article... hope it helps someone that has issues with their new MacBook Pro (and I suspect it might help 15" users as well!)
http://rentzsch.com/bugs/curingMacbookPro17Insomnia
All credit goes to Jonathon Rentzsch.
Mac OS X: How to rebuild a software RAID mirror
Found this great article on the Apple Knowledge Base... just in case anyone else runs into the same problems.