[google-appengine] Let "Me" Delete My Apps (weekly report: 7 people)

2009-03-27 Thread xml2jsonp
Thanks All :-) - sheridan - 13564950363 - zerofault1 - yutiyan - ikoo-dirtylife - gythialy-app - pyoohtml http://pyoohtml.appspot.com/let-delete-my-apps/home --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google

[google-appengine] Re: We're sorry... ... but your query looks similar to automated requests from a computer viWe're sorry... ... but your query looks similar to automated requests from a computer v

2009-03-23 Thread xml2jsonp
:-O -- Web Blue Screen of Death http://pyoohtml.appspot.com/web-blue-screen-of-death On Mar 22, 6:31 am, "bwh...@dappervision.com" wrote: > Our team received this message from all of our app engines a few > minutes ago and we want to know how this happened and how to avoid it > in the future.  

[google-appengine] Re: Faster server-side json?

2009-03-23 Thread xml2jsonp
Starred :-) -- Web Blue Screen of Death http://pyoohtml.appspot.com/web-blue-screen-of-death On Mar 23, 3:55 pm, Andy Freeman wrote: > According > tohttp://blog.metaoptimize.com/2009/03/22/fast-deserialization-in-python/ > , simplejson is significantly slower than cjson. > > I've created an is

[google-appengine] Re: How to do editing??

2009-03-23 Thread xml2jsonp
:-) Can you set a default value? first_name = self.request.get("first_name", default_value="") -- Web Blue Screen of Death http://pyoohtml.appspot.com/web-blue-screen-of-death On Mar 22, 11:09 am, arnie wrote: > Will using "value="{{first_name}}"> " inside the input tag cause any > problem wh

[google-appengine] Re: Blocking bad IPs

2009-03-23 Thread xml2jsonp
ess 194.8.75.147. This one is from UK. > > Cheers, > Sargis > > On Mar 22, 4:07 am, xml2jsonp wrote: > > > I starred the issues 718 and 644. > > > -- > > Web Blue Screen of Deathhttp://pyoohtml.appspot.com/web-blue-screen-of-death > > > On Mar 22

[google-appengine] I found this Firefox add-on --> "FirePython"

2009-03-22 Thread xml2jsonp
The author: "Originally, I have created it to light up my lonely nights I was spending with Google App Engine" From: http://github.com/darwin/firepython/tree/master https://addons.mozilla.org/en-US/firefox/addon/9602 -- Web Blue Screen of Death http://pyoohtml.appspot.com/web-blue-screen-of-deat

[google-appengine] Re: Querying multiple tables in google app engine

2009-03-22 Thread xml2jsonp
>From docs: http://code.google.com/appengine/docs/python/datastore/entitiesandmodels.html The name of the back-reference property defaults to modelname_set (with the name of the model class in lowercase letters, and "_set" added to the end), and can be adjusted using the collection_name argument

[google-appengine] Re: UnknownTimeZoneError

2009-03-22 Thread xml2jsonp
Can you use the "time" module? Code from: http://www.experts-exchange.com/Programming/Languages/Scripting/Python/Q_21220085.html def convert_time( intime, newoffset ): # import the time module: import time # set the format: fmt = '%Y -%m-%d %H:%M:%S' # sp

[google-appengine] LetDeleteMyApps.py (5 people)

2009-03-22 Thread xml2jsonp
"Let Delete My Apps" http://pyoohtml.appspot.com/let-delete-my-apps/home Thanks to: - zerofault1 - yutiyan - ikoo-dirtylife - gythialy-app - pyoohtml -- Web Blue Screen of Death http://pyoohtml.appspot.com/web-blue-screen-of-death --~--~-~--~~~---~--~~ You receiv

[google-appengine] Re: Blocking bad IPs

2009-03-22 Thread xml2jsonp
I starred the issues 718 and 644. -- Web Blue Screen of Death http://pyoohtml.appspot.com/web-blue-screen-of-death On Mar 22, 4:50 am, Sargis Dallakyan wrote: > I've got a user with 61.175.215.214 IP address (registered in China) > tring to hack my app and I was wandering what would be the best

[google-appengine] Re: How to do editing??

2009-03-21 Thread xml2jsonp
:-) -- Web Blue Screen of Death http://pyoohtml.appspot.com/web-blue-screen-of-death On Mar 21, 9:17 am, arnie wrote: > I have created a very simple django project that is using google > datastore. In there I have created a simple user form with first name, > last name, address fields. > When

[google-appengine] Web Blue Screen of Death

2009-03-20 Thread xml2jsonp
1) Select the official web browser for your home page or blog; 2) Copy this HTML code into your home page; 3) When your visitor use a different web browser, will see this message (for Firefox). http://pyoohtml.appspot.com/web-blue-screen-of-death --~--~-~--~~~---~--~-

[google-appengine] Re: Lost source code --help retrieving

2009-03-17 Thread xml2jsonp
"How to retrieve back the remote code?" http://groups.google.com/group/google-appengine/browse_thread/thread/dd77c67560ec43/a364c04b1d67ab58?lnk=gst&q=recover+source#a364c04b1d67ab58 -- See my apps: http://appgallery.appspot.com/about_app?app_id=agphcHBnYWxsZXJ5chQLEgxBcHBsaWNhdGlvbnMYpdgFDA On

[google-appengine] Re: Lost source code --help retrieving

2009-03-17 Thread xml2jsonp
"How to retrieve back the remote code?" http://groups.google.com/group/google-appengine/browse_thread/thread/dd77c67560ec43/a364c04b1d67ab58?lnk=gst&q=recover+source#a364c04b1d67ab58 -- Let Delete My Apps http://pyoohtml.appspot.com/let-delete-my-apps/home . . . . . . On Mar 17, 9:12 pm, Geetha

[google-appengine] Re: Clearing an entire table

2009-03-16 Thread xml2jsonp
But why this GAE limit --> "Since you can't write a query that sorts on two properties in the same query" Could I open a "New Issue" ??? On Mar 16, 6:58 pm, Wooble wrote: > Kludgy solution: add a "week" property to your objects, and use an > equality filter on it. > > On Mar 16, 6:26 am, "sucram

[google-appengine] Re: Genshi on GAE

2009-03-16 Thread xml2jsonp
See here: http://groups.google.com/group/genshi/browse_thread/thread/c7b6f38845d27151 On Mar 16, 9:42 pm, Ronn Ross wrote: > Has anyone use Genshi on GAE? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App

[google-appengine] Re: "Is the billing the future?" Porting my mind from GAE to PHP to JavaScript (from server-side to client-side)

2009-03-16 Thread xml2jsonp
ns you must focalize your code on client- side. - GAE + PHP + JavaScript You must study all technology to have full power :-) On Mar 16, 8:59 pm, Barry Hunter wrote: > Precisely, my question! > > On 16/03/2009, xml2jsonp wrote: > > > > > > >  What sense? > > &g

[google-appengine] "Let Delete My Apps" (3 apps)

2009-03-16 Thread xml2jsonp
Thanks to: - ikoo-dirtylife - gythialy-app - pyoohtml http://pyoohtml.appspot.com/let-delete-my-apps/home --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email

[google-appengine] Re: Release Status of Google App Engine

2009-03-16 Thread xml2jsonp
"Is Google's perpetual beta a winning strategy?" http://209.85.129.132/search?q=cache:ApYmZkCJSmkJ:news.cnet.com/8301-13505_3-10054293-16.html+Google+beta+strategy&cd=1&hl=en&ct=clnk [...] We have very high internal metrics our consumer products have to meet before coming out of beta. Our teams co

[google-appengine] Re: "Is the billing the future?" Porting my mind from GAE to PHP to JavaScript (from server-side to client-side)

2009-03-16 Thread xml2jsonp
What sense? On Mar 16, 1:17 am, Barry Hunter wrote: > Is this thread actually meant to make sense? > > On 15/03/2009, xml2jsonp wrote: > > > > >  "Upcoming Changes to the Free Quotas" > >  http://code.google.com/appengine/docs/quotas.html#Free_Changes &

[google-appengine] Re: Forward request or webapp.RequestHandler chaining (like Actions framework in java)

2009-03-16 Thread xml2jsonp
Yes, ok. You could open a "New Issue"... On Mar 15, 10:44 pm, Jarek Zgoda wrote: > It would be easier if you do not use WebApp but follow Django way of > request handling (easy to achieve even without Django, ie. using > Werkzeug to lay out application in model-view-template style): > > def hand

[google-appengine] Re: sending mail with nicely formatted sender

2009-03-16 Thread xml2jsonp
Only 47 stars :-( More stars (please) the Universe is full :-) On Mar 15, 8:55 pm, manuelaraoz wrote: > please everyone star this issue, it must have a very simple fix and > it's very necessary > thanks > > Manuel --~--~-~--~~~---~--~~ You received this message be

[google-appengine] Re: GWEI (Google Will Eat Itself) on GAE ???

2009-03-16 Thread xml2jsonp
Does Google not like the art of hacktivism? On Mar 15, 8:23 pm, xml2jsonp wrote: > Ok, then Why this response: > > "ok, we understand it's art, but you have to stop it > now".http://www.we-make-money-not-art.com/archives/2008/01/how-did-neural.php > . > . >

[google-appengine] "Is the billing the future?" Porting my mind from GAE to PHP to JavaScript (from server-side to client-side)

2009-03-15 Thread xml2jsonp
"Upcoming Changes to the Free Quotas" http://code.google.com/appengine/docs/quotas.html#Free_Changes I hope GAE will always remain free :-) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group.

[google-appengine] Re: sending mail with nicely formatted sender

2009-03-15 Thread xml2jsonp
starred :-) On Mar 15, 8:45 pm, Jarek Zgoda wrote: > Star this issue: > > http://code.google.com/p/googleappengine/issues/detail?id=677 > > On 15 Mar, 20:08, manuelaraoz wrote: > > > Hi there! > > > I've got my app sending mail from the address supp...@myapp.com > > > the problem is, when peopl

[google-appengine] Re: GWEI (Google Will Eat Itself) on GAE ???

2009-03-15 Thread xml2jsonp
(5) The shares that control Google aren't on the market. > > On Mar 15, 10:56 am, xml2jsonp wrote: > > > Is legal implement this idea on GAE > > ?http://gwei.org/pages/diagram/diagram.html --~--~-~--~~~---~--~~ You received this message bec

[google-appengine] Re: sending mail with nicely formatted sender

2009-03-15 Thread xml2jsonp
Try: "MyApp Team" On Mar 15, 8:15 pm, xml2jsonp wrote: > mail.send_mail(sender="da.@gmail.com", >   to="da.@gmail.com", >   subject="[IronBrowser] Apps Info Submitted", >   body="...") > > On Ma

[google-appengine] Re: sending mail with nicely formatted sender

2009-03-15 Thread xml2jsonp
mail.send_mail(sender="da.@gmail.com", to="da.@gmail.com", subject="[IronBrowser] Apps Info Submitted", body="...") On Mar 15, 8:08 pm, manuelaraoz wrote: > Hi there! > > I've got my app sending mail from the address supp...@myapp.com > > the problem is, wh

[google-appengine] GWEI (Google Will Eat Itself) on GAE ???

2009-03-15 Thread xml2jsonp
Is legal implement this idea on GAE ? http://gwei.org/pages/diagram/diagram.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@google

[google-appengine] Re: Forward request or webapp.RequestHandler chaining (like Actions framework in java)

2009-03-15 Thread xml2jsonp
Why have the Java developers a complex mind? I think this is more simple: values = {'message':'News was hidden'} # self.redirect("/admin") path = os.path.join(os.path.dirname(__file__),'html/admin.html') self.response.out.write( template.render(path, values) ) . . . On Mar 15, 12:06 pm, "Serega.

[google-appengine] Re: Can Appengine provide Browser information..?

2009-03-15 Thread xml2jsonp
Using JavaScript: if (/msie/.test(navigator.userAgent.toLowerCase()) && !/opera/.test(navigator.userAgent.toLowerCase())) { [...] On Mar 15, 7:56 am, jago wrote: > Hi, > > Can I write some Python code that creates an HTML which prints if the > client is running Firefox or IE ? --~--~-~-

[google-appengine] Re: XML to json example?

2009-03-14 Thread xml2jsonp
See: http://appgallery.appspot.com/about_app?app_id=agphcHBnYWxsZXJ5chQLEgxBcHBsaWNhdGlvbnMYpdgFDA On Jan 30, 7:12 pm, Geuis wrote: > Does anyone have a sampleXMLtojsonconverter they could share? Have > tried building one but I have failed. --~--~-~--~~~---~--~~ Y

[google-appengine] xml2jsonp - Cross Site Service

2009-03-14 Thread xml2jsonp
This free app is useful to convert XML to JSON-P http://pyoohtml.appspot.com/xml2jsonp A similar project: http://www.thomasfrank.se/xml_to_json.html Comments: http://appgallery.appspot.com/about_app?app_id=agphcHBnYWxsZXJ5chQLEgxBcHBsaWNhdGlvbnMYpdgFDA Bye