Blog personal de Alberto Romeu
Haciendo el jamelgo con Photobooth
Submitted by Alberto Romeu on Mon, 07/05/2012 - 20:48Desde entonces la mayoría de fotos que me pongo como Avatar las hago directamente con la webcam del Mac. Pues bueno ayer nos reímos un rato con el programita... juju






Adding a new service to POIProxy in 5 minutes
Submitted by Alberto Romeu on Fri, 30/03/2012 - 20:16Having the workspace of POIProxy I've spent exactly 5 minutes to add Wikilocation to POIProxy. These are the steps:
* Go to the Wikilocation API documentation and take a look to the request and response formats.
* Add a new configuration file, wikilocation.json, to the services folder at es.alrocar.poiproxy.gae:
{ describeService : {
format: "json",
apiKey : "",
requestTypes : {
"browse": {"url": "http://api.wikilocation.org/articles?lat=__LAT__&lng=__LON__&radius=__DIST__", "params": []},
"search": {"url": "b", "params": []}
},
featureTypes : { "browse" : {
"feature" : "id",
"elements" : ["title", "url", "distance"],
"lon": "lng",
"lat": "lat"
},"search" : {
"feature" : "id",
"elements" : ["title", "url", "distance"],
"lon": "lng",
"lat": "lat"
}
}
}}
* Add the Wikilocation layer to the Leaflet based demo of POIProxy
var wikilocation = new L.TileLayer.POIProxy("http://poiproxy.mapps.es/browse?service=wikilocation&x={x}&y={y}&z={z}&callback=?", {iconURL: "./images/marker7.png", service: "wikilocation"});
var controlLayers = new L.Control.Layers({"Foursquare": foursquare, "Panoramio": panoramio, "Flickr": flickr, "Minube": minube, "Minube": minube, "Nominatim": nominatim, "Mapquest": mapquest, "Geonames": geonames, "Cloudmade": cloudmade, "LastFM": lastfm, "WikiLocation": wikilocation}, {});
* Deploy to App Engine and we're done:
mvn gae:deploy
The demo is app and running. So easy. Yes I've spent much more time writing this blog post than programming o_O (well I did not program anything)
PDAE en Gandía
Submitted by Alberto Romeu on Sun, 25/03/2012 - 19:03Personalmente, no me gustan mucho las exposiciones caninas, pero no me importa pasar un rato viendo perros dando vueltas en un "ring", si sé que luego voy a ir a otro sitio a pasármelo bien.
Además nunca había estado en Gandía y tengo que decir que no me gustó en absoluto :), demasiado turístico para mi gusto, pero siendo invierno no había nadie, así que pasamos un buen día.
Fotos de Marley de Ubrique



Recent comments
19 hours 9 min ago
19 hours 13 min ago
19 hours 16 min ago
2 days 17 hours ago
4 days 2 hours ago
6 days 22 hours ago
1 week 5 days ago
2 weeks 4 days ago
5 weeks 3 days ago
7 weeks 2 days ago