Archive for March 1st, 2010
Thumbplay Poaches Apple Executive, Launches Subscription Music Service
News| No Comments »
Media Memo reports that popular ringtone site Thumbplay has launched a new subscription music service, offering consumers unlimited streaming for $10/month with the option to purchase songs from a catalog…
Apple Preparing to Add HDMI to Macs?
News| No Comments »
Mockup of Mac mini with HDMI port in place of existing DVI port
AppleInsider reports that Apple is preparing to introduce HDMI connectivity into some its new Macs later this year, bringing increased compatibility with home theater syst…
Blue Room Software releases ImageArchiver for Lightroom 1.0
News| No Comments »Blue Room Software today announces ImageArchiver for Lightroom 1.0. ImageArchiver for Lightroom is an Adobe Photoshop Lightroom Export Service plugin that simplifies the creation of disk image and compressed archives of your Photoshop Lightroom image collections. All of the image archive creation features found in Blue Room Software’s peer ImageArchiver products for both Aperture and iPhoto have been brought to the users of Adobe System’s Photoshop Lightroom 2 photo processing tool.
iPad Supplies to Be Constrained at Launch Due to Production Issues? [Updated]
News| No Comments »Digital Daily reports on a new research note from analyst Peter Misek at Canaccord Adams claiming that availability of Apple’s iPad tablet device may be limited at its launch later this month, citing a “manufacturing bottleneck” at partner Ho…
iPad Supplies to Be Constrained at Launch Due to Production Issues?
News| No Comments »Digital Daily reports on a new research note from analyst Peter Misek at Canaccord Adams claiming that availability of Apple’s iPad tablet device may be limited at its launch later this month, citing a “manufacturing bottleneck” at partner Ho…
Conde Nast Firming Up Plans for iPad Applications
News| No Comments »
The New York Times reports that magazine publisher Condé Nast is firming up plans to bring its content to Apple’s iPad, rolling out dedicated versions of a number of its high-profile titles beginning in A…
Create an iCal reminder for the next SuperDuper! backup
News| No Comments »I got the idea to put this together after reading an article on TUAW about creating iCal ToDos with AppleScript. I remembered that SuperDuper! supports running shell scripts before and after a copy job, so I thought it would be nice to script myself a reminder to clone again in two weeks.
First save this code as a shell script (AnyName.sh)
#!/bin/sh
arch -i386 osascript << EOF
set theSummary to "Backup HDD with SuperDuper!"
set bkpDate to (current date) + 14 * days
tell application "iCal"
make todo at end of events of (item 1 of every calendar) with properties {summary:theSummary, due date:bkpDate}
end tell
EOF
N…
Create a shared mounted volume for all users of a Mac
News| No Comments »The motivation for this hint was to have one folder for common use, with read and write privileges for every user. In Mac OS X, the Shared directory can be used by all users. However, a file there is still owned by the user who put it there. Another user cannot edit the file without authentication. This hint creates a common volume named AppleBasket, where users can have files in common.
In practice, an encrypted disk image mounting automatically for every user is a good solution to this problem. The following AppleScript automates the unixy requirements in creating such a disk image. Here’s the script:
Sort by album then by artist in iTunes’ library view
News| No Comments »If you’re an iTunes master user, you’ll probably say “well, duh!” to this hint…but if you’re like me, it might save you some frustration. I was doing some work on my library over the weekend, and had my collection sorted by Album. As it turns out, there are three albums named ‘Home’ in my library; when I reached this section, the sort just looked awful–the artists were in a seemingly random order, not grouped by album title.
First I tried changing the sort to Album By Artist, but that didn’t work — it actually sorts by artist first, then by album, and I needed the main sort to be by album. After some fiddling about, I discovered that if I coded the artist of each Home album into the Sort Album Artist field on the Sorting tab of the Get Info (Command-I) dialog, everything worked: sorting by Album now groups the artists by album within the ‘Home’ section.
Apologies if this was obvious to most of you, but it wasn’t to me, and reading help didn’t make things any cl…
Fast Typing Fingers can Win you a Brand New Apple iPad
News| No Comments »New Jersey based app maker CJApps today launches a brand new contest to promote the hit game Finger Maniac 1.1, available on the iPhone and iPod touch. In the latest update of the game, players are invited to try the 1Million point challenge. Between the dates of 3/1 and 5/1, players will be able to play this challenging mode and the first to reach 1 million points will win a brand new Apple iPad. Player will be given 90 seconds to type out as many 10-letter words as fast as they can.
Subscribe
