Categories
php sysadmin

OpenIT

OpenIT is a free IT management web application written in PHP which tracks Employees, Computers, Software, Printers, Support Issues, Knowledge Base articles, Out of Office notices, and more. It has a number of features including simple reporting, HTML editing, and notifications via e-mail or Jabber.

OpenIT is written in PHP and uses PEAR modules for database access and much of its HTML layout. However, it is developed using the Apache HTTP Server and MySQL 4.0.

ciuaz

Categories
php

php 4.4

è in arrivo php 4.4, se si da un occhio ai daily snapshot del cvs infatti è comparsa la nuova versione di php. Pare che in realtà la spiegazione della creazione di un nuovo ramo di sviluppo (4.3.x doveva essere l’ultimo ramo per la versione 4) non derivi dall’aggiunta di grossa novità/features ma da un’incompatibilità binaria con i vecchi moduli dovuta ad una patch.

ciuaz

Categories
php

radio php

ed ecco a voi il primo podcast sul php!

pro::php
Your number one source for conversations, interviews, debates and op-eds with PHP pioneers, project heads, and companies using PHP. From PHP 5 to PEAR. From Databases to Daemons. The First All PHP Podcast.

ciuaz

Categories
php

google sitemap plugin

se volete crearvi la sitemap xml compabile con google ma non potete utilizzare python sul vostro server vi consiglio di dare un occhio a questo interessante plugin per wordpress.

Sitemap generator features:

* Comes as a WordPress Plugin
* Is easy to install
* Has a user interface where you can customize all parameters like change frequencies, priorities etc.
* Generates a static XML file in your blog directory (Filename is customizeable)
* Generates a sitemap for Homepage, Posts, Categories and Archive pages
* Calculates a priority for each post, based on the number of comments (You can also turn this off)
* The XML file gets automatically rebuilt if you change/edit/create/publish a post

[update]
ecco il mio sitemap.xml

ciauz

Categories
open source php

phpCollab 2.5 rc 3

oggi ho rilasciato phpCollab 2.5 rc 3I’m late as always

I’ve released the phpCollab 2.5 rc 3, this release is the last one before the 2.5 stable. The rc3 is pretty a bug fix release (for more info take a look at the changelog) no great news and enhancement here.

Please test it a lot on your server, we need a lot of bug hunting for msql server and postfix and on upgrading procedure from 2.4, when will be sure of the code we will publish the stable.

upgrading from 2.5 beta/rc
the upgrade function is only from 2.4 to 2.5 rc 3 and is not suited for a 2.5 beta/rc to rc 3 migration so if you want to update a 2.5 beta/rc I suggest you to dump the old db, make a fresh install of the rc 3 and the import the old db data tables in the new db.

ciuaz

Categories
php

php ed outlook

un connubio possibile, anche se con qualche hack sul registro :)

ciuaz

Categories
php

wp 1.5.1.2 security update

è stata rilasciata una security update per wordpress:

It has come to our attention that under certain circumstances there is a security vulnerability in WordPress that may be triggered if you’re running the default template. We were able to respond very quickly (under 40 minutes) and update the download to 1.5.1.2.

caiuz

Categories
ajax php

php|architect di maggio e corso di ajax

ho appena finito di seguire il corso di php|architect su php e ajax tenuto da joshua eichorn, niente di nuovo o eclatante: una spiegazione di base sulla tecnologia, l’introduzione all’uso della libreria jpspan con qualche piccolo esempio di utilizzo e due/tre suggerimenti su come debuggare il proprio codice.

ne approfitto per dire che è uscito anche il numero di maggio di php|architect.

Categories
altri linguaggi php webdev

cheat sheet

dopo quello sul css (se non erro linkato da futa) il sito ILoveJackDaniels propone rispettivamente quelli per mod_rewrite, php e mysql!

ciauz

Categories
php

php da linea di comando

su pure-php è stata pubblicata una classe per php 5 che semplifica la creazione di script utilizzabili via riga di comando.

ciuaz