Hello Kiran! Your question sounds confusing a bit. What exactly do you want to know? If your question is regarding opensocial applications (gadgets) - better look to developer's guide. This group is about implementing containers. If you are talking about implementing container for your social network - please refer to sample container. It's available from opensocial documentation page. Sample container doesn't use server communications, but it can be done with jQuery (as I do), or even directly working with XMLHTTPRequest. Again, please specify what exactly don't you understand and I will try to help.
Sincerely, Sergey. On Dec 26, 7:28 am, "phani kiran" <[EMAIL PROTECTED]> wrote: > Hello Sergey > > This is kiran, i am new to opensocial.Please help me how to write javascript > using open social .Could you please help me how to write a application using > opensocial(how does it works dynamically) Please help me .. > > Regards > Kiran > > On Dec 25, 2007 7:09 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > Hello, hiren. > > > I'm developing opensocial container for 2 months already. > > From my experience - I can say that most opensocial Container things > > is written in JavaScript. You have to create Javascript class, > > inheriting it from > > opensocial.Container class, provided in opensocialReference.js > > > It's fully your duty to create Client-side javascript <-> Server-side > > PHP communications > > I'm using custom XML based protocol. And for requests - I'm using > > jQuery library, > > which has very nice and handy AJAX calls implemented. > > > Sincerely, Sergey. > > > On Dec 20, 10:53 am, hiren <[EMAIL PROTECTED]> wrote: > > > Hello All, > > > > I am new to the open social and I have an idea about open social > > > container. we want to implement the container for the PHP platform. > > > I just go through the Google Sample Container code , Hi5 container > > > code and Shindig container code. I am little bit confused that, which > > > container code I should follow to start implementing the PHP > > > container. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Implementing OpenSocial Containers" 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/opensocial-container?hl=en -~----------~----~----~----~------~----~------~--~---
