Re: [orkut-developer] Re: Delete duplicated App

2011-02-23 Thread Mr . Nobody
Show 404 Error or Delete all Xml codes from URL , it will be automatically
removed from Orkut List.

Thanks

On Tue, Feb 22, 2011 at 8:02 AM, Siyuan siy...@halfquest.com wrote:

 is there anyone can help me?
 thank you in advance

 On Feb 16, 11:38 am, Siyuan siy...@halfquest.com wrote:
  Hi,
 I would like to remove my App called Toca DJ!-SANDBOX from the
  directory.
 the App is used for test purpose, i think no one submitted it, but
  now it's shown in the directory.
 the App url:http://www.orkut.com/Main#Application?
  appId=951421207472
 the App xml:http://ec2-122-248-193-48.ap-
  southeast-1.compute.amazonaws.com:81/orkut.xml
 help me remove it please, Thanks a lot!
 
  Siyuan
  @halfquest

 --
 You received this message because you are subscribed to the Google Groups
 orkut Developer Forum group.
 To post to this group, send email to opensocial-orkut@googlegroups.com.
 To unsubscribe from this group, send email to
 opensocial-orkut+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-orkut@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Orkut Email

2011-02-23 Thread Nobody
Lit of Mail from Orkut ..

Many problem are of No Use ..But still geting mails from yrs Side ,
Can i Have solution for this.

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-orkut@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: IMPORTANT: New JS/HTML parser! Please check your apps still work!

2011-02-23 Thread Tiago Silveira (Google)
Hi Eduardo,

I understand that. We had to make a choice for correctness, and having a 
DOCTYPE declaration in the middle of the XML was just wrong. It's 2011 and 
if someone is writing UIs in quirks mode it probably means it looks 
different in different browsers anyway. Quirks mode is broken.

We don't plan to make the migration completely transparent to developers -- 
just for users. That's why we need your help finding the issues before we 
launch it. As the thread subject says, this is important.

We also found a bug with the new parser and Data Pipelining. The fix is 
submitted and should be reaching sandbox today or tomorrow. I urge you to 
test your apps again, both the canvas and profile view, and please report 
any issues here. It's a deep change, with plenty of automated testing, but 
we can't really look at each rendered app ourselves.

Regards,
Tiago

-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-orkut@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: IMPORTANT: New JS/HTML parser! Please check your apps still work!

2011-02-23 Thread anatoly
Hi Tiago


While I unuderstand that you can't check each and everyone apps
rendering I'd suggest to test top 10-20
each time there is a major change like this. Just for sanity
purposes.
It happened in the past that the largest apps were broken after
changes.


thanks


On Feb 23, 2:27 pm, Tiago Silveira (Google) t...@google.com wrote:
...
 We also found a bug with the new parser and Data Pipelining. The fix is
 submitted and should be reaching sandbox today or tomorrow. I urge you to
 test your apps again, both the canvas and profile view, and please report
 any issues here. It's a deep change, with plenty of automated testing, but
 we can't really look at each rendered app ourselves.

 Regards,
 Tiago

-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-orkut@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



Re: [orkut-developer] Re: New features: configurable app width and container version!

2011-02-23 Thread Bruno Oliveira (btco)
Hi! Thanks for the feedback.

The width is clamped to a fixed interval (currently, the range is 800 to 980 
pixels in the new UI, and hard-coded to 835 on the old UI).

-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-orkut@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: Unsupported feature

2011-02-23 Thread Bruno Oliveira (btco)
This error means your XML is not correct.
(or else that it is, and the Apache Shindig parser is not!)

I took a quick glance at your XML and it looks right to me. So here's where 
I'll start to speculate based less on facts than on hunches :-)

The first line has an extra space that may or may not be the problem:

?xml version=1.0 encoding=UTF-8 ?

Want to try removing that space and trying again?

Also, your file is in DOS format (CR+LF). While I would be pretty 
disappointed if the Shindig parser is failing because of that, it might be 
worth fixing it to LF's only to see if that solves the problem.

-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-orkut@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: Attention: AS post and Profile View size will be adjusted soon. Please update your apps!

2011-02-23 Thread Bruno Oliveira (btco)
They are bigger currently. Activity stream entries are now 445px, so they 
are about to lose 20 pixels.
Profile view size is now... uh... I don't know embarassing :-) I'll check 
and post later. But it will become 480px soon.

-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-orkut@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: orkut AppReviewer

2011-02-23 Thread Bruno Oliveira (btco)
That's Google Maps, I think. It's supposedly the URL your app tried to 
fetch. Are you using any map-based component or using Google Maps directly?

-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-orkut@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-02-23 Thread Bruno Oliveira (btco)
Interesting. Could you give me an appID of one of these apps that load 
pretty fast and for which you are receiving this e-mail?

I'm very interested in finding good cases of false positives so we can 
review our algorithm and see if it really makes sense.

-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-orkut@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-02-23 Thread anatoly
for example appid 272506434405



On Feb 23, 5:10 pm, Bruno Oliveira (\btco\) bru...@google.com
wrote:
 Interesting. Could you give me an appID of one of these apps that load
 pretty fast and for which you are receiving this e-mail?

 I'm very interested in finding good cases of false positives so we can
 review our algorithm and see if it really makes sense.

-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-orkut@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: Sandbox down? Prod sandbox to the rescue!

2011-02-23 Thread anatoly
thanks

Is there any problem with regular sandbox right now?
profile box is not rendering, many server unavailable errors. Apps
intermittenly show as if they are uninstalled when viewing a canvas
view.


On Feb 14, 9:50 pm, Bruno Oliveira (\btco\) bru...@google.com
wrote:
 Hi folks,

 Just a quick reminder: if Sandbox is down, do not despair: use prod sandbox!

 http://prod.sandbox.orkut.com

 Prod sandbox is a sandbox that runs the same binary as production and has a
 very similar configuration, so it's a good way to test your applications.

 -
 Bruno Oliveira, btco
 Google

-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-orkut@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: Attention: AS post and Profile View size will be adjusted soon. Please update your apps!

2011-02-23 Thread anatoly
I see. Just wanted to check but I'm getting errors on sandbox in
profile view and profile box is not renderng:

Que feio, servidor! Você não pode fazer isso.

Is there any problem right now on profile view in sandbox?
Canvas view is working but is very slow (slower than production)


thanks


On Feb 23, 5:06 pm, Bruno Oliveira (\btco\) bru...@google.com
wrote:
 They are bigger currently. Activity stream entries are now 445px, so they
 are about to lose 20 pixels.
 Profile view size is now... uh... I don't know embarassing :-) I'll check
 and post later. But it will become 480px soon.

-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-orkut@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: Sandbox down? Prod sandbox to the rescue!

2011-02-23 Thread Bruno Oliveira (btco)
Yep, sandbox is in pretty bad shape right at this moment... we're looking 
into it.

-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-orkut@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-02-23 Thread Bruno Oliveira (btco)
Your app seems to be taking a long time to load for me. I waited for around 
3 hours and it didn't finish loading. What are you doing on startup? Maybe 
it's something that's quick when you test it at your location, but when we 
test it in our location, it takes (a lot) longer.

-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-orkut@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: orkut AppReviewer

2011-02-23 Thread Frisoni
Yes, I'm using Maps Api.
But I don't call this url directly.
How can I discover when the http error is ocuring?

Thanks,
Frisoni

On Feb 23, 12:07 pm, Bruno Oliveira (\btco\) bru...@google.com
wrote:
 That's Google Maps, I think. It's supposedly the URL your app tried to
 fetch. Are you using any map-based component or using Google Maps directly?

-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-orkut@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-02-23 Thread anatoly
3 hours are you serious?
it is loading instantly, I suppose you're testing it on production and
not on sandbox since sandbox has real issue right now.

if this app is loading 3 hours for you and not 1 sec, something very
serious I suspect is going on at orkut.



On Feb 23, 8:45 pm, Bruno Oliveira (\btco\) bru...@google.com
wrote:
 Your app seems to be taking a long time to load for me. I waited for around
 3 hours and it didn't finish loading. What are you doing on startup? Maybe
 it's something that's quick when you test it at your location, but when we
 test it in our location, it takes (a lot) longer.

-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-orkut@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: IMPORTANT: New JS/HTML parser! Please check your apps still work!

2011-02-23 Thread Eduardo Rocha
Tiago,

Correct me if I am wrong, but in IE the only way to set standards mode
is using DOCTYPE.

In IE8, you can use meta http-equiv=X-UA-Compatible
content=IE=8, but in older versions, you can't. Is there any other
way?

So I can support my IE8 users without DOCTYPE, but I won't be able to
support IE7 users (in quirks mode, my application just renders
completely wrong), even though its usage (IE7) is decreasing.

Is this something known for you?

On 23 fev, 09:27, Tiago Silveira (Google) t...@google.com wrote:
 Hi Eduardo,

 I understand that. We had to make a choice for correctness, and having a
 DOCTYPE declaration in the middle of the XML was just wrong. It's 2011 and
 if someone is writing UIs in quirks mode it probably means it looks
 different in different browsers anyway. Quirks mode is broken.

 We don't plan to make the migration completely transparent to developers --
 just for users. That's why we need your help finding the issues before we
 launch it. As the thread subject says, this is important.

 We also found a bug with the new parser and Data Pipelining. The fix is
 submitted and should be reaching sandbox today or tomorrow. I urge you to
 test your apps again, both the canvas and profile view, and please report
 any issues here. It's a deep change, with plenty of automated testing, but
 we can't really look at each rendered app ourselves.

 Regards,
 Tiago

-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-orkut@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.