Page 1 of 1
Rank and Name Scoreboard Search

Posted:
Tue Feb 28, 2006 12:31 am
by apwessen
A speedier way to do it would be to just have some sort of database inquiry such as a name or certain ranks, etc. This way you don't have to wait for the entire page to load full of names.

Posted:
Tue Feb 28, 2006 11:35 am
by max is gr8
Maybe or skip to your rank button top bottom blah blah blah luckily I'm on Broadband

Posted:
Tue Feb 28, 2006 12:08 pm
by Tr0y
or just paginate it, and put a search field at the top.

Posted:
Tue Feb 28, 2006 12:47 pm
by Romber
Give search options in other words. Then he should move on to clan statistics. (or more like the clan provides the statistics)

Posted:
Tue Feb 28, 2006 1:35 pm
by max is gr8
Or maybe you can create usergrps

Posted:
Thu Mar 09, 2006 12:54 pm
by lackattack
Tr0y wrote:or just paginate it, and put a search field at the top.
done. good suggestion, Tr0y.

Posted:
Thu Mar 09, 2006 1:42 pm
by Tr0y
Looks good
Hopefully that will save you some bandwidth.
Speaking of, I was wondering if it was possible to use CSS and layers to get #'s on top of the maps, I know it wouldnt look as good, but it would save a lot of bandwidth.

Posted:
Thu Mar 09, 2006 2:01 pm
by lackattack
That's possible, but the numbers overlay counts for only 10% of in-game bandwidth. The vast majority is the game log. When I bring in AJAX technology, that should drastically reduce the bandwidth.

Posted:
Thu Mar 09, 2006 2:09 pm
by Tr0y
Yea, I was hoping you would bring in AJAX
Check this out
http://www.xajaxproject.org/
Its a php class library for AJAX, makes it a lot easier IMO.
http://wiki.xajaxproject.org/Tutorials: ... 10_Minutes