Sometimes the epub cover does not appear well or not at all on certain readers when you create un epub file. This can be fixed with Sigil if you respect certain settings. First create your cover image in a portrait … Continue reading
Paypal IPN sending an empty $_POST
I was working on a Paypal integration with Instant Payment Notification and I had a rough time with a silly detail. Every thing worked fine, well almost fine as I couldn’t get the IPN data to be sent by $_POST, … Continue reading
Reactivate a desactivated domain on a Plesk server
If you meet difficulties in reactivating a domain on a Plesk server, this can easily be sorted out via SSH. Connect to your server by SSH with a root user type the following command line /usr/local/psa/bin/doamin -u mydomain.com -status enabled … Continue reading
Left sidebar in a TwentyTen child theme
If you wish to use the Twentyten WordPress theme with a left sidebar, I would recommend you create a Twentyten child theme. This will save you much trouble when upgrading WordPress and / or the TwentyTen theme. Create a TwentyTen … Continue reading
Add transparent wmode to WordPress video embed
Since WordPress 2.9, it is possible to embed a video in an article content just by writing down its link or use the shortags. Unfortunately, wmode=”transparent” is not implemented and, depending on where the video is appearing, it remains on … Continue reading
fw-vimeo-videowall 1.3.2 fixed bugs
A few bugs were reported during the summer and a few tests were enough to fix them. The bugs concerned the cross not closing the video area and the width custom setting not working. Everything should work fine now with … Continue reading
eval(base64_decode web virus
A web virus has been attacking php website files for a while now. It injects a code which begins by eval(base64_decode… This function executes an encoded script and generally puts the website down. You then have two options : Either … Continue reading

