Archive for the 'web developing' Category

Getting Geodata from Google-Maps

Tuesday, January 8th, 2008

Apparently I am using the Google-Maps API for a small PHP Application and i pounced on a cool hint. Unfortunately google-maps does not show you the geo-data (Latitude and Longitude)by entering a Location. Enter the following Javascript Code into the browser bar and voila’:javascript:void(prompt(”,gApplication.getMap().getCenter()));

Little Introduction to CakePHP

Friday, September 14th, 2007

Hey PHP-Freaks!

Let me show you how to create an Useradministration written in PHP with an MySQL Database running in background in just 2 Minutes. No! That’s no joke! You will be able to add, edit, delete and list Users after using the so called “Cakebaker” - a script which is included in the rapid developer […]