« PHP & MySQL Developm... | Main | Losing the battle... »
 20041021 Thursday October 21, 2004

Browsers/Standards - Mac Rant

I'm a Mac user - I expect everything to just work. So I get frustrated when it doesn't.

The default browser on the Mac is Safari, which is great. Except it's very keen on caching, or seems to be. Which, when you're doing web page development, is a pain in the thing you sit on (no, not the chair!).

So I decided to try out other browsers. Camino, from the Mozilla folks. Great browser, happy with this. Until I notice a random extra flashing cursor in all my pages. That can't be right... So I've tracked this down to a text input field "showing through" from a different tab - if, say, I'm composing a mail in google mail, and switch to a new tab, the wretched flashing cursor from the compose box is still showing in this new tab!

So, next stop, Firefox, being a Mozilla fan. Now, Firefox doesn't, unlike every other Mac browser, understand about the location based proxy settings that MacOS X has - it expects you to set your own proxy settings. A pain, when you're moving between work and home.

Opera? Doesn't work with gmail.

Omniweb? Doesn't work with gmail.

So I find myself in this limbo state of constantly switching between 3 different browsers - I really want to use Camino, but this flashing cursor just irritates the hell out of me :-(
Posted by ajt [Mac] ( October 21, 2004 12:53 AM ) Permalink Comments [2]
Comments:

For Safari, I assume that you have (1) Installed Safari Enhancer (2) Enabled the debug menu (3) Used Cmd-Opt-R to really force reload (4) Used Cmd-OPt-E to empty the cache (5) Explored Stand - http://hetima.com/safari/stand-e.html

Posted by Geoff Arnold on October 21, 2004 at 02:26 AM BST #

What you might want to do is to run squid or other caching proxy server and have it answer on 127.0.0.1:3128 ; then configure ALL browsers to look to the proxy first. Then it won't matter if FireFox is being run at home or elsewhere.

Posted by PatrickG on October 21, 2004 at 03:03 AM BST #

Post a Comment:

Comments are closed for this entry.