Hi -
I'm wondering if I can get some insight about the best way to handle the following:
------------
I need to send up a simple page to the browser which will contain nothing more than thumbnail images. But a LOT of them (ie., several thousand at least).
Each image will have it's own publicly accessible URL, and so I could, of course, send up a simple HTML page with several thousand of <img.../> tags. But, that will likely be a no-go since an HTML of that size would take too long to download.
I'm thinking that I can write some javascipt that would dynmaically create my thumbnail image gallery for me within the browser. I have code on the server that will return the image URL for each 'cell' in the gallery.
But I don't know the best way to make that happen.
------------
My skills are rustty in this area to be sure, so can anyone gimme some guidance on this ?
thanks in advance,
b3zra1y
I'm wondering if I can get some insight about the best way to handle the following:
------------
I need to send up a simple page to the browser which will contain nothing more than thumbnail images. But a LOT of them (ie., several thousand at least).
Each image will have it's own publicly accessible URL, and so I could, of course, send up a simple HTML page with several thousand of <img.../> tags. But, that will likely be a no-go since an HTML of that size would take too long to download.
I'm thinking that I can write some javascipt that would dynmaically create my thumbnail image gallery for me within the browser. I have code on the server that will return the image URL for each 'cell' in the gallery.
But I don't know the best way to make that happen.
------------
My skills are rustty in this area to be sure, so can anyone gimme some guidance on this ?
thanks in advance,
b3zra1y