Werner Creixell

Personal web page

Browsing Posts tagged html

In Seminario II the students were challenged to make a web page that displays a Twitter search. The “#chi” or “#worldcup” hash-tag search is performed and the results dynamically displayed. Dominique Naser solution, using jQuery, can be found here (gracias Dominique). First a simple form to input the search. <html> <head> <meta http-equiv=”Content-type” content=”text/html; charset=utf-8″> […]

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” […]

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.