Forum Moderators: open

Message Too Old, No Replies

Displaying data from large xml on single page

         

banaax

8:36 am on Aug 13, 2007 (gmt 0)

10+ Year Member



I want to display the 16432 starting hands in omaha holdem, you can see the xml I am working with at <removed> (2mb, still need to do a couple of billion trials on it, but you get the idea)

Just wondering if anyone knows of a good free library or tutorial for making a nice display for a large set of data like this.

I'm thinking I might need to transfer the data to a database then make ajax calls to only get a few ten hands at a time, comments?

[edited by: jatar_k at 4:00 am (utc) on Aug. 14, 2007]
[edit reason] no urls thanks [/edit]

Fotiman

4:50 pm on Aug 13, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You might be able to use the Yahoo UI Library's DataTable [developer.yahoo.com] component.