Werner Creixell

Personal web page

Browsing Posts in SeminarioII

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

Estimad@s todo@s, Están cordialmente invitados a una charla que dará el Ingeniero Civil Electrónico Sr. Giancarlo Rotta, Jefe de Innovación y Productos de Copesa (empresa dueña de varios medios de información, entre ellos, La Tercera). La charla, titulada “El desafío de los grandes medios digitales”,  se realizará el jueves 17 de Junio en el Auditorio […]

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.