Archive for the 'Mac' Category

Teeny Weeny Fonts

Friday, August 13th, 2004

Freebie of the day: Westciv’s CSS Level 1 course

I’ve joined a few new writing mailing lists lately. As a result, the number of HTML emails I get in teeny weeny fonts has skyrocketed. I don’t know whether it’s AOL’s fault, Yahoo’s or the ever-culpable Microsoft’s, but tonight I got annoyed enough to do something about it.

Once again, macosxhints came through with a solution: using a local stylesheet to control Mail. Don’t follow the directions there without reading all the way through to the comment that shows the simplest way to do it. Or follow my summary here:

First, you need the stylesheet. Save the following in a plain text file called, say, mail.css:

font[size="1"] {
    font-size: 10pt;
}
font[size="2"] {
    font-size: 11pt;
}
font[size="3"] {
    font-size: 12pt;
}

Adjust the font sizes if they’re still too small. If you know CSS you can tweak to your heart’s content—put in a nice background watermark that says Munged by Microsoft, De-munged by WebKit, for example. I’ll skip that step, though.

Put your mail.css file in a safe place and note the path. For example: /Users/jemimap/Documents/mail.css

Quit Mail. Open the Terminal. Cut and paste the following line into the Terminal and hit return:

defaults write com.apple.Mail WebKitUserStyleSheetEnabledPreferenceKey -bool True

Cut and paste the next one the same way, but change the path to match where you put mail.css:

defaults write com.apple.Mail WebKitUserStyleSheetLocationPreferenceKey '/Users/jemimap/Documents/mail.css'

Terminal won’t give you any feedback when you hit return, but it’s now safe to quit the Terminal and open Mail. Your mail should now be de-munged.

NetInfo Not Informative

Thursday, August 12th, 2004

Control key utility of the day: Capslock to Control.

Long ago, I set up Apache on my mac to handle a subdomain of ficml.org for testing the site. I followed some of these instructions at Evolt—mainly the netinfo stuff. Yesterday, I added a new virtual host, but the netinfo instructions didn’t work this time. Apparently the lookup order has changed (for no good reason) in Panther; MacWrite explains the new hosts-file regime.

The article mentions several ways to handle the change. Since I’d already added my info to NetInfo, I decided to change the lookupd order so that NetInfo (NI) would come earlier. That involves making an /etc/lookupd directory and inserting a hosts file into it that says:

LookupOrder Cache NI FF DNS DS

That may mess other things up—who am I to question Apple’s new lookup order, anyway?—but at the moment it’s working.

Tax Holiday

Wednesday, August 11th, 2004

Don’t forget that this Saturday, August 14th, is going to be a tax holiday here in Taxachusetts. You can spend up to $2500 (under certain restrictions, such as not being a business).

This isn’t as big a deal as it sounds. Food (outside of restaurants) and clothing (priced under $175) aren’t taxable in Massachusetts. Since back-to-school shopping is mainly a clothing thing, the mobs at the mall this Saturday won’t be saving much. On the bright side, the Apple Stores in Cambridge and Chestnut Hill and at the Northshore Mall will be open 24 hours for the holiday.

Saturday is a good day to buy a Mac. Just don’t try to write it off as a business expense afterwards.

Quicker Mac

Tuesday, August 3rd, 2004

Political link of the day: Major Geeks has a list of what Kerry has done for the space program.

Both Quicksilver and Calenderclock have been updated again since my previous entry. You can read more about Calendarclock at macosxhints.

Quicksilver now requires plug-ins for pretty much anything beyond simple Finder actions. I couldn’t find the plug-ins anywhere on the site (which as I’ve noted before is specially designed to discourage people from using Quicksilver), so I figured I’d have to live without them. Then I noticed that not even my Safari bookmark for the WordPress admin page (where I’m currently typing this blog entry) showed up. I couldn’t live without that (Quicksilver is highly addictive), so I went on another hunt for the missing modules.

They turned out to be hidden on the front page of the site, well below the download and forum links where there used to be nothing at all. Since my screen is only 12″, the plug-ins were off the page. I don’t even know why I scrolled down, but there they were! And now I have the Safari, iTunes, and Dictionary plug-ins. Quicksilver uses a proprietary scheme, qsinstall:, to do the plugin install, so it’s really easy once you know where they are.

Some other Mac links:

Quick Mac

Sunday, August 1st, 2004

Miscellaneous links:

IRC Clients

Wednesday, July 28th, 2004

It’s been a long time since I’ve used IRC; I think it’s time to download a new client. I used to use ShadowIRC, but it’s time to move on. Ircle and Snak are still the big shareware names, but I was looking for something that won’t give me guilt when I neglect the shareware fee.

On the free front, I found Colloquy and Fire. The latter also does AIM, MSN, and Yahoo chats, plus ICQ, but I’m trying out Colloquy first because it looked the prettiest.

[Time passes…]

I’d forgotten just how annoying IRC could be. After a long struggle, I got onto DALnet, but there was no one in the chat room. SearchIRC is a good place to find channels, and New IRC Users has a handy command list, marred only by the annoying floating menu. News flash: DHTML is no longer cool.

Thanks to Liz for this link to SecureMac.com, with (happily) no news since May.

Over One Hundred Thousand Served

Thursday, July 15th, 2004

Some mac moments:

More Dashboard

Monday, July 12th, 2004

There’s a Dashboard Gadget repository up already, the Dashboarder. John Gruber has more to say on the Konfabulator issue, including an interesting quote from Larry Niven on paying for fan ideas.

Sadly, I am out of town and missing MacWorld Boston 2004. Apple is also out of town…

Dashing Dashboard

Sunday, July 4th, 2004

Tiger (otherwise known as Mac OS 10.4) won’t be out until next year, but some forthcoming features were revealed at the developers conference. Dashboard looks scrumptious. It also looks like Konfabulator, a resemblance which has caused many snide remarks like the one up on their homepage, but John Gruber explains that the concepts behind Dashboard go way, way back.

He’s right about Konfabulator being an unbearable resource hog, yet it’s the web-page basis of Dashboard that’s its biggest appeal. I made my own Konfabulator widgets, but it sounds far more pleasant to use HTML, CSS and JavaScript to make a Dashboard gadget. Look for a color wheel gadget once I get my hands on Tiger.

Spelling Safari

Saturday, July 3rd, 2004

I have a couple of Safari links outstanding. I was looking for a WordPress spellchecking plug-in, but in my searching I discovered that you can spellcheck in Safari just by checking Edit | Spelling | Check Spelling As You Type. Now as I type this blog entry, it’s getting spellchecked.

Todd Dominey linked a preview movie of an RSS reader being built into Safari for OS 10.4.