PHP5 Form Generator/Processor

I highlight this howto: Building a PHP5 Form Processor. But the how to also “generate” the form (and the client-side validation code), then the title of this post. On Dev Shed.

February 23, 2006 · 1 min · 31 words

Image Scaling with AJAX

It’s powered with prototype.js and script.aculo.us: nice! If you use the script.aculo.us slider control to capture input values, it’s really just a matter of converting those values into something useful and modifying styles. <script src="http://www.agilepartners.com/scripts/prototype.js" type="text/javascript" language="javascript"></script> A simple demo. (a Cut&Paste from the source site ;) ) Created by Agile Partners.com. I suggest to read the howto: it’s simple and clear. And demonstrate the power of script.aculo.us and prototype.js. ...

February 6, 2006 · 1 min · 72 words

Tesina VLAN - 03

Finalmente! L’esame é fatto (30!) e posso pubblicare la mia tesina. Buona lettura (per chi fosse interessato). Edit 2005-02-05 02:32 - Molti di voi mi dicono che il link non é raggiungibile. Io li ho provati tutti più e più volte. Non so cosa dirvi a parte che mi dispiace e che non dipende dalla mia volontà: a me funziona tutto benissimo. E vi assicuro che, se avete problemi di visibilità, al massimo possono essere problemi di DNS che non ha replicato correttamente il dominio “downloads.detronizator.org” su cui si trovano sia la versione HTML, sia la versione PDF (vi riporto ancora i relativi link). ...

February 4, 2006 · 2 min · 379 words

Tesina sulle VLAN - 01

Per l’esame di “Sistemi per l’elaborazione dell’informazione: Reti” (anche detto molto semplicemente “Reti”) mi é stata assegnata la stesura di una tesina da x pagine, con 10 < x < 20 pagine. L’argomento? VLAN. Ho inziato da 2 giorni circa la stesura: quell che é certo, é che sarà difficile tenersi sotto le 20 pagine. Sono partito, ovviamente, da Wikipedia (inglese, dove c’é veramente tanta roba): http://en.wikipedia.org/wiki/Vlan. Seguendo i vari link riportati nel testo, ho trovato tante informazioni che non conoscevo sulle VLAN, ad esempio che esiste uno standard apposito chiamato IEEE 802.1Q, a sua volta nato a partire dai protocolli di Cisco ISL e VTP. ...

January 20, 2006 · 1 min · 171 words

GNU/Linux Command reference

A big one: Linux Shortcuts and Commands. An italian book that have a dedicated chapter: Linux Facile. Source: OSSBlog.

January 14, 2006 · 1 min · 19 words

GTK+ howto from IBM DeveloperWorks

A collection of howto on Gtk+ on the rich DeveloperWorks website from IBM. 2 articles are available right now: Why use Gtk+? How to use Gtk+ Source, OSSBlog.

January 12, 2006 · 1 min · 28 words

Developer Notes for prototype.js

Today, with my friend and co-worked Sbatman, we were trying to understand how the famous prototype.js library works. For not-Ajax developer: Prototype is a JavaScript framework that aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for Web 2.0 developers everywhere. After an afternoon without appreciable results ( 😢 ), Sbatman found that documentation online: Developer Notes for prototype.js. ...

January 10, 2006 · 1 min · 190 words

Clearlooks con Cairo abilitato

Howto in italiano su come abilitare il supporto a Cairo per il tema Clearlooks delle GTK+. Questo tema é il nuovo tema ufficiale di Gnome e devo dire che con il supporto Cairo, tutto funge ancora più velocemente. Qui trovate l’howto.

January 6, 2006 · 1 min · 41 words

nohup: leave a command in execution after logout

nixCraft have an interesting howto about the command nohup. This command is very interesting, for example, for sys-admin that wants to lauch a command but don’t wants to wait for its termination. Source, OSSBlog.

January 4, 2006 · 1 min · 34 words

Un libro in italiano sul Networking

Un libro scritto da Vincenzo Ciaglia, capo e fondatore del progetto Netwosix. Il libro lo trovate quì, ed é veramente ben scritto (ne ho letto solo un piccolo pezzo per ora): la cosa interessante é la trattazione abbastanza approfondita che Vincenzo ha fatto di vari protocolli, un paio del livello 2 (tipo l’ARP) e parecchi del livello 3, andando dal Routing (EGP (interessantissimo!) ed IGP) ai DNS all’ICMP. Complimentoni a Vincenzo per il tempo ben speso ed un enorme grazie a nome di tutti gli appassionati (e studiosi) dell’argomento. ...

January 4, 2006 · 1 min · 111 words