Take a look at http://code.google.com/p/opensocial-resources/wiki/WikiTab?tm=6 there's a few sample applications available there.
Gadgets are an xml file with html & javascript in them, and thats how most of the logic in them is defined ... you can fetch information from your backend (no matter what language it's written in, as long as it can produce something javascript can consume, like html, xml or json) with gadgets.io.makeRequest. If you want to know the viewer and/or owner then you can make a signed request: http://code.google.com/p/opensocial-resources/wiki/OrkutValidatingSignedRequests includes a PHP example. Goodluck! -- Chris On Jul 13, 2008, at 8:52 AM, puneetratan wrote: > > hey , how are you, > I need ur help friend,I am in PHP and want to create an orkut > application, so can u just tell me how i can start the work for that. > Plz let me know asap. > > Thanks > Puneet > > On Jul 2, 8:53 pm, shrink <[EMAIL PROTECTED]> wrote: >> The Problems solved now. no need to worry about it ! >> >> On Jun 30, 3:43 am, shrink <[EMAIL PROTECTED]> wrote: >> >>> Hi all, >>> I am having a problem implementing CSS in my App, in the Orkut >>> OpenSocial Container. >> >>> I want styles for hyperlinks which i did using the following CSS: >> >>> a {font-family: Arial, Helvetica, sans-serif;text- >>> decoration: none; >>> color: #0063DC;} >>> a:link {color:blue;text-decoration: none;} >>> a:visited {color: #660066; text-decoration: none;} >>> a:hover { color: #009900;text-decoration: none;} >>> a:active {color: #ff0000;text-decoration: none;} >> >>> Problem is that i am getting just the default style in Firefox(3) >>> while the style comes off great on Internet Explorer(7). >> >>> Help ! > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
