[orkut-developer] Migrating to Templates

2009-04-05 Thread Markitecht
So if i'm reading this right, *no* javascript will be allowed on profile views in the future. How can the app make calls to the datastore? Where is 'newFetchPersonAppDataRequest' replaced, for example? I'm very new to templates and wish to get my (successful and highly popular) app back on

[orkut-developer] Re: Obj_ to fields_ in OpenSocial 0.7?

2008-10-14 Thread Markitecht
hmmm thought of something: var owner = data.get('owner').getData(); if (owner.getId()) { uid = owner.getId(); } Is this approach safer? -C On Oct 14, 12:20 pm, Markitecht [EMAIL PROTECTED] wrote: My live app does not function any longer in the sandbox. I am using OpenSocial 0.7

[orkut-developer] Caching Certain Files

2008-07-22 Thread Markitecht
Hey all - I would like to have Orkut caching certain files, for example *.gif and *.js. I have read the docs and have not been able to successfully modify my moduleprefs to accomplish this. specifically, my app renders as blank when i last tried. Can someone provide me the (i'm sure very

[orkut-developer] Ad Network

2008-07-14 Thread Markitecht
Anyone having any success with ads? If so, with what ad network(s) and what kind of success (eCPM)? thanks, Christopher - Markitecht --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Orkut Developer Forum group

[orkut-developer] 'Unable to Add App' on app with 44k installs... = me freaking out

2008-07-13 Thread Markitecht
http://www.orkut.com/AppInfo.aspx?appUrl=http%3A%2F%2Fwww.inglescincoestrelas.com%2Ftorcida%2F/app.xmlsm=errorAddingGadget works fine in sandbox... works fine with existing owners... ideas?? thanks, Christopher --~--~-~--~~~---~--~~ You received this message

[orkut-developer] Re: including orkut CSS

2008-04-10 Thread Markitecht
This is an extremely good point. Luke's request to have a permanent style sheet to work from would help every developer meet one of the highest priorities (as set by Google) for social applications: fitting the look and feel of the container. On hi5, Lou Moore passed me some script that makes

[orkut-developer] Gadget Tabs in OS App - missing 'tabs_header'?

2008-02-25 Thread Markitecht
Hey all, I noticed that there was a new-ish code snippet, demonstrating how to use the gadget tab libraries to provide Orkut-style tabs in our applications. I was not able to get this functioning as it ought to; specifically my errors all seem to pertain to the absence of the 'tabs_header'

[orkut-developer] Re: Submit your app online

2008-02-22 Thread Markitecht
Here here would love to know that it at least made it into the process after I submitted on the 15th. My guess is that they are working through a massive amount of submissions. -C On Feb 22, 12:59 am, KJ [EMAIL PROTECTED] wrote: Hello world, How many developers have received the

[orkut-developer] Escaping characters (foreign language accents) in Gadget

2008-02-18 Thread Markitecht
What's the best way to escape characters like: â, á, à etc... in a gadget file. I have tried '\' and cdata to no avail... thanks, Christopher --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Orkut Developer Forum

[orkut-developer] Re: Malformed XML document.

2008-02-14 Thread Markitecht
any non-php solutions? I am developing Portuguese-language apps and I know I am going to run into the same problem. I have a couple ideas to try out... -C On Feb 14, 12:33 pm, Arne Roomann-Kurrik [EMAIL PROTECTED] wrote: Thanks for posting your solution Mike! I'm sure it will come in handy

[orkut-developer] opensocial.DataRequest.PersonId.OWNER

2008-02-13 Thread Markitecht
' use 'opensocial.DataRequest.PersonId.OWNER' Any ideas? Is this just not yet implemented but the approach will be successful in the future? Did I misunderstand the JS API spec? thanks in advance everyone. Christopher (markitecht/CODonnell) --~--~-~--~~~---~--~~ You

[orkut-developer] Re: opensocial.DataRequest.PersonId.OWNER

2008-02-13 Thread Markitecht
the viewer is not the owner, then you would only want to render the OWNER's quiz results. Hope this helps, ~Arne On Feb 13, 2008 8:35 AM, Markitecht [EMAIL PROTECTED] wrote: Instead of saving/displaying the data of the VIEWER of the applications, my goal is for the OWNER of the app to take

[orkut-developer] Re: bpc=1 not working?

2008-02-11 Thread Markitecht
I ran into a problem that I reported which was that bpc=1 didn't re- cache anything except the application .xml file. Example: application.xml would re-cache, but the application.js file that the app was including would not re-cache. Solution for this is to actually have ALL of your javascript