CSS2 added a table-layout attribute that can be used to enable allow
progressive rendering of tables before the table has fully loaded.  A table
doesn't necessarily finish loading faster, but the user begins to see
results right away.

Steve

To learn more, check out the following links for more information:

Enhancing Table Presentation
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/tables/ta
bles_overview.asp

Note: Click on the following link mentioned in the article above to see a
table rendering test (the test is done in two frames:  one frame displays a
fixed style table and the other frame is a regular table -- also note that
the tables aren't particularly large):

http://msdn.microsoft.com/workshop/samples/author/dhtml/refs/tables3.htm

table-layout Attribute | tableLayout Property
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/ref
erence/properties/tableLayout.asp

Extreme HTML Optimization: Tables and CSS2
http://www.webreference.com/authoring/languages/html/optimize/5.html

Controlling Table Layout with CSS2
http://www.webreview.com/tag/2001/02_09_01.shtml




> -----Original Message-----
> From: JOSHY MON M C [mailto:JOSHYMON@;NESTEC.NET]
> Sent: Thursday, November 07, 2002 5:52 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Speeding up Resultsets
>
>
> Hi,
> You should be lucky if you saw all the 14000 records in 2.5 minutes.!!
> My observation is that I see the browser hung with even 1200
> records approx.
>
> The reason is that  Browsers won't render the table (if you are using
> HTMLtable)  untill it's full loaded - as Marc has pointed out.
>
> What I did in such a case was to display the result pagewise
> with "next",
> "previous" button.
> So, you shoud rewrite your query in such a way that it should return
> next/prev 'n' rows when the user pressed next/prev buttons.
> - Joshy
>
> -----Original Message-----
> From: Daniel [mailto:daniel@;MUSTANG-TECHNOLOGIES.COM]
> Sent: Thursday, November 07, 2002 10:08 AM
> To: [EMAIL PROTECTED]
> Subject: Speeding up Resultsets
>
>
> Hi,
>
> I have about 14,000 records and I run a simple query to
> display that and
> it took me half a second to see the results.
> But If I display the result on the browser it takes me about
> 2-2.5 mts.
> Is there a way to speed up displaying these records in my browser?
>
> Regards,
> Daniel.E
>
> ==============================================================
> =============
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com
>
> ==============================================================
> =============
> To unsubscribe: mailto [EMAIL PROTECTED] with body:
> "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set
> JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to