Skip to main content

Firefox 2.0 is awesome, but could be better

Soon after Internet Explorer 7.0 was release, Firefox 2.0 was also released. Now both these browsers have tabbed browsing with ability to close tabs without actually activating the tab since they have the little close button on each tab. Firefox has an excellent feature to re-open previous session if it was not closed properly. I discovered how useful and perhaps risky this feature is.

At work I use a windows laptop (yeah I know, it is unlike me, but the tools I need are available only in windows). So I installed firefox 2.0 and liked it a lot. Ever since I used eclipse (the java IDE) with its close button on each tab, I have hoped firefox would do it one day. At that finally happened. Anyway, after installing a certain patch to the windows machine (forced down the throat by corporate update system), the windows machine wanted to restart (so what is new). It gave me 1 min to close all windows. I frantically saved all my work (I usually have a minimum of 10 windows landscaping on my two monitors), and closing window after window, close eclipse, close Visual Studio, close IDEA. There I was, breaking a sweat while the time is ticking, the hard drive thrashing even with the system's 1 GB memory. Finally the computer started to shut down before I was able to close my firefox.

After a reboot, I launched the web browser and it presented me with a dialog box, informing me that firefox did not close properly and asking me whether I wanted to resume previous session or start a new session. Hmm this is exciting, so I clicked restore previous session. Instantly all the previous tabs started opening. What surprised me most is that is automatically logged me into my gmail account and everything looked almost as it did before the dreaded reboot. Although I like that I can continue working from where I left off, I am worried about my gmail opening without questions. I guess the cookie from my previous session was still valid and gmail happily allowed login without user intervention. That is only a minor issue though. However some other sites did not automatically log me in after the restart. Phew...

Another interesting feature I liked a lot is the spell check. Firefox does spell check in any text box on the web page. This is espcially useful for sloppy spellers like me. Now I don't need to run spell checker when typing emails! This is one of the best features.

Other than those goodies, I did not find any more interesting features. The browser got a make over, and the buttons were more vista like. Unfortunately the browser still eats a lot of memory. If I leave it running for a while the memory usage goes as high as 150 MB. Don't know if there is a memory leak. Gone are those days when firefox used to be slim. Firefox always launched slower when compared to IE (which is fine since IE uses shared dlls which are already in memory), and it is becoming slower. Now with the increased memory usage I am worried if I will be tempted to use another light weight browser. But the main reason for me to stick with firefox, is because of its security. It is much better than IE.

I hope with the new features I will be able to pardon some of the short comings of firefox...

Comments

Popular posts from this blog

Attesting General Power of Attorney in SF

Recently I had to go through the motions of getting a General Power of Attorney (GPA) document attested in San Francisco. I am an Indian by birth. My parents were trying to buy a house back in India for me. Since I did not want to travel to India they needed a GPA so that they can act on my behalf to sign all the documents required to buy the house. The problem however is that they needed it urgently because the seller lives in UK and wants to get all the things done quickly so he can go back. My parents send me a GPA document that they obtained from a lawyer. This is a document that will give the power to my parents to buy the said property in the document on my behalf. The lawyer said that I will have to get the document attested at an Indian Consulate in USA. The closest one for me is in SF and I can drive there in about an hour from where I live. So I though it will be like a day's work to get all the things done. I looked up at their  website  for the procedure to att

XBMC / Boxee remote control android app

I have been writing a few android apps over weekends at home and during 20% time at Google. However I never actually released any of them in the android market mainly because they were quick and dirty apps that fit my needs but perhaps would not be appealing to the general public. One such app that I quickly wrote over a couple of weekends is a XBMC remote. The media center that I use at home is XBMC and I have always wanted to have more control and faster access to my media. Using my remote to navigate through the menus is not as fast. Especially when I wanted to queue a lot of music it is very slow. So I wrote this nice little app called "XBMC remote" for my android phone to control XBMC from anywhere :). Give it a try. Search for "xbmc" in android market and install it if you use XBMC as your media center. When you first launch the app you will start with this screen. You will have to setup your web server address, username and password (if required) by

gtkdocize not found

If you are ever configuring an app and see the message "gtkdocize not found" in Gentoo, then you need to emerge gtk-doc. I had some hard time figuring this out so I am writing it in my blog for the next time. When I saw that error message I did an "emerge -s gtkdocize". Usually it is that simple in Gentoo. But not this time. The emerge command returned no results at all. Then I searched for gtkdoc and still no luck. After searching in Google, I still did not have a solution. After thinking for a while I decided to try to search for gtk-doc. Bingo! That worked! Interestingly, this is my first post from my Virtual machine :-)