Quantcast

Archive for the ‘Ajax’ Category.

Create Realtime Chart Without Page Refresh using FusionCharts Free and Ajax (prototype.js)

We receive a request from our reader to create simple realtime chart update but without page refresh. Fortunately there are many solutions to do this, but now we will cover using a nice flash charting component called FusionCharts. FusionCharts comes with several edition, but now we will use the FusionCharts Free version. You can download it from http://www.fusioncharts.com/free/. By the time of this writing, FusionCharts Free version is 2.2. Continue reading ‘Create Realtime Chart Without Page Refresh using FusionCharts Free and Ajax (prototype.js)’ »

Sample of Ajax Operation using ajax() Method on jQuery

Through this article we will cover simple example of doing Ajax operation using ajax() method on jQuery. jQuery is one of popular Javascript library in the world. Continue reading ‘Sample of Ajax Operation using ajax() Method on jQuery’ »

Sample of Ajax Operation using Ajax.Updater Method on Prototype JS

Through this article we will cover simple example of doing Ajax operation using Ajax.Updater method on Prototype JS. Prototype JS is one of popular Javascript library in the world. Continue reading ‘Sample of Ajax Operation using Ajax.Updater Method on Prototype JS’ »