10-01-2017
Frits van Campen
Cross-origin resource sharing (or CORS) can be used to make AJAX requests to another domain. We'll look at how to set up CORS on the server in PHP, how to make the request in JavaScript and some considerations.
AJAX learning HTTP Single sign-on CORS PHP headers EN
10 min.
Lees verder
Developer
26-08-2016
Arnout Boks
Over the years, Scalable Vector Graphics (SVG) has become the de facto standard for vector images on the web. One of its disadvantages however is its verbose XML-based format, with relatively large file sizes as a result. Luckily, the plaintext nature of XML lends itself well to compression. Serving compressed SVG files correctly from a web server takes some care however.
HTTP SVG SVGZ headers EN
9 min.