Now it is official: JSXGraph is hosted by the CDN (content delivery network) cdnjs. A CDN is a world wide network of servers. If your web browser requests a file from this network, that file will be delivered to your computer from the nearest server of this network. This should speed up web pages containing JSXGraph considerably. If you are using JSXGraph in your web project we encourage you to include JSXGraph by following these two simple steps:
Include JSXGraph in your web pages always with this URL: [Now it is official: JSXGraph is hosted by the CDN (content delivery network) cdnjs. A CDN is a world wide network of servers. If your web browser requests a file from this network, that file will be delivered to your computer from the nearest server of this network. This should speed up web pages containing JSXGraph considerably. If you are using JSXGraph in your web project we encourage you to include JSXGraph by following these two simple steps:
- Include JSXGraph in your web pages always with this URL:](http://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.91/jsxgraphcore.js)
- Include the content of http://jsxgraph.uni-bayreuth.de/distrib/jsxgraph.css directly in your web page inside a <style type=”text/css”>…</style> tag instead of using a tag. Alternatively, you can include the content of http://jsxgraph.uni-bayreuth.de/distrib/jsxgraph.css in one of your own css files. That’s it!
Of course, you still can include the two files jsxgraphcore.js and jsxgraph.css by using the old address http://jsxgraph.uni-bayreuth.de/distrib/. In the case that http://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.91/jsxgraphcore.js is too long for you, Marc Grober has generated a shortened version: instead of http://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.91/jsxgraphcore.js you can use http://bit.ly/jsxgraph.
Happy JSXGraphing,
Alfred