Returns the `properties` of the closest `Feature` in a `FeatureCollection` against a given `Feature` (GeoJSON RFC7946)
Javascript script to add a data-useragent tag to the HTML
Bookmarklet to inject an external CSS file into any website
This bookmarklet provides an easy way to test css styles against a website without access to its server by creating a <link/>element in the <head> of the page. It also updates it with an cache-blocking parameter if already exists.
Script to make paged online tests with jQuery and Bootstrap
Ok, you want know if you are a positive or negative person. Or maybe you want to know if your death is close. Or you just want a personality test. Anyway, you are here because you need to build an online test to see results. Here you’ll learn how to write a paged testing system with […]
JavaScript en diseños responsive
Mucho se ha hablado ya de los “media queries” en CSS para ir adaptando el estilo de la página web según el tamaño del navegador. Pero, en muchas ocasiones, usamos funciones en JavaScript que, dependiendo de la versión de web que estemos usando, deben cambiar. Como ejemplo os pongo en situación de algo básico. Imaginemos […]
The future of the apps are webapps
I really enjoyed reading the article that @Tevko published yesterday about the mobile apps and their future. I completely agree 100%. For me, the only ‘cons‘ we need to wait for are better API to improve the access to things like camera, processor or sensors, because currently all that features are not available from a […]
¿Qué hora es?, ¿qué color es?
Hoy os traigo algo interesante, aunque sea una chorrada como una casa. Pero bueno, para eso está el blog, ¿no? Se trata de una combinación CSS+PHP+Javascript que hace cambiar el color del cuerpo del documento de forma dinámica según la hora en la que estemos. ¿Cómo lo hace? Como ya sabemos, el color se puede […]
Basic JavaScript/jQuery example for begginers
JavaScript (JS) is a dynamic computer programming language. It is most commonly used as part of web browsers, whose implementations allow client-side scripts to interact with the user, control the browser, communicate asynchronously, and alter the document content that is displayed. It is also being used in server-side programming, game development and the creation of […]