javascript

Building a Theme Switcher for Bootstrap 5.3+

05 March 2024- 1 min read

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...

Build your first serverless website with Alibaba Cloud

22 November 2018- 11 mins read

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...

Function Compute to Power Schedule Alibaba Cloud ECS Instances

21 November 2018- 13 mins read

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 ...

Get the closest Feature in a FeatureCollection

10 August 2017- 1 min read

This script 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

03 August 2017- 1 min read

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...

Bookmarklet to inject an external CSS file into any website

03 August 2017- 1 min read

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...

Script to make paged online tests with jQuery and Bootstrap

07 September 2015- 1 min read

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 ...

Jugando con la API V3 de Google Maps

06 December 2014- 5 mins read

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.

JavaScript en diseños responsive

03 October 2014- 1 min read

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...

The future of the apps are webapps

25 September 2014- 1 min read

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...

¿Qué hora es?, ¿qué color es?

26 July 2014- 1 min read

Hoy os traigo algo interesante, aunque sea una chorrada como una casa. Pero bueno, para eso está el blog, ¿no?

Basic JavaScript/jQuery example for begginers

25 June 2014- 1 min read

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 ...