// archives

JavaScript

This category contains 5 posts

JavaScript Blog

Wer gerne mit JavaScript arbeitet und sich öfters mal nach neuen Techniken, Tipps & Tricks erkundigen will, sollte gelegentlich bei James Padolsey vorbeischauen – alle Daumen hoch für diesen ausgezeichneten Blog!

jQuery keepalive

Für manche Projekte brauchte ich schon die Möglichkeit, die PHP-Session am Leben zu halten ohne dass der Besucher aktiv auf der Webseite etwas macht. Das kann man ganz einfach erreichen indem man in gewissen Abständen, z.B. 5 Minuten einen Ajax-Call auf eine PHP Datei macht in der die Session berührt wird.

Set zoom level of a google map so that all markers are visible

Hi out there, 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. [...]

Douglas Crockford on “Quality”

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!

Douglas Crockford: “Web Forward”

Yahoo! JavaScript Architect Douglas Crockford argues that to take the web forward we need to look back — to the days of the great browser wars when innovation lit up the web. Standards have stagnated, and only a new browser war can break us loose from the current rut. Watch the video, it’s really interesting [...]