Saturday, August 30, 2008

firefoxsecrets

The Mozilla Foundation has released Firefox 2.0.0.8, introducing support for Mac OS X 10.5 'Leopard' in the release.

The company recommends all users install the update, which also implements security and stability improvements across all its supported operating systems -- Mac, Linux and Windows.

Firefox 2.x users will receive an automated update notification. The update can also be applied manually by selecting 'Check for Updates' from the Help menu.

The organization notes some issues remain when running Firefox on Mac OS X 10.5, principally affecting media players such as Flash and Java.

More information:
http://open.itworld.com/5037/071019firefoxleopard/page_1.html
https://addons.mozilla.org/en-US/firefox/user/174808


More special for firefox : firefox secrets
http://open.itworld.com/5037/050725_book_firefoxsecrets/index.html

Password Security and Firefox

was recently asked the following question: How secure is Firefox's Password Manager? I wasn't entirely sure, so I went checking. Here's what I've found. All things considered, Firefox's Password Manager (PM) looks fairly secure. Given that the passwords are encrypted, they will be hard to recover. There is though, as the comments of this article point out, at least one security weakness in Firefox's Password Manager, but it should be fixed by the 2.0.0.2 release, which will be released sometimes later this month (or so they say). So I guess its not the end of the world.

About brute force password recovery tools (like FireMaster), well, I'm not sure what to think. As long as your Master Password is a good one, then I suppose it will probably have difficulty cracking it (am I right about this, anyone?). Maybe I'll try it out and see how long it takes for it to crack my own password. Anyway, if you want to be paranoid about it - it looks like the best solution I've seen is Passwordmaker, which generates random passwords for you, and the interesting thing is that it doesn't store any passwords on your computer at all, but rather - as I understand it - it generates them on-the-fly when you access your various sites.

The most hard-core way to go is TrueCrypt (though its not specifically Firefox related) and I've seriously been thinking about using it to encrypt my entire hard-drive. But at the very least, I use it to encrypt all the electronic texts of mine that have any sensitive info on them (like SS numbers, tax info, bank-account numbers

Surf the World Wide Web with Firefox and a good Add-ons

Surf the World Wide Web with Firefox and a good Add-ons!

Mozilla Firefox 3.0

Add-ons:
Adblock Plus 0.7.5.4
Adblock Plus: Element Hiding Helper
Flashblock 1.5.6
Personal Menu 3.0.9
PDF Download 1.0.1.2
ImageBot
FoxClocks
Screengrab! 0.95
WebMail Notifier 1.0.12
Stylish 0.5.7
For Stylish, you can find tons of styles available for you @ userstyles.org

Hint: Dont use too much add-ons, the lesser the add-ons,
the lighter your firefox handles in your system the better..
(but still u have customization space of your own).
Hope this gives you an easy way in browsing the web :

Firefox Ultimate Optimizer

Well, The preview image speaks for itself..
Maximize your Firefox usage w/ less RAM consumed..

To Install:
Just Extract Firefox Ultimate Optimizer folder to a directory you want,
after that, Browse to that folder, then Open it..
It will be minimize to your system tray w/o any hustles.
Enjoy Browsing w/ Firefox..


My Favorite Firefox Extensions

you use Firefox and haven't yet checked out the many add-ons that you can install into it, then I'd highly recommend trying (at least some of) the following. They really improve my browsing experience:

  • Adblock Plus with Adblock Filterset.G Updater - Now you don't have to constantly be bombarded with ads when browsing around. Highly recommended! (Question: I feel bad for those sites that use ads in a responsible non-intrusive way. I guess I wish there was a version that would white-list those sites, because hey - we all need to earn money. Any suggestions?)
  • Always Remember Password - If you use Yahoo email, then you know that they have disabled the ability for Firefox to save the password in the password manager causing you to have to type it every time. Well, now you don't.
  • CacheViewer - Exactly what the title suggests. Its a bit rough around the edges, but at least it gives the ability to view your cache.
  • del.icio.us Bookmarks - I've yet to be entirely satisfied with a way to organize bookmarks. This extension helps quite a bit. I'm also looking forward to what the new Firefox "places" improvements will add.
  • DownloadHelper - download videos from the most popular sites like YouTube.
  • DownThemAll! - Find a page where you want to download lots of things from a bunch of links. This will help.
  • Firebug - This is a very impressive extension for anyone involved in web development.
  • FireFTP - An FTP client in your web brower.
  • Flashblock - Block annoying flash animations.
  • Forecastfox - A nifty extension for knowing the weather.
  • FoxyTunes - Use Firefox to control what your listening to.
  • Gmail Space - Upload files to your gmail account.
  • Greasemonkey - An extension for further extensions. Great if you think a site needs more functionality than it presently offers.
  • IE Tab - Yes, its still the case that certain websites only support IE (unfortunately). Now you don't have to open IE in a separate window to view the page.
  • Image Zoom - If an image is either to big or to small to see the way you want to see it, use this extension to zoom in or out.
  • JumpKnowledge Webpage Annotator - Encounter something online that you feel you just got to comment on? Use this extension to annotate the web!
  • Launchy
  • LeechBlock - Visit certain sites too often when you're supposed to be working. This extension helps you to limit yourself.
  • Save Session - Need to close your browser for some reason, but want it to remember which pages you were viewing when you open it back up next time. Here is the extension for you.
  • ScribeFire - If you like to blog, then this is the best Firefox addon I've found for doing so. Very impressive!
  • TimeTracker - A simple but excellent extension for gaging how much time you send online.
  • Zoho QuickRead - An office suite in your web-browser. I'm definitely going to keep my eye on this one

Firefox crashing on Youtube in Ubuntu Hardy

If you've been surfing Youtube a lot using the default configuration of Ubuntu Hardy, chances are you've experienced an unusual amount of crashing. An absurd amount, in fact. It has been driving me crazy! I've finally been able to cobble together a solution from suggestions here and there on various forums (with special thanks to the works of Conn in these forums):

  • Download the new Flash 10 beta player from here to your home directory and unzip it.
  • Remove 'flashplugin-nonfree' and 'libflashsupport' using Synaptic
  • Using the command line: mkdir ~/.mozilla/plugins/ (if it is not already there)
  • cp ~/install_flash_player_10_linux/libflashplayer.so ~/.mozilla/plugins/libflashplayer.so
  • Using Synaptic, make sure you have the latest of the following installed: 'alsa-base', 'pulseaudio', and 'libasound2-plugins'
  • Then create and edit ~/.asoundrc and add:
pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}

That should do it! Restart your browser and see if you still get all those crashes

Reasons for Firefox hanging

If you just install some extension and Firefox hangs upon loading, it could be due to some of the following reasons:
  1. A file inside the extension package is misnamed. I once gave a XUL file an .RDF extension and Firefox just hung. No error message. It sat at around 14MB of memory and showed no CPU usage.
  2. Something is wrong with the extension's install.rdf file or the content\contents.rdf file. Maybe the URI of the extension is not parsed properly (see another topic on that).
Well, what can you do? You can delete Firefox's profile on your machine (if you don't miss your usage data) by killing the Firefox subdirectory in:
C:\Documents and Settings\{your user id}\Application Data\Mozilla
if you're using Windows. Perhaps there's something more specific in that directory to kill, but I haven't investigated. Note that reinstalling Firefox doesn't help

Opera Theme for Firefox

Unfortunately, the Opera Theme for Firefox is no longer being developed (as far as I can tell - I've searched for it everywhere!). The version linked to below only works with Firefox 2, which I doubt you're using.

Feel free to take a look at my blog, or try your luck with the theme:

Firefox 2 theme for Firefox 3 beta

Full power of new gecko engine with a good old Firefox 2 face

Hi, due ado-team of mozilla addons right now are «busy with fx3-updates», my theme versions 0.9.x will be in pending state more time. You always may update theme here on this site. In time updates will appears on official site. Thanks.

Click here to install theme

install theme, mozilla add-ons, statistics

test version 0.1.1 for mac os — scrollbar fixed, addons window in progress, bookmark manager fixed, but there are many bugs to fix

version 0.9.3: menu fixed for linux, new ff2 rss icons, tabs in options for linux fixed

Gran Paradiso Alpha 3

Mozilla.org has released Gran Paradiso Alpha 3, an early developer milestone for the next major version of Firefox that is being built on top of the next generation of Mozilla's layout engine, Gecko 1.9. Gran Paradiso Alpha 3 is being made available for testing purposes only.

Gecko 1.9 Alpha 3 introduces several new features which can be tested by using Gran Paradiso Alpha 3:

- Animated PNG (APNG) images are now supported.
- The DOM clientLeft and clientTop attributes are now supported.
- Introduced support for , which puts resources into the browser's offline cache. This allows a web application to ensure that its resources are available in the cache when the browser goes into offline mode.
- Improved precision of layout and scaling across a wide range of screen and printer resolutions.
- Implemented cycle collection in XPCOM, which detects cases where two released objects hold one another, but neither is held by anyone else. In this scenario, both objects can safely be purged. Previously, the holds each has on the other would have prevented them from being purged.
- Added support for the HttpOnly cookie attribute, which marks a cookie as readable only by the server and not by client-side scripts.
- Added a new preference, "Warn me when web sites try to redirect or reload the page", which notifies the user when the page specifies HTTP-EQUIV=refresh.

Mozilla.org provides Gran Paradiso for Windows, Linux, and Mac OS X in a variety of languages.

Gran Paradiso Alpha 1 now available

Gran Paradiso Alpha 1 is an early developer milestone for the next major version of Firefox that is being built on top of the next generation of Mozilla's layout engine, Gecko 1.9. Gran Paradiso Alpha 1 is being made available for testing purposes only.Firefox team have posted the first Alpha release of Firefox 3.0, "Gran Paradiso". Some of the new features include the use of Cairo as the graphics library, Cocoa Widgets on Mac OS X, and improved SVG specification compliance. Builds are available for Windows, Mac OS X and Linux. Before reporting any bugs, make sure to check the Known Issues list, and happy testing!.

check Alpha release of Firefox 3.0,

About the QuickJava Plugin

QuickJava is a Firefox plugin that allows you to easily enable/disable the Java and Javascript from the toolbar. Two icons are placed in the toolbar, click on them to toggle the state. If you right click either icon it will update both icons.

The QuickJava plugin can be found here.

Version History:
0.4 - Middle-click either icon to toggle both preferences.
0.3 - Automatic update of icon even when preference is changed elsewhere.
0.2 - Added graphics, other minor tweaks.
0.1 - First version: Internal version only

This is my first plugin and I'm still getting a feel for how to do everything.

Please feel free to comment and post requests.

Plugin Developed By: Doug Greene
Graphics Developed By: Kate Tarvin and Doug Greene

(Yes the date on this "blog" entry is way into the future, to keep it up top)

Firefox to Lend a Hand to Internet Explorer

Just to prove how friendly Firefox and Internet Explorer development teams really are, see what they have done:

As Microsoft's Internet Explorer lags behind the implementation of the latest HTML standards - in this case the canvas element from HTML5 - one of Mozilla's engineers has decided to add that support to IE by creating an Active X for that purpose.

The web can only move forward if browsers really follow these HTML standards. Otherwise, few people would develop a "next-gen" web 3.0 site if they knew people using IE would be unable to see it as it's intended.

This way, even if Microsoft has no plans on supporting HTML standards (something that has caused major headaches for web developpers for as long as I can remember) Mozilla has done the job for them.


What have we come to... Mozilla helping Internet Explorer... geeezz

Firefox Secrets. How to access hidden options

Virtually any operating system or software has its "dark spots" that allow access to the most important (and vulnerable!) Settings, which can manipulate not only a so-called "tuning" programme, but with inadequate action to withdraw its failure. Typically, these hidden parameters used by developers to debug their products, and not to plunge the curious users sacraments of their programmes, access to these settings carefully concealed.
This small volume article we will share secrets "thin" your Firefox, describe how falling into the "holy of holies" in the menu settings of the browser undocumented as to accelerate the loading of the programme and more. Here we go!
First, list some commands (please enter in your web browser), which will give enough background information, unavailable from the regular menu Firefox.
# about: - displays a certificate of release, the kernel and the number of assembly browser, as well as copyright information.
# about:cache, provides information on the cache (including disk) with a complete list of all files;
# about:buildconfig - brings up a list of options and arguments, used to compile your version of Firefox;
# about:plugins - tell the identification of additional modules in the browser;
# about:credits - poveduet of those actively involved in the development, debugging and testing Firefox;
# about:config is the most interesting team, representing some semblance of the registry regedit set of Windows. You can gain access to many hidden outside your browser.

Accelerating the launch of Firefox (for Windows XP)
To expedite the load browser seize properties Windows XP pre-caching frequently launched programs (prefetches). The cache data such programmes in the special directory-Prefetch. That requires clicking the right mouse button on the browser icon, go to Settings window properties label. Next, which established the path to the program must be at the end of this file /Prefetch:1. That is the path to Firefox, if you had installed on the C:, the following works : "C:\Program Files\Mozilla Firefox\firefox.exe" /Prefetch:1

Accelerating the opening of Firefox at decommissioning / deployment of the browser
Window by default, while minimizing their windows to the system tray, Firefox frees memory operating system, and with recourse to the screen, producing a second injection of data in memory. This, of course, would not distinguish themselves on powerful computers, but for weaker can be very noticeable. If your computer is not powerful, but it is "on board" enough RAM, you can make Firefox not unload themselves of the memory system. This run is known to us Editor preferences (about : config), creating a new binary parameter named config.trim_on_minimize and set it to "false". After the browser all changes back to their seats.

Limiting the amount of memory occupied by Firefox
Now share a secret, even the opposite of what the previous paragraph. For the care and control of appetite browser enough to do the following steps. Go to about:config, create new integer parameter browser.cache.memory.capacity and as a value point we need to limit the amount of memory in kilobytes, for example, 10000. Then restart your browser to apply changes.

Live disk cache Firefox elsewhere
In the Standard Preferences of browser you can not change the location of the directory for storing temporary Internet files. The redeployment of the data will have to do the following. Go to about:config, create a string parameter browser.cache.disk.parent_directory values which outlined a new path to the directory for storing temporary internet-kontent

about:robots

If you type:

about:robots

in your Firefox 3.0 address bar, you'll get this:


  • Robots may not injure a human or, through inaction, allow a human being to come to harm.
  • Robots have seen things you people wouldn't believe.
  • Robots are Your Plastic Pal Who's Fun To Be With.
  • Robots have shiny metal posteriors which should not be bitten.

What you might not now is where those phrases come from. But I'm here to help.

The page title "klaatu barada nikto" is from the sci-fi classic The day the Earth Stood Still.

The first phrase is fairly famous. It's the first law of robotics from Asimov.


The second is a reference to Blade Runner's Rutger Hauer monolog known as The Roy Batty Soliloquy.

I’ve seen things you people wouldn’t believe. Attack ships on fire off the shoulder of Orion.
I’ve watched c-beams glitter in the dark near the Tannhauser gate.
All those moments will be lost in time, like tears in rain. Time to die.


The third one... you should be ashamed for not knowing it:
Does Douglas Adam's Hitchiker’s Guide to the Galaxy rings a bell? It better!


Fouth one: Futurama - “Bite My Shiny Metal Ass!” - Bender
And last but not least: “And they have a plan”
Just watch Galactica's Intro and you'll get it..

FireTune for Mozilla

FirefoFireTune for Mozilla Firefox v1.x and v2.x was developed for an easy and fast optimization of your browsing experience with Firefox. It is based on a collection of popular and well working optimization settings used and tested by the experts. Usually you have to optimize Firefox manually, which can be time consuming and difficult for the novice user. FireTune helps you here - it includes all the performance optimizations. The only thing you must do is: make your selection. FireTune does the work for you.

According to your specific computer speed and internet connection speed, FireTune will optimize several internal settings of Firefox for better performance. FireTune does NOT modify the Firefox executable, or any other Firefox binary file. Everything can be undone easily provided you saved your original profile configuration file with FireTune's profile backup feature before.

In most of all cases you'll notice an improved browsing speed after optimizing Firefox with FireTune. FireTune is Freeware and can be downloaded from the link below.

Download: FireTune 1.1.3

Portable Firefox

Download: Firefox Portable

about:config

“about:” command

1st
Name: about:
Function: General Information
Type about: into your address bar and hit enter. This provides information on your version number, Firefox copyright date, and release note (if you click on the version number).

2nd
Name: about:config
Function: Firefox speedup tweak
Here are the steps:
1. Type “about:config” in the adress field.
2. Set the value of network.http.pipelining to “true”.
3. Set the value of network.http.pipelining.maxrequests to “100″ or “200″
4. Set the value of network.http.proxy.pipelining to “true”
5. Set the value of nglayout.initialpaint.delay to “0″
The last line, “nglayout.initialpaint.delay”, this entry needs to be created as it doesn’t exist by default. To create a new entry, right-click the other entries in the window, select “New” > “Integer”, and paste in “nglayout.initialpaint.delay”.
Set the value to zero — “0″.

3rd
Name: about:mozilla
Function: Fun
This one is interesting, probably created because somebody was bored or looking to surprise the Firefox community. It’s some writings about Firefox, sort of in a Biblical style. This about serves one purpose, to provide Firefox users with a good laugh!

4th
Name: about:blank
Function: blanking
Totally blank!!!!!!!!!!hahahahaah

5th
Name: about:cache (ahkong blog about it before)
Function: Cache Information
Mozilla developed a nice way to view files that are in both your memory and file cache. This will take you to a page that lets you to see a summary of your browser cache and also will allow you to browse the files stored in your cache. Below are some other cache entries you can use to do various thing to your cache.
a.) about:cache?device=memory
List memory cache entries
b.) about:cache?device=disk
List disk cache entries

6th
Name: about:buildconfig
Function: Shows Build Information
This one shows the Firefox build. Pretty self-explanatory.

7th
Name: about:credits
Function: Credits Listed
Displays credits to the people who developed and helped develop Mozilla Firefox. Nice little touch.

8th
Name: about:plugins
Function: plug ins Listed
This about command lists currently installed third party plug-ins. AKA “About Plugins” located in the help menu.

9th
Name: about:bloat
Function: also blanking
This command’s function is unknown as it just brings you to a blank page.

10th
Name: about : kitchensink
Function: No Longer In Use
This one only appeared for a short time.

11th
Name: about:firefox and about:firesomething
Function: Fun
This command deals with the book of Mozilla. It’s back! Anyway, you need the extension t

Saturday, May 24, 2008

tools serials






Advanced Access Password Recovery 2.5 8KCApk6PrrhV87gfxeftwsqm ElcomsoftAdvanced Archive Password Recovery 2.10 ARCHPR-TBHW5SSMYGQS-4P4D5C6NPZUEZ4DB ElcomsoftAdvanced Archive Password Recovery 2.20 ARCHPR-TBHW5SSMYGQS-GNGD56ZSWN7NZ4UG ElcomsoftAdvanced Batch converter 1.20 Artur Kl-HGFHGH^fg6 Gold Software Developments Advanced IE Password Recovery 1.01 IEPR-W7ZG-Z8NZ-VRUJ-DHEEM-NUJW-UXGJS ElcomsoftAdvanced Instant Messengers Password Recovery 1.70 MGPR-8HPY-WP3D-MX6F-ZMCYZ-SPQS-JUEGA ElcomsoftAdvanced Mail List Verify 4.25 AMV-44-QZZNK-534 Mail utilities Advanced MP3WMA Recorder v3.2 5749-1D5A-8773-6424 Advanced Office 2000 Password Recovery 1.11 PRO MSF2K-PB67-XDJYY-226 ElcomsoftAdvanced Office 2000 Password Recovery 1.20 PRO MSF2K-PB78-YPNKF-436 ElcomsoftAdvanced Office Password Breaker 1.20 AOKR-D-TM2W-C8MT-AUSD ElcomsoftAdvanced Outlook Password Recovery 1.20 OL-728-HKKHR-259 ElcomsoftAdvanced PDF Password Recovery 1.46 PDFP-STDF-HFBK-54KP-R2CC3-VDX8-4QF4U Elcomsoft Advanced PDF password recovery 2.12 PRO PDFP-V8F6-5W7J-HDUY-NXNFA-Z6V3-CFXXE ElcomsoftAdvanced Project Password Recovery 1.01 MSPP-83852-DWMRA-762 ElcomsoftAdvanced Registry Tracer 1.58 ART-33-PHQNS-969 ElcomsoftAdvanced Registry Tracer 1.60 ART-42-MSNQT-435 ElcomsoftAdvanced VBA Password Recovery 1.41 PRO VP-234-MFBFB-574 ElcomsoftAdvanced ZIP Password Recovery 3.53 000031121939200619417UNjMAEdbYgMytyr ElcomsoftAdvanced ZIP Password Recovery 3.54 00003112193920061941ZMMarhdDqCfUnFFV ElcomsoftIEPR-W7ZG-Z8NZ-VRUJ-DHEEM-NUJW-UXGJIEPR-W7ZG-Z8NZ-VRUJ-DHEEM-NUJW-UXGJShttp://www.getyourfile.com/Utilities/Password-Recovery/670-Advanced-Internet-Explorer-Password-Recovery.html

connection












Auto - Updates

Auto-Updates
app.update.autoUpdateEnabled. (Boolean) Setting this option to true enables Firefox to check at regular
intervals for updated versions of Firefox. Of late the main Firefox releases have been due to security
issues and as such it would be recommended to leave this set to true. If you don’t require this
functionality for some reason, set this to false. Note – This is the same as the Software Update, Firefox
option in the Advanced tab.
app.update.url. (String) The entry here specifies where to check for updated extensions. You shouldn’t
need to alter this.
app.update.interval. (Integer) The value entered here specifies the amount of time, in milliseconds, that
Firefox waits before checking for updates. The default being 86400000, aka 1 day. Of late the main
Firefox releases have been due to security issues and as such it would be wise to leave this at the default
to ensure you get notified of such updates ASAP.
extensions.update.autoUpdateEnabled. (Boolean) Setting this to true enables checking for updated version
of the extensions/themes. Set this to false to disable such checks, this isn’t recommended. Note – This is the
same as the Software Update, #my Extensions and Themes option in the Advanced tab.
extensions.update.url. (String) The entry here specifies where to check for updated extensions. You
shouldn’t need to alter this.
extensions.update.interval. (Integer) The value entered here specifies the amount of time, in
milliseconds, that Firefox waits before checking for updates. The default is 604800000 (7 days). This is a
sufficient value as extension updates aren’t likely to be of critical importance, though feel free to
increase/decrease this if necessary.

Flashblock

Flashblock. Flashblock is an extension for the Mozilla and Firefox 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 a placeholder on the page that
allows you to click to view the Flash content.
· Netcraft Toolbar. The Toolbar community is effectively a giant neighbourhood watch
scheme, empowering the most alert and most expert members to defend everyone within
the community against phishing frauds. Once the first recipients of a phishing mail have
reported the target URL, it is blocked for community members as they subsequently
access the URL. Widely disseminated attacks (people constructing phishing attacks send
literally millions of electronic mails in the expectation that some will reach customers of
the bank) simply mean that the phishing attack will be reported and blocked sooner.
· Adblock. Adblock is a content filtering plug-in for the Mozilla and Firebird browsers. It is
both more robust and more precise than the built-in image blocker. Adblock allows the
user to specify filters, which remove unwanted content based on the source-address.
· SessionSaver. SessionSaver restores your browser -exactly- as you left it, every startup,
every time. Not even a crash will phase it. Windows, tabs, cookies + scrolling -- they're all
saved.
· Mouse Gestures. Mouse Gestures are a fast way to execute commands without using the
keyboard, menus or toolbars. Instead, the user holds down a mouse button (usually the
right one), moves the mouse in a certain way to form a gesture, and then releases the
mouse button. In web browsers like Mozilla Firefox or the Mozilla Suite, gestures are
used to go back or forward a page, switch between tabs, open multiple links at once,
control text or image size, and numerous other functions.
· ForecastFox. Forecastfox is an extension that brings international weather from
AccuWeather to your Firefox web browser. You can use your US zip code or you can
easily find your town or city by using the built in search tool. It is unobtrusive and
lightweight, yet can be customized to display nearly as much data as the leading desktop
weather programs.
· Web Developer. The Web Developer extension for Mozilla Firefox and Mozilla adds a menu
and a toolbar to the browser with various web developer tools.
· FoxyTunes. FoxyTunes allows you to control your favorite media player without leaving the
browser. The controls are positioned on the status bar or one of the toolbars, so no extra
space is wasted. FoxyTunes has several nice features. You can control the playback,
adjust the volume, see what's playing, and more.
· About This Site. About this site is a Firefox extension by Gina Trapani which gives you 1-
click access to various services that provide information about the web page you are
viewing.
· Tab Mix. Tab Mix is an extension for the Mozilla Firefox browser which enhances its tab
browsing capabilities. Tab Mix's main objectives are to be small, fast, easy to use, logical,
and without bugs while containing the most natural features related to tab browsing.
· Greasemonkey. Greasemonkey lets you add bits of DHTML ("user scripts") to any web
page to change its behavior. In much the same way that user CSS lets you take control
of a web page's style, user scripts let you easily control any aspect of a web page's














 


Firefox 3.0 v1 Wallpaper

Available in:
1920x1200 pixel (Wide Screen) Format
1600x1200 pixel (Standard Screen Format.
Click here to Download

mozila

Microsoft has reigned the browser market for a long time, ever since it took the original Netscape
browser out of the picture; there has been no competitor able to keep up with Internet Explorer.
wedone
barely keeping up with security holes found in its browser.
Just as Linux is to Windows, Mozilla’s open-source Firefox is to Internet Explorer. The fact is, although
IE is still the top used browser, Firefox is by far the best out there (Opera is fantastic, too, just not
completely free).