February 19, 2010, 23:26
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)’ »
Tags:
Ajax,
chart,
dynamic,
free,
FusionCharts,
FusionCharts Free,
gratis,
Javascript,
js,
periodic,
periodicalexecuter,
PHP,
prototype.js,
real time,
refresh,
update,
updatechartxml Category:
Ajax,
FusionCharts Free,
MySQL,
PHP,
Prototype Javascript |
15 Comments
January 30, 2010, 11:27
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’ »
January 29, 2010, 10:50
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’ »