Per tanti, per certi versi troppi, anni ho abbandonato questo mio blog. Un po’ per pigrizia, un po’ perché… i social…. Forse solo perché non avevo granché da dire o la voglia di dirlo. Anche un po’ perché ho scritto qualcosa altrove, più per me che per gli altri. Ora ho sentito di voler riprendere. …
Categoria: Tecnologia
Anonimi in rete? Spoofing? Crackare una rete?
Queste ed altre diavolerie raccolte in giro.
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.