Re: Lazy Loading of images

2008-08-11 Thread Johannes Fahrenkrug
Kyle, Thank you very much, that was what I needed to know!! - Johannes On Sun, Aug 10, 2008 at 8:09 PM, Kyle Sluder [EMAIL PROTECTED] wrote: On Fri, Aug 8, 2008 at 9:52 AM, Johannes Fahrenkrug [EMAIL PROTECTED] wrote: I'd like to display placeholder images until the table cell gets

Re: Lazy Loading of images

2008-08-10 Thread Kyle Sluder
On Fri, Aug 8, 2008 at 9:52 AM, Johannes Fahrenkrug [EMAIL PROTECTED] wrote: I'd like to display placeholder images until the table cell gets displayed and then load the actual thumbnail, replacing the placeholder image with the real thumbnail once it has loaded. What would be the best way to

Lazy Loading of images

2008-08-08 Thread Johannes Fahrenkrug
Hi, I have a short best practice question: I have a table with lots of entries loaded from the net, images and their descriptions. I'd like to display placeholder images until the table cell gets displayed and then load the actual thumbnail, replacing the placeholder image with the real thumbnail