06-10-2023 - Andrés Cruz
JavaScript In this post we will see how to place YouTube videos as the background using a simple jQuery plugin.
06-10-2023 - Andrés Cruz
JavaScript Some free WYSIWYG plugins for JavaScript are presented that are nothing more than an interface that allows you to format the text entered using HTML; in essence, it allows you to enrich the text entered using a word processor.
05-10-2023 - Andrés Cruz
JavaScript jQuery Sheetrock we can easily display spreadsheet data on any website.
05-10-2023 - Andrés Cruz
JavaScript The FaceDetection plugin for jQuery allows you to recognize faces in images and even videos. We will see its installation and use through JavaScript code, considerations and examples.
04-10-2023 - Andrés Cruz
JavaScript 4 paid/free plugins are shown to draw vectorized maps with native HTML on our website through jQuery.
04-10-2023 - Andrés Cruz
JavaScript AJAX is a technology that allows you to create applications that maintain asynchronous and parallel communication with the server, although we can also adapt it to work synchronously and we can improve all this with the help of the AJAX functions.
03-10-2023 - Andrés Cruz
JavaScript The .serialize() method provided by jQuery allows you to create a text string in URL-encoded notation; The serialize method is perfect for working with forms and sending data to PHP via Ajax.
03-10-2023 - Andrés Cruz
JavaScript It is explained how to use small images in the definition of the website and then - when the web page is completely loaded - load the images with higher resolution asynchronously with jQuery.
02-10-2023 - Andrés Cruz
JavaScript In this entry we will see a small experiment where with Canvas, through keyboard events, we will specifically use the keyboard direction arrows.
01-10-2023 - Andrés Cruz
JavaScript In this article we will see how to obtain the three RGB channels of an image and operate them separately, to do this we will place each channel in independent images that represent said channels.