Showing posts with label tweaks. Show all posts
Showing posts with label tweaks. Show all posts

Monday, April 5, 2010

Customizing Firefox 3.6 for Netbooks

Owning a netbook has it advantages, the small 8.9 to 10 inch screen is not one of them. Firefox's default user interface takes up 25% of the vertical space on your netbook. Below is my collection of Firefox 3.6 customizations that will help you reclaim over 20% of your netbook's screen and make Firefox run faster.

1 - firefox_entire_screen
- Default Firefox 3.6 in Lucid Lynx, notice the wasted space on menus


Remove the Bookmarks Toolbar:
2 - removing_bookmark_bar
- Right click Firefox's blank menu area and un-check the Bookmarks Toolbar


Make The Tool Icons Smaller:

3 - customize
- Right click Firefox's blank menu area and select Customize

4 - use_small_icons
- Check the Use Small Icons box


Remove the Status Bar:

5 - remove_the_status_bar
- Under View un-check the Status Bar Box


Remove The Menu Bar and Make It An Icon:

6 - compact_menu_add
- Download the Compact Menu 2 addon

6.5 - compact menu dialog
- Select Yes

7 - compact_menu_installed
- Compact menu 2 replaces your menu bar with a small blue icon

By right clicking the Firefox menu area and selecting Customize, you can configure Compact Menu.
8 - compact_menu_edit


Show The Download Manager as a Tab:
9 -custom_download_manager
- Download the Custom Download Manager addon

8.5 - old download
- The old download Manger Window

10 - custom_download_manager_in_action
- The tabbed download window

To change any of Custom Download Manager Settings, go to Tools>Addons
11 - download_manager_settings


To access Firefox's Configuration File
Type about:config into the URL address bar
12 - about_config_warnign
- Ignore the warning, and select I'll be careful, I promise

13 - about_config_mainpage
- The main about:config page


Autohide The Tab bar when only displaying a Single Tab:

- Type browser.tabs.autohide into the filter box
- Double click the browser.tabs.autohide entry to set the value to true

14 - browser_tab_autohide
- The constantly displayed tab bar is probably the most annoying "feature" added to Firefox, it's a complete waste of space


Make Firefox Run Faster By Enabling Piplining:
Normally the browser will make one request to a web page at a time. When you enable pipelining, it will make several attempts at once, which really speeds up page loading. It's not very nice to slam websites with multiple requests. Be a good person and limit yourself to a reasonable number.
- Type network.http.pipelining into the filter bar
- Double click the network.http.pipelining entry to set the value to true
- Type network.http.proxy.pipelining into the filter bar
- Double click the network.http.proxy.pipelining entry to set the value to true
- Type network.http.pipelining.maxrequests into the filter bar
- Double click the network.http.pipelining.maxrequests entry and set the maxrequests to 15
- Right-click anywhere inside Firefox about:config page and select New-> Integer
- Name it nglayout.initialpaint.delay and set its value to 0 (zero)


Stop Firefox from Loading Pages in the Background:
Firefox downloads webpages from links it thinks you may click. This may make the experience seem faster but really it just bogs down Firefox and your netbook.
- Type network.prefetch-next into the filter bar
- Double click the network.prefetch-next entry to set it to false


Customize Backspace Button:
The Ubuntu default is set to scroll up when the backspace button is pressed.
I prefer for it to go back in my page history (like it does in Microsoft Windows).
- 0 Pressing backspace button will go back a page in the session history
- 1 Pressing backspace button will scroll up a page in the current document and [Shift]+[Backspace] will scroll down.
- Type browser.backspace_action into the filter bar
- double click the browser.backspace_action entry and set the value to 0

Now that your done you have a lean, mean and fast netbook optimized version of Firefox 3.6
15 - firefox_all_done
- That's a pretty netbook version of Firefox, eat your heart out laptops

Check out my "Best Extensions for Netbooks Guide". (coming soon)

Have a question or problem that this article doesn't cover?
Ask our Ubuntu Mini 9 Google Group for help.

Wednesday, July 22, 2009

Nautilus User Interface Tweaks

Canonical's Design and User Experience team has launched the One Hundred Paper Cuts project to improve Ubuntu 9.10 Karmic Koala. A paper cut is a trivially and fixable usability bug that the average user would encounter on their first day of using a brand new installation of Ubuntu Desktop Edition. They have identified 100 paper cuts, and are going doing their best to fix them.

One of the paper cuts discussed this week was Nautilus' user interface. Users identified Nautilus complexity and inefficiently of the windows used screen space. David Siegal's blog discussed some proposed changes that were impressive but ultimately rejected upstream.

I agree that Nautilus' user interface is overwhelming (especially on a netbook's small screen) and it's use of screen icons, labels and space excessive.

nautilus_defualt
- Notice the icons have labels. Explanations of the icons is unneeded. The icons themselves do a great job defining their actions.
- The top nautilus bar takes up almost 20% of the Mini 9's screen space.

Below is a pic of the rejected changes to Nautilus that were outlined in David Siegel's blog. Even though they were rejected they show were Nautilus should be headed.
new_nautilus
- Notice the streamlined icons without labels
- The redundant home and computer icons just appear in the left plane.
- Location bar bar moved to the navigation icons.
- Space is efficiently used.

Hopefully we will see some of these proposed changes end up used in Nautilus. Until then we can save space by changing Nautilus settings in Appearances.

To get there go to System>Preferences>Appearance
Under the Interface Tab you can save space by turning the icons in the left plane off, and change the appearance of the icon layout with the pull down menu.
Appearance Preferences

Icons Only
nautilus_icon_only

Text Only
nautilus_text_only

It's not a perfect solution but it does make Nautilus easier to look at and use.

Have a question or problem that this article doesn't cover?
Ask our Ubuntu Mini 9 Google Group for help.

Friday, November 21, 2008

Customizing Firefox for Netbooks

To access Firefox's Configuration File
Type about:config into the URL address bar
Screenshot-about:config - Mozilla Firefox
The red lines highlight the url box.
The blue lines highlight the filter box.
The filter box allows you to search your about:config file and is where you type the blue text commands.


Make Firefox Run Faster:
Enable Pipelining
Normally the browser will make one request to a web page at a time. When you enable pipelining, it will make several attempts at once, which really speeds up page loading. It's not very nice to slam websites with multiple requests. Be a good person and limit yourself to a reasonable number.
Set network.http.pipelining to true
Set network.http.proxy.pipelining to true
Set network.http.pipelining.maxrequests to 15
Right-click anywhere inside Firefox and select New-> Integer
Name it nglayout.initialpaint.delay and set its value to 0 (zero)

Stop Firefox from Loading Pages in the Background
Firefox downloads webpages from links it thinks you may click. This may make the experience seem faster but really it just bogs down Firefox and your netbook.
Set network.prefetch-next to false

Customize Backspace Button
The Ubuntu default is set to scroll up when the backspace button is pressed.
I prefer for it to go back in my page history.
Set browser.backspace_action to either 0 or 1
0 - Pressing backspace button will go back a page in the session history
1 - Pressing backspace button will scroll up a page in the current document and
[Shift]+[Backspace] will scroll down.

Enable Auto Scrolling & Smooth Scrolling
Go to Edit->Preferences and click Advanced.
Check the auto scrolling and smooth scrolling boxes to enable the middle click/touch pad to scroll smoothly left, right, up and down web pages.
Screenshot-Firefox Preferences


Free Up Screen Space:
Use Small Icons
Right click an empty space on the Menubar , Navigational Toolbar or Bookmark Toolbar and select Customize. Check the Use Small Icons box.
Screenshot-Customize Toolbar

Remove the the Bookmark Toolbar
Right click an empty space on the Menubar , Navigational Toolbar or Bookmark Toolbar and uncheck the the Bookmark Toolbar box.
Screenshot-Ubuntu on the Dell Inspiron Mini 9: Ubuntu 8.10 Intrepid Ibex on the Dell Mini 9 - Mozilla Firefox

Remap the Fullscreen Shortcut
If your netbook shipped without an F11 key, like my Dell Mini 9, use this guide to remap maximize to another key.

More screen saving tips can be found in the plugins section below


My Favorite Firefox Plugins for Netbooks:
Foxmarks Bookmark Synchronizer
If you use Firefox on more than one computer, you'll want Foxmarks. Install Foxmarks on each computer, and it will work silently in the background to keep your bookmarks synchronized. You can also log in to my.foxmarks.com to manage your bookmarks from any computer.

Compact Menu 2
Compact Menu 2 allows you to remove Firefox's Menubar and turn it into a drop down toolbar button. Another great plugin that allows you to save screen space.
My install guide can be found here.

Hide Tab Bar
Enables you to hide the tab bar. Another way to keep your screen clear of clutter.

Adblock Plus
Once installed, it's a snap to filter elements at their source-address.
Just right-click: Adblock. Filters use either the wildcard character or full Regular Expression syntax. Hit the status-element and see what has or hasn't been blocked. This plugin is important because loading ads slows down your netbook and takes up screen space.

Adblock Plus: Element Hiding Helper
This is a companion extension to Adblock or Adblock Plus and should be used in conjunction with it. This extension automatically downloads the latest version of Filterset.G every 4-7 days. Filterset.G is an excellent set of filters maintained by G for Adblock that blocks most ads on the internet. In addition, this extension allows you to define your own set of filters that you can add along with Filterset.G during an update. To report missed ads or problems with the extension visit the support forums

Flash Block
Flashblock is an extension for the Mozilla, Firefox, and Netscape browsers that takes a pessimistic approach to dealing with Macromedia Flash content on a webpage and blocks ALL Flash content from loading. It then leaves place-holders on the webpage that allow you to click to download and then view the Flash content. This one is key, I don't want flash objects loading and making noise when I'm mobile/in a meeting. Flashblock speeds up Firefox by not downloading videos you don't plan on watching.

NoScript
Winner of the "2006 PC World World Class Award", this tool provides extra protection to your Firefox. It allows JavaScript, Java and other executable content to run only from trusted domains of your choice, e.g. your home-banking web site, guarding your "trust boundaries" against cross-site scripting attacks (XSS) and Clickjacking attempts, thanks to its unique ClearClick technology. Such a preemptive approach prevents exploitation of security vulnerabilities (known and even unknown!) with no loss of functionality. I really love the speed increase this gives me.

Mouse Gestures Redox
Allows you to execute common commands (like page forward/backward, close tab, new tab) by mouse gestures drawn over the current webpage, without reaching for the toolbar or the keyboard.

GreaseMonkey
Allows you to customize the way a webpage displays using small bits of JavaScript. Hundreds of scripts, for a wide variety of popular sites, are already available at http://userscripts.org. You can write your own scripts, too. Check out http://wiki.greasespot.net/ to get started. This extension does some amazing things, check out for more at http://userscripts.org

Undo Closed Tabs Button
Tired of going to History -> Recently Closed Tabs just to undo a closed tab? Then this extension is for you! This extension allows you to undo closed tabs via a toolbar and/or tab bar button or the right-click context menu.

Custom Download Manager
This addon allows you to personalize your download manager. Now, you can open the download manager on a new tab or on the sidebar. You don't need a popup download manager cluttering your screen.

Tabs Open Relative
Tabs Open Relative makes all new tabs open to the right of the current tab, rather than at the far right of the tab bar. I don't know how I used tabs before this plugin came along.

Open Image In New Tab
Adds right-click context menu item for opening images in new tabs.

Context Search
Expands the context menu's 'Search for' item into a list of installed search engines. Hold Ctrl or middle-click to open results in a new tab, Shift to open a new window.

LittleFox
LittleFox, designed for optimal screen usage, leaving lots of room for browsing. For Firefox 2.0 and 3.0. Includes support for Personas, Forecastfox, Tabbrowser Preferences, Fusion, ReloadEvery, Stumbleupon, Gmail, Basics, Calendar, and many more. I don't use it. LittleFox does do a lot of the screen saving tweaks without having to do any of the work. Perfect for lazy readers.

Digg This Article
digg_64

Have a question or problem that this article doesn't cover?
Ask our Ubuntu Mini 9 Google Group for help.