Monday, January 18, 2010

Rick's Picks (weekly)

  • Apple's iWork '09 Numbers spreadsheet is a versatile app with a lot of power available if you open your mind and don't expect it to be Excel. It does not quite do everything Excel does, but it handles UTF-8 well (where Excel does not and has never), and I take advantage of that often. I also love the formatting options and the multiple-sheets-per-document paradigm, but that is a different post. One challenge in both Excel and Numbers is how to handle fields with numbers with leading zeros. For instance, a part number 001234 will come out as 1234 when you import it from a CSV in either app, and lose meaning if the actual part must include the leading zeros. You can set a cell or column format in Excel as 000000, and this works the same way in Numbers, except the method's a little unfamiliar. How to Format a Part Number Field to Preserve Leading Zeros

    tags: apple, iwork, numbers, zeros, text, format


Posted from Diigo. The rest of my favorite links are here.

Friday, January 15, 2010

Handle Leading Zeros in iWork Numbers

Apple iWork Numbers Leading ZerosApple's iWork '09 Numbers spreadsheet is a versatile app with a lot of power available if you open your mind and don't expect it to be Excel. It does not quite do everything Excel does, but it handles UTF-8 well (where Excel does not and has never), and I take advantage of that often. I also love the formatting options and the multiple-sheets-per-document paradigm, but that is a different post.

One challenge in both Excel and Numbers is how to handle fields with numbers with leading zeros. For instance, a part number 001234 will come out as 1234 when you import it from a CSV in either app, and lose meaning if the actual part must include the leading zeros. You can set a cell or column format in Excel as 000000, and this works the same way in Numbers, except the method's a little unfamiliar.

How to Format a Part Number Field to Preserve Leading Zeros

Here's how to not maim your part numbers.

  1. Select your column to format, and open the Cells inspector.
  2. Select Custom Format from Cell Format then click Show Format.
  3. Give the format a name, and choose the base type.
  4. Delete whatever format is in there by default and drag up an Integers type lozenge.
  5. Open the disclosure triangle, and choose "Show Zeros for Unused Digits" and you will see the #,### change to 0,000. Click Show Separator to deselect it and remove the comma. Add two digits.
  6. Click OK to save and apply the format to the selected column.

If you set the format as 000000 for a field that includes six digit numerics with leading zeros, and a mix of text with numeric part numbers, such as:

001234

P098765

005544

R-09-PCX

... the latter will not be affected by the format, which is just the right behavior we need.

I hope this tip helps someone, because not being able to set this really drove me a bit batty. Enjoy!

Wednesday, December 16, 2009

CocoaTech's Path Finder - Versatile Encoding Helper

Path Finder Save as SJIS for ExcelCocoaTech's Path Finder tool is a versatile Finder replacement. One problem that you might have if you do any work with data, is importing CSV files that are in the UTF-8 format, and which contain multi-byte characters such as Japanese, into Excel.

To import a UTF-8 CSV into Excel, you need to re-save into a format that Excel will accept, because it ironically does not accept the quite-universal UTF-8. I tried opening my UTF-8 CSV with TextMate and Text Edit to do the re-save into a different encoding, but neither of those allow me to save to Shift JIS, which renders Japanese characters so Excel can import them properly.

I saw that Path Finder has a native Text Editor, and thought I would try it. Sure enough, it allows you to re-save a file in Shift JIS and with a TXT extension, which can then easily be imported into Excel, unmunged.

Thanks CocoaTech!

Friday, October 30, 2009

Greylisting in Snow Leopard Server, or not

Apple's OS X Snow Leopard Server 10.6 implements Greylisting, an anti-spam technique based on forcing sending SMTP servers to "slow down" before they can deliver. This is great for reducing spam, but it also has the perhaps undesired effect of causing delivery delays. Sometimes really, really loooong delivery delays.

In SLS, when you enable anti-spam in your Mail server (which is postfix), greylisting is automatically enabled. Because there are no readily available manuals on how to use this feature, from Apple, you may want to turn it off. Note that I'm skittish about changing config files like in a normal Unix server in an Apple server, because Apple is known to simply change vast portions of their server products without much notice. It's possible that you'd spend time implementing, and they change the way it has to be done so you have to redo it. Anyway, here's how to disable:

How to Disable Greylisting in Snow Leopard Server

Of course, as implied above, you can stop Greylisting by turning off spam filtering altogether. However, to be more specific and just disable Greylisting, do the following:

  1. From Terminal on the server (ssh'ed in or direct), do "sudo bash" to login as root. Then use nano to edit /etc/postfix/main.cf
  2. Remove the "check_policy_service unix:private/policy" string from the line that starts with "smtpd_recipient_restrictions" near the bottom of the file. Save, and exit nano.
  3. Issue a "postfix reload" to reload the configuration.
  4. Use the "exit" command to quit the sudo bash root shell.

I'm a little miffed that Apple would enable this by default and not implement any easy way to edit the greylists or whitelists. At any rate, you can read a couple articles on greylisting, or just wait for Apple. Time however, waits for no man. :-)

Textmate Regular Expression Search and Replace

I use and love the text editor Textmate, which has some powerful functions. One thing that it can help with is quickly editing text files, and for example today I used it for searching lines in a mail system's "aliases" file. I wanted to remove 50-odd lines with the word owner in them, so I used the Find command with Regular Expression checked.

The search string is:

^.*owner.*$

If you enter that string which means to find the lines with owner in them, check "Regular Expression," and leave a blank in the Replace box, Textmate will blank out the lines for you. Convenient!

Monday, October 19, 2009

Rick's Picks (weekly)

  • Corrupt Apple Leopard Server Open Directory Services Thu, Oct 15 2009 22:24 | LDAP, Open Directory, tips, software, Troubleshooting, apple | Permalink I had a Leopard Server crash and burn so that nothing was responding, and when I forced the server to reboot (as well as rebooting a bunch of other ancillary servers and services just in case), I found an ominous sign in Server Admin, along with no user accounts in Workgroup Manager. Eek! Server Admin's Open Directory showed:

    tags: open, directory, apple, leopard, server, recover, crash


Posted from Diigo. The rest of my favorite links are here.

Thursday, October 15, 2009

Corrupt Apple Leopard Server Open Directory Services

I had a Leopard Server crash and burn so that nothing was responding, and when I forced the server to reboot (as well as rebooting a bunch of other ancillary servers and services just in case), I found an ominous sign in Server Admin, along with no user accounts in Workgroup Manager. Eek! Server Admin's Open Directory showed:

LDAP Server is: stopped

Password Server is: running

Kerberos is: stopped

Not good. Never fear, though.

How to Fix a Corrupted Open Directory

First, don't panic. Apple's forums show you can use "

slapd -Tt
" to check the configuration.

myhost:~ administrator$ sudo bash

Password: ********

bash-3.2# /usr/libexec/slapd -Tt

overlay_config(): warning, overlay "dynid" already in list

overlay_config(): warning, overlay "dynid" already in list

overlay_config(): warning, overlay "dynid" already in list

overlay_config(): warning, overlay "dynid" already in list

overlay_config(): warning, overlay "dynid" already in list

bdb(dc=myhost,dc=mydomain,dc=com): PANIC: fatal region error detected; run recovery

bdb_db_open: Database cannot be opened, err -30978. Restore from backup!

bdb(dc=myhost,dc=mydomain,dc=com): DB_ENV->lock_id_free interface requires /

an environment configured for the locking subsystem

backend_startup_one: bi_db_open failed! (-30978)

slap_startup failed (test would succeed using the -u switch)

The "run recovery" here means to run the

db_recover
command (a.k.a.
slapd_db_recover
on other *nix LDAPs). Use the -v switch to make the result verbose.

bash-3.2# db_recover-v -h /var/db/openldap/openldap-

openldap-data/ openldap-slurp/

bash-3.2# db_recover -v -h /var/db/openldap/openldap-data/

db_recover: Finding last valid log LSN: file: 6 offset 4190936

db_recover: Recovery starting from [6][4190795]

db_recover: Recovery complete at Thu Oct 15 21:57:41 2009

db_recover: Maximum transaction ID 80000225 Recovery checkpoint [6][4190936]

Ah, that looked nice. Then run

slapd -Tt
again to test, and if all is well, exit out of the sudo'ed bash shell.

bash-3.2# /usr/libexec/slapd -Tt

overlay_config(): warning, overlay "dynid" already in list

overlay_config(): warning, overlay "dynid" already in list

overlay_config(): warning, overlay "dynid" already in list

overlay_config(): warning, overlay "dynid" already in list

overlay_config(): warning, overlay "dynid" already in list

config file testing succeeded

bash-3.2# exit

myhost:~ administrator$

After a few minutes

launchd
should kickstart the Open Directory services again so that you see:

LDAP Server is: running

Password Server is: running

Kerberos is: running

A couple of tests shows I once again have Wiki Server, iCal Server, Jabber Chat etc, all the Open Directory and Kerberos-based services back on line. Breathe a sigh of relief if this helped you and let me know in the comments!

Monday, September 14, 2009

Rick's Picks (weekly)


Posted from Diigo. The rest of my favorite links are here.

Sunday, September 13, 2009

Linking File Types and Apps in OS X

Restore File Associations in OS X FinderIf you are an OS X user, and you find files of a certain type, say PDFs, are opening in one applications but you want them to open in a different one, you can easily change the association using Finder.

How to Re-associate File Types with Applications in OS X

Here's how:

  1. Select a file in Finder and ctrl-click it.
  2. Select "get info" from the context menu.
  3. Find the "open with" section in the "get info" menu that appears.
  4. Select your desired application from the drop down list.
  5. Click "change all" to set the association between that file type and the application you selected.

This has worked in OS X Tiger, Leopard and Snow Leopard. You can use this method to, say, open all PDFs in the native OS X "Preview", Adobe's Acrobat, or Skim, for instance. Please leave a comment if this helped you. Enjoy!

Friday, September 11, 2009

Safari Makes it Trivial to Download All Images on a Page

Download All Images or Files in Safari PageOf course it should not be used for nefarious purposes, but Apple's Safari browser makes it trivial to download all the images or files on a web page you are visiting. I had The Logo Factory create a special logo for my company eSolia's 10th anniversary, and they prepared a page with the deliverables on it. I did not want to download each one individually, and I remembered that the Safari Activities window allows you to access the objects on a page directly, such as various file attachments on a page.

O' Sensei of Safari, How Do We Achieve this Magic?

You can use Safari's Activity and Downloads windows, both available in the Window menu in Safari, in this way:

  1. Browse the page you want to download from, then open Activity from the Window menu.
  2. Find the page among the other pages if you have multiple tabs open. Use the disclosure triangle to open the outline of the objects on the page.
  3. Find and select your download targets. Press Cmd-C to copy to clipboard.
  4. Display the Downloads dialog, also available in the Window menu, then paste into it. Cmd-v.

You should see the images or files start to download in the Downloads window. I hope this is helpful to someone.

Wednesday, September 09, 2009

Directory Utility MIA in Snow Leopard?

Snow Leopard Directory Utility HiddenIs Directory Utility, which has been available in /Applications/Utilities, missing in action in Snow Leopard? No, it's just been moved to Core Services. Access it this way:

  1. Open Apple Menu, System Preferences.
  2. Enter Accounts, clicking the lock to authenticate as needed.
  3. Click Login Options at the bottom of the accounts list.
  4. Click Edit, to the right of "Network Account Server."
  5. Click Open Directory Utility.

You use Directory Utility to connect to Active Directory, Open Directory, or other LDAP servers.

Monday, September 07, 2009

Rick's Picks (weekly)

  • I got a flat the last hill of my 100 km bike trip last Sunday. Thank heavens it did not happen at km 50 or something. I went to a bike shop in Shinjuku today to get a replacement tube, and they were kind enough to tutor me on how to replace it. How to Change that Tube Here's the process I learned at the bike shop: Purchase a tube, tire levers (they come in sets of three, usually) and rim tape of the appropriate size. My rims are 26 inch with 1.5 Schwalbe Marathons on them now, and you just have to be sure what you buy is the right size. If you can give them the rim size, that's better too. The tubes come with various valves, and I have "French" valves now so that is what I got. All told, the cost to buy the parts was about JPY 1300 (USD 13).

    tags: bike, cycling, inner-tube, change, rim, tape, spoke

  • I just installed Snow Leopard OS X 10.6 with no problems after getting a replacement for a bad Family Pack install disk (the Shibuya Apple Store said that many people reported the same), and found that my EMobile Huawei D02HW USB Wireless Dialup card, which was fine in Leopard, died when Snow Leopard was installed. Reinstalling the EMobile Huawei D02HW on Snow Leopard Here's how I fixed it:...

    tags: emobile, d02hw, apple, snow, leopard, huawei


Posted from Diigo. The rest of my favorite links are here.

Tuesday, September 01, 2009

Changing a Bike Tire Inner-tube

I got a flat the last hill of my 100 km bike trip last Sunday. Thank heavens it did not happen at km 50 or something. I went to a bike shop in Shinjuku today to get a replacement tube, and they were kind enough to tutor me on how to replace it.

How to Change that Tube

Here's the process I learned at the bike shop:

  1. Purchase a tube, tire levers (they come in sets of three, usually) and rim tape of the appropriate size. My rims are 26 inch with 1.5 Schwalbe Marathons on them now, and you just have to be sure what you buy is the right size. If you can give them the rim size, that's better too. The tubes come with various valves, and I have "French" valves now so that is what I got. All told, the cost to buy the parts was about JPY 1300 (USD 13).
  2. Remove the wheel with the flat from the bike. I have Shimano Deore XT rim brakes, and there's a place you hook the brake wire's flange in, which if released, gives you the leeway to get the tire off.
  3. Blocking BoltIf you have French valves, completely remove the bolt that keeps the valve in place in the rim.
  4. On the opposite side of the wheel from the valve, insert a tire lever between the rim and the tire, and use it to lever the tire out, in that area. Take care not to pinch the tube while you do it, just in case you want to fix and reuse it. You'll notice there's a kind of hook on the one end of the lever - this goes onto a spoke to keep the lever in place, holding the tire edge out and away from the rim.
  5. A couple of spokes away, do the same thing again with the second lever, to get more of the tire out.
  6. Now you should be able to slide the third lever under the edge of the tire, and rotate it along the rim and tire edge to get the tire out. You can keep the one edge of the tire in the rim.
  7. Slide the flatted inner tube out, taking care not to damage it if you want to repair it.
  8. The CulpritInspect the tire inside and out for damage. There could be something sharp embedded in the tire. Remove any sharp objects puncturing the tire. In my case there were two pieces of a broken spoke embedded in the tire and in the rim tape. I could only find the one embedded in the tire by running my hand along the inside. The rim tape problem was quite obvious!
  9. Old Rim Tape IndentationsIf you either remove the tire completely or just push it to one side, you should be able to see the rim tape, which prevents the inflated tube from working its way into the nipple bolts for the spokes. Rim tape prevents flats, but, in time it gets worn out too. If it has been mashed into the nipple bolts too much, and there are sharp edges, replace it. Rim tape is basically like a big rubber band with a hole for the valve. You can use a flat blade driver or an awl to work old rim tape out, and to lever new rim tape on. In my case, the yellow rim tape was two years old and starting to get dry, and, it had been punctured by the old spoke bit, so I replaced it.
  10. Put a little air into your new tube, because it is easier to work with the tube if it is slightly inflated.
  11. Insert the valve through the rim tape and rim, and put the valve bolt on to secure it.
  12. To put the tire back, this time start on the valve side (removal starts opposite the valve). You can use the tire levers to get started putting the tire back into the rim, but be careful not to pinch the new tube. Having the tube slightly inflated will make things a little easier to maneuver. Once you get the tire in a little, use your hands to kind of "knead" the tire back in, working around it. Schwalbe Marathons are a little tough, as they have Kevlar inside and are consequently a bit harder rubber.
  13. Check that the valve is 90 degrees to the rim. If it is angled, work the tire and rim until you can rotate it so it is perpendicular to the rim.
  14. Inflate the tube to the correct psi pressure. Confirm that it's holding air and that you have not damaged the tube.
  15. Deflate the tube once, then re-inflate. The bike shop said this last step really helps to prevent flats.
  16. Go ride!

Hope this procedure helps someone with their tube troubles. Happy riding!

Presta "French" ValveBlocking BoltOld Rim Tape IndentationsAlign the Rim Tape Hole18mm Bike RibbonThe Culprit

Fixing EMobile USB Dialup on Snow Leopard

I just installed Snow Leopard OS X 10.6 with no problems after getting a replacement for a bad Family Pack install disk (the Shibuya Apple Store said that many people reported the same), and found that my EMobile Huawei D02HW USB Wireless Dialup card, which was fine in Leopard, died when Snow Leopard was installed.

Reinstalling the EMobile Huawei D02HW on Snow Leopard

Here's how I fixed it:

  1. Deleted /Applications/EMobile D02HW Utility.app.
  2. Deleted /System/Library/Extensions/HuaweiDataCardDriver.kext
  3. Deleted Huawei folders and files in /System/Library/Modem Scripts and in /Library/Modem Scripts
  4. Emptied the Finder trash.
  5. Rebooted the system.
  6. On plugging in the USB Modem, the system mounts it in Finder as a USB memory. Ran the installer EMobile D02HW Utility.app and got an error regarding AutoOpen. Bypassed this by opening the installer package via "Show Package Contents" in Finder, and ran the Contents/Resources/EMOBILE_D02HW_Drv_App.pkg, which is the actual installer. Now it runs with no errors. AutoOpen be damned.
  7. After the install, rebooted again.
  8. After the reboot, I can add the Huawei Mobile modem in Network Preferences. Phone number for these devices is "*99***1#", user name em, password em.

I read a report that you can simply change tone to pulse dialing in the existing Huawei Mobile settings (from Leopard, for instance), so maybe the failure just has something to do with a plist not working somewhere and changing that setting refreshes it, but removing and reinstalling works fine too.

Give it a try if you have trouble, and I hope this short tip is helpful for someone.

Monday, August 24, 2009

Rick's Picks (weekly)

  • I noticed something interesting. The JR East Japan announcements about the next station are done in a female voice, and she used to say the station names with proper Japanese pronunciation. The next station is, SHIMbashi. They've re-recorded some of the announcements though, seemingly with the same "voice talent", and there's a subtle difference. She now says the station names with a "gaijin" accent. The next station is, shimBOSSshi. What's up with that? Were people not getting the names right? Did some consultant trying to justify their existence tell JR that they needed to say it more like "gaijin" say it? I'd say that would be gaijin of the American English speaking variety, though. How curious. I noticed it the other day, and today it was the original way, so I am not sure what the pattern is yet. Maybe different lines have different patterns. Japanese are pretty obsessed with regional language differences, though. There's a comedy duo called "Yuji Koji" who hysterically make fun of the difference between the regions and Tokyo. Even my car Navi has a setting to make it talk with an Osaka accent. 300m saki, hidari yade.

    tags: japan, rail, pronunciation, announcement


Posted from Diigo. The rest of my favorite links are here.

Monday, August 17, 2009

Rick's Picks (weekly)

  • Blast! was born from the Star of Indiana Drum and Bugle Corps, which exited the DCI circuit to form Blast!, a kind of indoor, theatre-based "Brass Theatre" troupe taking the high skills of the best drum corps performers, and performing a kind of greatest hits of drum corps, to thrill audiences everywhere. (Not to mention winning Tony and Emmy awards as well.) The Japan Blast! tour features snare drummer Naoki Ishikawa, who was a champion "individuals" competitive snare player when he marched in DCI, and who is now a featured performer in the Japan Blast! show. He's got incredible chops, and they feature him well during the Battery Battle portion of the show. The video is the percussionists performing during the break between sets, on kitchen stools and a garbage pail. Humorous. :-) The Blast! performers did all the hot drum corps favorites like "Everybody Loves the Blues", "Appalachian Spring", "Medea", and "Malaguena" as well as a number of great numbers that were new to me. Overall, the show was about 2 hours of exciting music and visual performance, which had the audience on their feet by the end.

    tags: blast!, ishikawa, naoki, star of indiana, tokyo


Posted from Diigo. The rest of my favorite links are here.

Friday, August 14, 2009

Hot Brass, Percussion and Visual - Blast!

My daughter and I went to see what's said to be the final Japan tour of Blast!. The brass, percussion and visual performers are young, but are among the best in the world on their instruments. The music and visual performance skills were out in force this afternoon.

If you're not familiar with Drum and Bugle Corps, it's mostly a summer activity governed by the non-profit organization "Drum Corps International", with corps members moving in around May to begin hard 12-hour "all days" rehearsals, and competing throughout the summer across the USA, until finals in August. Each corps has 150 members, which consist of brass, percussion and "color guard" members who do equipment work with rifles and flags while dancing. There are 12 corps competing for the top spot at finals, but many more corps at various skill levels competing all summer. These shows are performed on football fields in stadiums, but the similarity to college marching band ends there, since they exist to compete and perform like it too!

Blast! was born from the Star of Indiana Drum and Bugle Corps, which exited the DCI circuit to form Blast!, a kind of indoor, theatre-based "Brass Theatre" troupe taking the high skills of the best drum corps performers, and performing a kind of greatest hits of drum corps, to thrill audiences everywhere. (Not to mention winning Tony and Emmy awards as well.)

The Japan Blast! tour features snare drummer Naoki Ishikawa, who was a champion "individuals" competitive snare player when he marched in DCI, and who is now a featured performer in the Japan Blast! show. He's got incredible chops, and they feature him well during the Battery Battle portion of the show. The video is the percussionists performing during the break between sets, on kitchen stools and a garbage pail. Humorous. :-)

The Blast! performers did all the hot drum corps favorites like "Everybody Loves the Blues", "Appalachian Spring", "Medea", and "Malaguena" as well as a number of great numbers that were new to me. Overall, the show was about 2 hours of exciting music and visual performance, which had the audience on their feet by the end.

Kudos to Blast! for a great show!

Monday, August 10, 2009

Rick's Picks (weekly)

  • If you pay any attention at all to typography, layout, type faces, fonts, leading, kerning, tracking and the like, and have ended up amassing a collection of type faces from the famous designers and font foundries, you'll end up needing some method of organization. The type face or font organizers that come with operating systems are basic, so vendors have channeled some Gutenberg and come up with replacements.

    tags: linotype, fontexplorer, x, pro, fonts, type, typeface, manage

  • Despite its once-poor reputation, I have been using Plaxo to keep my iCal and Exchange calendar sync'ed as well as a way to keep in touch with business contacts. I've been syncing using the Plaxo Outlook client on an old clunker of a Windows box at work, to go Outlook to Plaxo, and also using the Plaxo iCal client on Mac OS X, to go iCal to Plaxo. It also works to sync Address Book entries. My goal in using it was to be able to use the Mail and iCal software in OS X, and not MS Entourage. I dislike Entourage because it puts your mail, calendar and address items in a single large monolithic database. Hard to back that up, and, it gets really, really large after a while.

    tags: plaxo, davmail, fee, sync


Posted from Diigo. The rest of my favorite links are here.

Tuesday, August 04, 2009

OS X Fonts, Managed by Linotype

Linotype FontExplorer X ProIf you pay any attention at all to typography, layout, type faces, fonts, leading, kerning, tracking and the like, and have ended up amassing a collection of type faces from the famous designers and font foundries, you'll end up needing some method of organization. The type face or font organizers that come with operating systems are basic, so vendors have channeled some Gutenberg and come up with replacements.

Linotype's FontExplorer X Pro 2.0 for Apple's OS X is one such program. I started out using their free, unsupported FontExplorer X and have recently trialled and purchased the pro, commercial version, called LinoType FontExplorer X Pro 2.0 available here for EUR 79 (as of 3 Aug 2009). As far as I'm concerned, it's worth every penny.

You can get details from this PDF brochure or from the website, but let me start by quoting from the manual:

FontExplorer X Pro is a powerful professional font management tool providing you with a clear overview and complete control over the fonts on your computer. FontExplorer X Pro helps you to organize your fonts according to your personal preferences, you can activate and deactivate fonts as you please, while functions such as font detection in documents make it easy for you to identify the fonts required for your projects. A recurring problem is that documents are frequently displayed incorrectly when the necessary fonts are not available on a computer. With FontExplorer X Pro you can now easily buy the fonts you need for a job via the FontExplorer X Pro Store.

FontExplorer X Pro ("FEX Pro" for short) gives you a complete type face or font management solution on OS X, and you can even have it manage a consolidated font library in a specific folder, a la the iTunes or iPhoto libraries. There are plenty of built-in fields that you can sort on and some built-in sets, but you can also tag, label or comment your fonts and create "smart sets" which are like iTunes smart playlists. You could create a set per project, for example, to indicate what fonts were used for a client job, or, you might create sets of pleasing combinations of fonts.

Aside from the customizable main-screen preview you can see in the screenshot at the top of this post, FEX Pro can show you all the details about a font file including version and format (OpenType or TrueType etc.), the complete character set and even missing characters as well as Unicode or HTML character codes, sample text in "running text" or "waterfall" formats, the legal information such as embedding rights, and kerning pairs.

Sounds Great, but What's the Point

But what's the point? Why manage your fonts? Every font file you load on your system requires resources to deploy. If you have 1000s of fonts, that's going to require a large amount of memory to load every time, and will certainly slow down application loading and system performance.

A major benefit of a font manager like FEX Pro, is that it lets you activate fonts when you need them, freeing system resources for other purposes. FEX Pro even lets you auto-activate fonts, deciding which apps can or cannot request fonts, and even associate a font set with a specific application so that that set gets loaded when, say, Photoshop loads.

Minor Issues

The gripes I have with FEX Pro are minor. I really love the application. However:

  • It should give advice on what combinations of fonts "work together" especially for non-designer types like me.
  • The consolidation method is opaque, and it should be easy.
  • Backup of font metadata you add, like labels, should be automatic.

What I had to do to consolidate my library into ~/Documents/Fonts was the following:

  1. Set the library to my desired folder and tell FEX Pro to move the fonts there. This is done in Preferences, Advanced.
  2. Backup all font files manually.
  3. Run Tools menu, "Clean System Fonts Folders..." which moves any non-system font files from three system font folder locations to a backup folder on your desktop.
  4. Re-import the backup folder on the desktop, letting FEX Pro organize into its folder.
  5. Check for duplicates and prune.

That's too many steps when it could be a single step that does things in a non-invasive way, to get you ready to use a single folder, if you're a user wanting a simple solution.

Get It

My recommendation is, if you're on OS X and care about type aesthetics, buy FontExplorer X Pro. It's worth it and is a welcome addition to any OS X user's toolkit.

Monday, August 03, 2009

Plaxo Outlook Sync Now Fee-based, going DavMail

DavMail Gateway Settings

Despite its once-poor reputation, I have been using Plaxo to keep my iCal and Exchange calendar sync'ed as well as a way to keep in touch with business contacts. I've been syncing using the Plaxo Outlook client on an old clunker of a Windows box at work, to go Outlook to Plaxo, and also using the Plaxo iCal client on Mac OS X, to go iCal to Plaxo. It also works to sync Address Book entries. My goal in using it was to be able to use the Mail and iCal software in OS X, and not MS Entourage. I dislike Entourage because it puts your mail, calendar and address items in a single large monolithic database. Hard to back that up, and, it gets really, really large after a while.

At any rate, that setup working around Plaxo has worked well for me, but last week as of 30 July 2009, Plaxo changed tacks and will start charging for the Outlook sync services. This is part of the announcement email they sent me:

Act now: keep your Outlook Contacts in sync

Outlook sync will become part of Plaxo Premium effective July 30, 2009. This change will allow us to continue to invest in the development and support of this valuable (but high-cost) feature. In order to continue syncing your Outlook address book and calendar via Plaxo, you'll need to upgrade to Plaxo Premium.

If you act before July 30, you can lock in a 20% lifetime discount on Plaxo Premium. You'll get Plaxo Premium for $47.95/year, a $12.00/year savings off the regular $59.95 annual subscription price. In addition, you can try Premium, risk-free, for 30 days.

Of course, I appreciate that Plaxo might quite reasonably want to charge for sync, since it's got to be one of the most difficult things to do, programmatically. Lots of variables and expensive to maintain. Not being interested in yet another subscription service however, I decided to re-visit the topic and see if I could find a way to sync for less coin than that. I assume that since iPhone OS 3.0 supports connectivity to Exchange, that native Exchange connectivity for OS X iCal cannot be far behind.

Meanwhile, however, to have this iCal:Exchange sync while we wait for Snow Leopard, one can make use of the excellent open source project "DavMail." This is a simple app you start at login and keep running, that brokers connections between IMAP, CalDav and LDAP clients, and an Exchange server. You set it up for your platform, which in my case was Mac OS X, and then set up your Calendar, Mail and Directory so they access ports on localhost, your local machine.

DavMail sits there listening for the connections you set up, and it then talks to your Exchange server as though it were an Outlook Web Access server. Pretty slick, and it uses only about 70MB of memory and hardly any CPU on my system.

If it crashes and burns, I'll let you know in an update. Enjoy!