Which web browser do you use?

Status
Not open for further replies.
Joined
Mar 19, 2007
Messages
1,814
Reaction score
137
Points
63
Location
NY USA
Your Mac's Specs
iMac 5.1 | iMac 7.1 | iMac 12.1 | iMac 19.1 | iPhone 11 Pro | Watch s5
Yes you're right, I was exaggerating and overstating. Safari had me very frustrated lately. The last two projects were slightly nightmarish because of it. I feel much better now =)

I would not design a website differently for ANY browser. The way I see it, why should I do extra work because they want to be different?? But, its the browser the client has that dictates my work. Some, in rural areas of the states, need their site to work in IE 5. Not five point five. Five-Oh, on windows Ninety-Eight. YYIIKEESS. "And can you have those nice opacity transitions and ajax controls, too?? Thanks." haha!!

The ram test I did was very quick and not so thorough. I'd love to do a truer test but don't know when I can squeeze in the time. Maybe now?

Thanks for the compliment on my site. It's been fun. And the Javascript audio engine I built has been adopted into Scriptaculous. Very excited.
 
Joined
Mar 19, 2007
Messages
1,814
Reaction score
137
Points
63
Location
NY USA
Your Mac's Specs
iMac 5.1 | iMac 7.1 | iMac 12.1 | iMac 19.1 | iPhone 11 Pro | Watch s5
Yes you're right, I was exaggerating and overstating. Safari had me very frustrated lately. The last two projects were slightly nightmarish because of it. I feel much better now =)

I would not design a website differently for ANY browser. The way I see it, why should I do extra work because they want to be different?? But, its the browser the client has that dictates my work. Some, in rural areas of the states, need their site to work in IE 5. Not five point five. Five-Oh, on windows Ninety-Eight. YYIIKEESS. "And can you have those nice opacity transitions and ajax controls, too?? Thanks." haha!!

The ram test I did was very quick and not so thorough. I'd love to do a truer test but don't know when I can squeeze in the time. Maybe now?

Thanks for the compliment on my site. It's been fun. And the Javascript audio engine I built has been adopted into Scriptaculous. Very excited.
 
Joined
Mar 19, 2007
Messages
1,814
Reaction score
137
Points
63
Location
NY USA
Your Mac's Specs
iMac 5.1 | iMac 7.1 | iMac 12.1 | iMac 19.1 | iPhone 11 Pro | Watch s5
I re-ran my test, the correct way. Last time i was using Activity Monitor - thats where the extra 120 or so MB ram went. I apologize for the very wrong results!
This time I used only MenuMeters to see the ram/swap usage.
Here is my procedure and results:

Restart
Memory used: 147.4MB (64MB Swap)
Open Safari
Open 5 bookmarks in tabs
Click each tab, scroll every page to the botoom.
Memory used: 170.1MB (64MB Swap)

Restart
Memory used: 145.0MB (64MB Swap)
Open Firefox
Open 5 bookmarks in tabs
Click each tab, scroll every page to the botoom.
Memory used: 165.8MB (64MB Swap)

So there is the difference. Safari/Webkit used 22.6MB. Firefox used 20.8MB
Not much of a difference at all.
 
Joined
Mar 19, 2007
Messages
1,814
Reaction score
137
Points
63
Location
NY USA
Your Mac's Specs
iMac 5.1 | iMac 7.1 | iMac 12.1 | iMac 19.1 | iPhone 11 Pro | Watch s5
I re-ran my test, the correct way. Last time i was using Activity Monitor - thats where the extra 120 or so MB ram went. I apologize for the very wrong results!
This time I used only MenuMeters to see the ram/swap usage.
Here is my procedure and results:

Restart
Memory used: 147.4MB (64MB Swap)
Open Safari
Open 5 bookmarks in tabs
Click each tab, scroll every page to the botoom.
Memory used: 170.1MB (64MB Swap)

Restart
Memory used: 145.0MB (64MB Swap)
Open Firefox
Open 5 bookmarks in tabs
Click each tab, scroll every page to the botoom.
Memory used: 165.8MB (64MB Swap)

So there is the difference. Safari/Webkit used 22.6MB. Firefox used 20.8MB
Not much of a difference at all.
 
Joined
Aug 2, 2005
Messages
1,229
Reaction score
75
Points
48
Your Mac's Specs
2.6GHz Core i7 15" MacBook Pro - 8GB DDR3 SDRAM - 750GB 7200 RPM HDD - GeForce 650M GT 1GB VRAM
Ah, I see. I stand corrected on Firefox then. I haven't had much experience with 2.0 to be honest. And wow... IE 5.0?! That just sounds... horrific. That's really cool that your engine's getting adopted into Scriptaculous. The fact you can get sounds working like that without the need for any plugins is just awesome. All we need now is for IE to get up to speed. XD
 
Joined
Aug 2, 2005
Messages
1,229
Reaction score
75
Points
48
Your Mac's Specs
2.6GHz Core i7 15" MacBook Pro - 8GB DDR3 SDRAM - 750GB 7200 RPM HDD - GeForce 650M GT 1GB VRAM
Ah, I see. I stand corrected on Firefox then. I haven't had much experience with 2.0 to be honest. And wow... IE 5.0?! That just sounds... horrific. That's really cool that your engine's getting adopted into Scriptaculous. The fact you can get sounds working like that without the need for any plugins is just awesome. All we need now is for IE to get up to speed. XD
 
Joined
Mar 19, 2007
Messages
1,814
Reaction score
137
Points
63
Location
NY USA
Your Mac's Specs
iMac 5.1 | iMac 7.1 | iMac 12.1 | iMac 19.1 | iPhone 11 Pro | Watch s5
Well, I don't know what happens to memory usage after hours of use.

Rendering is ok in IE 5. But rollover are a problem because of flickering. So you gotta do all this JS stuff to preload and hold things in arrays and BLECH.

The sounds are actually easiest to implement in IE. I just dynamically create and destroy BGSOUND elements. However, some other browsers do not have native support for sounds. So it gets dicey figuring out the browser, OS, available plugins, etc.
Truth be told, the sound engine does use plugins (if you're not on IE or Opera). However if none is available, it does not report an ugly warning: "Missing plugin, click here to search for a non existent plugin, get frustrated, and turn the computer off" =)
 
Joined
Mar 19, 2007
Messages
1,814
Reaction score
137
Points
63
Location
NY USA
Your Mac's Specs
iMac 5.1 | iMac 7.1 | iMac 12.1 | iMac 19.1 | iPhone 11 Pro | Watch s5
Well, I don't know what happens to memory usage after hours of use.

Rendering is ok in IE 5. But rollover are a problem because of flickering. So you gotta do all this JS stuff to preload and hold things in arrays and BLECH.

The sounds are actually easiest to implement in IE. I just dynamically create and destroy BGSOUND elements. However, some other browsers do not have native support for sounds. So it gets dicey figuring out the browser, OS, available plugins, etc.
Truth be told, the sound engine does use plugins (if you're not on IE or Opera). However if none is available, it does not report an ugly warning: "Missing plugin, click here to search for a non existent plugin, get frustrated, and turn the computer off" =)
 
Joined
Dec 5, 2005
Messages
116
Reaction score
5
Points
18
Location
New York City
Your Mac's Specs
17 " iMac Core2Duo, 2GHz Processor, 1 Gig of RAM, Mac OS X 10.5.3
Been using Opera ever since version 7.
 
Joined
Dec 5, 2005
Messages
116
Reaction score
5
Points
18
Location
New York City
Your Mac's Specs
17 " iMac Core2Duo, 2GHz Processor, 1 Gig of RAM, Mac OS X 10.5.3
Been using Opera ever since version 7.
 
Joined
Mar 22, 2007
Messages
403
Reaction score
7
Points
18
Location
NY NY
Your Mac's Specs
iMac Duo White
Firefox for me never felt like a Mac App. Has more of the Windows feeling to it.
 
Joined
Mar 22, 2007
Messages
403
Reaction score
7
Points
18
Location
NY NY
Your Mac's Specs
iMac Duo White
Firefox for me never felt like a Mac App. Has more of the Windows feeling to it.
 
Joined
Mar 27, 2007
Messages
229
Reaction score
8
Points
18
Location
NPA - No Permanent Address
Your Mac's Specs
White MacBook 2GHz Intel Core2Duo 1GB 667MHz DDR2SDRAM 120GB HD | iPod Video 80GB White | iPhone 8GB
I use Safari because it's built-in, and I don't really like Firefox/Opera as a Mac app. I've been using Opera for Windows since it was in version 7, but it never had the look and feel for a Mac.

Safari is the best browser for Mac. It's simple but it works! But one thing I hate about it is that you can't edit the page source. It may be a resource hog, but it's real fast and I have a lot of RAM anyway. ;)
 
Joined
Mar 27, 2007
Messages
229
Reaction score
8
Points
18
Location
NPA - No Permanent Address
Your Mac's Specs
White MacBook 2GHz Intel Core2Duo 1GB 667MHz DDR2SDRAM 120GB HD | iPod Video 80GB White | iPhone 8GB
I use Safari because it's built-in, and I don't really like Firefox/Opera as a Mac app. I've been using Opera for Windows since it was in version 7, but it never had the look and feel for a Mac.

Safari is the best browser for Mac. It's simple but it works! But one thing I hate about it is that you can't edit the page source. It may be a resource hog, but it's real fast and I have a lot of RAM anyway. ;)
 
Joined
Mar 19, 2007
Messages
1,814
Reaction score
137
Points
63
Location
NY USA
Your Mac's Specs
iMac 5.1 | iMac 7.1 | iMac 12.1 | iMac 19.1 | iPhone 11 Pro | Watch s5
Remember when Microsoft was hated for packaging IE with their OS?
 
Joined
Mar 19, 2007
Messages
1,814
Reaction score
137
Points
63
Location
NY USA
Your Mac's Specs
iMac 5.1 | iMac 7.1 | iMac 12.1 | iMac 19.1 | iPhone 11 Pro | Watch s5
Remember when Microsoft was hated for packaging IE with their OS?
 
Joined
Mar 2, 2007
Messages
250
Reaction score
18
Points
18
Location
St Helens, OR, USA
Your Mac's Specs
MacBook CoreDuo 2Ghz 768M RAM
Currently giving Omniweb a test drive

I've been a staunch Firefox user since the "Phoenix" days. But I'm also a geek. I explore different options.
I gave Camino a try, the gecko engine and mac-ness was nice, but it just wasnt very extensible.
Gave Safari a goood run for the money..installed Saft, Safari Enhancer, ran Webkit.

Lately I've been using OmniWeb. Also a Webkit browser, but it uses a newer version than Safari.
I dig the thumbnail tabs and drawer. VERY OS X app-like.
The per-site settings, the regex ad blocking, little things make it very spiffy in my book.
OmniGroup's use of and enhancement of Webkit is obvious:
[url="http://www.flickr.com/photos/ghoti/444229707/" ]
444229707_68a9f5a34c.jpg
[/url]
 
Joined
Mar 2, 2007
Messages
250
Reaction score
18
Points
18
Location
St Helens, OR, USA
Your Mac's Specs
MacBook CoreDuo 2Ghz 768M RAM
Currently giving Omniweb a test drive

I've been a staunch Firefox user since the "Phoenix" days. But I'm also a geek. I explore different options.
I gave Camino a try, the gecko engine and mac-ness was nice, but it just wasnt very extensible.
Gave Safari a goood run for the money..installed Saft, Safari Enhancer, ran Webkit.

Lately I've been using OmniWeb. Also a Webkit browser, but it uses a newer version than Safari.
I dig the thumbnail tabs and drawer. VERY OS X app-like.
The per-site settings, the regex ad blocking, little things make it very spiffy in my book.
OmniGroup's use of and enhancement of Webkit is obvious:
[url="http://www.flickr.com/photos/ghoti/444229707/" ]
444229707_68a9f5a34c.jpg
[/url]
 
Status
Not open for further replies.

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top