Category: Applications

Firefox wants to use the font… on OS X

Ever since I spent some time adding and organizing some new fonts, Firefox has developed the annoying habit of showing repeated alerts that ask:

Firefox wants to use the font “__” on the volume _____”. This
font is not installed. Allow Firefox to use this font
?

If I click “Don’t ask me again for Firefox,” it completely ignores it. Really, why do they even have that checkbox if it makes no difference!

This minor irritation became more critical today when it would not stop popping up those messages. Finally, I found the answer:

Open Firefox > Preferences, and click “Content“. Click the Advanced button as shown:

2010-03-31_1323.png

Continue reading

“Camera communication error” on Canon PowerShot camera

I carry a little Canon PowerShot SD 990 camera everywhere. After all, you never know when you’ll see something worthy of memorializing. But a consequence of my “shoot now, ask questions later” attitude is that memory cards fill up very fast!

A while back, I decided to handle the problem once and for all, and got a 32GB SD card. Most of the time only about 8 GB of it is really full, but sometimes if I shoot a lot of video clips, it can get higher.

This has caused several issues. iPhoto began crashing on trying to display the new images when I connected the camera directly. Switching to a card reader, the iMac (running Leopard) still had trouble sometimes mounting the SD card on the desktop. There were so many files in one folder, I was nearing some kind of ultimate limit for the OS.

Continue reading

“Another meeting room running” meeting error in DimDim meetings

I’ve been using DimDim lately to share screens and host impromptu meetings. I recently hosted a three-person meeting for the purpose of screensharing an application we were all working on. Previous meetings of this type had gone well, but this time we kept having problems with “Another meeting room running” errors which prevented screensharing.

Continue reading

Troubleshooting “No Service” messages on iPhone, part 2

There has been so much interest recently in my post on the No Service error message that appears to be plaguing particularly 3G iPhones, that it seemed appropriate to put up a more detailed summary of possible fixes for the “No Service” message on the iPhone.

Below is a summary of all the suggestions from the many comments on the original post (thanks to all the commenters!) and from several sites around the web.

Continue reading

IE 7 & 8: Navigation to the webpage was cancelled, revisited

If you get the error “Navigation to the webpage was cancelled” while browsing, chances are a security setting needs to be corrected. In a previous post, I suggested a “scorched earth” settings-reset procedure, but I’ve found that that isn’t always sufficient. Sometimes the settings need to be relaxed beyond factory defaults.

For instance, our Learning Management System (LMS) uses mixed https and http content, and Internet Explorer is often set to block mixed content entirely. Sometimes it will prompt the user but often it will simply give the error “Navigation to the webpage was cancelled.” In the case of our LMS, a large clue to what is going on is that the login page appears completely unstyled, because the style sheets and images are part of the blocked content. 

Continue reading

Proposal: Advance Directives for our digital legacies

Ten years from now, which is most likely to still be around, your last email or this one by some ancient Assyrian businessman?

4129726518_2a146956eb_m.jpg

Photo by mharrsch / CC BY-NC-SA 2.0

One thing I can tell you is that when the photographer who took this image  stops paying for their Flickr account, this photo is likely to disappear, and all sites that hotlinked to it using Flickr’s “embed” feature, will lose the use of it. 

Continue reading

jQuery UI Accordion does not function in IE7/WinXP

The Accordion is one of the handy interface widgets that can be generated using jQuery UI. There are several optional settings you can add into the function call, including animation, auto-height, etc. If you find it is not working on IE7try adding “animated:false” as one of the options.

If you are running a debugger on IE, and see the error “invalid option on line 486” this is definitely the problem.

Screen shot 2009-12-10 at 12.37.41 PM.jpg

Continue reading