v1.12.0

Category "News" - tag "JavaScript"

List of Posts

JSXCompressor – Python script

Examples
JSXCompressor
gunzip
JavaScript
unzip
Posted on December 2, 2009 by Alfred Wassermann
A simple Python script to compress a file to be uncompressed by the JavaScript JSXCompressor is the following: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 #!/usr/bin/env python...

JSXCompressor – zlib compressed JavaScript code

Examples
JSXCompressor
gunzip
JavaScript
unzip
Posted on September 29, 2009 by Alfred Wassermann
The open source library JSXGraph (http://jsxgraph.org) contains utilities to read files which have been compressed by the ZLIB (http://zlib.org) library. That means, JSXGraph has a pure JavaScript implementation of deflate, unzip and base64_decode. This can be used for delivering compressed JavaScript inside of an HTML file. Of course, with todays...

Release of version 0.72

Release
gunzip
JavaScript
pstricks
Riemann sum
unzip
Posted on May 4, 2009 by Alfred Wassermann
The release 0.72 of JSXGraph contains many bug fixes and speed improvements. The highlight of this release is a pure JavaScript implementation of unzip and gunzip. This will enable the display of Intergeo constructions (http://i2geo.net). Further new features are: export from JSXGraph to pstricks (LaTeX), point coordinates are shown on...

Release of version 0.70

Release
axis
JavaScript
Joomla
MediaWiki
Moodle
normal
tangent
zoom bar
Posted on March 10, 2009 by Alfred Wassermann
This release introduces the new elements tangents, normals, and curve interpolation with Neville’s algorithm. Intersection of curves is possible now. The display of coordinate axes has been improved. A zoom and navigation bar has been introduced. Many bug fixes, among them an IE8 incompatibility and full jQuery support. This release...