Showing posts with label firefox. Show all posts
Showing posts with label firefox. Show all posts

Firefox Guiness World Record Certificate

Firefox Guiness World Record

Yeah, I'm actually part of the Guiness World Records. For those who downloaded Firefox 3 on June 17th to help set the Guiness Book of World Record for the most downloaded software in 24 hours, who help achieved 8,002,530 dowload in 24 hours .

You can generate the Guiness World Records Certificate from http://www.spreadfirefox.com/en-US/worldrecord/certificate_form

Tuesday, September 9, 2008 | posted in , | 0 comments [ More ]

Firefox 3 Crashes With Flash

Ubuntu Hardy: Recently many users complaint about firefox 3 keep on crashing whenever they try to load flash content websites.

To solve this problem:

Solution

1) Install nspluginwrapper

sudo apt-cache search nspluginwrapper

sudo apt-get install nspluginwrapper

or
wget http://www.chenhow.net/downloads/nspluginwrapper_0.9.91.5-2ubuntu2_i386.deb && \

dpkg -i nspluginwrapper_0.9.91.5-2ubuntu2_i386.deb

2) Install libflashsupport
sudo apt-get install libflashsupport

3) Reinstall flashplugin-nonfree
sudo apt-get remove --purge flashplugin-nonfree
sudo apt-get install flashplugin-nonfree

4) Restart firefox

5) Problem solved

Tuesday, July 29, 2008 | posted in , | 1 comments [ More ]

ScreenGrab! Save Entire Webpages as Images

This morning when I was preparing to do some step-by-step guide on some article, I find myself needed to do alot of screenshotting from the webpage as this is a "step-by-step" guide. Looking into my ubuntu box, I found a screenshot tool in Applications ▸ Accessories ▸ Take Screenshot

I gave up trying after a few screenshots that doesn't really meet my requirement. I need something that can take screenshot based on my selection, but this software only can take entire screen and windows screenshot.

After consulting google master, I have found a Firefox plugin call ScreenGrab! This plugin can save what you see in the window, the entire page, just a selection or a particular frame.

Here is the sample image that i capture from the webpage

screengrab



As you can see, it only capture the webpage without capture the whole browser window.

Source: ScreenGrab!

Sunday, July 27, 2008 | posted in , | 0 comments [ More ]