BaN4NaJ0e / webDJ

vote songs via webinterface
https://picasaweb.google.com/100455256230472606954/WebDJ?authuser=0&feat=directlink
3 stars 0 forks source link

artist list is loading too long #11

Closed BaN4NaJ0e closed 13 years ago

BaN4NaJ0e commented 13 years ago

the request page with all artist is loading too long with many artists (+100)

possible improvements: split it again? lazyload?

dynamic adding? http://www.elijahmanor.com/2011/02/dynamically-appending-elements-to.html

ghost commented 13 years ago

possible improvement could be using ajax in combination with json. the webserver would supply the artist or another other list in a json format and the javascript running on the client would put together the html dynamically.

ghost commented 13 years ago

http://docs.python.org/library/json.html

http://api.jquery.com/jQuery.getJSON/

ghost commented 13 years ago

http://joehewitt.github.com/scrollability/

the examples on that page might help

BaN4NaJ0e commented 13 years ago

new artist list with better performance implemented