HomeBlogBooksProjectsArchiveAboutlogo

A Curious Animal

Born to be curious, born to be animal!

Taking web page screenshots

15 September, 2012
- 4 min read

Recently I have worked on system that requires to take web page screenshots. Not only a screenshot of the whole page but of a concrete element. Looking on the net I have found many solutions for this problems, which can be classified in to categories: if (system.args.length < 3 || system.args.length > 5) { console.log('Usage: rasterize.js URL filename [paperwidthpaperheight|paperformat] [zoom]'); console.log(' paper (pdf output) examples: "5in7.5in", "10cm20cm", "A4", "Letter"'); phantom.exit(…

PhoneGap on iOS: an stupid advertisement using the "create" command line tool

11 September, 2012
- 2 min read

Some days ago I start my first mobile application. Nothing awesome, it is a simply excuse to test jQuery Mobile and PhoneGap frameworks. This post is not oriented to describe my impressions, that would be another day, but describe an stupid headache I have when trying to install the PhoneGap framework in my MacOSX.

AnimatedCluster demo site updated to work with OpenLayers 2.12

06 September, 2012
- 1 min read

Not an awesome post but for any interested in the AnimatedCluster strategy I have updated the demo site to work properly with OpenLayers 2.12.

OpenLayers Cookbook is out !!!

02 September, 2012
- 2 min read

I'm proud to announce it. My first work as author of a technical book sees the light. After some months of work (really hard work combined with my day to day job), finally the book is out:

Animated marker cluster strategy for OpenLayers

19 August, 2012
- 10 min read

Yes, this posts talks about my implementation of a cluster strategy that animates clusters when changing the zoom level. So, if you are one of those don't like to read the blog posts from others and like the action, you can go directly to see AnimatedCluster demo page. or to the github repository to see the source code.

Awesome clustered markers in Leaflet

12 August, 2012
- 3 min read

Some time ago someone asked at gis.stackexchange.com for nice cluster marker implementation, both for Leaflet or OpenLayers, something similar to Redfin. A couple of weeks ago I discover a great implementation for Leaflet, the Leaflet.markercluster from Dave Leaver.

© I built this site withGatsbyfrom the starterjuliaand made a bunch of modifications. The full content is available in myrepository. Icons made byFreepik from Flaticon