Sincronizzazione dati del cellulare
Ho scoperto un servizio che aspettavo da tempo.
Ora posso sincronizzare i dati del cellulare tramite un servzio online: zyb
Per il momento sembra funzionare tutto.
pm :: Dec.30.2007 :: italian :: 2 Comments »
Ho scoperto un servizio che aspettavo da tempo.
Ora posso sincronizzare i dati del cellulare tramite un servzio online: zyb
Per il momento sembra funzionare tutto.
pm :: Dec.30.2007 :: italian :: 2 Comments »
This is a reminder for me.
I’ve upgraded my wp from 2.1 to 2.3: the new version needs some changes:
<!-- correzione per aggiornamento wordpress 2.3.1 errore chiamata funzione in_category() in wp-includes/category-template.php -->
<?php if ( in_category($AsideId) && !is_single() ) : ?>
<?php if ( $AsideID != '' && in_category($AsideId) && !is_single() ) : ?>
//define('DB_CHARSET', 'utf8'); // default value
define('DB_CHARSET', 'latin1'); // update for WP 2.3.1
References:
pm :: Dec.09.2007 :: english :: No Comments »