<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Massimo Zappino</title>
	<link>http://www.zappino.it</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 10:22:17 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.4" -->

	<item>
		<title>KDE Dolphin thumbnail video preview</title>
		<description><![CDATA[If you want to see the preview of your video in Dolphin on your Kubuntu system you can simply install MPlayerThumbs.
sudo apt-get install mplayerthumbs
]]></description>
		<link>http://www.zappino.it/2011/03/kde-dolphin-thumbnail-video-preview/</link>
			</item>
	<item>
		<title>How to configure Xdebug on Ubuntu with Zend Server</title>
		<description><![CDATA[I assume you have properly installed and configured Zend Server CE from the repository.

First of all you need to install automake:
sudo apt-get update &#38;&#38; sudo apt-get upgrade
sudo apt-get install automake
Install Xdebug with PECL as root:
# pecl install xdebug
Note: if you don't have PECL in your path you can prepend the absolute path before the ...]]></description>
		<link>http://www.zappino.it/2011/02/how-to-configure-xdebug-on-ubuntu-with-zend-server/</link>
			</item>
	<item>
		<title>Install KDE 4.6 on Kubuntu</title>
		<description><![CDATA[Kde 4.6 was released on January 26, 2011. If you want to try this new version you can follow this simple steps.

Add backports repository
sudo add-apt-repository ppa:kubuntu-ppa/backports
Update and upgrade the system
sudo apt-get update &#38;&#38; sudo apt-get upgrade
Then
sudo apt-get dist-upgrade
After reboot you can see Kde 4.6 in action.

]]></description>
		<link>http://www.zappino.it/2011/02/install-kde-4-6-on-kubuntu/</link>
			</item>
	<item>
		<title>Set up a simple VNC server</title>
		<description><![CDATA[Using built in VNC server for KDE or Gnome I ran into several problems, like screen freeze or lost connection.

If you need a VNC server for your current desktop session in (K)Ubuntu you can use x11vnc.

1. install packages
sudo apt-get install x11vnc
2. set a password
x11vnc -storepasswd
3. start the server
x11vnc -forever -noxdamage -usepw
If you want to ...]]></description>
		<link>http://www.zappino.it/2010/10/set-up-a-simple-vnc-server/</link>
			</item>
	<item>
		<title>Call-time pass-by-reference has been deprecated</title>
		<description><![CDATA[If you recently upgraded PHP to version 5.3.0 or higher, you have probably encountered a message like this:

Deprecated: Call-time pass-by-reference has been deprecated in filename.php


Use &#38; when you call a function foo(&#38;$var) generates the warning message.

Remember that in 5.3 version of PHP only Call-time pass by reference is deprecated but not Passing by reference.

See ...]]></description>
		<link>http://www.zappino.it/2010/02/call-time-pass-by-reference-has-been-deprecated/</link>
			</item>
	<item>
		<title>UTF-8 problem with Spreadsheet Excel Writer</title>
		<description><![CDATA[Spreadsheet Excel Writer is a PEAR package that allows you to generate Excel documents.

When we try to generate an new Excel document using UTF-8 string we ran into a display error.

There is a simple way to fix this problem. See the example below:
$workbook = new Spreadsheet_Excel_Writer();
$workbook-&#62;send("file.xls");

// add this row
$workbook-&#62;setVersion(8);

$worksheet =&#38; $workbook-&#62;addWorksheet("My worksheet");

// add this ...]]></description>
		<link>http://www.zappino.it/2010/01/utf-8-problem-with-spreadsheet-excel-writer/</link>
			</item>
	<item>
		<title>Create a PHP data structure accessible like an array and an object simultaneously</title>
		<description><![CDATA[Often we need to operate with objects that sometimes we have to use as an array.
For example we can get an attribute from an object:
$attr = $myObject-&#62;attr;
or by array access from the same object
$attr = $myObject;
We can set data simply like an array or directly.

]]></description>
		<link>http://www.zappino.it/2010/01/create-a-php-data-structure-accessible-like-an-array-and-an-object-simultaneously/</link>
			</item>
	<item>
		<title>Impostare l&#8217;ambiente di sviluppo per Zend Framework su Ubuntu</title>
		<description><![CDATA[Se vogliamo iniziare a conoscere il fantastico mondo di Zend Framework sarà necessario creare un ambiente di sviluppo adatto alle nostre esigenze. In questa guida vedremo come configurare la nostra distribuzione Ubuntu per poter lavorare in locale con tutti gli strumenti necessari.

Lo scopo di questo tutorial è quello di ottenere un sistema di sviluppo ...]]></description>
		<link>http://www.zappino.it/2010/01/impostare-lambiente-di-sviluppo-per-zend-framework-su-ubuntu/</link>
			</item>
	<item>
		<title>Creare la struttura di un menu con Zend Navigation</title>
		<description><![CDATA[La gestione di un menu e delle relative pagine è molto semplice grazie alla classe Zend Navigation.
Il manuale di Zend Framework spiega molto bene come utilizzare questo componente. In breve il principio di funzionamento consiste nel creare oggetti pagina (Zend_Navigation_Page) che a loro volta possono contenere altre pagine. Questa struttura dati verrà poi data ...]]></description>
		<link>http://www.zappino.it/2010/01/creare-la-struttura-di-un-menu-con-zend-navigation/</link>
			</item>
	<item>
		<title>Tunnel SSH</title>
		<description><![CDATA[L'idea di poter creare un canale virtuale cifrato tra due computer remoti attraverso internet  permette di scambiare dati in modo sicuro e apre le porte a numerose applicazioni.

Immaginiamo di dover accedere alla nostra rete privata di casa senza l'uso di VPN da una postazione esterna alla LAN.



Chiameremo server il pc di casa che accetta ...]]></description>
		<link>http://www.zappino.it/2010/01/tunnel-ssh/</link>
			</item>
</channel>
</rss>

