Tuesday, December 01, 2009

Mozila Firefox Tips


Speed up Mozilla Firefox about 3-30x Faster !!
1. Type "about:config" into the address bar and hit return. Scrolldown and look for the following entries:network.http.pipeliningnetwork.http.proxy.pipeliningnetwork.http.pipelining.maxrequestsNormally the browser will make one request to a web page at a time.When you enable pipelining it will make several at once, which reallyspeeds up page loading.2. Alter the entries as follows:Set "network.http.pipelining" to "true"Set "network.http.proxy.pipelining" to "true"Set "network.http.pipelining.maxrequests" to some number like 30. Thismeans it will make 30 requests at once.3. Lastly right-click anywhere and select New-> Integer.Name it "nglayout.initialpaint.delay" and set its value to "0".This value is the amount of time the browser waits before it acts on information it recieves.If you're using a broadband connection you'll load pages 2-30 times faster now.
Love happen's once and the rest is just life!!!!
Posted by Marshal at 9:01 AM 2 comments
Labels:
Wednesday, January 2, 2008

Add Theme in Mozilla Firefox !!
Start the Mozilla Firefox. Go to TOOLS and then ADD-ONS menu. This will display the add-ons screen. You will see the EXTENSIONS view. Click on the THEMES tab to see available themes. You will only see the default theme installed. Click on the GET THEMES link at the bottom of the menu. A new tab will open displaying the themes page. Scroll through the list to find the extension you want to add .Once you have selected a theme, click on the title text to download the theme you chose.Clicking on the title will take you to that theme's download page. You can read about the theme and then download it by clicking on the INSTALL NOW button. After clicking the INSTALL NOW button, a new small window will open providing some warnings and giving you one last chance to exit or install. Click INSTALL After installation, a new window will open announcing success and allowing you to click to restart Firefox. After restarting, Firefox will take you back to the themes menu where you will see your new theme displayed on the list. Select the new theme and click enable. Restart Firefox and your browser will be customized with your new theme selection.
Love happen's once and the rest is just life!!!!
Posted by Marshal at 11:28 AM 0 comments
Labels:
Friday, November 23, 2007

Danger of ''ctrl+c'' in web !!
Just try this:1) Copy any text by 'ctrl+c'2) Click the Link: http://www.sourcecodesworld.com/special/clipboard.aspYou will see the text you copied on the Screen which was accessed by this web page. (Check it out !!)Do not keep sensitive data (like passwords, reditcard numbers, PIN etc.) in the clipboard while surfing the web. It is extremely easy to extract the text stored in the clipboard to steal your sensitive information.Be cautious ...To avoid Clipboard Hack Problem, do the following:1. In Internet Explorer, Go to Tools -> Internet options -> Security2. Press Custom level.3. In the security settings, select disable under Allow paste operations via script and click on 'OK. (Now the contents of your clipboard are safe.)
Love happen's once and the rest is just life!!!!
Posted by Marshal at 11:55 AM 0 comments
Labels: , , , ,
Wednesday, November 14, 2007

Hacking of Firefox Cache !!
This hack deals with the memory Firefox uses as cache. In the default setting, Firefox will adjust the cache size to fit however many pages you have open. While this is useful, if you tend to only have a few pages open at a time, you can manually reduce the setting to a specified amount at the cost of reducing performance when Firefox runs out of cache. To implement this hack, follow these steps.1. With Firefox up and running, type about:config and hit enter.2. Right click on the new page and select New -> Integer.3. In the pop-up window, type in “browser.cache.memory.capacity”. In the following pop-up window, specify how many Kb of ram you want to dedicate to the cache, I selected 32768(32Mb). Take a number 16Mb and 64Mb, anything lower and performance will suffer, anything higher is excessive. 4. Restart your browser
Love happen's once and the rest is just life!!!!
Posted by Marshal at 11:03 AM 0 comments
Labels:
Wednesday, August 29, 2007

Increase Mozilla Firefox performance
These tweaks will make your browser work more , to use them just go to your Firefox URL bar and type about:configBelow are tweaks, which categorised into each computer situations....Quick Settingsuser_pref("network.http.pipelining", true);user_pref("network.http.pipelining.firstrequest", true);user_pref("network.http.pipelining.maxrequests", 8);user_pref("nglayout.initialpaint.delay", 0);These are settings that enable Pipelining which makes firefox do multiple data requests at once, which speed things up a bit.All Configurationsuser_pref("network.http.pipelining", true);user_pref("network.http.proxy.pipelining", true);user_pref("network.http.pipelining.maxrequests", 8);user_pref("content.notify.backoffcount", 5);user_pref("plugin.expose_full_path", true);user_pref("ui.submenuDelay", 0);Fast Computer Fast Connectionuser_pref("content.interrupt.parsing", true);user_pref("content.max.tokenizing.time", 2250000);user_pref("content.notify.interval", 750000);user_pref("content.notify.ontimer", true);user_pref("content.switch.threshold", 750000);user_pref("nglayout.initialpaint.delay", 0);user_pref("network.http.max-connections", 48);user_pref("network.http.max-connections-per-server", 16);user_pref("network.http.max-persistent-connections-per-proxy", 16);user_pref("network.http.max-persistent-connections-per-server", 8);user_pref("browser.cache.memory.capacity", 65536);Fast Computer Fast Connectionuser_pref("content.interrupt.parsing", true);user_pref("content.max.tokenizing.time", 2250000);user_pref("content.notify.interval", 750000);user_pref("content.notify.ontimer", true);user_pref("content.switch.threshold", 750000);user_pref("nglayout.initialpaint.delay", 0);user_pref("network.http.max-connections", 48);user_pref("network.http.max-connections-per-server", 16);user_pref("network.http.max-persistent-connections-per-proxy", 16);user_pref("network.http.max-persistent-connections-per-server", 8);user_pref("browser.cache.memory.capacity", 65536);Fast Computer, not so fast connectionThis configuration is more suited to people without ultra fast connections. We are not talking about dial up connections but slower DSL / Cable connections.user_pref("content.max.tokenizing.time", 2250000);user_pref("content.notify.interval", 750000);user_pref("content.notify.ontimer", true);user_pref("content.switch.threshold", 750000);user_pref("network.http.max-connections", 48);user_pref("network.http.max-connections-per-server", 16);user_pref("network.http.max-persistent-connections-per-proxy", 16);user_pref("network.http.max-persistent-connections-per-server", 8);user_pref("nglayout.initialpaint.delay", 0);user_pref("browser.cache.memory.capacity", 65536);Fast Computer, Slow Connection (dial-up)user_pref("browser.xul.error_pages.enabled", true);user_pref("content.interrupt.parsing", true);user_pref("content.max.tokenizing.time", 3000000);user_pref("content.maxtextrun", 8191);user_pref("content.notify.interval", 750000);user_pref("content.notify.ontimer", true);user_pref("content.switch.threshold", 750000);user_pref("network.http.max-connections", 32);user_pref("network.http.max-connections-per-server", 8);user_pref("network.http.max-persistent-connections-per-proxy", 8);user_pref("network.http.max-persistent-connections-per-server", 4);user_pref("nglayout.initialpaint.delay", 0);user_pref("browser.cache.memory.capacity", 65536);Slow Computer, Fast Connectionuser_pref("content.max.tokenizing.time", 3000000);user_pref("content.notify.backoffcount", 5);user_pref("content.notify.interval", 1000000);user_pref("content.notify.ontimer", true);user_pref("content.switch.threshold", 1000000);user_pref("content.maxtextrun", 4095);user_pref("nglayout.initialpaint.delay", 1000);user_pref("network.http.max-connections", 48);user_pref("network.http.max-connections-per-server", 16);user_pref("network.http.max-persistent-connections-per-proxy", 16);user_pref("network.http.max-persistent-connections-per-server", 8);user_pref("dom.disable_window_status_change", true);Slow Computer, Slow ConnectionWe have entered the doldrums of the dial-up useruser_pref("content.max.tokenizing.time", 2250000);user_pref("content.notify.interval", 750000);user_pref("content.notify.ontimer", true);user_pref("content.switch.threshold", 750000);user_pref("nglayout.initialpaint.delay", 750);user_pref("network.http.max-connections", 32);user_pref("network.http.max-connections-per-server", 8);user_pref("network.http.max-persistent-connections-per-proxy", 8);user_pref("network.http.max-persistent-connections-per-server", 4);user_pref("dom.disable_window_status_change", true);
Love happen's once and the rest is just life!!!!
Posted by Marshal at 12:32 PM 0 comments
Labels:
Monday, August 27, 2007

Mouse Shortcuts
This is a list of the most common mouse shortcuts in Firefox, and the equivalents in Internet Explorer and Opera. The shortcuts are for Windows, but most of the Firefox shortcuts should work in Linux too..1: A Middle-click on a tab closes it on Windows by default. However, in Linux it pastes whatever is currently in the Clipboard and visits that site (or performs a search). This can be changed by setting the middlemouse.contentLoadURL pref to either true (for the Content Load URL feature) or false (for closing the tab).2: By default, Ctrl+Left-click opens the link in a background tab (which will keep you navigating on the page you clicked the link on) and Shift+Ctrl+Left-click opens the link in a foreground tab. In order to reverse this behavior, select Tools > Options..., click on Tabs and check the When I open a link in a new tab, switch to it immediately option.
Love happen's once and the rest is just life!!!!
Posted by Marshal at 1:39 PM 0 comments
Labels:

Windows Keyboard Shortcuts for Mozilla Firefox
F1 Opens Firefox help F3 Find more text within the same webpage F5 Reload the current webpage F6 Toggles the cursor between the address/URL input box and the current webpage F7 Toggles Caret Browsing on and off. Used to be able to select text on a webpage with the keyboard F11 Switch to Full Screen mode
Love happen's once and the rest is just life!!!!
Posted by Marshal at 1:23 PM 0 comments
Labels:

Mozilla Firefox Tips
1.Open tabs with one click:Instead of right-clicking a link and choosing Open Link in New Tab, click a link with your mouse's scroll-wheel button to open it in a new tab. You can also click that tab with your scroll wheel to close it. (You may have to disable any function assigned to your click wheel for this to work, however.) 2.One-click combosDon't have a scroll wheel? Hold down Ctrl while left-clicking a link to open a URL in a new tab, or hold Shift and left-click to open a URL in a new window. 3.More on AutocompleteTo eliminate your AutoComplete history in Firefox, go to Tools > Options > Privacy. In the Saved Form Information area, click the Clear button. To disable this feature entirely, click on the plus symbol next to the Saved Form Information area and uncheck "Save information I enter in web page forms." 4.Keep tabs on your tabsYou can control how new tabs open in Firefox in one of three ways: Open the page in a new window, open the page in a new tab in the front window, or replace the current page in the front window. Click the Advanced section of the Options window to customise it to your liking. 5.Smooth sailingPut an end to jerky document scrolling by enabling Firefox's "Use smooth scrolling" feature in the Advanced section of the Options window. 6.Search in shorthandType a word in the address bar, then hit Ctrl+Enter to automatically add http://www and .com to the beginning and end, respectively, of the word. (Ctrl+Shift+Enter adds .org, and Shift+Enter adds .net.) 7.Zoom in and outHit Ctrl and the plus sign to increase text size on your current Web page or Ctrl and the minus to decrease it. To restore the original size, hit Ctrl+0. 8.Open a tabTo open a particular tab in Firefox, hit Ctrl+1 through Ctrl+9. Tabs aren't numbered, though, so you'll have to physically count them. 9.Use live bookmarksGet the latest headlines from your favourite RSS news sites and blogs. Just click the square, bright-orange icon in the bottom right corner of your browser and click "OK to save as bookmark." The Live Bookmark will now function as your RSS aggregator.
Love happen's once and the rest is just life!!!!
Posted by Marshal at 1:16 PM 0 comments
Labels:

Clean up firefox menus
Anyone who uses firefox installs extensions. The trouble with extension developers is that each one thinks his/her addon is the most important and needs to have a right click option. Eventually you have so many items in your right click it’s near impossible to find a copy or paste option. Also a lot of menu items like the “send this page”, etc, are often not required. Fortunately, there is an easy way to clean things up.As with everything else in firefox, this is accomplished by installing an extension. In this case, it’s the Menu Editor extension.All the context menus are shown, and are selectable with the dropdown menu. Then you can show or hide any of the menu items or even add separators to make more sense.Why edit your menus? Usability, primarily. If you want to copy the path of an image, and you right click on it, you’re given hundreds of options to stumble or digg or adblock it, when there are other methods to do those actions, and you seldom use the right click one.Spend a few minutes cleaning your menus out, and you’ll see a huge difference.
Love happen's once and the rest is just life!!!!
Posted by Marshal at 12:46 PM 0 comments
Labels:
Tuesday, August 14, 2007

Mozilla Firefox, Speed it up!!!!
First of all open Firefox program and then in the URL barType “about:config” and press enter. This will bring up the configuration “menu” where you can change the parameters of Firefox.Note that these are what I’ve found to REALLY speed up my Firefox significantly - and these settings seem to be common among everybody else as well. But these settings are optimized for broadband connectionsDouble Click on the following settins and put in the numbers below - for the true / false booleans - they’ll change when you double click.Code:browser.tabs.showSingleWindowModePrefs – truenetwork.http.max-connections – 48network.http.max-connections-per-server – 16network.http.max-persistent-connections-per-proxy – 8network.http.max-persistent-connections-per-server – 4network.http.pipelining – truenetwork.http.pipelining.maxrequests – 100network.http.proxy.pipelining – truenetwork.http.request.timeout – 300One more thing… Right-click somewhere on that screen and add a NEW -> Integer. Name it “nglayout.initialpaint.delay” and set its value to “0”. This value is the amount of time the browser waits before it acts on information it receives. Since you’re broadband - it shouldn’t have to wait.Now you should notice you’re loading pages MUCH faster now!

No comments:

Explaining DNS Concepts - DNS Servers-DNS Queries-DNS Records

3 types of DNS queries— recursive, iterative, and non-recursive 3 types of DNS servers— DNS Resolver, DNS Root Server and Authoritative Name...