[en] [fr]

What's up Obama?

2008-11-11
This is an ad in favour of Barak Obama when he was still candidate to the presidential function. Based on the famous "Wassupp!" ad

Sort a dataset in PHP

2008-11-09
It may be necessary to sort a dataset after a SQL request. And in a general case, I prefer using this function instead of dealing with the ORDER BY and LIMIT clauses.

Video Download Helper

2008-11-07
Have you never wondered how to save videos you see on youtube? I don't ... But i've found this plugin that deal with that.

Open PDF files in Firefox Mac

2008-11-07
By default, firefox (on mac) doesn't read PDF files, instead it forces the download of the file. Once the file saved, you can read it ...

A class to use cURL

2008-11-06
Libcurl is a librairy that allows you to communicate with servers in many different protocols.