Im jus trying to code a one page application same as of google buzz [with php,mysql & jQuery ] just simple text buzz with text reply.[list all users buzz on the same page & there no followers / followings]

I just did listed 10 buzz & its corresponding comments on the Buzz page onload & now if any other user place a buzz i did loaded the latest buzz as a 11th in the list through Ajax like kinda heartbeat ajax with jQuery.

Now here is the situation i just want to load the reply comment for each buzz through ajax synchronously & also reflect the changes like [edit / delete ] of each buzz & comments done from the other user end. The Structure goes as like below

   Buzz1
       cmt1 
        cmt2
         cmt3
    Buzz2
    Buzz3
      cmt1
    Buzz4 
    ...........  

Please guide me with the situation & i really thankful for that,

Nithish :)

link|improve this question

38% accept rate
Can you provide more details as to what the programming question is? – Citizen Dec 29 '10 at 17:31
8  
How do I make a "Google Buzz"-like app? Same way you draw an owl. – zzzzBov Dec 29 '10 at 17:32
1  
Please read the FAQ because this is not a question. – zzzzBov Dec 29 '10 at 17:33
feedback

closed as not a real question by LukLed, Michael Petrotta, Chacha102, alexn, Yi Jiang Dec 29 '10 at 17:39

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

Since you have no codebase, you aren't really married to php. There are a ton of already written blogging and forum packages available for download (it sounds like that is what you want). I would go get the reddit source and play with that. Getting it setup should keep you occupied for a while (based on your post). Come back if you have specific programming questions: http://code.reddit.com/

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.