| 06/02/2012 04:30pm | Here's a way to use AppleScript and the 'say' command to have the computer sing happy birthday to you. Enjoy!set currentUser to long user name of (get system info)set firstName to first word of currentUserset lastName to last word of currentUserset noteValues to {56, 56, 58, 56, 61, 60, 50, 56, 56, 58, 56, 63, 61, 50, 56, 56, 68, 65, 61, 60, 58, 50, 66, 66, 65, 61, 63, 61} -- F-- set noteValues to {65, 65, 67, 65, 70, 69, 60, 65, 65, 67, 65, 72, 70, 60, 65, 65, 77, 74, 70, 69, 67, 60, 75, 75, 74, 70, 72, 70} -- D-- set noteValues to {55, 55, 57, 55, 60, 59, 50, 55, 55, 57, 55, 62, 60, 50, 55, 55, 67, 64, 60, 59, 57, 50, 65, 65, 64, 60, 62, 60} -- Eset syllables to {"hap", "p", "birth", "day", "to", "you", "[[slnc 500]]", "hap", "p", "birth", "day", "to", "you", "[[slnc 500]]", "hap", "p", "birth ... |
| 06/02/2012 04:30pm | If you plan to update your OS X Server to 10.7.2 be sure to restart your machine and stop all server services, especially iCal Server and Address book server before applying the update. It happened to me yesterday that I applied the OS X 10.7.2 update to my Mac mini server without closing any apps. I just ran it. After the update it turned out, this was a big mistake. All calendar entries of the past three weeks and many contacts were lost. I was not able to recover anything from time machine. Lion server keeps the CalDAV and CardDAV data in a PostgreSQL database which is apparently not backed up by TimeMachine. Also, the PostgreSQL uses transactions which need to be 'closed' before they end up being permanently written into the DB tables. What I found from reviewing the postgres log file (/Library/Logs/PostgreSQL.log) is that the 10.7.2 server update will apply a whole bunch of database structure updates to PostgreSQL but without ... |
| 06/02/2012 04:30pm | To get the Photo Stream working on my MacBook I found out that I had to BUY an upgrade for an application that I don't want: iPhoto. Looking for a solution I found that iPhoto stores its pictures in a specific location and the Photo Stream is updated even if iPhoto is not running. The goal was to create a script that copies all of the images from many sub-directories into a single folder. As there are many people who know a lot more about OSX I would welcome improvements and feedback. Some areas to look at:
tell application "Finder" set this_folder to "Macintosh HD:Users:duittenb:Library:Appl ... |
| 06/02/2012 04:30pm | I finally upgraded to Lion on my work computer and bid farewell to the wonderful Hyperspaces application. I used all 16 spaces and was loathe to make the jump to Mission Control. After upgrading many apps were not respecting being assigned to specific desktops or to all desktops. At first I tried unassigning them in the Dock and reassigning them to their previous desktop or all desktops, but it didn't work. Here is the solution I found:
[crarko adds: I haven't tested this one.] As the Apple TV2 also has SPDIF optical out, I connected this into my 2011 iMac's optical input so I could hear the ATV sound from the Mac. Looking at the sound input in System Preferences, I could see the connection was working, but I heard nothing from the iMac speakers, even though they were chosen for output. Then it dawned on me that the iMac likely didn't support audio passthrough. I recalled that QuickTime Player could record audio from an input. So in QT I chose New Audio Recording, chose 'Digital in' as the input, and then slid the volume slider so I could monitor the audio. Works like a treat. There's no need to actually record anything in QuickTime Player. [crarko adds: A clever solution. I have my Apple TV2 hooked up using the standard HDMI setup, so I did not test this.] 10.7: Set default workspaces for applications
10.7: Viewing Email when Organized by Conversation10.7: StartNinja turns off the system start up chimeGetting Software Update alerts as a standard user
iOS device headphones and your Mac
Control+T in Terminal shows time snapshot
10.7 : Enable Recovery HD after restore from Time Capsule/File Vault 2.
iOS 5: iPad show mailbox gesture
Logitech Solar Keyboard and the Scroll Lock/Num Lock keys
Sticky Widget from Selected Text
iOS 5: Automatic Recognition of UPS Tracking Code in Mail
|