On 2007-09-25, ship wrote:
> On Sep 25, 6:11 pm, Brian Wakem <n....TakeThisOut@email.com> wrote:
>> ship wrote:
>>
>> > Hi
>>
>> > We have a huge table of data to publish on a single page.
>> > Is there a way to get the first screenful (say 50 records) to upload
>> > first?
>>
>> > i.e. Is it enough to put the first 50 records into its own table?
>> > The thing is that due to the construction of the page template
>> > BOTH tables will necessarily be within the same one page.
>>
>> I interpretted this question differently from all of those that have
>> answered so far.
>>
>> I am thinking you are suffering from IE's inability to render a table until
>> the entire contents is known, something I do not think any other major
>> browser suffers from.
>>
>> I have circumvented this is the past by making my loop output a separate
>> table for each row rather than a separate row in the same table.
>>
>
> Well... since you ask here is the page in question:
> http://www.auctionair.co.uk/High-Bid-Auction/Results.aspx
>
> Why such a big table? Because we want to show SCALE.
That doesn't show scale. Who's going to bother descending more than
a screen or two?
> Why not on two pages?
Better still, 10, 20 or more pages.
> Because almost no one will find and bother to click on a small link
Then use a big link.
> at the bottom of the page,
So put it at the top.
> whereas if you ask to see some sample results and you get a tonne of
> data down it's in your face
No, it's not in my face. It's somewhere off the screen (or not yet
on my computer).
> - you KNOW that there is a lot of it.
You don't think people know what 2,000 means?
> OK so we have put the first 50 Lots into it's own HTML table.
That's a reasonable size for a page. Note the word, "page".
> The problem is that I can't see if it displays the first 50 before
> the rest of the page because we are on broadband and it's uploading
> too fast!
The problem is that you are trying to put too much on a page. A
person on dial-up is more than likely going to leave long before
the page is loaded.
> I did ask in an earlier post if anyone new of a good way
> to throttle my connectivity back down to a sensible level, but no
> easy answers yet...
You are asking the wrong question.
With a broadband connection, the page loads reasonably quickly, but
it is far too big for me to want to look past two or three screens.
You could reduce the amount of scrolling by not limiting the table
to about half the width of my browser window. Each row requires two
lines because it is so narrow.
--
Chris F.A. Johnson <http://cfaj.freeshell.org>
===================================================================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
>> Stay informed about: How can I get the FIRST part of a huge table of date to di..