Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google App Engine

Handling Json Form With Jquery On Google App Engine

I am having some problems with making jQuery work on GAE python 2.7 . The main problem is jQuery ca… Read more Handling Json Form With Jquery On Google App Engine

Debugging Channel Api Appengine

I'm using the appengine channel api(with deferred tasks) but it doesn't seem to be working.… Read more Debugging Channel Api Appengine

Upload File To Google Cloud Storage From Google App Engine (java)

How can I upload file from servlet in google app engine to google cloud storage? When I did it, Go… Read more Upload File To Google Cloud Storage From Google App Engine (java)

Appengine Channel No Messages Arrive

I am trying to get the channel api working. This is what I have so far: in the view: def channel_te… Read more Appengine Channel No Messages Arrive

Warning : The Page Index.html Ran Insecure Content

I deployed my application on google appe engine. My web site use Dojo with the template claro. When… Read more Warning : The Page Index.html Ran Insecure Content

Why Does Image Height Get So Large In This Example?

I'm calculating image height serverside to serve dynamic images but every once in a while the h… Read more Why Does Image Height Get So Large In This Example?

Can I Test XMLHttpRequest() In SDK With Localhost?

The following code does not seem to work because when I try to get the 'chooser' in Google … Read more Can I Test XMLHttpRequest() In SDK With Localhost?