Author Archive
Copy your ssh key to your server using putty on Windows
It make some time I dont wrote to my blog. So Here is a small tip to help you setup your RSA public key on your server when you are on Windows and using Putty.
It’s not very complicated but some time, I am too lazy and I make small bash script to copy and paste to my servers!
Continue reading “Copy your ssh key to your server using putty on Windows” »
Using Phing to build your Joomla package!
Are you losing your time to build your Joomla package?
For me, it’s a pain! Some thing have to be done each time we want to release a new version. And I really don’t like to repeat thing again and again!
Step example :
- export from svn,
- change version number,
- edit manifest to setup free or pro version,
- delete some file for free version
- zip subpackage for pro version and free version for J1.5 and J1.6
- create package installer for pro version and free version for J1.5 and J1.6
- upload file on ftp
- upload api documentation on ftp
- test package on online test website to see if it work.
And I am sure to forgot some steps. Lot of these manipulation can be automated!
Continue reading “Using Phing to build your Joomla package!” »
Tanné de l’hiver?
Vous en avez mare de l’hiver? Voici l’épic histoire d’un immigrant qui viens vivre au Québec
Continue reading “Tanné de l’hiver?” »
Your host block PHPInfo function?
If your host has block the access to the information given by the PHPInfo() function, you can try this userfull code to fix this issue.
Continue reading “Your host block PHPInfo function?” »
JTable and composed primary key
JTable on 1.5 and 1.6 actually doesn’t support to have multiple keys as Primary Key. It doesn’t help when it’s time to make more complex database design. So I decided to make a parallel class to JTable to use any number of of column as Primary key (PK) that you need.
Continue reading “JTable and composed primary key” »
Téléchargement de film gratuit
Étant un fin connaisseur d’internet, j’ai souvent des demandes concernant le téléchargement de film sur internet. Il est facile de ce lancer sur les sites ou l’ont peu télécharger rapidement et facilement n’importe quel nouveauté comme par exemple sur ThePirateBay qui fonctionne avec un client Torrent. Sachez que c’est pour la plupart illégale. Pensez à tout ceux qui on travailler sur le film. Ils ont des familles a nourrir. Et de plus, souvent les versions pirater sont souvent de moindre qualité (pour réduire l’espace requis pour l’entreposage en ligne de celui-ci) qu’un bon vieux DVD louer au super-club du coin.
Continue reading “Téléchargement de film gratuit” »
Joomla unified SITE and ADMIN session
For a Joomla installation, I have to merge SITE and ADMIN session to be able to switch between them without reconnect. We have to transform Joomla into a content manager for Mailing List and it was not use for website. So the SITE client is just a preview part for the ADMIN.
Here is a small hack to merge you SITE and ADMIN session together.
Continue reading “Joomla unified SITE and ADMIN session” »
Firefox can’t open html file
After make a registry cleanup with CCleaner, I got a problem to open html file with Firefox.
After searching on different forums I found this simple and working fix. Maybe this can help some other people with the same problem!
Continue reading “Firefox can’t open html file” »
Howto setup Smarty3 Engine in Joomla!

First of all, you would probably ask me why I want to integrate Smarty3 Template engine in Joomla!
The answer is simple. I want to easily parse email template to send personalized notification! Smarty3 is all designated to do this! With Smarty, email templates now have just no limit! You can do some very well designed email template!
Continue reading “Howto setup Smarty3 Engine in Joomla!” »
Joomla PHPInfo component
I have looking arround for an administration componant showing PHPinfo and I didn’t find anything. So just for fun, I have decided to build my own PHPInfo component else just printing phpinfo() function in a single php file.
Continue reading “Joomla PHPInfo component” »

