Anuncios Libros Cursos Categorías

How to place responsive YouTube videos as background with jQuery/CSS?

06-10-2023 - Andrés Cruz

How to place responsive YouTube videos as background with jQuery/CSS?

JavaScript In this post we will see how to place YouTube videos as the background using a simple jQuery plugin.

Continuar leyendo


Best WYSIWYG plugins for JavaScript

06-10-2023 - Andrés Cruz

Best WYSIWYG plugins for JavaScript

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.

Continuar leyendo


How to display Google Sheets spreadsheets with jQuery?

05-10-2023 - Andrés Cruz

How to display Google Sheets spreadsheets with jQuery?

JavaScript jQuery Sheetrock we can easily display spreadsheet data on any website.

Continuar leyendo


Face detection (Face detection) with jQuery

05-10-2023 - Andrés Cruz

Face detection (Face detection) with jQuery

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.

Continuar leyendo


4 ways to paint maps with jQuery and JavaScript

04-10-2023 - Andrés Cruz

4 ways to paint maps with jQuery and JavaScript

JavaScript 4 paid/free plugins are shown to draw vectorized maps with native HTML on our website through jQuery.

Continuar leyendo


How to use and configure ajax with jQuery?

04-10-2023 - Andrés Cruz

How to use and configure ajax with jQuery?

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.

Continuar leyendo


This is how serialize works in jQuery

03-10-2023 - Andrés Cruz

This is how serialize works in jQuery

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.

Continuar leyendo


Asynchronous image uploads with jQuery on a website

03-10-2023 - Andrés Cruz

Asynchronous image uploads with jQuery on a website

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.

Continuar leyendo


Detecting keyboard events with Canvas

02-10-2023 - Andrés Cruz

Detecting keyboard events with Canvas

JavaScript In this entry we will see a small experiment where with Canvas, through keyboard events, we will specifically use the keyboard direction arrows.

Continuar leyendo


How to separately get the RGB channel of an image with HTML5 and the Canvas API?

01-10-2023 - Andrés Cruz

How to separately get the RGB channel of an image with HTML5 and the Canvas API?

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.

Continuar leyendo