Estamos Contratando

For Hire

A Amanaiê está procurando um profissional para desenvolvimento de Aplicativos Sociais. Contamos com uma equipe de railers de excelente nível, várias aplicações pontuais e projetos em desenvolvimento.

Requisitos:

O salário inicial é de nível Junior, o trabalho é remoto e o horário é bastante flexível. Ganha pontos quem mandar algum projeto próprio ou pelo menos trechos de código para análise, github, twitter e blog.

Se alguém tiver interessado por favor, entre em contato comigo por: ozeias@amanaie.com.br.

Rails Summit 2009

Disabling Cache in the Orkut Sandbox

bypass

Orkut caches application XML specs to minimize the number of times that each file has to be fetched, saving bandwidth and reducing user latency. Caching is great for cases where many users are requesting your application, but can be disruptive during application development when you want to see each change as soon as you update your application's code.

Fortunately, you can disable this caching mechanism by appending &bpc=1 to the URL of any profile or application canvas page. This "bypass cache" parameter instructs orkut to pull a fresh version of the gadget XML from your server rather than the version currently in its cache.

For example, if you are viewing:


http://prod.sandbox.orkut.com/Main#Application?uid=#####&appId=#####

You can view the uncached version by navigating to:


http://prod.sandbox.orkut.com/Main#Application?uid=#####&appId=#####&bpc=1

But it is very tedious task to append &bpc=1 to the application pages everytime you want to see the latest version. Now, you can use this greasemonkey script for fix that problem.

First you need install Greasemonkey plugin for Firefox/Flock and later, you need install this userscript Bypass Orkut Cache.