Archive for the ‘Web Development’ Category
Ligthning fast routing with OSRM
OSRM is a lightning fast open source routing engine for OpenStreetMap data. We are now using it in all the websites managed by our Django-powered GeoRouter platform.
Category: Django , Server Side , Web Development , WebGis
View your web pages CSS in 3D!
I’ve just discovered that the latest versions of web developer FF extension supports 3D view of the web pages: super cool! Look at how nice is the OpenLayers vector layer stacked on to the background map layers.
Category: GIS , Programmazione , Tech , Web Development , WebGis
Finding unique CSS colors with grep and perl
Just a tiny one-liner I’ve found useful to get unique CSS color values in a style sheet: egrep -r '#[a-fA-F0-9]{3,6}+(\s|;)' *.css|perl -ne 'if (m/(#[a-fA-F0-9]{3,6}+)(\s|;)/){print "$1\n";}'|sort|uniq Suggestions and improvements are welcome!
Category: Tech , Web Development




