links for 2007-08-02
-
Timeplot is a DHTML-based AJAXy widget for plotting time series and overlay time-based events over them (with the same data formats that Timeline supports).
-
Each image becomes a separate request to the webserver, each taking as much as a hundred millisecond. This can add up fast.
There is an easy way to overcome this by combining images into one single image and address the single images using CSS.
No comments yet