Posts Tagged ‘browser’
Firefox 3 Review
Written by BinnyVA on July 1, 2008 – 10:58 pm -
I have been a Firefox 3 user from day 1. So I thought it might be a good time to write a review. Some positive and negative points about it…
The Negative Stuff
Stability Issues
I am having some random crashes - this could be a problem with my setup. I have not heard about such a problem on other sites. Anyway, these crashes give no warning. One minute, you are browsing smoothly and the next minute you are looking at the desktop - the browser have gone away. Fortunately, Firefox has a session saver - so if you restart Firefox after a crash, the tabs you had earlier will be waiting for you.
Go Button
Firefox 3 removed the ‘Go’ button to the right of address bar. I want it back - fortunately, you can get it back using a userChrome.css hack…
Go to the profile folder of firefox. In Linux, it should be in some folder like /home/username/.mozilla/firefox/[random id].default/chrome/
Create a new file called userChrome.css and put this line in it…
#urlbar[pageproxystate="valid"] > #urlbar-icons > #go-button {
visibility: visible !important;
}
Flash Problem
This should be a Linux only problem - and I think the flash plugin is the one that should take the blame. When I visit some pages with embedded flash, a new gnome window open up. It does nothing - just hangs around the screen. Do any of you guys have this problem?
The Positive Stuff
Awesome bar is, well, awesome
The new address bar is just great. It saves a lot of time. Its a very good feature - and I predict that other browsers will follow firefox lead and add this feature too.
FUEL Library
You users will not find this useful - but for us add-on developers, this is great. FUEL a javascript library that makes it much more easier to create XUL plugins for firefox.
Better Bookmarking System
Firefox 3’s bookmarking system is much better than the earlier one. It learned a lot from del.icio.us - now it supports tagging.
Looks Better
In addition to better color and font handling, the looks of some HTML elements have been improved(example, the dropdown/combo box). Also dragging have been improved - just try to drag an image or a link and you will see what I mean. You can see the item you are dragging along with the cursor instead of a generic icon.
So what are your opinions about the new Firefox?
Tags: browser, ff3, firefox, flash, review
Posted in Applications, News | 1 Comment »
