Tuesday, September 28, 2010
Friday, September 24, 2010
Wednesday, September 8, 2010
Friday, September 3, 2010
Locally testing a Google App Engine iPhone/Android web app
http://thecoderscanon.com/?p=115
by default the launcher runs the app on the interface localhost, which is only accessible on the machine it is running on. This means that a browser on the computer I am developing on can access the website, but not my iPhone on the same network.
In order to make your GAE web app accessible on your local network, configure the launcher to use the address 0.0.0.0 instead of localhost. To do this, open the GoogleAppEngineLauncher, go to Application Settings for your app, add the following to the Extra Flags section “-a 0.0.0.0″, and restart. You will now be able to test your web app on an any device logged into your local network.
--port=8888 -a 0.0.0.0
by default the launcher runs the app on the interface localhost, which is only accessible on the machine it is running on. This means that a browser on the computer I am developing on can access the website, but not my iPhone on the same network.
In order to make your GAE web app accessible on your local network, configure the launcher to use the address 0.0.0.0 instead of localhost. To do this, open the GoogleAppEngineLauncher, go to Application Settings for your app, add the following to the Extra Flags section “-a 0.0.0.0″, and restart. You will now be able to test your web app on an any device logged into your local network.
--port=8888 -a 0.0.0.0
Thursday, September 2, 2010
iPad/iPhone touch events
http://manifestinteractive.com/iphone/touch/
< meta name="viewport" content="width=320; initial-scale=1.0; minimum-scale=1.0; maximum-scale=1.0; user-scalable=0;">
http://www.ryanscherf.net/demos/swipe/
http://www.engageinteractive.co.uk/blog/2008/06/19/tutorial-building-a-website-for-the-iphone/
http://www.engageinteractive.co.uk/tutorials/iphone/
http://www.bracketslash.com/app.php
http://cubiq.org/iscroll
< meta name="viewport" content="width=320; initial-scale=1.0; minimum-scale=1.0; maximum-scale=1.0; user-scalable=0;">
http://www.ryanscherf.net/demos/swipe/
http://www.engageinteractive.co.uk/blog/2008/06/19/tutorial-building-a-website-for-the-iphone/
http://www.engageinteractive.co.uk/tutorials/iphone/
http://www.bracketslash.com/app.php
http://cubiq.org/iscroll
Subscribe to:
Posts (Atom)