Categories
cazzate tecnologia

il case ideale…

lo voglio, lo voglio, lo voglio!

ciuaz

Categories
linux tecnologia

Evolution e Spam

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

Categories
php tecnologia

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

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

Categories
linux tecnologia

fedora core 2 laptop-mode

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

Categories
linux tecnologia

t610 e linux

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

Categories
webdev

CSS boxmodel in 3d

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

ciuaz

Categories
tecnologia

batch guru…

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

Categories
tecnologia

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

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

Categories
pensieri tecnologia

la morte dell’informatica…

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

Categories
php tecnologia

php|architect di maggio

è 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