Archive for February 2009

Invalid JavaScript code error warning in NetBeans

Finally I managed to reproduce something that have been annoying me for several months while using NetBeans as my primary JavaScript editor:

Filed as issue #159060.
Update: Fixed in trunk and available in 6.7 M2.

Virtual Earth point in bounding box test

I’m currently working with the Microsoft Virtual Earth SDK and wanted to test if a point is inside a box as where coordinates are specified using latitude and longitude.
It appears there are no built in function the API that does this, so this is what I came up with. Please note the special case where [...]