LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Browser Recommendation (https://www.linuxquestions.org/questions/linux-software-2/browser-recommendation-714630/)

Completely Clueless 03-26-2009 01:05 PM

Browser Recommendation
 
Hi all,

I need some recommendations for a browser which has the following qualities:-

Reasonably 'fast and slim'
Doesn't cache any browsed data
Can be configured so as not to download any pictures by default
Can declare itself as IE7 running on Win XP.

It's to go on a very small Linux netbook with a fairly low download limit, hence the need to cut out as much crap as possible.

Thanks,

C. Clueless.

farslayer 03-26-2009 01:31 PM

lynx -cache=0 -useragent="Windows; U; MSIE 7.0; Windows NT 6.0; en-US"

you never specified it needed to be GUI based...

unixfool 03-26-2009 01:42 PM

Quote:

Originally Posted by farslayer (Post 3488675)
lynx -cache=0 -useragent="Windows; U; MSIE 7.0; Windows NT 6.0; en-US"

you never specified it needed to be GUI based...

I was going to suggest a console-based browser...kinda let it go, though.

AlucardZero 03-26-2009 01:46 PM

Firefox can do it with plugins.

Opera can do it built-in.

Firefox is more popular; I prefer Opera.

Completely Clueless 03-26-2009 01:58 PM

Quote:

Originally Posted by farslayer (Post 3488675)
lynx -cache=0 -useragent="Windows; U; MSIE 7.0; Windows NT 6.0; en-US"

you never specified it needed to be GUI based...

Thanks for the tip, but can one config Lynx so as not to download pictures, so only empty frames are shown? That's important with a 1Gb/3months limit! Also, does it support hypertext or does one have to enter every single URL on the command line?

reptiler 03-26-2009 02:04 PM

Lynx doesn't show pictures, as it's completely console-based. Thus I expect that pictures aren't even downloaded.

Yes, it supports hypertext, you can easily follow links by selecting them and press Enter.

unixfool 03-26-2009 02:15 PM

Quote:

Originally Posted by reptiler (Post 3488715)
Lynx doesn't show pictures, as it's completely console-based. Thus I expect that pictures aren't even downloaded.

Yes, it supports hypertext, you can easily follow links by selecting them and press Enter.

I also thought that it could render image comments (ie, what you see in a mouseover of an image).

reptiler 03-26-2009 02:21 PM

Quote:

Originally Posted by unixfool (Post 3488724)
I also thought that it could render image comments (ie, what you see in a mouseover of an image).

Possibly. Not sure, though. Would have to check. Anyway, this wouldn't require actually downloading the image as it's part of the HTML-markup.

unixfool 03-26-2009 02:24 PM

Quote:

Originally Posted by reptiler (Post 3488733)
Possibly. Not sure, though. Would have to check. Anyway, this wouldn't require actually downloading the image as it's part of the HTML-markup.

I agree...I didn't suggest that. I just wanted to point out to the OP that even when he can't see an image, some pages will show such data so that he has a good situational awareness of the article being read.

farslayer 03-26-2009 10:18 PM

I believe lynx will just display the "Alternate text" property that you can assign an image in html..
Quote:


The Alt Attribute


The alt attribute is used to define an "alternate text" for an image. The value of the alt attribute is an author-defined text:
<img src="boat.gif" alt="Big Boat" />

The "alt" attribute tells the reader what he or she is missing on a page if the browser can't load images. The browser will then display the alternate text instead of the image. It is a good practice to include the "alt" attribute for each image on a page, to improve the display and usefulness of your document for people who have text-only browsers.
I thought of Firefox with plugins as well.. but I've never found firefox to be lightweight.. it can be rather a memory hog when it wants to be.

Heres an article you might want to peruse. to find a few GUI browser options that might also fit the bill...
http://freshmeat.net/articles/lightweight-web-browsers

i92guboj 03-26-2009 11:49 PM

I also suggest using a text based browser. If you are limited it's the best option. Firefox and alikes generate lots of traffic for I-don't-really-know-what-purpose, extensions can alleviate this to an extent, but I am not sure they are that efficient. Text browsers will not only generate much less traffic, but also they will render pages much quicker even when the download speed is very limited. And with that principle in mind, you could also make some estimations and cap the max download speed to make sure that you won't waste the bandwidth of 3 months in 3 days.

Smart web designers validate their pages, so every image should have the alt attribute in place, and that's what the browser will show instead of images. I guess that most browsers use that for that tipical yellow hover labels, not sure. You could also consider using squid or any other proxy to reduce the traffic if you'll be using the same web sites all the time.


All times are GMT -5. The time now is 02:03 PM.