Category Archives: Code Snippet

Toggle JavaScript Console Message

As I’m currently developing a jQuery plugin to deal with huge table that can’t be display without crashing the browser, I start to use a lot the debugging messages in the JavaScript Console of each browser. These messages are very … Continue reading

Posted in JavaScript, PHP, toggleConsoleLog | Tagged , , | Leave a comment

PHP: Currency Converter via Google Finance

Recently, I searched a way to get the conversion of some money. I usually use the function in google. After some research, I found this website : google finance API. Some guys work with this websites. This one give us … Continue reading

Posted in Code Snippet, PHP | Tagged | 2 Comments

XUL : Unzip a File with nsIZipReader

I got some difficulties to do that. So this is my script. You need to give a nsIFile to the zip file and the path where it should be unzip. Label and progressBar are Optionals, I but them because it … Continue reading

Posted in Code Snippet, XUL | Tagged , | 2 Comments