Categories
php

php|architect giugno

è uscito il numero di giugno di php|architect:

Cyber-PHP
Join FANN (Fast Artificial Neural Networks) library co-author as he introduces you to the wonderful world of artificial intelligence—with PHP!
This article provides an introduction to the power of neural networks through the Fast Artificial Neural Network library, including an implementation of a language classification system.

Low-impact Programming with PHP and OraclePHP and Oracle are an excellent combination for creating powerful and scalable web solutions. In this article, John Neil sheds light on those performance issues that might arise only under high-traffic situations—so that you can stop them before they ever start cropping up.

PHP | FDF
Creating forms is boring. Creating forms that can be neatly printed is boring and difficult. Creating forms and saving the user input into a PDF file is next to impossible… or is it? Richard Lynch shows us how you can create beautiful-looking (and beautiful-printing) forms using Adobe PDF and the FDF library, which allows you to programmatically add data to a PDF form file.

Spell checking with PHP
Mistakens hapen without a spel checker! That is a universal constant, but no one wants their typos to end up in the final product, be it an e-mail or a blog entry, and that’s what spell checking is all about. Unfortunately, for the most part this functionality is not available to many forms of web communications, such as forums, blogs and online comment systems. In this article, Ilia Alshanetsky will focus on two PHP ex-tensions that offer spell-checking functionality that can be used to validate and correct typos and spelling errors right from your scripts.

PHP and XUL
Traditionally, creating a client-side GUI interface to your applications was a laborious process that required specialized development tools—until… Mozilla?!

Join Jonathan Protzenko as he illustrates how a bit of XML, PHP and Javascript (and a Gecko-compatible browser) make it possible to create a top-notch GUI that is portable across multiple operating systems and requires no specialized programming languages.

The Filesystem as Your Database
Did you ever get a request to do a dynamic web page but have the client not want to pay the exorbitant amounts of money for database access? In this article, Peter MacIntyre will guide you in designing dynamic web pages (mostly form handling of data) on the cheap through the use of the file management functions found within PHP.

ciuaz

Categories
tecnologia

thunderbird 0.7

come anticipato dal mozilla dev team, è stato rilasciato anche thunderbird 0.7. La nuova versione del client risulta decisamente più snella e sfrutta il nuovo gestore dei temi di firefox.

ciuaz

Categories
tecnologia

fma 0.1.1.12

è stata rilasciata la nuova versione (0.1.1.12) del Float’s Mobile Agents, che adesso si può interfacciare con outlook per la sincronizzazione dei contatti e degli appuntamenti!

ciuaz

Categories
tecnologia

firefox 0.9

è stata rilasciata oggi la versione 0.9 di firefox, per conoscerne le maggiori novità leggete le release note!

update 13:01
su Mad Penguin è disponibile una recensione completa e qualche suggerimento per una corretta installazione sotto linux.

ciauz

Categories
webdev

naming convention

vi siete mai chiesti con che criterio i più noti web-designer assegnano nomi ai vari pezzi di sito?

ciauz

Categories
tecnologia

prevenire l’hotlinking

se avete un abbonamento di hosting a banda limitata sarete sicuramente incappati nell’incubo hot-linking (cioè qualcuno include nel proprio sito risorse, di solito immagini, messe a disposizione dal vostro). Beh, sappiate che per risolvere il problema bastano poche righe di codice nel .htaccess! Ed una volta configurato l’htaccess potete sempre provarlo con un comodo test.

ciuaz

Categories
linux tecnologia

gnome font

se utilizzate gnome e volete installare qualche nuovo font truetype vi consiglio di utilizzare il Font-Downloader!

ciuaz

Categories
php tecnologia

php::Links(‘ comprimere i CSS con PHP ‘);

I css, se utilizzati come unico strumento per la definizione del layout di un sito, raggiungono facilmente dimensioni ragguardevoli. Php offre uno strumento per comprimerli fino all’80%.

Chiaramente la tecnica può essere applicata con poche modifiche anche a file con altre estensioni (e in particolare a file php). Da notare che questa tecnica non richiede alcun tipo di controllo sul server che ospita il sito (ovvero non richiede l’installazione di mod_gzip).

[via I Use It]

ciuaz

Categories
php tecnologia

wordpress 1.3

da bravo beta tester ho aggiornato il blog con worpress 1.3 pre-alfa, poche modifiche per lo più nella gestione delle template (difatti come potete vedere a destra ho qualche problema con l’elenco delle categorie), funzioni con prefisso wp_ e qualche miglioria nell’interfaccia di amministrazione. Appena raccimolerò un pò di tempo libero mi studierò l’integrazione con smarty e realizzerò una nuova template per il blog (e per il sito).

ciuaz

Categories
webdev

A chi interessano gli standard web?

Il web standards project ha preparato un sondaggio per tutti quelli che lavorano nelle produzioni web a qualsiasi livello di conoscenza. Ecco il testo originale tratto dal sito:

If my Gran used web standards, I’d want to know about it. Not only that, but I’d want to tell everyone I know that I know about it. I mean, what could be more fantastic?

Well, she’s dead, but that doesn’t change the fact that making good use of web standards is something to be celebrated and shared with the world. For this reason (and that of a little market research), the Web Standards Project is asking you – do you use web standards? And who the heck are you anyway?

In the biggest survey since WaSP’s inception, we are asking web designers and developers to tell us who they are, what they do and how they are using web standards. Our goal is to gather enough data to focus the Project on the key areas affecting web professionals in their everyday work. We may be grassroots, but this is one big field, baby.

The survey can be found at http://www.webstandards.org/survey/200406 from now until July 8th, and we invite everyone who’s involved in web production in any capacity to come along and give us their take on web standards. (For the record, we think they’re great).

ciuaz