Posts in category Dev
Importing a SVN repository from one s...
As now I’m using Netbeans, I had issues with key based authentication for CVS project in Netbeans. That’s why I decide to import my CVS project to SVN. At some point, as the SVN repository was on my own personal computer, I decide to move it to a public server I had, but only allow SSH access to it. So here is the procedure to [...]
Netbeans : my new PHP IDE of choice
During a long time my PHP development of choice was http://www.eclipse.org/ and the PHP plugin for Eclipse : http://www.phpeclipse.com/. Please note that there’s another PHP plugin for Eclipse developped by Zend and IBM : http://www.eclipse.org/pdt/ also known as the PHP Development Project. However I was mostly using Eclipse and phpecl [...]
PHP Toolbox : determining file mimety...
On the extranet I developed for my society, the users have the ability to upload files, but I do restrict the files types depending on the document’s nature. That’s why i need a way to determined the mimetype of the document in PHP. For this I’m using finfo, here the code as used for a document which have been just uploaded. [...]
eZ Components under Mandriva
Since some months, I’m using eZ Components for the intranet of my society. I’m specifically using the Graph component which allow to produce some very beautiful graphs, especially when using the SVG or the Cairo output driver.
At the beginning, I installed eZ Components by using the big tar.bz2 package which contains all the compo [...]