Select Page

Free and simple video converter / compressor

Freemake Video Converter converts and compresses video files of the common formats (avi, wmv, mp4, 3gp, …). Batch processing is possible. It is adware, but you can disable toolbars etc. within the installation process.

Get geocodes / coordinates of addresses with Google Maps API

<? $address = utf8_encode('1030 wien'); //Use this function to avoid problems with special characters, like German 'Umlaute' $response = file_get_contents('http://maps.googleapis.com/maps/api/geocode/json?address=' . urlencode($address) . '&amp;sensor=true');...