Firefox 3.6 FileAPI Demo

If you do any kind of front-end web development work, I’d encourage you to follow the Mozilla Hacks blog. Today’s post is a really interesting one – reading EXIF data from a JPEG file that has been dropped on the page from the desktop.

This is capability is due to the new File API that is in Firefox 3.6. This API allows you to asynchronously read a file into memory and access the data. The blending of standard desktop applications and web applications continues.

Via Mozilla Hacks.

Firefox 3.6 Beta 1 Default New Window Behavior

Firefox 3.6 Beta 1 apparently introduces a new feature that if you click a link from one page and open it in a new tab, the new tab will be placed next to the current tab in the tab list. This quasi-grouping seems useful. If you open a link in a new tab from one page, one could easily assume that it’s related to the first tab’s content. For me, the only time I usually open a link in a new tab is usually when I’m in Google Reader or a news item from my iGoogle desktop. In these cases, the newly opened tab isn’t related to the initial tab, it just happens to have come from it. So, this related tab business was very annoying to me. If you too are annoyed by this, follow these simple steps to go back to the old way of doing things:

  1. Open a new tab and type ‘about:config’
  2. If you see a warning about voiding your warranty, or something to that effect, press ok
  3. In the filter search bar, type ‘tab’. Firefox will auto search for you
  4. Locate the key ‘browser.tabs.insertRelatedAfterCurrent’
  5. Double click the value, this will switch it from true to false.

Voila!