background preloader

Js-based

Facebook Twitter

FreeMind. Download FreeMind. How to download with Softonic downloader? 1- Click on Run 2- Run file If you choose save option Execute the file from your download default folder What is Softonic Downloader? Is a free tool without registration that ensures fast and secure downloads from Softonic programs, and ensures that you always work the download link. Guaranteed download, no more broken links. Speeds up download Garantee Softonic.More than 30 antivirus engines used. More info about Security Seal. jQuery: The Write Less, Do More, JavaScript Library. Js-mindmap. Isotope. Raphael. Raphaël is a small JavaScript library that should simplify your work with vector graphics on the web.

If you want to create your own specific chart or image crop and rotate widget, for example, you can achieve it simply and easily with this library. Raphaël uses the SVG W3C Recommendation and VML as a base for creating graphics. This means every graphical object you create is also a DOM object, so you can attach JavaScript event handlers or modify them later. Raphaël’s goal is to provide an adapter that will make drawing vector art compatible cross-browser and easy. gRaphaël gRaphaël’s goal is to help you create stunning charts on your website.

How to use Raphaël.js var paper = Raphael(10, 10, 640, 480); var paper = Raphael("canvas", 640, 480); // Creates circle at x = 50, y = 40, with radius 10var circle = paper.circle(50, 40, 10);// Sets the fill attribute of the circle to red (#f00) circle.attr("fill", "#f00"); Notice that the create method was called from the previously initialized canvas. D3.js - Data-Driven Documents. The JIT. Arbor.js.