High CPU Usage & Typing in Mozilla

If you’re finding that your PC creeps along after a moment of quick typing in Mozilla, then you’re running into bug 188318. As far as I know, this only affects the recent nightlies and not the regular releases.

All the same, I hope it’s fixed soon. Sometimes I’ll be typing a mail message and I’ll notice that the screen is updating really slowly. Luckily, Mozilla buffers all the keystrokes (so, they're not lost) but typing while the buffer is being processed can lead to 2-second delays before a typed character appears on the screen (I timed it).

Auto-Forwarding Tool for IMAP?

I’m looking for a utility to scan an IMAP account and auto-forward any messages from person A to a another account. Of course, if Mozilla supported auto-forward, I wouldn’t have to seek this functionality elsewhere ;).

As a halfway measure, I think I could set a filter in Mozilla to copy messages from person A to an intermediary IMAP mailbox, but that doesn’t do me much good since the destination account is POP3.

Even if there were some utility that could foward e-mail from an IMAP account but could only forward the entire account, then I might still be able to make use of that in concert with Mozilla copying messages to that intermediary IMAP account.

And, yeah, I suppose this would be easy with Linux. Stop snickering ;).

Mozilla Validation Tool: Checky

Looking over the Top 50 Projects list at Mozdev.org (sorted by number of hits), I came across Checky. Checky adds a menu item to Mozilla for validating pages:

Checky adds a submenu to Mozilla’s context menu that allows you to run whatever page you’re on through one of (currently) 18 different online validaton and analysis services. Checky-Agent can be activated from the Checky menu or by simply pressing the F10 key. So, for example, you could run your page against the W3C’s markup and CSS validators, the Web Design Group’s HTML Validator, and Watchfire's Bobby with a single keystroke and diesplay the results in a new browser window or tab.

I hadn’t heard about Checky before, but it could be quite handy for developing pages. As I strive for valid XHTML for client work (and otherwise), I’m sure I’ll be able to make use of it.