Archives / Search ›

Seth Dillingham writes about calendar positioning. I experienced the same issue myself, but there's one big reason I don't move my calendar to the bottom of the page: having a navigational element which changes position is bad. If I'm trying to scan through several days, with a calendar at the bottom of the page, the .

Conversant's “discussion thread” iframe on the page I linked to exhibits a similar problem: to view consecutive messages in the thread, you have to keep moving your mouse back and forth, because the position of the iframe varies depending on the length of the message you're currently viewing. Ideally, the thread navigation should be in a separate, fixed-position frame (the way Google Groups does it), or at the top of the page in an iframe.

I like to think my solution to the problem—keeping the calendar at the top of the page, but providing a link at the bottom of the page that points to the calendar, for those people unfamiliar with it—is a good compromise.

Speaking of Conversant, version 1.0b1 was released today. I don't have much use for it at the moment, but for those people who are interested, it's a very nice piece of software.

New iBook, still a G3. No sale.

'm' just stopped working in Project Builder. It stopped working right in the middle of my typing:

- (SXDocument *)docuent;

My first, frightened thought was that the key had failed. I switched to the O2, it worked fine; switched to Key Caps, fine there too. Mu, option-m, capital M, command-M to minimize, they all work, just not plain old lowercase m.

The April beta of PB 2.0 hasn't crashed once in several solid days of development; the only flakiness it's showed is in showing class information for multiple targets (it doesn't, so it picks the first one and you have to work hard to persuade it to forget), and one time when the Find panel stopped coming up, fixed by quitting and restarting. So the upshot is that this 'm' situation is the biggest thing I've had to complain about in a while.

(Closing and reopening the project fixed it.)

I am the #1 link on Google for "overdue weblog", which someone searched for earlier today. Surprisingly (or maybe not considering the primarily technical material I discuss here), I haven't had any referers which would qualify for Disturbing Search Requests.

How could a Weblog be overdue, anyway? Library books, projects, payments, sure, but a weblog?

Nat discovered Mutt's incredible threading features. I sure wish I used a graphical mailreader again, but until I find one that lets me read mail as fast and efficiently as Mutt does, it's a no-brainer.


Mutt threading is even better with the “last-mailbox-order” modifier, which sorts active threads to the bottom of the mailbox. In my .muttrc, I have:

folder-hook lists/.*    set sort=threads
folder-hook lists/.*    set sort_aux=last-mailbox-order
‹ Newer Posts  •  Older Posts ›