hi, The question I have might be simple, but I am not sure how to do it. Personally, I don't like pagination and would like to see all the search results on one page. But then the problem is, it takes too much time to retrieve all the relevant records from the database and render them on a webpage, all in one go.
Is there any way to make these two different processes to run in parallel i.e. as soon as few relevant records (say 5 or more) are retrieved from the database, render them on the webpage and keep doing this until all the records are displayed. If there are thousand or more record, display only 500 or so records, and wait for user to scroll to the bottom of the page, before again starting to retrieve the records. The idea that I am proposing is similar to "windows live". Currently, windows live display search results as I described above and I really like this way of interaction. Considering HCI, this minimizes the number of mouse clicks, and also saves lot of time. Looking forward for suggestions as well as alternatives from bakers. Regards --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
