Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!
Before I completly lost my mind and specialised in software, I used to get paid for dealing with hardware problems. I was trying to be polite. But I'm sure you knew that young fella me lad
This place is full of petty bitching, backbiting, sniping and so on, including from people who are renowned for being calm (two in particular spring to mind and they have even bickered between themselves). The negative vibes are building up and the good karma is right down.
Just admit it folks, it is only the luurve and hugs emanating from TPD that keeps this place of social inadequates together. We need more caring, more sharing. We need openness and generosity. We need to be giving the warmth and feeling the passion.
This place is full of petty bitching, backbiting, sniping and so on, including from people who are renowned for being calm (two in particular spring to mind and they have even bickered between themselves). The negative vibes are building up and the good karma is right down.
Cheers Zippy, I know the HD needs sorting as soon as problems spotted, double disk failure would be painful! New disk will be in shortly I am sure. I am not going to mention back ups as when they are mentioned things go wrong so I am saying nothing...
Nick - thanks for the GA spot, will move it now and see if it helps your phone access.
Nick - thanks for the GA spot, will move it now and see if it helps your phone access.
Thanks Admin
It was only when I was looking at the source the other week that I realised why I so often got the logo followed by a loooong wait...
Next on the list: I don't know if it works with your templates, but I believe there's something in the vB admin's control panel that shifts the CSS into an external file brought in via a <link>, rather than it being inline in a <style> element. That will knock something like 10KB off every single page served, IIRC.
The first time a user (more accurately, the first time a given installation of a browser used by that user on a given system) accesses a page with the new set-up they'll incur an additional HTTP request resulting in a 10KB download of a separate file, but after that each such request should return a Not Modified response (if the vB people have done things right - hmm, major caveat there) and the 10 KB of CSS will come from the user's browser cache. End result: one more HTTP request per page (although, unlike a script tag, it doesn't stall the browser under normal circumstances), but in the vast majority of cases 10KB is shaved off the page, and the time for the additional HTTP request/response cycle is elided into the time the browser takes to render the page anyway
I'm not an expert like Nick, but I do notice that when I access it on my phone, if it's a particularly slow connection, it appears to load each page, and then load it again. I have always wondered why this is. It can be a pain when posting a reply as one can get half way through and then find the system is reloading and the post has gone.
I'm not an expert like Nick, but I do notice that when I access it on my phone, if it's a particularly slow connection, it appears to load each page, and then load it again. I have always wondered why this is. It can be a pain when posting a reply as one can get half way through and then find the system is reloading and the post has gone.
Weird, but phones can be weird - my friend ppk is currently doing a ridiculous number of tests of mobile browsers (funded by Vodafone), and some of the behaviour he's identified is unutterably strange
It could even be something as wrong as the browser laying out the page, then having a script file arrive and laying out the page again in case the script does any document.write()ing. All browsers made for more traditional environments (including recent phone browsers rooted in desktop browsers, such as Safari on iPhone and Chrome on Android) delay layout while scripts are pending for that reason, but mobile browsers are often written by people who seem to think they can make optimisations where they can't, because they don't understand the complex business of making browsers that actually work in TRW.
They mean well, but in the end they cause more fail than win; existing browsers do things that way for a number of reasons, and if said mobile browser creators took the time to understand such reasons when writing their browsers they'd realise that sometimes it makes more sense to keep the user waiting a few seconds (annoying as that is) rather than offering the user something straight away and then having to snatch it back (which is even more annoying).
Weird, but phones can be weird - my friend ppk is currently doing a ridiculous number of tests of mobile browsers (funded by Vodafone), and some of the behaviour he's identified is unutterably strange
It could even be something as wrong as the browser laying out the page, then having a script file arrive and laying out the page again in case the script does any document.write()ing. All browsers made for more traditional environments (including recent phone browsers rooted in desktop browsers, such as Safari on iPhone and Chrome on Android) delay layout while scripts are pending for that reason, but mobile browsers are often written by people who seem to think they can make optimisations where they can't, because they don't understand the complex business of making browsers that actually work in TRW.
They mean well, but in the end they cause more fail than win; existing browsers do things that way for a number of reasons, and if said mobile browser creators took the time to understand such reasons when writing their browsers they'd realise that sometimes it makes more sense to keep the user waiting a few seconds (annoying as that is) rather than offering the user something straight away and then having to snatch it back (which is even more annoying).
Hmmm - Interesting. I'm using the "standard" browser that comes with Symbian - I was using Opera Mini, but it doesn't seem to be able to cope with a connection that occasionally drops back to 2g (or whatever 3g becomes when it drops back) - I am in a room with no windows at Clientco.
Comment