danielbeeke | 4 years ago | on: Show HN: Influence of big thinkers made visual (DBpedia data)
danielbeeke's comments
danielbeeke | 8 years ago | on: Ask HN: What do people use to prevent crawlers?
This is for Drupal sites. It has a strong firewall (csf) and it has a lot of crawler detections on the nginx configurations. It checks the load and when on high load it blocks the crawlers.
danielbeeke | 9 years ago | on: Leaflet: An open-source JavaScript library for mobile-friendly interactive maps
Here are some maps we have made: https://green-giraffe.eu/projects http://www.danielbeeke.nl/inbraken-in-uw-buurt/#12/52.0553/5...
danielbeeke | 9 years ago | on: SVG 2 new features
I disagree.
I regularly visit codrops and they show a lot of cases how you can use them. A lot of the frontend web development is using them a lot.
http://www.ns.nl/ the dutch train company, for example uses a mix of inline svg, background image svg and scr tags with svgs.
https://www.spotify.com/nl/ uses SVG in the logo, the account icon and the arrows.
https://www.digitalocean.com/ svg is best practise for having vector images on your site.
The nice thing of SVG is the compatibility with css, for the web it is a nice tool to use.