12 results
In this article, I’ll guide you through the process of creating a simple theme switcher using JavaScript and Bootstrap 5.3+. This switcher allows users to seamlessly toggle between light, dark, and...
Serverless is the buzzword among developers recently, right? Well, do you really know how to take full advantage of it? This tutorial will help you to create a small, serverless personal webpage by...
In web development we have to deal with different environments when developing, testing and deploying our websites or applications. This way of doing things is very useful because it lets you show ...
This script returns the properties of the closest Feature in a FeatureCollection against a given Feature (GeoJSON RFC7946).
In the world of web development, gaining insights into the user’s environment is crucial for creating seamless and responsive experiences. One way to achieve this is by harnessing the power of Java...
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 a...
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 ...
Te encargan una web y, tras hacer el correspondiente cutup y dejarla más o menos molona, toca una de las partes más complicadas y más “robatiempo” del proceso, hacer un mapa dignamente completo.
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, dependi...
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...
Hoy os traigo algo interesante, aunque sea una chorrada como una casa. Pero bueno, para eso está el blog, ¿no?
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 ...