Google App Engine,Web 2.0,free office download,Jailbreaking iPhone 3Gs,Apple rumors,free downloads,linux download,ubuntu download,Free Software,unlock iPhone 3G,unlock iPhone 3Gs, jailbreak iphone, ipod touch, apple news, programming tutorials
by on February 24th, 2009

Yesterday we learned how to create a simple Hello World app on https://www.programmerfish.com/category/app-engine-google/' target='_blank'>App Engine and deploy it image on the local web server that comes with https://www.programmerfish.com/category/app-engine-google/' target='_blank'>App Engine SDK. Read that tutorial here.

Now, once your app is complete, how to deploy it in the Cloud so that you can show it to the world!

First Step:
1)
Create a Google account
2) Goto https://appengine.google.com and login
3) Click Create Application.
4)
Select your country and enter your mobile number.

by on February 23rd, 2009

<a href='https://www.programmerfish.com/category/google/' target='_blank'>Google</a>_App_Engine_logo_wtxtCloud Computing is a buzz word now and every developer MUST know how to program and  deploy on the Cloud be it Google’s https://www.programmerfish.com/category/app-engine-google/' target='_blank'>App Engine or Microsoft’s https://www.programmerfish.com/category/windows-azure-microsoft/' target='_blank'>Azure or Amazon’s EC2. Here is a very simple tutorial on how to create Hello World (traditionally the very first app we write on anything new we learn) on https://www.programmerfish.com/category/app-engine-google/' target='_blank'>App Engine.

Since it took me some time figuring out a some details which were very vaguely defined on the official text-tutorial on Google Code, so I thought of explaining it to the very minute detail for all the starters out there.

Step One (Get the Essentials):
Download Python Release 2.5.4
Download Google https://www.programmerfish.com/category/app-engine-google/' target='_blank'>App Engine SDK