Ajax
-
Angular.js
AngularJS Ajax Call Example
Hello readers, in this basic example, developers are going to call the Ajax in the angular framework while reading the…
Read More » -
PHP
PHP, Ajax and Mysql Example
Ajax is a powerful web technology, it allows a web app’s communication with a server, without having to refresh the…
Read More » -
PHP
AJAX PHP Tutorial
AJAX is a technology that allows to establish asynchronous communication between the client and the server. That is, to allow…
Read More » -
JavaScript
Unobtrusive JavaScript via AJAX in Rails
For now, the main way to add dynamic content to a webpage is with JavaScript. Ideally, we want to update a…
Read More » -
jQuery
jQuery AJAX Example
The aim of this example is to give you a full understanding of AJAX, which stands for Asynchronous Javascript and…
Read More » -
JavaScript
Ext JS – Caching AJAX Responses to HTML5 Web Storage for Better Performance
This post shows how you can improve performance of your Ext JS applications by using a “Caching AJAX Proxy”. This…
Read More » -
Node.js
Integrating Node.js with a C# dll
Recently I had to integrate a Node.js based server application with a C# DLL. Our software (a web-app) offers the…
Read More »