Not entirely answering your question here, but:

Even without Cake, getting browsers to render html bit by bit as it
arrives isn't quite that simple (imho) - IE (<7 at least) only behaves
like this if the output is already quite large, or if the HTML is
structured in certain ways.

If you're literally manually scraping of other sites pages, and not
using databases/caching, then getting the browser to show it as it
arrives probably isn't the best solution.

Probably best to use ajax - create a div or somesuch for each book site
you're scraping, and when they load in the browser, have them use ajax
to call a server side script and get their content.

Hope that helps...


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to