Categories
tecnologia

eclipse 3M6

è stata rilasciata la Milestone 6 di Eclipse, l’IDE opensource sviluppato in collaborazione con IBM. Insieme a questa release è stato reso disponibile anche il nuovo plug-in per il supporto di php, lo xored web studio 1.0.

ciuaz

Categories
tecnologia

php::Links(‘ dedicati a PHP5’ );

Creole is a database abstraction layer for PHP5. It abstracts PHP’s native db-specific API to create more portable code while also providing developers with a clean fully object-oriented interface based on the API for Java’s JDBC.
There are a number of database abstraction packages for PHP. Creole draws from experience with several of these — noteably PEAR::DB, PEAR::MDB, and ADOdb. Creole was created as a sub-project of Propel to meet specific needs that none of the available abstraction layers were able to address in a satisfactory way.

Propel provides an object-oriented solution for finding and manipulating data in a SQL datastore. From an XML schema describing your data model, Propel creates SQL definition/dump files specific to your RDBMS and PHP classes for working within your data model. Propel also performs supplemental tasks like bulding API docs (phpdoc), and creatings a TGZ of the built files.

coWiki is a free (GPL) tool written in PHP 5 which creates a collaborative website that gathers, organizes and extends knowledge. It can manage text documents and binaries, act like a weblog or organize knowledge bases such as FAQs. In many senses, it is very like a wiki. coWiki provides an easy way to maintain and discuss its documents. It also provides a fast way for qualified contributors to create content online, using a simple and easy to apply markup language without needing HTML editing skills.
coWiki is template based, multilingual and modular.

ciuaz

Categories
tecnologia

fedora e kernel 2.6

mi sto accingendo ad aggiornare il kernel del pc con fedora. Ho trovato un server yum ben fornito ed un thread su un forum che da qualche utile dritta.

ciuaz

Categories
tecnologia

streamingggg

se avete una piccola lan domestica ed avete deciso di usare un pc come streaming server vi consiglio di affiancare alla sempre valida accoppiata winamp (ah, si è uscita la versione 5.0) + shoutcast anche il plugin per il player chiamato browseAmp che permette di abilitare un mini-server web per controllarlo in remoto.

ciuaz

Categories
tecnologia

firebird 0.8

è stata rilasciata la pre-release di firebird 0.8! Testate, testate!

ciauz

Categories
tecnologia

come funziona linux?

vi siete mai chiesti quali sono gli script invocati in fase di login? ed a che serva la cartella /etc/rc.d ? per saperlo vi consiglio How Linux Works CTDP Guide, il sito anche se non aggiornatissimo è un buon punto di partenza per capire il funzionamento del SO.

ciauz

Categories
tecnologia

linux faq

se vi piacciono gli RPG ed usate Linux vi consiglio di fare un salto su ldots.org dove c’è una guida completa per installare Never Winter Night nel SO del pinguino. Sul sito sono presenti altre faq come quella per utilizzare le penne USB ed una su LDAP ed è presente un comodo tool, chiamato XOSD che permette di far comparire messaggi a video [più o meno come l’OSD di un televisore].

ciuaz

Categories
tecnologia

zend performance suite

la Zend ha aperto l’iscrizione per il beta testing della Performance Suite 3.06 per Windows. Per ora l’ho scaricata, ma con mio immenso dispiacere ho scoperto che il requisito imprescindibile all’installazione è che IIS sia installato! Se avrò voglia di installare quella ciofeca vi dirò come funzia il pacchetto…

ciuaz

Categories
tecnologia

aggiornamenti…

breve post modello lista della spesa con qualche aggiornamento dal mondo informatico:

è stato rilasciata la beta 1 di mozilla 1.6, ecco cosa dice il what’s new:

* Mozilla 1.6 Beta includes a new cross-platform NTLM authentication mechanism. This feature brings NTLM authentication to the non-Windows Mozilla users for the first time and also delivers more robust and featureful NTLM support to users of older Windows versions.
* Developers fixed several security-related bugs in 1.6 Beta.
* “Translate Page” functionality has returned to this release of Mozilla.
* Chatzilla 0.9.48 has been merged, which adds RPL_ISUPPORT support, halfop mode support, and properly masks key and password dialogs.
* Many crash bugs were fixed in Beta.New Issues

dopo quasi due anni di sviluppo FINALMENTE è stata rilasciata la versione 2.0 stabile di smoothwall, la distribuzione linux dedicata al routing e firewalling che funziona da cd ed è amministrabile tramite un comodo pannello di controllo web.

il kde project team ha rilasciato la versione 3.2 beta 2 del famoso desktop environment.

Our first KDE 3.2 Beta “Rudi” was a huge success and resulted in over 2000 resolved bugs. As the code still has some rough edges, we decided to go for another beta. So here it is: Dobra Voda. Please continue reporting problems you see with it, your testing is much appreciated. You can download Dobra Voda at http://download.kde.org/unstable/3.1.94. Currently we have binaries for Fedora, Slackware and SUSE, besides the sources.

per ribattere a ciò il GNOME Project team ha rilasciato una nuova versione 2.5 beta (la 2.5.2) del proprio desktop environment.

da alcuni benchmark che stanno ultimamente girando in rete si evince che il prossimo kernel (il 2.6) sarà nettamente superiore al 2.4. Soprattutto sul lato performance! A rigurardo vi consiglio la lettura di questo articolo di Andrea Arcangeli.

ciuaz

Categories
tecnologia

php::Links(‘ Persistance Layers ‘);

stasera ho scoperto il mondo dei Persistance Layers. Questi non sono altro che delle classi PHP per la gestione di database come se fossero oggetti, ed è quindi possibile aggiungere valori, modificarli o creare nuove strutture in modo semplice ed immediato.

A persistence layer encapsulates the behaviour needed to make objects persistent, ie. to load, save and delete objects to and from persistent storage, usually an SQL database server. Currently the only supported persistence mechanisms are relational databases.

Qualche link di riferimento:
Pear DB-DataObject
phdWait
phpSorm
php Gen
pgosd
DB DataContainer

ciuaz