Slip DangerMost website owners want their pages to be well found through Google. So Google needs to be aware of each of your web pages and “understand” them. In order to help Google to find each important page, you can create a special file called “Google Sitemap”. So far so good.
Author Archives: Karsten Meier
Pizza on the beach
A use case for the mobile web. Summer with friends at Flensburgs beach. In the late afternoon we get hungry. How about pizza? W. says, that the pizza service “Joeys” would deliver here. However, we have no flyer of them, not to mention a phone book. What we have are many phones.
(Deutsch) Blogbeiträge mit Bildschirmfotos aufpeppen
How to fetch remote data with the App Engine
You can use the App Engine to retrieve web pages or other information from foreign servers and process them in your python program. This must obviously be limited, because the abuse potential is very high. Therefore you can not call all possible Internet services. You can retrieve only “web pages” or everything that a Web …
Continue reading “How to fetch remote data with the App Engine”
Upload Files with the AppEngine
If you want process an uploaded file in a cgi-programm, you often need to juggle with temporary files. How to do it with the Python in the AppEngine? Because you don’t have write access to a traditonal file system in this highly distrubuted environment. I have searched a while in the documentation. Finally, in an …
App Engine: first notes
My first impressions and some notes about programming for Googles App Engine.