Angular Filters Virtual Asistant November 28, 2017AngularJS Filters Filters can be added in AngularJS to format data. AngularJS Filters AngularJS provides filters to transform data: currency... Read more
AJAX Intro Virtual Asistant November 26, 2017AJAX Introduction AJAX is a developer's dream, because you can: Update a web page without reloading the page Request data from a server ... Read more
AJAX XMLHttp Virtual Asistant November 26, 2017AJAX - The XMLHttpRequest Object The keystone of AJAX is the XMLHttpRequest object. The XMLHttpRequest Object All modern browsers support th... Read more
AJAX Request Virtual Asistant November 26, 2017AJAX - Send a Request To a Server The XMLHttpRequest object is used to exchange data with a server. Send a Request To a Server To send a r... Read more
AJAX Response Virtual Asistant November 26, 2017AJAX - Server Response The onreadystatechange Property The readyState property holds the status of the XMLHttpRequest. The onreadystatechan... Read more
AJAX XML File Virtual Asistant November 26, 2017AJAX XML Example AJAX can be used for interactive communication with an XML file. AJAX XML Example The following example will demonstrate ho... Read more
AJAX PHP Virtual Asistant November 26, 2017AJAX PHP Example AJAX is used to create more interactive applications. AJAX PHP Example The following example demonstrates how a web page ca... Read more
AJAX ASP Virtual Asistant November 26, 2017AJAX ASP Example AJAX is used to create more interactive applications. AJAX ASP Example The following example will demonstrate how a web pag... Read more
AJAX Database Virtual Asistant November 26, 2017AJAX Database Example AJAX can be used for interactive communication with a database. AJAX Database Example The following example will demon... Read more
XML Applications Virtual Asistant November 26, 2017XML Applications This chapter demonstrates some HTML applications using XML, HTTP, DOM, and JavaScript. The XML Document Used In this chapt... Read more