Lopez Arthur, Author at Lio-Meph - Page 2 of 3

What is AJAX? and Why should you use it in your website design?

Oct 31, 2022
Ajax is a technology that allows web developers to create interactive web applications using a combination of HTML, CSS, and JavaScript. Ajax allows you to make requests to the server without having to reload the page, which makes for a more fluid user experience. Ajax can be used for a variety of tasks, such as
laptop

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.
code
laptop
code

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.
code
Code
Code

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.
laptop
Code