21.08.2008
Disc of this Summer: La Phaze - Miracle
06:31 | Musique | lien permanente
Unless otherwise expressly stated, all original material of whatever nature created by Andreas Jaggi and included in this weblog is licensed under a Creative Commons License.
The following definition of an Array works without problems in Safari (and probably Firefox too), but triggers an (legitimate) error in Opera 9.25:
var myArray = [ 1.2, 2.3, 3.4, ];
The error is triggered by the superfluous comma after the last element of the Array. It may be argued for both behaviors, but I would prefer all Browsers accepting such an Array definition also since in other languages (C, Python, PHP) such a redundant comma does not cause any trouble.
01:15 | Coding | lien permanente
Here's how to upgrade the disk of a MacBook Pro in 45 minutes while keeping all your data/settings/applications:
07:58 | Mac | lien permanente