Reply to topic  [ 47 posts ]  Go to page Previous  1, 2, 3, 4  Next
Safari 4.0 
Author Message
Spends far too much time on here

Joined: Fri Apr 24, 2009 9:44 pm
Posts: 4860
Reply with quote
this maybe of use its called 'tweaky' for safari …

http://github.com/cocoastep/tweaky/tree/master

as a side note
apparently the terminal commands don't work until the required entry for that command has been added to the safari/preferences/plist
that is the way i have understood it anyway …

_________________
Hope this helps . . . Steve ...

Nothing known travels faster than light, except bad news ...
HP Pavilion 24" AiO. Ryzen7u. 32GB/1TB M2. Windows 11 Home ...


Sat Jun 13, 2009 11:39 am
Profile
Has a life
User avatar

Joined: Sun May 10, 2009 1:43 pm
Posts: 76
Location: Newtownabbey, Northern Ireland
Reply with quote
rubicon wrote:
wolfie2 wrote:
NOOOOOOOOOOOOOOOOOOO!

They moved the tabs back down below the bookmarks toolbar....I likes it up on top......why isn't there an option to have them back up where they belong?


Oh the irony . . .

wolfie2, in the old homestead, wrote:
if people don't like the new version then use the old version

ohhh those tabs are in a much more sensible place but I can't get used to it......

so bleating about the moving of tabs . . . is having a life, being unpratty, and terribly grown up???

It's as if the world is coming to an end. All over the moving of a tab bar

:)

Not at all, for one I didn't bleat on as if it was the end of the world. Secondly people were complaining about a beta when they had the previous full version to go back to. Thirdly I don't have the option to go back to "tabs on top".

So not ironic, just disappointing that a useful new feature was removed.

As for that new "Loading" sign, what a useless piece of nonsense, I liken it to having the speedo removed from my car and instead replaced by a sign saying "Driving". I've never been a fan of "progress" bars either, mainly because they don't give useful information, having a blue line that tells you roughly half our page has loaded isn't much help. It doesn't give you any indication on when the other half is going to load which is useful information. Whats wrong with the simple counter that browsers used to show ie "xx kb/ yy kb" where xx is the amount that has loaded and yy is the total size of the page. That could then give you an estimate of how long you still had to wait (indeed some browsers did show the amount of time to load the remaining data).

_________________
and all of your friends have gone before you, and there are strangers in the seats of the mighty, who do not know you, nor your triumphs, nor your incredible value.


Mon Jun 15, 2009 9:52 am
Profile
What's a life?
User avatar

Joined: Thu Apr 23, 2009 8:25 pm
Posts: 10691
Location: Bramsche
Reply with quote
Dumped it on my XP PC, just too unstable :(

Still haven't gotten around to using it on my iMac... :?

_________________
"Do you know what this is? Hmm? No, I can see you do not. You have that vacant look in your eyes, which says hold my head to your ear, you will hear the sea!" - Londo Molari

Executive Producer No Agenda Show 246


Mon Jun 15, 2009 10:30 am
Profile ICQ
What's a life?
User avatar

Joined: Thu Apr 23, 2009 8:25 pm
Posts: 10691
Location: Bramsche
Reply with quote
Posting now from the iMac. So far, so good... I'll see how it holds up tonight.

_________________
"Do you know what this is? Hmm? No, I can see you do not. You have that vacant look in your eyes, which says hold my head to your ear, you will hear the sea!" - Londo Molari

Executive Producer No Agenda Show 246


Mon Jun 15, 2009 5:57 pm
Profile ICQ
What's a life?
User avatar

Joined: Thu Apr 23, 2009 8:25 pm
Posts: 10691
Location: Bramsche
Reply with quote
So, used it all last night and this morning and haven't experienced any problems on OS X.

_________________
"Do you know what this is? Hmm? No, I can see you do not. You have that vacant look in your eyes, which says hold my head to your ear, you will hear the sea!" - Londo Molari

Executive Producer No Agenda Show 246


Tue Jun 16, 2009 4:58 am
Profile ICQ
What's a life?
User avatar

Joined: Thu Apr 23, 2009 7:26 pm
Posts: 17040
Reply with quote
I'm suspecting they ditched the loading progress bar because, well, they really don't have a place in a web browser in 2009. They're completely fake at doing what they pretend to do . Ok, Look at it like this, your progress bar tells you how far a particular operation - in this case rendering a web page - is from completing. With a modern web page you simply don't know that at any given point. If your web page is anything other than plain HTML 1, it's 'total size' can vary dynamically. Images can take an undefined amount of time to load, CSS can cause extra things to be loaded in as it is interpreted, you have to consider things like server side includes or dynamic HTML, plugins that load data independently of the web page itself or god forbid AJAX. This is even more true if your browser is multithreaded and has different bits of the page all rendering at different rates.

Bluntly, with modern web technologies there's simply no way for a client to know at any given moment how much work it's got left to do to render a page. So if it doesn't know how much it's got left to do, how can a progress bar be anything like accurate? At best it's a vague estimate assuming standard things happen, at worst it's just completely wrong. How many times have you watched a progress bar slowly crawl a third of the way along, then zip through the final two thirds in about a second? How would you feel if the progress bar flicked back and forth like a fly in a jar as the system recalculated what percentage of the rendering task it thinks it's finished right this second? Does anyone think that would be at all useful, even if turned out to be correct?

Progress bars on rendering processes are a security blanket to users who want to know how long they'll have to wait, even though that's a provably uncertain variable at any given point in the rendering operation. You could quite happily just code something that went from 0% to 100% in a set time for every page and a lot of of people would be just as happy. To be honest, the 'working' tumbler is about as accurate as you're going to get because all the client actually knows is if it's finished rendering the page yet or not. I agree the new status indicator looks a little odd and it's obviously a first attempt but I'm kind of impressed Apple decided to throw out the piece of snake oil that is the progress bar and got a bit honest about it.

Jon


Tue Jun 16, 2009 3:50 pm
Profile
Has a life
User avatar

Joined: Sun May 10, 2009 1:43 pm
Posts: 76
Location: Newtownabbey, Northern Ireland
Reply with quote
Well said Jon I wholeheartedly agree.

_________________
and all of your friends have gone before you, and there are strangers in the seats of the mighty, who do not know you, nor your triumphs, nor your incredible value.


Tue Jun 16, 2009 11:33 pm
Profile
What's a life?
User avatar

Joined: Thu Apr 23, 2009 8:25 pm
Posts: 10691
Location: Bramsche
Reply with quote
Having a moving progress bar is useful, in that it tells you that the browser is still working. The new round thing doesn't tell you that it is still working.

I've seen the same sort of thing used in many different programs and websites and the little animation carried on, even if the rest of the app has frozen...

I agree, they don't represent as much as they used to, but they are still useful. Likewise, in Firefox, I use LORI, which gives times of the initial response from the server, time to first byte and the total time taken to load the page. That is very useful as a developer, but I find it useful when visiting other sites as well.

_________________
"Do you know what this is? Hmm? No, I can see you do not. You have that vacant look in your eyes, which says hold my head to your ear, you will hear the sea!" - Londo Molari

Executive Producer No Agenda Show 246


Wed Jun 17, 2009 5:47 am
Profile ICQ
Has a life
User avatar

Joined: Sun May 10, 2009 1:43 pm
Posts: 76
Location: Newtownabbey, Northern Ireland
Reply with quote
big_D wrote:
Having a moving progress bar is useful, in that it tells you that the browser is still working. The new round thing doesn't tell you that it is still working.

I've seen the same sort of thing used in many different programs and websites and the little animation carried on, even if the rest of the app has frozen...

I agree, they don't represent as much as they used to, but they are still useful. Likewise, in Firefox, I use LORI, which gives times of the initial response from the server, time to first byte and the total time taken to load the page. That is very useful as a developer, but I find it useful when visiting other sites as well.


Likewise a progress bar can stop moving yet the app is still functioning normally. The basic argument still stands that these "features" aren't giving any useful information nor providing any useful function beyond giving the more irate internet users something to shout at. What is wrong with a little meter/counter showing how much data is being downloaded and at what speed. Maybe colour coded to give less savvy users an indication that they are getting a good, average, or poor download speed.

_________________
and all of your friends have gone before you, and there are strangers in the seats of the mighty, who do not know you, nor your triumphs, nor your incredible value.


Wed Jun 17, 2009 8:41 am
Profile
Occasionally has a life
User avatar

Joined: Wed Apr 29, 2009 7:58 am
Posts: 188
Reply with quote
All this bleating over a useless feature; you'd think the world was ending.


Wed Jun 17, 2009 8:46 am
Profile
I haven't seen my friends in so long
User avatar

Joined: Thu Apr 23, 2009 9:40 pm
Posts: 5288
Location: ln -s /London ~
Reply with quote
rubicon wrote:
All this bleating over a useless feature; you'd think the world was ending.

*checks world progress-bar* (8-p)

Edd

_________________
timark_uk wrote:
Gay sex is better than no sex

timark_uk wrote:
Edward Armitage is Awesome. Yes, that's right. Awesome with a A.


Wed Jun 17, 2009 11:18 am
Profile
Has a life
User avatar

Joined: Sun May 10, 2009 1:43 pm
Posts: 76
Location: Newtownabbey, Northern Ireland
Reply with quote
rubicon wrote:
All this bleating over a useless feature; you'd think the world was ending.


It is, see
http://preview.tinyurl.com/nczgdg
just where have YOU been???
:mrgreen:

_________________
and all of your friends have gone before you, and there are strangers in the seats of the mighty, who do not know you, nor your triumphs, nor your incredible value.


Wed Jun 17, 2009 4:45 pm
Profile
What's a life?
User avatar

Joined: Thu Apr 23, 2009 7:26 pm
Posts: 17040
Reply with quote
EddArmitage wrote:
rubicon wrote:
All this bleating over a useless feature; you'd think the world was ending.

*checks world progress-bar* (8-p)
Edd

You and Slartibartfast.

Jon


Wed Jun 17, 2009 9:18 pm
Profile
What's a life?
User avatar

Joined: Thu Apr 23, 2009 7:26 pm
Posts: 17040
Reply with quote
4.0.1 is out :lol:

Apparently fixes some compatability issues with iPhoto 09 and require a reboot ( :x ) so I suppose if you haven't got iPhoto 09 you might want to postpone it.

Jon


Wed Jun 17, 2009 10:25 pm
Profile
Doesn't have much of a life
User avatar

Joined: Sat Apr 25, 2009 9:17 pm
Posts: 741
Reply with quote
Whilst I refuse to use the "Coverflow" and "Top sites" features, I'm actually quite impressed with 4.0.1, which I updated to earlier this evening.

Peter.

_________________
A Mac user Image


Thu Jun 18, 2009 9:10 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 47 posts ]  Go to page Previous  1, 2, 3, 4  Next

Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software.