a php developer weblog

blog Closed!
calin view of the web development world

2005/12/14

Firefox tricks & tweaks

@ 12:10 PM (36 months, 7 days ago)
A short list of tips for Firefox users:

  1. Turn on http and proxy pipelining to enhance browsing speed 200-500%: details.
  2. Install the fasterfox firefox extension to tweak these options visually, and play with other network settings based on your connection speed.
  3. The default "View source" program from Firefox behaves nicely and refreshes from the server on CTRL+R or F5; just like a regular webpage. This helps a lot if you do live debugging (like I do a lot; var_dump(), print_r() I know I shouldn't, I know..) since you don't have to get the formatted HTML from the server, but can refresh directly on the source. Compared to the default notepad from IE and Opera <=8.5; this source code viewer is amazing.
  4. Select text in a webpage and use "View Selection Source" to jump to that element's HTML code.
  5.  Greasemonkey is cool, but install it only if you need it; it adds javascript calls on every page rendered.
  6. Last but not least, don't get too "sticked" to firefox, IE7 is in beta and usually Microsoft paid good atention to competitors in the past. I think Firefox's only chance to keep up with the software giant is to be further developed by google.
More in this Firefox Tweak Guide from techspot.
In case you're still wondering what Firefox can do for you, you should get Firefox now (clear link; no adsense affiliate crap)