Posts Tagged ‘javascript’

Mapping lat/lon values with JavaScript

Wednesday, March 19th, 2008

Googe Maps loads about 400 kByte for each visit to casastristes.org. Sometimes I prefer to implement a static map instead but still using latitude and longitude values for mapping the places. In the following example I show how to convert lat/lon values to x/y coordinates for the use on a static map.

(more…)

jsPictureShow – simple javascript pictureshow

Thursday, May 24th, 2007

jsPictureShow is a simple to use pictureshow written in javascript. actually there are a lot of pictureshows out there but I often needed really simple one as part of any website with fotos. this testpage should give you an idea about what it does.

(more…)