Archivio del mese di May, 2004


robba varia

inserito in tecnologia da fullo @ 31-05-2004 14:14

mi sento pigro e pubblico le cose interessanti trovate oggi in un unico messaggio…

phpDiffEngine è una comoda classe utile al confronto di due o più file, la classe è utilizzata all’interno di un ottimo software per wiki per fare il diff di due versioni della stessa pagina.

su 456 berea street c’è un piccolo articolo su come sfruttare al meglio i CSS per creare delle tabelle, il tutto affiancato da un esplicativo esempio

redempion pubblica una mini-recensione sul firefox extension manager.

ciauz

php::Links(’ PHP 4.3.7RC1′);

inserito in tecnologia da fullo @ 26-05-2004 15:50

PHP 4.3.7RC1 has been released for testing. This is the first release candidate and should have a very low number of problems and/or bugs. Nevertheless, please download and test it as much as possible on real-life applications to uncover any remaining issues.
List of changes can be found in the NEWS file.

ciuaz

tilde ~

inserito in webdev da fullo @ 26-05-2004 14:47

perchè non dovrebbe essere utilizzata la tilde (~) nelle URL? vi risponde un interessante articolo, anche se abbastanza vecchio, che ne analizza tutti i contro.

ciuaz

il case ideale…

inserito in cazzate, tecnologia da fullo @ 26-05-2004 11:45

lo voglio, lo voglio, lo voglio!

ciuaz

Evolution e Spam

inserito in linux, tecnologia da fullo @ 26-05-2004 11:07

cercando qualche informazione su come limitare lo spam con Evolution ho scoperto che esistono due differenti linee di pensiero usare Bogofilter o usare SpamAssassin (ok, c’è anche chi li usa insieme). Per dovere di cronaca ecco alcuni links a riguardo:

spamassassin:

bogofilter:

per dovere di cronaca cito anche Razor che è un antispam che funziona in P2P:

Razor is a distributed, collaborative, spam detection and filtering network. Through user contribution, Razor establishes a distributed and constantly updating catalogue of spam in propagation that is consulted by email clients to filter out known spam. Detection is done with statistical and randomized signatures that efficiently spot mutating spam content. User input is validated through reputation assignments based on consensus on report and revoke assertions which in turn is used for computing confidence values associated with individual signatures.

ciauz

php::Links(’owl intranet engine’);

inserito in php, tecnologia da fullo @ 25-05-2004 23:15

Owl is a multi user document repository (knowledgebase) system written in PHP4 for publishing files/documents onto the web for a corporation, small business, group of people, or just for yourself.

ciauz

fedora core 2 laptop-mode

inserito in linux, tecnologia da fullo @ 24-05-2004 11:35

se volete abilitare il laptop mode in fedora core 2 vi consilglio la lettura di questo post dove è presente un interessante script. inoltre sempre sullo stesso argomento è stato scritto un lungo ed esaustivo articolo (ma in tedesco).

ciauz

t610 e linux

inserito in linux, tecnologia da fullo @ 24-05-2004 11:29

ancora qualche tutorial su come sfruttare al meglio il T610 con linux:
- remote control for XMMS
- qualche hack in python
- applicazioni java di vario utilizzo
- tutto sui cellulari sony-ericsson e linux

caiuz

CSS boxmodel in 3d

inserito in webdev da fullo @ 24-05-2004 10:29

tratto da un’idea di John Hicks ecco come funziona il BoxModel dei CSS in 3d.

ciuaz

batch guru…

inserito in tecnologia da fullo @ 24-05-2004 10:13

se vi serve una guida al batch scripting per amministrare i server winzozz, Rob Van Der Woude ha scritto una tonnellata di manuali pronti all’uso.

ciuaz

php::Links (’PHP-GACL’);

inserito in tecnologia da fullo @ 21-05-2004 12:17

se volete realizzare da zero un’applicazione multiutente e non sapete come far gestire i permessi nelle varie aree di lettura/scrittura/modifica vi consiglio lo studio delle librerie PHP-GACL:

A PHP class offering Web developers a simple, yet immensely powerful “drop in” permission system to their current Web based applications.

il progetto è molto ambizioso e sicuramente ben fatto, inoltre è presente un comodo tool di amministrazione per capirne subito il funzionamento (e volendo da integrare nel proprio lavoro)

ciauz

la morte dell’informatica…

inserito in pensieri, tecnologia da fullo @ 19-05-2004 09:58

dopo aver letto i risultati delle due controverse leggi (p2p e brevetti) è ormai chiaro che l’informatica, così come la conosciamo è morta. Le possibili soluzioni a questo punto sono: emigrare (ma dove?), fregarsene delle leggi, aprire un ristorante (o un’agenzia funebre, tanto la gente mangia e schiatta sempre…).

propongo a tutti i blogger di inserire nel proprio sito la fascia da lutto nera sopra presente a ricordo della data della tragica scomparsa…

per chi la volesse eccone il codice:

<div style='display: block;  text-align:center; font-size:120%;
width:90%; height:50px; background-color:#000000;
font-weight: bold; border:1px solid #ffffff; color:#9c0000;
font-family: courier, sans-serif;  padding: 5px;'>
<strong>18 / 05 / 2004 : Muore l'informatica</strong> <br />
<a href='http://punto-informatico.it/p.asp?i=48267'>Legge Urbani</a> -
<a href='http://punto-informatico.it/p.asp?i=48265'>Brevetti sul
software</a>
</div>

ciuaz

php|architect di maggio

inserito in php, tecnologia da fullo @ 19-05-2004 09:36

è uscito il numero di php|architect di maggio, dove tra l’altro si parla di lybra :) , eccone comunque il sommario:

Creating Accessible Websites with PHP
Each day, developers create and maintain millions of web sites that impede access to a large demographic of potential web surfers. In the US alone, it is estimated that nearly one in five people have some type of disability or long-lasting condition. This problem doesn’t affect only disabled people—it makes sites just a little less usable for everyone. As Eric David Wiener shows you, though, making your site accessible is not difficult—you just need where to look.

Implementing Event-driven Applications with the Lybra Framework
The fast and efficient development of web-oriented software is becoming the key point for small software houses to be competitive in developing open source solu-tions for the enterprise. The event-driven approach, implemented using modular frameworks, seems a victorious path to enjoy and sustain open source projects. Author Simone Grassi takes us through the Lybra Framework, which makes event-driven web development with PHP a breeze.

The Belly of the Beast
In last month’s issue, Marco Tabini examined the structure and contents of a PDF document in considerable detail. This month, he’ll show you how to actually write a PHP library capable of opening one and modifying its contents programmatically.

Advanced E-mail Manipulation
Sending email with PHP is easy. Sending anything other than ASCII text requires reading a whole range of Internet RFC’s and remembering the key points of all of them if you want to ensure that you are doing things correctly and, when it comes to parsing and working with mail from external sources, that’s a whole big nasty mess. In this article, Wez Furlong shows you just what you’re supposed to be doing, and then look at easy ways to do it.

Got a Match?
In the final portion of his regular expression series, author George Schlossnagle examines three of the most advanced regex topics yet: complex evaluated replacements, offset capturing and recursive replacements.

Out of Context - cURL Magic without cURL
With the ever-growing popularity of blogs, news feeds and web services, more and more PHP developers find themselves in situations where they need to re-trieve remote content. While it is trivial to make simple GET requests, more com-plex needs often cause a fair bit of headache. In this article, Ilia Alshanetsky goes over the various PHP features that can significantly simplify the process of retrieving re-mote content through less common methods.

ciuaz

fedora core 2

inserito in linux, tecnologia da fullo @ 18-05-2004 18:27

è stata ufficialmente rilasciata Fedora Core 2! E’ già possibile scaricare i 4 cd, e presto il DVD (entrambi pure tramite un comodo torrent). Intanto per festeggiare l’evento FedoraItalia ha realizzato un mini sito di presentazione dove ne vengono descritte le principali novità.

ciuaz

plugin di maggio

inserito in tecnologia da fullo @ 17-05-2004 18:13

su devshed si può trovare il numero di plugin di maggio,.

ciuaz


phpday 2008