PHP API Client Library and Google Cloud Storage
There is very few resources and/or examples of the Google PHP API Client Library working with Google Cloud Storage, so here are some basics things I’ve learned. My project is currently hosted on a...
There is very few resources and/or examples of the Google PHP API Client Library working with Google Cloud Storage, so here are some basics things I’ve learned. My project is currently hosted on a...
PHP Warning : session_start() [function.session-start]: Node no longer exists This error is really annoying and can be hard to solve, it appears in two forms and only after a session has already been set....
How to Sum series in Highcharts & Highstocks This quick code will do the trick and add a nice sum of all series values in the legend label for each series Quick explanation of...
org.apache.subversion.javahl.ClientException: Unsupported working copy format This message show up if your are trying to use Subclipse 1.7 client with a Subversion 1.8 working copy or Subclipse 1.6 client with a newer version working copy....
Computing MySQL database size can provide you useful informations : disk usage, index size, number of rows, lack of index, collations and many more. Calculating these values use the information database : INFORMATION_SCHEMA, the...
Javascript method The setInterval() method calls a function or evaluates an expression at specified intervals in milliseconds One tricky thing is passing parameters to the function called as documentation is hard to find. Passing...
Introduction phpMyAdmin want config.inc.php to be not world writable, it’s sound simple, but not if you run phpMyAdmin from an NTFS filesystem (in my case, linux server who mount a Windows folder) it’s not...
Simple Javascript code to translate the Highchart Tools in french language. Put this code before calling for a new Highchart graphic Highcharts French Translation Javascript Code Hope this help.
Overview This is a somewhat experimental release which pushes thread performance even more than before. Since this is a more experimental release than usual, and contains no other major fixes or features, we urge...
Overview Fix a small number of bugs, mostly in building on different platforms. Fixes Fix glitch with flush_all (exptime) Skip SASL tests unless RUN_SASL_TESTS is defined. Look around for saslpasswd2 (typically not in the...