|
|
Subject:
Web Coding - Weird Load Issue
Category: Computers > Programming Asked by: cyrus22-ga List Price: $22.00 |
Posted:
20 Mar 2005 20:56 PST
Expires: 19 Apr 2005 21:56 PDT Question ID: 497839 |
We are having a weird load issue with our dynamic website. If there is a lot of Internet traffic or you are on a tad slower Internet connection, the pages load weird. It is as if they load very wide and then all of a sudden snap to position once completely loaded. It is weird while it is building. This must be a coding issue but how can we fix this / what is the problem? http://virtualoffice.com/vo/ | |
|
|
There is no answer at this time. |
|
Subject:
Re: Web Coding - Weird Load Issue
From: bizdata-ga on 20 Mar 2005 21:53 PST |
Whenever you have a sound that plays as a preload action, it delays the loading of the page. Try slimming down the sound file, or eliminating its pre-load altogether. There is no reason to play it unless the nav buttons are activated, anyway. |
Subject:
Re: Web Coding - Weird Load Issue
From: cyrus22-ga on 21 Mar 2005 11:53 PST |
Thanks for the comment! Although this is not our main concern at this time. But thank you! |
Subject:
Re: Web Coding - Weird Load Issue
From: hammer-ga on 21 Mar 2005 12:31 PST |
Cyrus22, Your tables have a jumble of width statements. The outermost table has no width statement. The inner ones variously use percentages and hard coded values. I'd normalize the width statements and see if that solves your problem. - Hammer |
Subject:
Re: Web Coding - Weird Load Issue
From: lordedarion-ga on 30 Mar 2005 17:31 PST |
You should look if your page is entire inside a single "table"... Doing this type of things your page will only show after page is loaded. Also, you should look at some compression plugin (Gzip,modgzip) for speedup the loading (Same tech google uses at its response pages). Best Regards. |
Subject:
Re: Web Coding - Weird Load Issue
From: mark_bett-ga on 14 Apr 2005 22:32 PDT |
Hammer is correct that the problem is a result of your jumbled tables. setting a fixed outer table will eliminate the problem. the problem is a combination of that and the sound (the sound take a while to d/l so while its coming down the table gets spread out) |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |