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 …
Autore: J(A)CO
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.
Epigrafe per l’ acciuga
Finalmente c’è un po’ di sole, e l’estate appare ormai prossima. E l’estate, per chi vive in una città di mare, vuol dire mare. Nuotarci, passeggiare in riva ad esso la sera beneficando della brezza rinfrescante. Odorarne il profumo. Assaporarne il salso. Ma il mare è vita e dà vita. Così pensando a mare ed …