Werner Creixell

Personal web page

Browsing Posts tagged JSON

In this example the Seminario II sutdents were asked to design a web page that display a Google map with earthquake information from the US Geological Survey USGS. Camilo Vera solution can be found here (gracias Camilo). Camilo’s php script is as follows: <?php //header(“Content-type= application/json”); $xml =simplexml_load_file(“http://earthquakes.usgs.gov/earthquakes/catalogs/1day-M2.5.xml”); $i=0; //se recorren todos los nodos “entry” […]

This is a toy example that I used to challenge my students at seminario II. The idea is to display the Yahoo! Weather information in a google map, as showed in this page (click in the marker and the weather info for Valparaíso will appear). We first grab the information, by a php script, from […]

Creative Commons Attribution-NonCommercial-ShareAlike 2.0 Chile
This work by Werner Creixell is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.0 Chile.