Categories
pensieri

nevica…

ED IO ODIO LA NEVE!
io ooodio la neve!
ciauz

Categories
pensieri

in viaggio…

Finalmente un sabato diverso dal solito. Con la scusa di portare jatto a farsi operare ad un ginocchio a Città di Castello abbiamo girato in lungo e largo marche e abruzzi macinando in totale di più di 600 km!
Gag, mangiate e ronfate in macchina. Si, si.. mi sono proprio divertito…

ah, jatto alla fine non è stato operato… e ci toccherà tornare a Città di Castello lunedì mattina, vabbé….

ciuaz

Categories
tecnologia

outlook plugin…

non chiedemi perchè… ma c’e’ qualcuno che si ostina a realizzare software (anche open source) di ottima qualità per questo client di posta.

ecco quindi che vi presento (squilli di tamburi e rulli di trombe):
intraVnews un plugin per visualizzare i feed rss
SpamBayes un comodo filtro Bayesiano per il controllo dello spam (che volendo può funzionare anche da POP3-Proxy svincolato da outlook)

ciuaz

Categories
di tutto un po' tecnologia

varie ed eventuali

stanotte ho scoperto il blog di simon willison, e l’ho scoperto tramite un suo articolo su sitepoint ricco di spunti interessanti per la gestione delle form di dati.

è stata rilasciata la nuova versione di Movable Type, per la precisione la 2.661. Questa versione (forse l’ultima prima della imminente 3.0) si occupa soprattutto di risolvere il problema del crescente spam tra i messaggi che ultimamente sta preoccupando, ed infastidendo, non pochi blogger.

Harry Fuecks, l’ideatore di phpPatterns, ha scritto e pubblicato il libro intitolato PHP Antology. Il libro pubblicato in due volumi affronta moltissimi argomenti inerenti al mondo dello sviluppo su web, e non solo, con php. Harry ha anche pubblicato il capitolo 3 per dare un assaggio del suo lavoro. Sono curioso di leggere qualche recensione…

Altro blog interessante è Squack of the Parrot di Dan Sugalski dove si trattano alcuni temi scottanti come la dichiarazione dei tipi di dati .

ciuaz

Categories
tecnologia

tooltip con CSS

giusto qualche giorno fa chiedevo a futa se avesse qualche idea di come associare ad un tooltip un particolare CSS, ed ecco che su redemption oggi pubblicano la soluzione ai miei problemi!

aggiornamento del 23/02/04 ore 0.40
ecco come ho risolto io:

.tooltip {
border-bottom: 1px dashed #ccc
z-index: 2;
margin: 0px;
display: block;
}

.tooltip[desc]:hover:after {
display:block;
content:””attr(desc)””;
border:1px solid #ccc;
color:#000;
background:#f4f1e8;
z-index: 3;
margin: -10px 0px 0px 0px;
width: 100px;
}

<span class=’tooltip’ desc=’il tooltip è colorato, ciò renderà il mondo migliore!’>tooltip</span>

ho usato l’attributo desc (di mia invenzione e quindi non valido) perchè il tooltip normale di title veniva visualizzato ugualmente :(

ho trovato inoltre altri esempi sui tooltip (e CSS avanzati) su literarymoose

ciuaz

Categories
cazzate

mena il pinguino

per chi si è stancato di sentir parlare di linux qua, linux la.. ecco l’occasione per prendersela col pinguino!

update 31-1-2004
link corretto

ciuaz

Categories
tecnologia

php::Links(‘ FPDF ‘ );

nuova versione per FPDF, la classe php per la generazione automatica di file in formato PDF. Tra le novità:

– Image() now displays the image at 72 dpi if no dimension is given.
– Output() takes a string as second parameter to indicate destination.
– Open() is now called automatically by AddPage().
– Inserting remote JPEG images doesn’t generate an error any longer.
– Decimal separator is forced to dot in the constructor.
– Added several encodings (Turkish, Thai, Hebrew, Ukrainian and Vietnamese).
– The last line of a right-aligned MultiCell() was not correctly aligned if it was terminated by a carriage return.
– No more error message about already sent headers when outputting the PDF to the standard output from the command line.
– The underlining was going too far for text containing characters \, ( or ).
– $HTTP_ENV_VARS has been replaced by $HTTP_SERVER_VARS.

ciuaz

Categories
tecnologia

php|architect di gennaio

in questo numero di php|architect:

Writing PHP Extensions
Sooner or later, you’re going to hit a limitation in PHP that you just can’t solve from “userland” by writing more PHP code. Wez Furlong guides you through the ins and outs of writing extending PHP in C by writing specialized libraries that can be called from your scripts.

Writing Custom Session Handlers
One of the greatest features of the PHP language is the ability to override many of its internal subsystems. As a developer, this provides the freedom and flexibility to make PHP perform in ways specific to your application’s needs. Being able to do so can save time (and, therefore, money), whether customizing error handling, shutdown functionality/triggers, or session management. In this article, Sean Coates covers the last of these—that is, the customization of session handling.

Exploring the Google API with SOAP
Google is the powerhouse of search engines. It has become so ubiquitous as to enter the informal everyday dictionary as a word of its own. Incidentally, it also provides an excellent practical testing ground for experimenting with SOAP. Join Alessandro Sfondrini and learn how you can do this with PHP.

Testing Made Easy with Mock Objects
Testing is good. Unit testing is better. Mock testing enhances unit testing by providing a mechanism that simulates reality without requiring complex testing scenarios that involve databases or other external systems. Marcus Baker shares his insight in this exciting top-level development technique.

The XPHP Filter Chain
For years, we’ve heard that separating the logic from the presentation layer is essential to the success of any software project. Naturally, saying it and doing it are two different things not always compatible with each other. Daniel Martin introduces us to XPHP, a simple platform that brings together the power of PHP and XML/XSLT to provide a truly layered approach to software development.

Do Not Disturb
Yes, we know not everybody who reads php|a is a Canuck. Yet, the recent legislation introduced by the Canadian government to protect the privacy of its citizens closely match those enacted by other countries, such as the European Union members. PIPEDA poses new challenges to website owners and to developers, for whom customer privacy becomes no longer just a matter of public image, but a matter of legal liability as well. As in most things, it’s always best to walk into a new reality with open eyes no matter where you hail from. Join privacy consultant Blake Medulan as he shows you what PIPEDA means for Canadian website owners and how it reflect the status of privacy issues throughout the world.

ciauz

Categories
tecnologia

php::Links(‘ reserv it! ‘);

se avete la necessità di gestire la prenotazione delle sale riunioni o di particolari risorse phpScheduleIt potrebbe essere la soluzione che fa per voi!

ciuaz

Categories
tecnologia

it’s benchmark time

se avete la necessità di fare un benchmark, qualsiasi tipo di benchmark, fate un salto su benchmarkHQ.

ciauz