News
Get latest LibreOffice in Ubuntu
LibreOffice is actually the most famous Open Source Office Suite. Unfortunately, Ubuntu repositories often doesn’t contains latest versions of it.
Creare e modificare documenti PDF con LibreOffice
Creare file PDF è un’operazione piuttosto comune. Modificarli, invece, è un po’ meno comune ma, comunque, una funzione molto richiesta.
Create and edit PDF documents with LibreOffice
Create PDF files is a very common operation. Modify them is a bit less common but, anyway, a very requested feature.
Come installare Funambol 10 su Debian Wheezy
In questo articolo vedremo come installare Funambol 10.0.3 su un server Debian Wheezy.
Innanzitutto, dobbiamo installare sul server il Java jdk:
How to install Funambol 10 on Debian Wheezy
In this post we will cover how to install Funambol 10.0.3 on Debian Wheezy server.
First of all, we need to install Java jdk on server:
ReCaptcha in Zend Framework 2 without Zend/Form
The problem
Captcha is a very useful mechanism to avoid automated abuse of your sites and applications. In particular,reCAPTCHA is a Google powered service that offers a free and simple way to implement a captcha protection field in your forms or pages. Zend Framework 2 implements his own components to handle captcha and a specific one to handle reCAPTCHA service. At the moment, the ZF2 documentation is very usefull if you want to integrate a reCAPTCHA in your Zend/Form component, but lacks in describing how to use reCAPTCHA service component alone. Actually Zend/Form is very powerful, but sometimes a developer need to use standard html to implement his own forms and this prevents to use ReCaptcha as Zend/Form element.
Working with DateTime in Doctrine 2 and Zend Framework 2
The problem
Storing datetimes can be a issue if servers and users of your application are distributed around the World and use different time zones. Each user want to work on datetimes in his specific time zone, servers automatically stores values in their time zone, etc. Storing data without operating right conversion will cause strange behaviours.
Switch to mobile, tablet, or other layout in Zend Framework 1.11
The problem
We want to implement a method to completely switch layout of our Zend Framework application without loosing flexibility. The solution must give us the possibility of switching all layouts and the views of the controllers we want.