Sunday, November 28, 2010

15 Coolest and Nice tricks for Firefox


15 Coolest Tricks Ever
I think everybody's darling and favorite browser is Mozilla Firefox which is a open- source. And with some add-on's the browser looks pretty cute and stylish. You can make it much better and fast with the following tricks.

1) More Screen Space:-
Make your icons small. Go to View – Tool bars – Customize and check the “Use small icons” box.
2) Smart Keywords:-
If you daily use search box very often then this is an awesome tool that not many people use. Right-click on the search box, select “Add a Keyword for this search”, give the keyword a name. Its an easy to type and easy to remember shortcut name(let's say "favorite") and save it. Now when you want to do an favorite search, go to Firefox’s address bar, type "favorite" that's it you'll get the related items of "favorite" . Instant search. You can do with this in any search box.
3) Keyboard Shortcuts:-
This is where you became a real chic. With these shortcuts your browsing will be super fast. So, here are the some most commonly used shortcuts.
  • Spacebar (page down)
  • Shift-Spacebar (page up)
  • Ctrl+F (find)
  • Alt-N (find next)
  • Ctrl+D (bookmark page)
  • Ctrl+T (new tab)
  • Ctrl+K (go to search box)
  • Ctrl+L (go to address bar)
  • Ctrl+= (increase text size)
  • Ctrl+- (decrease text size)
  • Ctrl-W (close tab)
  • F5 (reload)
  • Alt-Home (go to home page)
4) Auto-Complete:-
This is another keyboard shortcut, but it’s not commonly known and very useful. Go to the address bar (Control-L) and type the name of the site without the “www” or the “.com”. Let’s say “google”. Then press Control-Enter, and it will automatically fill in the “www” and the “.com” and take you there – like magic! For .net addresses, press Shift-Enter, and for .org addresses, press Control-Shift-Enter. Hope everyone know this but these are very cool and time saving shortcuts.
5) Tab Navigation:-
Instead of using the mouse to select different tabs that you have open, use the keyboard. Here are the shortcuts:
  • Ctrl+Tab (rotate forward among tabs)
  • Ctrl+Shift+Tab (rotate to the previous tab)
  • Ctrl+1-9 (choose a number to jump to a specific tab)
6) Mouse shortcuts.
Sometimes you’re already using your mouse and it’s easier to use a mouse shortcut than to go back to the keyboard. Master these cool ones:
  • Middle click on link (opens in new tab)
  • Shift-scroll down (previous page)
  • Shift-scroll up (next page)
  • Ctrl-scroll up (decrease text size)
  • Ctrl-scroll down (increase text size)
  • Middle click on a tab (closes tab)
7) Delete items from address bar history.
Firefox’s ability to automatically show previous URLs you’ve visited, as you type, in the address bar’s drop-down history menu is very cool. But sometimes you just don’t want those URLs to show up (I won’t ask why). Go to the address bar (Ctrl-L), start typing an address, and the drop-down menu will appear with the URLs of pages you’ve visited with those letters in them. Use the down-arrow to go down to an address you want to delete, and press the Delete key to make it disappear. Or simply goto History tab in menu bar and you'll see the links then you can easily delete that particular link.

8) User chrome.
If you really want to trick out your Firefox, you’ll want to create a UserChrome.css file and customize your browser. It’s a bit complicated to get into here, but check out this one

9) Grab files off webpages, even protected webpages
Have you ever wanted a picture, file or video of a webpage but you can’t, because it’s been protected? Just right-click on the page, choose “View Page Info” then the “media” tab. Find the file you’re looking for from the list and click on “save”.

10) about:config
.
The true power user’s tool, about.config isn’t something to mess with if you don’t know what a setting does. You can get to the main configuration screen by putting about:config in the browser’s address bar.

11) Add a keyword for a bookmark.
Go to your bookmarks much faster by giving them keywords. Right-click the bookmark and then select Properties. Put a short keyword in the keyword field, save it, and now you can type that keyword in the address bar and it will go to that bookmark.

12) Speed up Firefox.
If you have a broadband connection (and most of us do), you can use pipe lining to speed up your page loads. This allows Firefox to load multiple things on a page at once, instead of one at a time (by default, it’s optimized for dial-up connections). Here’s how: Look this one

13) Limit RAM usage.
If Firefox takes up too much memory on your computer, you can limit the amount of RAM it is allowed to us. Again, go to about:config, filter “browser.cache” and select “browser.cache.disk.capacity”. It’s set to 50000, but you can lower it, depending on how much memory you have. Try 15000 if you have between 512MB and 1GB ram.

14) Reduce RAM usage further for when Firefox is minimized.
This setting will move Firefox to your hard drive when you minimize it, taking up much less memory. And there is no noticeable difference in speed when you restore Firefox, so it’s definitely worth a go. Again, go to about:config, right-click anywhere and select New-> Boolean. Name it “config.trim_on_minimize” and set it to TRUE. You have to restart Firefox for these settings to take effect. Itz really a cute n cool trick.

15) Move or remove the close tab button.

Do you accidentally click on the close button of Firefox’s tabs? You can move them or remove them, again through about:config. Just you have to do is Edit the preference for “browser.tabs.closeButtons”. Here are the meanings of each value:
  • 0: Display a close button on the active tab only
  • 1:(Default) Display close buttons on all tabs
  • 2:Don’t display any close buttons
  • 3:Display a single close button at the end of the tab bar (Firefox 1.x behavior)

Trick to Hide Audio files Inside Images

Its a cool and useful trick to the guys those who feel to hide their precious audio files from the other users of their PC. There are lots of tools to do this one but with this trick there is no need of installing any soft-wares or tools. It's really cool! and its an example of steganography you can send special messages in recorded audio format that no one would guess evne to your friend in picture format. It is like combining two files into one and when you try to run that file then you'll simply get a image to see. And it can be done in 3 different ways.

First Method--> Combining audio(.mp3) with picture (.gif)
Here is how you have to do it. For example we are going to hide mp3 file inside a gif(Graphics Interchange Format) image file. Make sure that you have the gif file and mp3 file in the same folder. If so then go to command prompt i.e, click on Run (Winkey+R) type cmd.
Go to the drive and folder of those files. Then this is the command you need to use
copy pic.gif /b + impmusic.mp3 /b combined.gif”(Without quotes)


Now once you run the command then you will get a combined.gif in your respective folder. Of course you can use any name for the target file. Just make sure that it has a gif extension.

Now if you open the file it will show up as an image file and the image will be displayed. There will be no indication of the mp3 file at all.
To listen to the mp3 file, you would need to open it manually in Winamp player. It was not working with VLC or Windows Media Player. With Winamp the audio plays fine.

Second Method--> Combining audio(.wav) with picture (.gif)


The other one is to combine the .wav file with .gif file. Now procedure will be same but change the audio file replace the file which is have .wav extension. And apply the command in command prompt
"copy pic.gif /b + audio.wav /b combined.gif"(Without quotes)Now once you run the command then you will get a combined.gif in your respective folder. Of course you can use any name for the target file. Just make sure that it has a gif extension.

Now if you open the file it will show up as an image file and the image will be displayed. There will be no indication of the mp3 file at all.

I have tried to load it into winamp, doesn't play this time. loaded the combined.gif into
windows media player, it also only display the picture but no sound.
looks like only .mp3 sound format is supported.

Third Method--> Combining audio(.mp3) with picture (.jpg)
The third trick is to combine the .mp3 audio file with .jpg picture file. And apply the command in command prompt "copy picture.jpg /b + mine.mp3 /b combined.jpg"(without quotes)Now I have tried to play the combined.jpg in winamp player and it played without any errors. Again, loaded combined.jpg into windows media player, I can only see the picture but no music.

Note:-If you're on a Linux box, you can do it by using the command "cat picture.gif
sound.mp3 > combined.gif"

Translate Your Local Doucuments Instantly with Google Translator Toolkit


Have you ever worried about translating? Have you ever dreamed about sending the whole document to your friend or family member in their dear language? For these strong and tough questions the famous search engine Google provided a gentle toolkit called Google translator toolkit, which helps in translating your whole documents into your pet language.

The standard Google Translation service is pretty good for translating documents that exist on the web but if you ever need to translate Word files that reside on your local hard drive, the translator toolkit will come in handy.


It's an online service where you can upload Word Documents or Text Files and translate from one language to another language instantly.

Google Translator Toolkit
To go into Google translator site just click here. or click here.

It'll be more easy if you are logged into your Google account

The document formatting is more or less conserved and you can download the translated files to your desktop in their original format like Word, OpenOffice or HTML.

Unlike regular Google Translation which is read-only, here you also have the option to edit the translated version of the document in the browser itself.

ORIGINAL TRANSLATED