by David Sparks

 

RSS Sponsor:

Search
11:00PM

SugarSync Initial Impressions

sugarsync.png


So this morning I got a real simple email from reader Seth which basically said, "Check out SugarSync". This is really an interesting service. At first glance it looks like another offsite backup plan but it really isn't. It is much more aimed at syncing files between computers. Any types of computers: Macs, windows, iPhones, and Blackberries. SugarSync doesn't care. I played with it for about an hour today and installed it on the MacBook Pro and MacBook Air. The cross platform sync is faster that doing it through iDisk for certain. I can access my documents from either computer, my iPhone and presumably my office PC. I haven't used it enough yet to figure out where the kinks are (one is definitely security) and I'm not sure I want to pay another monthly fee but this is interesting.

Take a look and let me know your thoughts.
10:10AM

OmniGraffle 5 Review

omnigraffle.jpg


I think all reviews I do of Omni products should come with a disclaimer. I don’t hold stock in the company or anything like that. Omni does, however, manage to make tools that I find extremely useful in my day job and I’ve come to rely on their releases to make my life easier.

I reviewed OmniGraffle almost a year ago. Since then I’ve used it to make countless charts and diagrams. I was quite pleased with version 4 so the question becomes, should I upgrade to the version 5. After having participated in the Beta and used the final release for a month, the answer is “yes.”

For those of you who missed the original review, OmniGraffle gives you a set of tools to quickly and easily make diagrams, charts, and other things visual. If you talk Microspeak, it is similar to Visio. Using the application’s built in stencil library, it becomes stupid-easy to quickly assemble very attractive charts and diagrams that can be used on their own or exported into documents and presentations.

The new version 5 has a new interface that feels better to me. It is more consistent with the general interface guidelines you see in Leopard applications and gets rid of the drawer that was in Version 4.

Version 5 uses the new “Graphviz layout engine”. Once you set aside the marketing techno-jargon, that means several things as a user. It is faster, more powerful, and easier. Bezier curves are a snap and connecting objects is easier than ever. This is really helpful when you start moving things around.

The toolbars also got some love and now it is much easier to access the most commonly used tasks. An excellent OmniGraffle website that still sits on my RSS list is Graffletopia.com which acts as a clearinghouse for user created stencils. Apparently the folks at Omni are impressed too because you can now pull stencils down from Grafeltopiea from right inside OmniGraffle. One little improvement that I use often is support for Leopard’s “quick look.” I’ve collected quite a few diagrams and this makes searching through them very easy. Exporting is still a breeze and it is quite easy to incorporate the diagrams into your workflow.

OmniGraffle still comes in two flavors. The standard edition and the Professional edition which features better Visio support and other bells and whistles like subgraphs (which allow you to collapse portions of complex diagrams) and shared layers. One of the “Professional” features I’m very interested in is the notes inspector which should, if I understand correctly, allow me to applescript data or spotlight search right out of my file. I’m still working my way through applescript so I’ll have to get back to you on that one.

A lot of the new graphical bells and whistles rely on underlying Leopard technology so if you are still on Tiger, you are going to have to stick with version 4. In addition to a feature bump, OmniGraffle got a price bump. The basic version is $100 and the Professional version is $200. Upgrades from version 4 are $40. You can download a 30 day trial directly from The Omni Group. A lot of time went into making OmniGraffle intuitive and it shows. The only other applications that I think could get results like this are Visio (which does not exist in OS X) and Adobe Illustrator. Both more expensive and, in my opinion, more difficult to use.

The thing that sets OmniGraffle apart in my opinion is the shallow learning curve to quick, professional looking diagrams. The new version with a better graphics engine and a streamlined interface simply puts and exclamation point to an already useful application.
10:15PM

Bento Syncing with Applescript

bento2.png

applescript.jpeg


As I continue my attempts to synchronize using two Macs I have run into a wrinkle. My database application, Bento, does not sync. Since I'm only using one machine at a time, and the address and iCal data is already synced, it works fine if I just copy the database file between computers when switching. The trouble is that Bento insists the database be located in my Application Preferences/Bento folder so it is a pain to drill to it and copy it over to my iDisk. This seemed the perfect excuse to try my Applescript chops. So here is the script:

set SendOrReceive to button returned of (display dialog "Hey Sparky, Sending or Receiving?" buttons {"Sending", "Recieving"} default button 2 with icon caution)

set LocalBentoFile to POSIX file "Users/david/Library/Application Support/Bento/bento.bentodb"

set iDiskBentoFile to POSIX file "/Volumes/iDisk/Documents/Bento Data/bento.bentodb"

set LocalBentoFolder to POSIX file "Users/david/Library/Application Support/Bento/"

set iDiskBentoFolder to POSIX file "/Volumes/iDisk/Documents/Bento Data/"

tell application "Finder"
if SendOrReceive = "Sending" then
duplicate LocalBentoFile to the folder iDiskBentoFolder with replacing
else
duplicate iDiskBentoFile to the folder LocalBentoFolder with replacing
end if
end tell


This script asks if I'm sending (to iDisk) or receiving (from iDisk) and then copies the file in the right direction. I thought about making it more automatic by comparing dates and duplicating the newest version in both places, but decided I want to have control over what direction the sync is going.

If anyone out there has any ideas for improving it, let me know or leave a comment.
9:43AM

Aperture 2.1 Gets Burn and Dodge

aperture logo.jpeg


Today Apple released Aperture 2.1 with enhanced plug-in architecture including a new burn and dodge tool. Those happen to be two of my most often used tools in photoshop. With the version 2.0 features and now the addition of plug-ins, Aperture is quickly becoming the only tool I need to process photographs except for those instances where I either want to do something exotic, or completely screwed up the image capture.

This is, apparently, just the beginning. Apple's site lists several developers that are already working on Aperture plug-ins including:

* Nik Software’s Viveza plug-in, powered by U Point technology, which provides a powerful, precise and easy way for photographers to selectively control and adjust color and light in their digital images;

* PictureCode’s Noise Ninja plug-in that delivers advanced high ISO noise analysis and reduction;

* Digital Film Tools’ Power Stroke plug-in that features a simple, stroke-based interface to quickly mask and intuitively perform targeted adjustments;

* The Tiffen Company's Dfx plug-in that provides an expansive suite of creative filters and effects;
dvGarage’s dpMatte plug-in, which is a high performance chroma key tool for creating seamless composites, and the HDRtoner plug-in that enables the selection of multiple photos to create a single high dynamic range (HDR) image; and

* Image Trends’ plug-ins that include Fisheye-Hemi to quickly and effortlessly correct fisheye lens distortion, ShineOff which automatically removes shine from faces and PearlyWhites that automatically whitens and brightens teeth.


They all sound good to me but I'm particularly interested in noise reduction since I'm not a fan of the flash often recklessly crank up the ISO.

You can get all the details at the Aperture Website.
8:35AM

The Google Reader Experiment and RSS Diet

rss.png


It has now been several months since I switched all of my RSS feeds over to Google Reader. In that time, several of the popular Mac RSS applications have become free. Nevertheless, I'm sticking with Google. Keeping it all through Google makes it very easy to move back and forth between my Mac, my iPhone, and even the windows box in my office. I don't see myself using anything other than a web based solution for the feeds.

The next thing I need to do is scale back on the number of feeds I subscribe too. It seems I go through this about every six months where I cut everything back and then spend the next six months slowly bloating it. The trouble is I just have way too many interests! What is on your short list of must read feeds? You can get a good idea of mine from the links listed here at MacSparky. Sound off in the comments or drop me a note.
10:33PM

Re-Installing Quicksilver

quicksilver.png


For the last few months I've been running an informal test of LaunchBar. It is an excellent application but after living with it for awhile I'm happily returning to Quicksilver. I found LaunchBar more stable than Quicksilver but not as customizable and I really missed some of my favorite Quicksilver tweaks like timers, text append, the shelf, and (of course) that so cool cube interface. I wouldn't entirely write off the possibility that I'll give Launchbar another try someday but for now I need to go back and get re-aquainted with the Cube.
9:18PM

Screencast 12 - The OS X Dock

macsparky_180x180.jpg


This screencast goes back to basics and explains usage and customization of the OS X dock along with a very nice little terminal command to give you a recent applications/recent documents icon in your dock.

I want to give special thanks to my friend Don McAllister, the godfather of Macintosh screencasting. Don showed pity on me and gave me some excellent screen resolution advice that helped make this new format look even better.

You can download it in iTunes or at the Libsyn Feed Right Here.

8:59PM

About the Downtime ... I Know

300px-Train_wreck_at_Montparnasse_1895.jpg


I've been getting emails from several readers about the site being down or really slow the last few days. I know. I've been communicating with my host and they are aware of it. Apparently the server that contains MacSparky is much in need of love and getting it. They promise. Hang in there with me and things should be much faster soon.
8:40PM

Audioengine A5 Review


AUENA5_BLK.jpg


For the past few weeks I've been upsetting the Neighbors with a pair of Audioengine A5 speakers. Audioengine is quickly becoming the manufacturer of choice for high end self-powered computer and shelf speakers.

When you open the A5 box, you have have a near-Apple experience. Each speaker is in its own cloth sack with a third sack holding a variety of connectors and wires insuring you will get it connected to something soon. The next thing you will notice after you open the box is that these speakers are heavy. The left speaker (with the built in amp) is 14 lbs and the right is 9. The materials in the speakers is 1" thick medium density fiberboard and they have a high gloss piano finish that is very attractive. For guts, the A5's have Kevlar woofers and the silk dome tweeters. Because they are magnetically shielded, you can use them next to your monitor but an iPhone will cause interference unless you put it into "Airplane Mode".

On the left A5 there are a variety of inputs including AC power, perfect for your airport express, two stereo inputs, and a USB port. The result of all of this is you can charge your iPod while putting audio into the A5's or you can use Audioengine's wireless transmitter, the AW1 to beam music into the A5's from any source. One of the inputs and the USB port is actually on top of the speaker making it very easy to access with your iPod.

In order put them to the test, I plugged in my iPod and listened to a track from Chick Corea's latest album, New Crystal Silence. It sounded fantastic but as I started to ramp up the volume, I began to hear some compression distortion. The speakers were so good that I could hear some of the compression mushiness. I bought that album from the Amazon service so I hooked up my computer and ran the 256 kb version and it sounded spectacular. Playing music that loud through a MacBook Air felt like delicious overkill. Of course this means I'm going to have to rethink my encoding presets but I can think of worse problems.

There are some very detailed specifications on the A5s at Audioengine's website. I didn't have the ability or knowledge to confirm those specifications but I can say that it did a remarkable job of reproducing the music at louder levels than I could ever get away with at the same time my wife is in the house. The highs were clear. the mids were full, and the bass was tight without a lot of that mushy thumping I've heard on virtually every other speaker in this price range. I played a variety of music styles through it and they all sounded very good. These speakers are good enough to get a visit from the police at any hour. I can think of no better compliment.

With onboard USB and AC power there are a lot of possibilities. In addition to using them from my computer and iPod, I also put them in the backyard one afternoon while we were barbecuing and streamed wirelessly with the AW1. I also took them with me when I gave a presentation that included some audio and music. They did an excellent job filling the room.

My favorite use for these speakers however is for my music studio. Well, I call it a music studio. Actually, it is a keyboard in my living room with a small table next to it for my Mac. But in my mind it is a music studio. Anyway, up until the A5s, the speaker system in the "studio" was a pair of $50 computer speakers with a small plastic subwoofer. All I can say is not .. any ... more. These A5s are such a huge upgrade. It makes playing the piano so much more enjoyable. Also, when I play back with 15 tracks, the A5's handle everything from the rolling kettle drum to the tinkling triangle.

I wouldn't call the A5s an impulse buy at $349 but at that price they still are an excellent value. If you are looking for top quality self powered speakers, I wouldn't think twice about it. They include a three year warranty. Audioengine knows how good their product is because they give a 30-day audition. That means if you don't like them, you can send them back for a full refund. Once you try them out, however, I can't really imagine sending them back. You can order them directly and get more information at audioengineusa.com.
10:54PM

Keyboard Shortcut for "Save as PDF..." in OS X

PDF_red.1.jpg


Here is one thing that has been driving me crazy for some time. I constantly find myself saving from Safari to PDF. Whether it is a utility bill or legal research, I have a fetish for saving PDF copies. The problem is that in order to do so you must click print, then the PDF button, then the "Save as PDF" button. Each step requires me to get the mouse in the right place and read the menu. Granted this is probably less than 10 seconds but I do it a lot and it makes me just a little bit nuts.

So I've been thinking about this and wondering if there is an Automator action or perhaps an Applescript that can simplify this. Well tonight I stumbled upon an excellent hint at MacOSXHints that address this very problem very easily through with a keyboard shorcut.

Here is the walkthrough.

Open your Keyboard Shortcuts tab in the Keyboard & Mouse system preference pane.

Picture 1.png


Click the "+" sign to add a new shortcut for all applications.

Picture 2.png


Then a box pops up asking for the command.

Save as PDF 3.png


Type in the Command exactly as it appears: "Save as PDF..." For the ellipses, use the combination: option + semicolon. Don't ask me why because I have no clue. Just do it.

Save as PDF 4.png


For the keyboard shortcut use: command + P (I know this sounds like a conflict with the print shortcut, but trust me)

Now you are done.

Picture 5.png


Now go to your favorite webpage and hold down the command key and press "P" twice.

Bingo. "Save as PDF..." lickity split.