Friday, August 18, 2006

Firefox, bookmarklets, and hidden windows

Firefox, bookmarklets, and hidden windows - The JavaScript Weblog: "javascript:setTimeout('x99.focus()',100);x99=window.open…"

for my pandora bookmarklet -- which I need to fix and post here later.

Tuesday, August 15, 2006

Configuring Outlook with IMAP

Configuring Outlook with IMAP: For whenever i have to recreate my Outlook shortcuts... The secret is "Outlook://Account.name.of.imap.server/Inbox"

Start regedit, and go to the key:
HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Microsoft Outlook\shell\open\command

Then, Modify the default key. It should be something like:
"C:\PROGRA~1\MICROS~2\Office10\OUTLOOK.EXE" Outlook:Inbox /recycle

You should already see how to do it, but here's what you do. Change it to
"C:\PROGRA~1\MICROS~2\Office10\OUTLOOK.EXE" Outlook://Account.name.of.imap.server/Inbox /recycle