Category Archives: PHP

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