Try the search, it's linked to some great forums

Wednesday, January 25, 2012

Vimeo - best video website out there

The following is a link to a great video on the Vimeo website;

Need4Speed: Insight from Phoenix Fly on Vimeo.

Sunday, January 22, 2012

Costa Concordia wreck timeline KML

Great Google Earth KML tracks simulation of last weeks accident; The actual KMZ files can be downloaded from Ship model and Accident Timeline and be viewed on Google Earth, even Better!

Sunday, January 1, 2012

Panoramio - JavaScript JSON get - results

The following snippets are examples of a request (get_panoramas) and the resulting widget that Panoramio returns:

This is the get;

http://www.panoramio.com/map/get_panoramas.php?set=public&from=0&to=20&
minx=-180&miny=-90&maxx=180&maxy=90&size=medium&mapfilter=true
and this is the JSON results;
 {
      "count": 773840,"photos": [
        {
          "photo_id": 532693,
          "photo_title": "Wheatfield in afternoon light",
          "photo_url": "http://www.panoramio.com/photo/532693",
          "photo_file_url": "http://static2.bareka.com/
              photos/medium/532693.jpg",
          "longitude": 11.280727,
          "latitude": 59.643198,
          "width": 500,
          "height": 333,
          "upload_date": "22 January 2007",
          "owner_id": 39160,
          "owner_name": "Snemann",
          "owner_url": "http://www.panoramio.com/user/39160",
        },
        {
          "photo_id": 505229,
          "photo_title": "Etangs près de Dijon",
          "photo_url": "http://www.panoramio.com/photo/505229",
          "photo_file_url": "http://static2.bareka.com/
              photos/medium/505229.jpg",
          "longitude": 5.168552,
          "latitude": 47.312642,
          "width": 350,
          "height": 500,
          "upload_date": "20 January 2007",
          "owner_id": 78506,
          "owner_name": "Philippe Stoop",
          "owner_url": "http://www.panoramio.com/user/78506"
        }, ...
      ]
    }

Panoramio demo - *** Version 4 Location & Tag selectable

This version uses JavaScript and allows for the eventual full use of the Panoramio data set. It is currently set for tag = mountain & location = Tibet

Photo widget JavaScript version


An anchor

Panoramio demo - version 03 User Selected Content

Let's now try a just MY photos (user=1550977;) and other embedded data fields. Detailed Panoramio API
slideshow.html
These examples use panoramio's HTML widgets. For more detail we need to work with JavaScript

Panoramio demo - version 02 Embedded Slideshow

Let's now try a slideshow from within this frame, or can this be any easier?

Panoramio demo - version 01 simple iframe

This is the simplest version of the Panoramio api using an iframe script from the Panoramio api site.