Categories
tecnologia

google regala picasa

Google ha recentemente acquisito la software house Picasa per offirne il prodotto di punta gratuitamente al pubblico. Il software, che tra l’altro dà il nome all’azienda, non è altro che un visualizzatore/gestore di immagini:

Picasa. Everything you need to enjoy your digital photos in a single software product:

* Auto-transfer photos from your digital camera.
* Organize and find pictures in seconds.
* Edit, print, and share photos with ease.
* Create slideshows, order prints and more!

Dopo averlo provato posso dire che onestamente continuo a preferire xnview!

ciauz

Categories
php

php::Links(‘ php in ie client side ‘ );

trovato sul blog di Harry Fuecks:

Client Side PHP in Internet Explorer
While messing with PHP 5.0.0 figured it’s finally time to take at Wez Furlongs Activescript SAPI for PHP. Will the madness never end? ;)

In brief Microsoft provide a mechanism in Windows to “embed” scripting engines (e.g. PHP) and thereby allow execution of code in other languages. More information can be found at MSDN on Windows Script Interfaces.
[]

ciuaz

Categories
php

PHP::Links(“PHP 5 : articoli “)

qualche articolo a riguardo di php 5.0:

ciuaz

Categories
tecnologia

wordpress template

se volete aggiornare il vostro blog e non sapete come mettere mano alla template di wordpress ho trovato questa utile guida.

ciuaz

Categories
tecnologia

bluetooth security

interessante articolo sulla sicurezza degli apparati bluetooth.

ciauz

Categories
php tecnologia

wordpress 1.3 e php 5.0

leggendo il blog degli sviluppatori di wordpress ho appreso con gioia che la nuova versione 1.3 supporta ufficialmente php 5.0!

ciauz

Categories
php

php::Links(‘ zz/oss installer ‘);

ZZ/OSS Installer is a PHP-based installation wizard for professional release management of modular PHP applications.

Benefits
* Advanced release management based on de facto standards.
* Shortened release cycles.
* Higher reusability of software components.
* Faster software deployment.

Features
* Runs on Windows and Linux
* Provides a Web GUI aka installation wizard look and feel.
* Allows definition of packages, applications, and distributions in XML.
* Can install httpPEAR packages.
* Automatic resolution of package dependencies.
* Ships with tools for easier development of applications and packages.
* Plugin framework for build routines (e.g. to set up or update a database from SQL dumps).
* Customization with CSS of layout for in-house products.
* Supports full, minimal or custom installation profiles.
* Can be used as installation or setup wizard.
* Installer can upgrade itself.
* Allows multiple, non-conflicting installations in single or shared hosts environments
* Sources are LGPL licensed for greater flexibility in usage

ciuaz

Categories
tecnologia

oscom

OSCoM, acronimo di OpenSource Content Managment, è un sito dedicato allo sviluppo di standard per le applicazioni di content managment.

OSCOM organizes events, promotes standards and undertakes projects to further the state of the art of Open Source Content Management. OSCOM promotes Open Source Content Management solutions as powerful, affordable and flexible replacements for proprietary products.

penso proprio che parteciperò al prossimo convengo a zurigo

ciuaz

Categories
php tecnologia

php 4.3.8

mi era sfuggito il rilascio di php 4.3.8.

This release is made in response to several security issues that have been discovered since the 4.3.7 release. All users of PHP are strongly encouraged to upgrade to PHP 4.3.8 as soon as possible.

ciauz

Categories
php tecnologia

php 5.0.0

annunciazione annunciazione!

php 5.0 è stato ufficialmente rilasciato!

Some of the key features of PHP 5 include:

* The Zend Engine II with a new object model and dozens of new features.
* XML support has been completely redone in PHP 5, all extensions are now focused around the excellent libxml2 library (http://www.xmlsoft.org/).
* A new SimpleXML extension for easily accessing and manipulating XML as PHP objects. It can also interface with the DOM extension and vice-versa.
* A brand new built-in SOAP extension for interoperability with Web Services.
* A new MySQL extension named MySQLi for developers using MySQL 4.1 and later. This new extension includes an object-oriented interface in addition to a traditional interface; as well as support for many of MySQL’s new features, such as prepared statements.
* SQLite has been bundled with PHP. For more information on SQLite, please visit their website.
* Streams have been greatly improved, including the ability to access low-level socket operations on streams.
* And lots more

vi ricordo di non farvi prendere dalla foga da installazione e che la prima versione stabile non è mai consigliata a server mission critical!

ciuaz