Posts tagged ‘Javascript’

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)’ »

How to Get Monitor Screen Resolution using Javascript

Somebody ask about how to get monitor screen resolution using PHP. No, PHP has no relation with screen at all. But you can do it using Javascript. Here is the code. Continue reading ‘How to Get Monitor Screen Resolution using Javascript’ »

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’ »