Wenn man wissen will was die nächste auto_increment ID einer MySQL-Tabelle werden wird, hilft SHOW TABLE STATUS weiter: Ergebnis: array(18) { [...] ["Index_length"]=> string(5) "33792" ["Data_free"]=> string(1) "0" ["Auto_increment"]=> string(4) "3847" ["Create_time"]=> string(19) "2009-06-25 11:54:04" [...] }
A couple of months ago I needed to set the zoom level of a Google Map so that all markers in the map are visible. After hours of reading the API documentation, I did not find any solution on that issue, so I wrote a little Javascript function that does exactly that.
The subject of this talk is “Quality” — the processes by which we engineer quality into our software and, of course, the processes by which we often fail to do so. Again, an excellent presentation!