
I find it annoying that Yahoo! Mail doesn't provide more keyboard shortcuts, especially for tasks performed all the time, like going to the previous/next message, or replying to an email. If you are using Firefox, you can fix this right now:
- Install the Greasemonkey plugin (click on the link for the latest version in the box in the upper right section of the page)
- Restart Firefox
- Load my Yahoo! Mail Keyboard Short Greasemonkey script (click on this link)
- Go to Tools / Install User Script and click OK
Known bug: The shortcut list at the bottom of the page appears twice. If you figure why this is, please let me know!

Yesterday afternoon I installed Oracle 10g on my Windows notebook. After doing so, I notice that typing java on the command line run Java 1.4.2_03, while I had version 1.4.2_07 just a moment ago. So I type which java; it tells me that the java.exe is the one in \windows\system32 (apparently Oracle decided to overwrite a pre-existing copy of java.exe that I had in \windows\system32). At this point you might be wondering: What is this which command? Did't the guy say he was running on Windows? Is he using cygwin? This is no cygwin, just a batch file written by my friend and Windows guru Dan Small, and published here with his permission. How to install? Copy the code below into a file called which.bat and put the file somewhere in your PATH. Enjoy!


