Where should I use Ajax? Aug 04, 2022 Ajax was originally an acronym for asynchronous JavaScript and XML. “Asynchronous” means that multiple events occur independently of each other. Lopez Arthur
AJAX and SEO: Problems with indexing Jul 25, 2022 AJAX uses several technologies: the Dynamic HTML approach for constantly changing the content of a web page, and several technologies for dynamically Lopez Arthur
Fast and responsive interfaces using AJAX Mar 24, 2022 Using AJAX can both speed up site loading and make the interface more responsive. The following list of recommendations will help you achieve this. Lopez Arthur
Joomla Ajax interface Jan 14, 2022 Joomla 3.x has a new component called com_ajax. Which is a thin, extensible component used as a starting point for HTTP requests from modules and plugins. Lopez Arthur
How to make AJAX read between the lines Jul 10, 2021 The pages on your site contain many specialized terms. When a user browses your site, they may have questions about these terms. Lopez Arthur
Using AJAX to create the WEB-interface of embedded systems Jun 30, 2021 The key technology for creating user interfaces for embedded devices today is the creation of WEB-applications. Lopez Arthur
Data exchange Jun 12, 2021 In order to exchange data, the page must create an XMLHttpRequest object, which is a kind of intermediary between the user’s browser and the server. Lopez Arthur
XMLHttpRequest benefits Oct 06, 2020 One of the important challenges facing Ajax developers is how to respond when an XMLHttpRequest is not available. Lopez Arthur
Sending XMLHttpRequest May 19, 2020 I’ll start at the beginning: creating an XMLHttpRequest and sending it from the browser. Lopez Arthur
How AJAX works using the jQuery library May 10, 2020 We will use the jQuery library to demonstrate this. I assume that you know the basics of the jQuery library. Lopez Arthur