Archive for March, 2009

Update! SQL database belgian postal codes + gps coordinates

I’ve just updated my free database of all belgian postal codes and their gps coordinates! Most of the errors should handled in this version.

Let me know in a comment if there is any incorrect data.

http://www.rdlt.com/postcodes-van-alle-gemeentes-van-belgie-met-gps-coordinaten

Enjoy!

Update! Gratis lijst van alle Belgische steden/gemeenten met GPS coordinaten

Ik heb zojuist mijn GRATIS beschikbare database met lijst van alle Belgische steden/gemeenten met GPS coordinaten geüpdate. De meeste fouten zouden hier moeten zijn uitgehaald.

http://www.rdlt.com/postcodes-van-alle-gemeentes-van-belgie-met-gps-coordinaten

Moesten er toch nog fouten zijn ingeslopen, laat me dit dan weten in een reactie!

Alvast veel plezier ermee! ;) Moest je deze database ergens gebruiken, laat het me dan even weten!

Cache-Control: post-check, pre-check

An interesting resource about what those Cache Control headers actually mean! Sure made things a lot more clear for me!

Cache-control: pre-check, post-check

Internet Explorer applies the following logic to objects served with these extensions:

  1. Upon first request, the object is cached and is served from cache until the post-check interval expires.
  2. Once the post-check interval expires IE fetches the object from cache and checks for an updated one in the background. If a newer object is available it caches it. Upon every subsequent request this updated (and now cached) object is served until the pre-check interval expires.
  3. Once the pre-check interval elapses the object is treated as expired. IE will first ask the HTTP server if the object has changed since it was requested by the browser. If it has, IE will load the updated object.

read full article: http://aspnetresources.com/blog/cache_control_extensions.aspx