13-09-2023 - Andrés Cruz
JavaScript En esta entrada veremos como cambiar el color de algún elemento de una página web según la hora del día.
13-09-2023 - Andrés Cruz
JavaScript In this post we will explain how to create a simple gallery using CSS and six (6) lines of JavaScript.
12-09-2023 - Andrés Cruz
JavaScript Many times we use jQuery for ease of selecting DOM elements and being able to work with them. But, we can access the same elements in similar ways with pure javascript.
12-09-2023 - Andrés Cruz
JavaScript In this entry we will see how to obtain the resolution of a screen with native JavaScript, we will also see how to detect a change in the browser's resolution every time the window is resized with JavaScript and jQuery.
10-09-2023 - Andrés Cruz
JavaScript The vibrate method of the navigator object allows you to enable hardware vibration of a device using JavaScript.
10-09-2023 - Andrés Cruz
JavaScript In HTML5 we can use the Notification object to configure and display informational messages to the user.
09-09-2023 - Andrés Cruz
JavaScript The JavaScript Battery API provides information about the current charge level of the device.
09-09-2023 - Andrés Cruz
JavaScript We explain how to create a light point with HTML, JavaScript and Canvas.
08-09-2023 - Andrés Cruz
JavaScript The JavaScript compiler places the functions of declarative in a global scope to the entire program unlike the expression functions that only corresponds to a definite section of the program.
08-09-2023 - Andrés Cruz
JavaScript The Page Visibility API allows us to know when a web page is being viewed by the user and therefore we can make configurations to avoid the use of unnecessary resources.