Quick solution: RTFM (yes, it was right there on Google's help page) - clear the captcha by going to:

http://www.google.com/accounts/DisplayUnlockCaptcha

or if you use Google Apps:

https://www.google.com/a/yourdomain.com/UnlockCaptcha

Read the rest of this entry »

I was having trouble getting Chrome to play nicely with Sandboxie - it loads and runs, but it was slow to show the "New Tab" page (with thumbnails of your most visited sites), the History page, and, well, most websites in general - so it appeared as though Chrome was trying to copy some needed files into the sandbox every time it loaded a page... Note that I have my sandbox set to automatically delete when the last sandboxed program ends to ensure I'm cleaning up after myself.

I couldn't find any specifics elsewhere, but after a little tweaking I solved the problem:
Read the rest of this entry »

The new Location bar in Firefox 3.x will, by default, take any non-URL input and:

  1. If it's a single word (no spaces): first attempt to prepend "www.", and/or append ".com", then lookup in OpenDNS to see if this makes a valid server name - if so, you are automatically redirected to this found server
  2. If there is a space: it is assumed this is a search phrase, so the the input is passed (by default) to Google's Browse By Name service. This works similarly to a standard Google web search, however if the search phrase is associated with an "authoritative" server (as deemed by Google), you are automatically redirected to this server (similar to an I'm Feeling Lucky search).

To disable these behaviors, resulting in similar functionality to Google Chrome's address bar, just make a couple changes in Firefox's hidden about:config settings (that is, type "about:config" in the address bar and hit Enter):

  1. Change the value of "browser.fixup.alternate.enabled" to false
  2. Change the value of "keyword.URL" to
    http://www.google.com/search?q=

    Note that there is nothing after the equal sign.

This appears to work up through Firefox 3.5b4.