… e tiro la catena. Non mi sento e non mi voglio sentire italiano in un’Italia come quella che appare nell’espressione di una classe politica vergognosa. Di fronte ad una crisi gravissima con la disoccupazione che dilaga e la povertà (come altro si potrebbe chiamare lo stato di tante famiglie che non arrivano a fine …
Autore: J(A)CO
ajaxObject tips: periodic update of contents
One of the possibles use of ajax technology is to have an automatic update of data in a web page.This is easily possible using the ajaxObject. First of all, we have to think to an object that is available in the ajaxObject: timerObject. This is normally used inside ajaxObject for timeout and progress bar, but …
A general purpose JavaScript ajax object
During the years I needed to use alway more often ajax implementations in web design. There are several reasons to use this technology but the first is for sure that reloading a page just to update a small quantity of data is really annoying and looks really "not professional".
So the first thing that you can realize in approaching ajax is that you need to write code using JavaScript, HTML and PHP or other serve side languages and you will feel fore sure much better if you can use something standard: for example a library.
Actually, there are really tons of libraries, scripts and codes that can help you in your job, but I never found once that was exactly as I like. So I wrote something that I want to share here.