AjAJAX (Asynchronous JavaScript and XML) is a web programming approach that enables asynchronous data exchange between the client and server through JavaScript code running on the client side. With this method, only the necessary parts of a web page are updated without reloading the entire page. AJAX is not a single technology but a suite of technologies that integrate XHTML/CSS for the presentation layer, the Document Object Model (DOM) for dynamic interaction management, data formats such as XML
EN
Neriman Çalışkan
AjAJAX (Asynchronous JavaScript and XML), istemci tarafında çalışan JavaScript kodu aracılığıyla sunucuyla arka planda asenkron veri alışverişi yapılmasına olanak sağlayan bir web programlama yaklaşımıdır. Bu yöntemle web sayfasının tamamı yeniden yüklenmeden yalnızca gerekli bölümler güncellenir. AJAX, tek bir teknoloji olmayıp; XHTML/CSS ile sunum katmanı, Document Object Model (DOM) ile dinamik etkileşim yönetimi, XML veya JSON gibi veri formatları ile veri iletimi, XMLHttpRequest nesnesi ile a
TR
Neriman Çalışkan