Archivo de la categoría: Javascript
Websites accessing to smartphone sensors? (accelerometer)
Spoiler of this post (I want to save your time): Smartphone browser working with accelerometer in this webpage: https://thermalnitrava.sk/cenniky/. Please notice that when you read this, webpage could have changed, standards, code, etc. Recently I acquired a new smartphone (same … Seguir leyendo
Thank you Stellar!
Do you want to improve, or just refresh your developer skills?
https://www.freecodecamp.org/ helps people learn to code for free! Enjoy
will-change new property, to increase the speed of an animation boot
Property to increase the speed boot of an animation: $(«#element»).css(«will-change», «animation»); //when the animation has finished: $(«#element»).css(«will-change», «auto»); (Very recommendable to not declare by css in order to delete it once it was used. So add it with JQuery selectors … Seguir leyendo
Cuando HTML5 era más HTML5 que nunca…¡bucles for en CSS3…Saas!
¿Quieres novedades? ¿Te interesa el HTML5? Cuando escribíamos nuestras hojas de estilos para separar…eso, nuestros estilos: colores, fuentes, anchos, altos, alineaciones….llegaron los @keyframes para además añadir movimiento a nuestro HTML…pero no se quedó ahí la cosa, es entonces cuando apareció el … Seguir leyendo
Pasar variables por la URL con JavaScript para conseguir una web con diferentes idiomas sin PHP
SI, se puede pasar una variable por la URL con JavaScript, para por ejemplo ejecutar una función JavaScript, como: http://sergvergara.eu/umayoga.no/index.html?id=es al estilo php: http://www.urtegialde.com/index.php?lang=en (Los enlaces pueden no funcionar, como sabrás, el mundo del software es muchas veces, cómo lo … Seguir leyendo