What is AJAX (Asynchronous JavaScript and XML)? AJAX (Asynchronous JavaScript and XML) is a technique aimed at creating better ...
Community driven content discussing all aspects of software development from DevOps to design patterns. It was great to see the 2 ...
This morning we reported that the comments on Facebook are being indexed by Google. Google’s Matt Cutts just confirmed on ...
Twenty years ago, AJAX enabled web applications to achieve an unprecedented level of interactivity. The concept came from James ...
If you want to call a service you can—but the service can't call you back. WebSockets offers the potential for real, two way ...
The foundation that makes AJAX possible is the communication layer with the server. The most complete option for performing this ...
Posting a new Todo with Ajax First we are going to "ajaxify" the process of creating todos. Since we are entering JavaScript land, we'll go into app/assets/javascripts. You'll see a file called ...
This is an Image Gallery with a great User Interface. The images are fetched from a given API and show on the screen and a pretty ...