Hey Aaron,

Aaron Roberson a écrit :
> I have a MySQL database with a table named "tesimony" which has three
> feilds (id [int 11 autonumber], content [text], name [varchar 75]. How
> can I display one row at a time with a link to rotate out the current
> row with the next row?

Well, first, what about the loading strategy?  In your situation, do you
think it is best to do one XHR per record (with possible UI latency,
then), or to fetch larger resultsets (e.g. 10 records at a time)?

-- 
Christophe Porteneuve a.k.a. TDD
"[They] did not know it was impossible, so they did it." --Mark Twain
Email: [EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to