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.
07-09-2023 - Andrés Cruz
JavaScript In this post we will see an experiment that simulates an ode using the Canvas element and JavaScript.
06-09-2023 - Andrés Cruz
JavaScript The FullScreen API allows you to present a web page or the different elements that make it up in full screen or FullScreen.
06-09-2023 - Andrés Cruz
JavaScript Web workers allow code sections of JavaScript files to be executed in parallel in a separate thread; In this entry we will see how to work with web workers.