Archives
Tags
conception conference donation firefox extension firefox plugin gmap Google Finance Google Wave iNove installation invitation javascript javascript console jQuery MAMP notification nsIZipReader organization performance php plugin plug in preparation problems se401q106 site du zéro slimbox task manager thanks theme thomas genin ubiquity update v2 WeMov wemov beta wordpress wordpress mu wordpress plugin wordreference wp-recaptcha WP GMap Library wp media sitemap XUL
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 javascript, javascript console, php
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
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