[google-appengine] Re: Smipple - Social Code Snippets

2009-06-29 Thread Amr Ellafi
nice website ! On Mon, Jun 29, 2009 at 9:37 AM, Ian Lewis wrote: > Hi all, > > I just wanted to let everyone know about a site I created for sharing code > snippets in a social way. You can check it out at http://www.smipple.net/. > Smipple allows you to save, organize, and share snippets with ot

[google-appengine] Re: django-countries in AppEngine

2009-04-16 Thread Amr Ellafi
AppEngine uses it's own database ! most ,if not all, Django Apps that requires a back-end will not work with AppEngine On Fri, Apr 17, 2009 at 5:59 AM, codingJoe wrote: > > I would like to add a country list to my app. After a little research > I found and downloaded django-countries. > > My Mo

[google-appengine] Re: New Runtime Language Announced!

2009-04-01 Thread Amr Ellafi
I have deployed a sample Fortune to my app on http://atari.appspot.com but unfortunately not working , i do not even see a debug message , any clue ? do i have to reconfigure my app from the admin console ? On Thu, Apr 2, 2009 at 1:18 AM, Ozgur Cem S. wrote: > > Yeah, they'll put them in a pun

[google-appengine] Re: Data Browser

2009-03-20 Thread Amr Ellafi
Good Idea, I'm not sure if remote_api allows fetching data On Fri, Mar 20, 2009 at 7:11 AM, Chad wrote: > > Is there a way to visually navigate the datastore?  Is there a GUI > provided or an opensource project for navigating and managing > datastore data?  I guess I'm looking for something like

[google-appengine] Re: IDE

2009-03-18 Thread Amr Ellafi
Don't think so, you can use either PyDev for eclipse, Eric4 or Komodo On Wed, Mar 18, 2009 at 2:03 PM, Ronn Ross wrote: > Will google release an IDE for app engine? > > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

[google-appengine] Re: Chartle.net - application based on Google App Engine

2009-03-17 Thread Amr Ellafi
what do you use for charting by the way ? On Tue, Mar 17, 2009 at 2:39 PM, Dieter Krachtus wrote: > > Thanks! > > Actually it is an early alpha (incomplete and buggy Undo/Redo, etc.), > but I was bored running it locally so I put it online. I hope I will > find time to improve it on the weekends

[google-appengine] Re: how to config gwt to work in app engine effective and productive

2009-03-17 Thread Amr Ellafi
Pavel, that's a good idea, you mean you can pass objects from the datastore to GWT via JSON ? On Tue, Mar 17, 2009 at 3:50 PM, Pavel Byles wrote: > > Coonay, > I use GWT and GAE together and I think it's a pretty good setup. > First, instead of using servlets you will use the request builder and

[google-appengine] Re: The no-brainer integration with Google Checkout is missing.

2009-03-16 Thread Amr Ellafi
HTTPS already exists but with your appspot domain, scheduled task is planned but not yet released ! On Sun, Mar 15, 2009 at 7:55 PM, RunningCloud wrote: > > Hmmm. > > -- Cannot use the notification API because no support for HTTPS on > custom domains > -- Cannot use the polling API because n

[google-appengine] Re: Chartle.net - application based on Google App Engine

2009-03-16 Thread Amr Ellafi
Congrats I liked it very much. user-friendly as well. if this is a one man show, then you are talented ! On Mon, Mar 16, 2009 at 12:57 PM, Dieter Krachtus wrote: > > I created a webapp to create charts, plots and maps using the Google > Chart API and the Google Visualization API. The webapp is h

[google-appengine] Re: large imports/exports

2009-03-13 Thread Amr Ellafi
really , great ! have you sliced your data or did the upload at once ?? On Fri, Mar 13, 2009 at 10:47 PM, Let Delete My Apps wrote: > > I've imported 87811 records using "bulkload_client.py" > . > . > . > On Mar 13, 7:53 pm, Ronn Ross wrote: >> Do you know if there's an easy way to do large imp

[google-appengine] Re: App Engine SDK Cheat Sheet

2009-03-12 Thread Amr Ellafi
well done ! many thanks On Wed, Mar 11, 2009 at 10:28 PM, Let Delete My Apps < davide.rogn...@gmail.com> wrote: > > Thanks :-) > > On Mar 11, 7:44 pm, John wrote: > > Hi All, > > > > Not sure if you saw the blog post this morning, but we created a cheat > > sheet: > > > > http://googleappengine.

[google-appengine] Re: Open Sourcing some Google App Engine Apps

2009-03-09 Thread Amr Ellafi
Hey Paul, Many thanks for those posting. I find them very inspiring to the open-source community. Keep the good work coming ! Amr On Mon, Mar 9, 2009 at 7:17 PM, Paul Kinlan wrote: > > Hi Again Everyone, > > Just to let you know I have opened the source code for www.atopical.com > at https://g

[google-appengine] Re: cooperate with top Google Apps Engine developer

2009-03-06 Thread Amr Ellafi
I'm offering my services ! paid of course :) On Thu, Mar 5, 2009 at 3:30 PM, dalenewman wrote: > > Alex, > > You should use oDesk ( www.odesk.com ) for this. One catch though -- > you'll have to pay the developers :-) > > Dale > www.bookdope.com > > > > > > > > > --~--~-~--~~--

[google-appengine] Re: What's wrong with this??

2009-03-06 Thread Amr Ellafi
I think setting Template directory to static is the issue here, static content will not be handled by Django. On Fri, Mar 6, 2009 at 12:48 PM, arnie wrote: > > Using django templates, I am creating a very simple web application. > Everything goes well the only problem that I am facing is that th

[google-appengine] Re: Converting model objects to JSON

2009-03-06 Thread Amr Ellafi
check this http://deron.meranda.us/python/comparing_json_modules/ you will have to stuck with a pure python library On Fri, Mar 6, 2009 at 1:28 PM, Devraj Mukherjee wrote: > > Hi all, > > Quick question about converting model objects in JSON. Have done some > reading and I can't find a way to us

[google-appengine] Re: New GAE App: Wordds.com - magazine articles optimized for your iPhone, Kindle & BlackBerry

2009-03-05 Thread Amr Ellafi
nice one , is it a Django App ? On Thu, Mar 5, 2009 at 4:27 PM, Big Stu wrote: > > Hey Eric, > Looks really cool! Very clean design too. If you don't mind > sharing, what kinds of tools/libraries did you use to put it > together? I'm also looking at doing an app that I want to be as > useful

[google-appengine] Re: PHP + MySQL is a web standard ;-)

2009-03-04 Thread Amr Ellafi
I imagine Perl we be coming to GAE. ooh , the whole CPAN , what a dream :) On Wed, Mar 4, 2009 at 3:37 PM, Wooble wrote: > > > > On Mar 3, 8:46 pm, "wenxin.ren" wrote: > > the best result we may anticipate is that google may support php + > > mysql sooner > > PHP, maybe (although I doubt it mys

[google-appengine] Pylons 0.9.7 is fully supported

2009-03-03 Thread Amr Ellafi
is Pylons 0.9.7 fully supported on AppEngine ? --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this