<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Weblog of a Javascript Lover &#187; Drawing</title>
	<atom:link href="http://javascript.open-libraries.com/category/utilities/drawing/feed/" rel="self" type="application/rss+xml" />
	<link>http://javascript.open-libraries.com</link>
	<description>Just another Open Library weblog</description>
	<lastBuildDate>Thu, 08 Jul 2010 14:38:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>10 Best Javascript Drawing and Canvas Libraries</title>
		<link>http://javascript.open-libraries.com/utilities/drawing/10-best-javascript-drawing-and-canvas-libraries/</link>
		<comments>http://javascript.open-libraries.com/utilities/drawing/10-best-javascript-drawing-and-canvas-libraries/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 15:50:27 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[Drawing]]></category>

		<guid isPermaLink="false">http://javascript.open-libraries.com/utilities/drawing/10-best-javascript-drawing-and-canvas-libraries/</guid>
		<description><![CDATA[Develop Rich interactive internet applications with these javascript drawing and canvas libraries. JavaScript developers, web developers and webmasters can take advantage of these libraries to add graphics drawing functionality to their web applications or websites.<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-10-Best-Javascript-Drawing-and-Canvas-Libraries.png" />


Related posts:<ol><li><a href='http://javascript.open-libraries.com/utilities/drawing/drawing-lines-in-mozilla-based-browsers-and-the-internet-explorer/' rel='bookmark' title='Permanent Link: Drawing lines in Mozilla based browsers and the Internet Explorer'>Drawing lines in Mozilla based browsers and the Internet Explorer</a> <small>In this article, I want to explain and deduce the...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/javascript-vector-draw-library/' rel='bookmark' title='Permanent Link: JavaScript Vector-Draw Library'>JavaScript Vector-Draw Library</a> <small>How many times you wished if you could only draw...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/raphael-javascript-drawing-library/' rel='bookmark' title='Permanent Link: Raphael: javascript drawing library'>Raphael: javascript drawing library</a> <small>Raphael is a very slick looking JavaScript library for drawing...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-10-Best-Javascript-Drawing-and-Canvas-Libraries.png" /><br />Develop Rich interactive internet applications with these javascript drawing and canvas libraries. JavaScript developers, web developers and webmasters can take advantage of these libraries to add graphics drawing functionality to their web applications or websites.<BR><br />
<h2><a href="http://javascript.open-libraries.com/utilities/drawing/draw2d-javascript-drawing-library/">Draw2D Javascript Drawing Library</a></h2>
<p>Draw2D is the graph component of the Open-jACOB web based workflow editor. The purpose of this experiment is to see if a Visio-type workflow editor tool could be developed in a web browser. It demonstrates that it can be done.<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-Draw2D-Javascript-Drawing-Library.png" /><BR><br />
<h2><a href="http://javascript.open-libraries.com/utilities/drawing/javascript-vector-draw-library/">JavaScript Vector-Draw Library</a></h2>
<p>How many times you wished if you could only draw an arrow on your web page? Or few lines here and there? Unfortunately, HTML offers nothing in this department, and using images takes bandwidth and slows down the loading of your pages<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-JavaScript-Vector-Draw-Library.png" /><BR><br />
<h2><a href="http://javascript.open-libraries.com/utilities/drawing/jsdraw2d-2d-graphics-library-for-javascript/">jsDraw2D : 2D Graphics Library for JavaScript</a></h2>
<p>This is a pure JavaScript library to draw 2D graphics on web pages inside web browser without using SVG or VML. JavaScript developers, web developers  and webmasters can take advantage of the library to add graphics drawing functionality to their web applications or websites using the library. The library is entirely written in JavaScript and does not need any plug-in or additional software to run/execute. The JavaScript source code of the library is open and free under a LGPL License.<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-jsDraw2D-2D-Graphics-Library-for-JavaScript.png" /><BR><br />
<h2><a href="http://javascript.open-libraries.com/utilities/drawing/canvasgraph-js-graphing-in-javascript/">CanvasGraph.js : Graphing in Javascript</a></h2>
<p>Canvas Graph is a small simple javascript library that allows you to conveniently plot simple line, bar and pie charts using the new HTML Canvas Tag.<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=null" /><BR><br />
<h2><a href="http://javascript.open-libraries.com/utilities/drawing/plotkit-javascript-chart-plotting/">PlotKit &#8211; Javascript Chart Plotting</a></h2>
<p>PlotKit is a Chart and Graph Plotting Library for Javascript. It has support for HTML Canvas and also SVG via Adobe SVG Viewer and native browser support.<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-PlotKit-Javascript-Chart-Plotting.png" /><BR><br />
<h2><a href="http://javascript.open-libraries.com/utilities/drawing/raphael-javascript-drawing-library/">Raphael: javascript drawing library</a></h2>
<p>Raphael is a very slick looking JavaScript library for drawing and animating vector graphics with JavaScript. The API is simple and well thought-out and it supports all major browsers, including Internet Explorer 6.<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-Raphael-javascript-drawing-library.png" /><BR><br />
<h2><a href="http://javascript.open-libraries.com/utilities/drawing/drawing-lines-in-mozilla-based-browsers-and-the-internet-explorer/">Drawing lines in Mozilla based browsers and the Internet Explorer</a></h2>
<p>In this article, I want to explain and deduce the line drawing algorithm by Bresenham. Afterwards, I will show an optimized version which can be used to draw lines in Gecko based browsers like Mozilla or Firefox and Microsoft Internet Explorer. As you know, HTML itself is not able to describe lines. Therefore, there is no built-in features in the above-mentioned browsers for drawing lines. By implementing the Bresenham algorithm with JavaScript while applying some tricks, we will be able to draw<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-Drawing-lines-in-Mozilla-based-browsers-and-the-Internet-Explorer.png" /><BR><br />
<h2><a href="http://javascript.open-libraries.com/utilities/drawing/flotr-javascript-plotting-library/">Flotr Javascript Plotting Library</a></h2>
<p>Flotr is a javascript plotting library based on the Prototype Javascript Framework version 1.6.0.2 at the moment and inspired by Flot written by Ole Laursen. <br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-Flotr-Javascript-Plotting-Library.png" /><BR><br />
<h2><a href="http://javascript.open-libraries.com/utilities/drawing/dhtml-javascript-vector-graphics-library/">DHTML, JavaScript Vector Graphics Library</a></h2>
<p>This JavaScript VectorGraphics library provides graphics capabilities for JavaScript: functions to draw circles, ellipses ovals, oblique lines, polylines and polygons for instance triangles, rectangles dynamically into a webpage. Usage of this Vector Graphics library should be easy even if you do not have JavaScript experience.<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-DHTML-JavaScript-Vector-Graphics-Library.png" /><BR><br />
<h2><a href="http://javascript.open-libraries.com/utilities/drawing/canviz-javascript-library/">canviz JavaScript library</a></h2>
<p>Canviz is a JavaScript library for drawing Graphviz graphs to a web browser canvas. More technically, Canviz is a JavaScript xdot renderer. It works in most modern browsers.<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-canviz-JavaScript-library.png" /></p>


<p>Related posts:<ol><li><a href='http://javascript.open-libraries.com/utilities/drawing/drawing-lines-in-mozilla-based-browsers-and-the-internet-explorer/' rel='bookmark' title='Permanent Link: Drawing lines in Mozilla based browsers and the Internet Explorer'>Drawing lines in Mozilla based browsers and the Internet Explorer</a> <small>In this article, I want to explain and deduce the...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/javascript-vector-draw-library/' rel='bookmark' title='Permanent Link: JavaScript Vector-Draw Library'>JavaScript Vector-Draw Library</a> <small>How many times you wished if you could only draw...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/raphael-javascript-drawing-library/' rel='bookmark' title='Permanent Link: Raphael: javascript drawing library'>Raphael: javascript drawing library</a> <small>Raphael is a very slick looking JavaScript library for drawing...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://javascript.open-libraries.com/utilities/drawing/10-best-javascript-drawing-and-canvas-libraries/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flotr Javascript Plotting Library</title>
		<link>http://javascript.open-libraries.com/utilities/drawing/flotr-javascript-plotting-library/</link>
		<comments>http://javascript.open-libraries.com/utilities/drawing/flotr-javascript-plotting-library/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:10:05 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[Drawing]]></category>

		<guid isPermaLink="false">http://javascript.open-libraries.com/uncategorized/flotr-javascript-plotting-library/</guid>
		<description><![CDATA[Flotr is a javascript plotting library based on the Prototype Javascript Framework version 1.6.0.2 at the moment and inspired by Flot written by Ole Laursen. <br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-Flotr-Javascript-Plotting-Library.png" />


Related posts:<ol><li><a href='http://javascript.open-libraries.com/utilities/chart/flotr-javascript-plotting-library-2/' rel='bookmark' title='Permanent Link: Flotr Javascript Plotting Library'>Flotr Javascript Plotting Library</a> <small>Flotr is a javascript plotting library based on the Prototype...</small></li><li><a href='http://javascript.open-libraries.com/utilities/chart/20-best-javascript-charting-and-plotting-libraries/' rel='bookmark' title='Permanent Link: 20 Best JavaScript Charting and Plotting Libraries'>20 Best JavaScript Charting and Plotting Libraries</a> <small>Wont it be nice if all your theoretical data were...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/raphael-javascript-drawing-library/' rel='bookmark' title='Permanent Link: Raphael: javascript drawing library'>Raphael: javascript drawing library</a> <small>Raphael is a very slick looking JavaScript library for drawing...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-Flotr-Javascript-Plotting-Library.png" /><br />Flotr enables you to draw appealing graphs in most modern browsers with an easy to learn syntax. It comes with great features like legend support, negative value support, mouse tracking, selection support, zoom support, event hooks, CSS styling support and much more.<BR><img alt="Flotr Javascript Plotting Library" src="http://i35.tinypic.com/w8rjo1.jpg" /><a href="http://solutoire.com/flotr/"> Web Site</a><BR><img alt="Flotr Javascript Plotting Library" src="http://i34.tinypic.com/102q90m.jpg" /><a href="http://solutoire.com/flotr/docs/"> Demo</a><BR><img alt="Flotr Javascript Plotting Library" src="http://i36.tinypic.com/sd0epy.jpg" /><a href="http://code.google.com/p/flotr/downloads/list"> Download</a></p>


<p>Related posts:<ol><li><a href='http://javascript.open-libraries.com/utilities/chart/flotr-javascript-plotting-library-2/' rel='bookmark' title='Permanent Link: Flotr Javascript Plotting Library'>Flotr Javascript Plotting Library</a> <small>Flotr is a javascript plotting library based on the Prototype...</small></li><li><a href='http://javascript.open-libraries.com/utilities/chart/20-best-javascript-charting-and-plotting-libraries/' rel='bookmark' title='Permanent Link: 20 Best JavaScript Charting and Plotting Libraries'>20 Best JavaScript Charting and Plotting Libraries</a> <small>Wont it be nice if all your theoretical data were...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/raphael-javascript-drawing-library/' rel='bookmark' title='Permanent Link: Raphael: javascript drawing library'>Raphael: javascript drawing library</a> <small>Raphael is a very slick looking JavaScript library for drawing...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://javascript.open-libraries.com/utilities/drawing/flotr-javascript-plotting-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>canviz JavaScript library</title>
		<link>http://javascript.open-libraries.com/utilities/drawing/canviz-javascript-library/</link>
		<comments>http://javascript.open-libraries.com/utilities/drawing/canviz-javascript-library/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:09:45 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[Drawing]]></category>

		<guid isPermaLink="false">http://javascript.open-libraries.com/uncategorized/canviz-javascript-library/</guid>
		<description><![CDATA[Canviz is a JavaScript library for drawing Graphviz graphs to a web browser canvas. More technically, Canviz is a JavaScript xdot renderer. It works in most modern browsers.<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-canviz-JavaScript-library.png" />


Related posts:<ol><li><a href='http://javascript.open-libraries.com/utilities/drawing/javascript-vector-draw-library/' rel='bookmark' title='Permanent Link: JavaScript Vector-Draw Library'>JavaScript Vector-Draw Library</a> <small>How many times you wished if you could only draw...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-canviz-JavaScript-library.png" /><br />Using Canviz has advantages for your web application over generating and sending bitmapped images and imagemaps to the browser as the server only needs to have Graphviz generate xdot text; this is faster than generating bitmapped images. Also only the xdot text needs to be transferred to the browser; this is smaller than binary image data, and, if the browser supports it (which most do), the text can be gzip- or bzip2-compressed.<BR><img alt="canviz JavaScript library" src="http://i35.tinypic.com/w8rjo1.jpg" /><a href="http://code.google.com/p/canviz/"> Web Site</a><BR><img alt="canviz JavaScript library" src="http://i34.tinypic.com/102q90m.jpg" /><a href="http://www.ryandesign.com/canviz/"> Demo</a><BR><img alt="canviz JavaScript library" src="http://i36.tinypic.com/sd0epy.jpg" /><a href="http://canviz.googlecode.com/svn/canviz/trunk/"> Download</a></p>


<p>Related posts:<ol><li><a href='http://javascript.open-libraries.com/utilities/drawing/javascript-vector-draw-library/' rel='bookmark' title='Permanent Link: JavaScript Vector-Draw Library'>JavaScript Vector-Draw Library</a> <small>How many times you wished if you could only draw...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://javascript.open-libraries.com/utilities/drawing/canviz-javascript-library/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Drawing lines in Mozilla based browsers and the Internet Explorer</title>
		<link>http://javascript.open-libraries.com/utilities/drawing/drawing-lines-in-mozilla-based-browsers-and-the-internet-explorer/</link>
		<comments>http://javascript.open-libraries.com/utilities/drawing/drawing-lines-in-mozilla-based-browsers-and-the-internet-explorer/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:09:11 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[Drawing]]></category>

		<guid isPermaLink="false">http://javascript.open-libraries.com/uncategorized/drawing-lines-in-mozilla-based-browsers-and-the-internet-explorer/</guid>
		<description><![CDATA[In this article, I want to explain and deduce the line drawing algorithm by Bresenham. Afterwards, I will show an optimized version which can be used to draw lines in Gecko based browsers like Mozilla or Firefox and Microsoft Internet Explorer. As you know, HTML itself is not able to describe lines. Therefore, there is no built-in features in the above-mentioned browsers for drawing lines. By implementing the Bresenham algorithm with JavaScript while applying some tricks, we will be able to draw lines in a good manner in respect to the browser runtime and memory footprints.<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-Drawing-lines-in-Mozilla-based-browsers-and-the-Internet-Explorer.png" />


Related posts:<ol><li><a href='http://javascript.open-libraries.com/utilities/drawing/10-best-javascript-drawing-and-canvas-libraries/' rel='bookmark' title='Permanent Link: 10 Best Javascript Drawing and Canvas Libraries'>10 Best Javascript Drawing and Canvas Libraries</a> <small>Develop Rich interactive internet applications with these javascript drawing and...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/dhtml-javascript-vector-graphics-library/' rel='bookmark' title='Permanent Link: DHTML, JavaScript Vector Graphics Library'>DHTML, JavaScript Vector Graphics Library</a> <small>This JavaScript VectorGraphics library provides graphics capabilities for JavaScript: functions...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/javascript-vector-draw-library/' rel='bookmark' title='Permanent Link: JavaScript Vector-Draw Library'>JavaScript Vector-Draw Library</a> <small>How many times you wished if you could only draw...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-Drawing-lines-in-Mozilla-based-browsers-and-the-Internet-Explorer.png" /><br />HTML itself is not able to describe lines. Therefore, there is no built-in features in the above-mentioned browsers for drawing lines. By implementing the Bresenham algorithm with JavaScript while applying some tricks, we will be able to draw lines in a good manner in respect to the browser runtime and memory footprints.<BR><img alt="Drawing lines in Mozilla based browsers and the Internet Explorer" src="http://i35.tinypic.com/w8rjo1.jpg" /><a href="http://www.codeproject.com/KB/scripting/javascriptlinedrawing.aspx"> Web Site</a><BR><img alt="Drawing lines in Mozilla based browsers and the Internet Explorer" src="http://i36.tinypic.com/sd0epy.jpg" /><a href="http://www.codeproject.com/KB/scripting/javascriptlinedrawing/javascriptlinedrawing_src.zip"> Download</a></p>


<p>Related posts:<ol><li><a href='http://javascript.open-libraries.com/utilities/drawing/10-best-javascript-drawing-and-canvas-libraries/' rel='bookmark' title='Permanent Link: 10 Best Javascript Drawing and Canvas Libraries'>10 Best Javascript Drawing and Canvas Libraries</a> <small>Develop Rich interactive internet applications with these javascript drawing and...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/dhtml-javascript-vector-graphics-library/' rel='bookmark' title='Permanent Link: DHTML, JavaScript Vector Graphics Library'>DHTML, JavaScript Vector Graphics Library</a> <small>This JavaScript VectorGraphics library provides graphics capabilities for JavaScript: functions...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/javascript-vector-draw-library/' rel='bookmark' title='Permanent Link: JavaScript Vector-Draw Library'>JavaScript Vector-Draw Library</a> <small>How many times you wished if you could only draw...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://javascript.open-libraries.com/utilities/drawing/drawing-lines-in-mozilla-based-browsers-and-the-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Raphael: javascript drawing library</title>
		<link>http://javascript.open-libraries.com/utilities/drawing/raphael-javascript-drawing-library/</link>
		<comments>http://javascript.open-libraries.com/utilities/drawing/raphael-javascript-drawing-library/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:08:57 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[Drawing]]></category>

		<guid isPermaLink="false">http://javascript.open-libraries.com/uncategorized/raphael-javascript-drawing-library/</guid>
		<description><![CDATA[Raphael is a very slick looking JavaScript library for drawing and animating vector graphics with JavaScript. The API is simple and well thought-out and it supports all major browsers, including Internet Explorer 6.<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-Raphael-javascript-drawing-library.png" />


Related posts:<ol><li><a href='http://javascript.open-libraries.com/utilities/drawing/draw2d-javascript-drawing-library/' rel='bookmark' title='Permanent Link: Draw2D Javascript Drawing Library'>Draw2D Javascript Drawing Library</a> <small>Draw2D is the graph component of the Open-jACOB web based...</small></li><li><a href='http://javascript.open-libraries.com/utilities/chart/raphael-javascript-library/' rel='bookmark' title='Permanent Link: Raphael-JavaScript Library'>Raphael-JavaScript Library</a> <small>Raphael is a small JavaScript library that should simplify your...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/javascript-vector-draw-library/' rel='bookmark' title='Permanent Link: JavaScript Vector-Draw Library'>JavaScript Vector-Draw Library</a> <small>How many times you wished if you could only draw...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-Raphael-javascript-drawing-library.png" /><br />Raphael 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. I am especially impressed by how well it performs—the animations are extremely smooth. And because each graphic object is also a DOM object, you can add interaction using normal JavaScript event handlers.<BR><img alt="Raphael: javascript drawing library" src="http://i35.tinypic.com/w8rjo1.jpg" /><a href="http://raphaeljs.com/"> Web Site</a><BR><img alt="Raphael: javascript drawing library" src="http://i34.tinypic.com/102q90m.jpg" /><a href="http://raphaeljs.com/animation.html"> Demo</a><BR><img alt="Raphael: javascript drawing library" src="http://i36.tinypic.com/sd0epy.jpg" /><a href="http://github.com/DmitryBaranovskiy/raphael/blob/master/raphael-min.js?raw=true"> Download</a></p>


<p>Related posts:<ol><li><a href='http://javascript.open-libraries.com/utilities/drawing/draw2d-javascript-drawing-library/' rel='bookmark' title='Permanent Link: Draw2D Javascript Drawing Library'>Draw2D Javascript Drawing Library</a> <small>Draw2D is the graph component of the Open-jACOB web based...</small></li><li><a href='http://javascript.open-libraries.com/utilities/chart/raphael-javascript-library/' rel='bookmark' title='Permanent Link: Raphael-JavaScript Library'>Raphael-JavaScript Library</a> <small>Raphael is a small JavaScript library that should simplify your...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/javascript-vector-draw-library/' rel='bookmark' title='Permanent Link: JavaScript Vector-Draw Library'>JavaScript Vector-Draw Library</a> <small>How many times you wished if you could only draw...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://javascript.open-libraries.com/utilities/drawing/raphael-javascript-drawing-library/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PlotKit &#8211; Javascript Chart Plotting</title>
		<link>http://javascript.open-libraries.com/utilities/drawing/plotkit-javascript-chart-plotting/</link>
		<comments>http://javascript.open-libraries.com/utilities/drawing/plotkit-javascript-chart-plotting/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:08:21 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[Drawing]]></category>

		<guid isPermaLink="false">http://javascript.open-libraries.com/uncategorized/plotkit-javascript-chart-plotting/</guid>
		<description><![CDATA[PlotKit is a Chart and Graph Plotting Library for Javascript. It has support for HTML Canvas and also SVG via Adobe SVG Viewer and native browser support.<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-PlotKit-Javascript-Chart-Plotting.png" />


Related posts:<ol><li><a href='http://javascript.open-libraries.com/utilities/chart/plotkit-javascript-chart-plotting-2/' rel='bookmark' title='Permanent Link: PlotKit &#8211; Javascript Chart Plotting'>PlotKit &#8211; Javascript Chart Plotting</a> <small>PlotKit is a Chart and Graph Plotting Library for Javascript....</small></li><li><a href='http://javascript.open-libraries.com/utilities/chart/20-best-javascript-charting-and-plotting-libraries/' rel='bookmark' title='Permanent Link: 20 Best JavaScript Charting and Plotting Libraries'>20 Best JavaScript Charting and Plotting Libraries</a> <small>Wont it be nice if all your theoretical data were...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-PlotKit-Javascript-Chart-Plotting.png" /><br />PlotKit is fully documented and there is a quick tutorial to get you started. PlotKit is a complete rewrite of CanvasGraph. It is better structured and supported.<BR><img alt="PlotKit - Javascript Chart Plotting" src="http://i35.tinypic.com/w8rjo1.jpg" /><a href="http://www.liquidx.net/plotkit/"> Web Site</a><BR><img alt="PlotKit - Javascript Chart Plotting" src="http://i34.tinypic.com/102q90m.jpg" /><a href="http://media.liquidx.net/js/plotkit-tests/quickstart-svg.html"> Demo</a><BR><img alt="PlotKit - Javascript Chart Plotting" src="http://i36.tinypic.com/sd0epy.jpg" /><a href="http://media.liquidx.net/static/plotkit/plotkit-0.9.1.zip"> Download</a></p>


<p>Related posts:<ol><li><a href='http://javascript.open-libraries.com/utilities/chart/plotkit-javascript-chart-plotting-2/' rel='bookmark' title='Permanent Link: PlotKit &#8211; Javascript Chart Plotting'>PlotKit &#8211; Javascript Chart Plotting</a> <small>PlotKit is a Chart and Graph Plotting Library for Javascript....</small></li><li><a href='http://javascript.open-libraries.com/utilities/chart/20-best-javascript-charting-and-plotting-libraries/' rel='bookmark' title='Permanent Link: 20 Best JavaScript Charting and Plotting Libraries'>20 Best JavaScript Charting and Plotting Libraries</a> <small>Wont it be nice if all your theoretical data were...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://javascript.open-libraries.com/utilities/drawing/plotkit-javascript-chart-plotting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CanvasGraph.js : Graphing in Javascript</title>
		<link>http://javascript.open-libraries.com/utilities/drawing/canvasgraph-js-graphing-in-javascript/</link>
		<comments>http://javascript.open-libraries.com/utilities/drawing/canvasgraph-js-graphing-in-javascript/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:08:01 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[Drawing]]></category>

		<guid isPermaLink="false">http://javascript.open-libraries.com/uncategorized/canvasgraph-js-graphing-in-javascript/</guid>
		<description><![CDATA[Canvas Graph is a small simple javascript library that allows you to conveniently plot simple line, bar and pie charts using the new HTML Canvas Tag.<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=null" />


Related posts:<ol><li><a href='http://javascript.open-libraries.com/utilities/chart/html-graph-js/' rel='bookmark' title='Permanent Link: HTML Graph JS'>HTML Graph JS</a> <small>Use this script to create horizontal / vertical bar graphs,...</small></li><li><a href='http://javascript.open-libraries.com/multimedia/3d/fantastic-javascript-3d-libraries/' rel='bookmark' title='Permanent Link: Fantastic JavaScript 3D Libraries'>Fantastic JavaScript 3D Libraries</a> <small>Ever imagined if the tiny JavaScript code could render amazing...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/flotr-javascript-plotting-library/' rel='bookmark' title='Permanent Link: Flotr Javascript Plotting Library'>Flotr Javascript Plotting Library</a> <small>Flotr is a javascript plotting library based on the Prototype...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>The motivation for this work is to allow simple graph plotting in Javascript without resorting to anything but your web browser. I would like the library to be simple enough for someone who knows very little Javascript to be able to use, but extendable so that people who know what they are doing to make great looking graphs for their sites<BR><img alt="CanvasGraph.js : Graphing in Javascript" src="http://i35.tinypic.com/w8rjo1.jpg" /><a href="http://www.liquidx.net/canvasgraphjs/"> Web Site</a><BR><img alt="CanvasGraph.js : Graphing in Javascript" src="http://i34.tinypic.com/102q90m.jpg" /><a href="http://www.liquidx.net/canvasgraphjs/"> Demo</a><BR><img alt="CanvasGraph.js : Graphing in Javascript" src="http://i36.tinypic.com/sd0epy.jpg" /><a href="http://media.liquidx.net/static/canvasgraph/CanvasGraph.js"> Download</a></p>


<p>Related posts:<ol><li><a href='http://javascript.open-libraries.com/utilities/chart/html-graph-js/' rel='bookmark' title='Permanent Link: HTML Graph JS'>HTML Graph JS</a> <small>Use this script to create horizontal / vertical bar graphs,...</small></li><li><a href='http://javascript.open-libraries.com/multimedia/3d/fantastic-javascript-3d-libraries/' rel='bookmark' title='Permanent Link: Fantastic JavaScript 3D Libraries'>Fantastic JavaScript 3D Libraries</a> <small>Ever imagined if the tiny JavaScript code could render amazing...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/flotr-javascript-plotting-library/' rel='bookmark' title='Permanent Link: Flotr Javascript Plotting Library'>Flotr Javascript Plotting Library</a> <small>Flotr is a javascript plotting library based on the Prototype...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://javascript.open-libraries.com/utilities/drawing/canvasgraph-js-graphing-in-javascript/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jsDraw2D : 2D Graphics Library for JavaScript</title>
		<link>http://javascript.open-libraries.com/utilities/drawing/jsdraw2d-2d-graphics-library-for-javascript/</link>
		<comments>http://javascript.open-libraries.com/utilities/drawing/jsdraw2d-2d-graphics-library-for-javascript/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:07:54 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[Drawing]]></category>

		<guid isPermaLink="false">http://javascript.open-libraries.com/uncategorized/jsdraw2d-2d-graphics-library-for-javascript/</guid>
		<description><![CDATA[This is a pure JavaScript library to draw 2D graphics on web pages inside web browser without using SVG or VML. JavaScript developers, web developers  and webmasters can take advantage of the library to add graphics drawing functionality to their web applications or websites using the library. The library is entirely written in JavaScript and does not need any plug-in or additional software to run/execute. The JavaScript source code of the library is open and free under a LGPL License.<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-jsDraw2D-2D-Graphics-Library-for-JavaScript.png" />


Related posts:<ol><li><a href='http://javascript.open-libraries.com/utilities/drawing/dhtml-javascript-vector-graphics-library/' rel='bookmark' title='Permanent Link: DHTML, JavaScript Vector Graphics Library'>DHTML, JavaScript Vector Graphics Library</a> <small>This JavaScript VectorGraphics library provides graphics capabilities for JavaScript: functions...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/javascript-vector-draw-library/' rel='bookmark' title='Permanent Link: JavaScript Vector-Draw Library'>JavaScript Vector-Draw Library</a> <small>How many times you wished if you could only draw...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/10-best-javascript-drawing-and-canvas-libraries/' rel='bookmark' title='Permanent Link: 10 Best Javascript Drawing and Canvas Libraries'>10 Best Javascript Drawing and Canvas Libraries</a> <small>Develop Rich interactive internet applications with these javascript drawing and...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-jsDraw2D-2D-Graphics-Library-for-JavaScript.png" /><br />With jsDraw2D, you can draw advance drawings like cubic Bezier curve, general Bezier curve. The general Bezier curve can be of any degrees including linear, quadratic and cubic, open curve passing through given points and closed curve passing through given points<BR><img alt="jsDraw2D : 2D Graphics Library for JavaScript" src="http://i35.tinypic.com/w8rjo1.jpg" /><a href="http://jsdraw2d.jsfiction.com/"> Web Site</a><BR><img alt="jsDraw2D : 2D Graphics Library for JavaScript" src="http://i34.tinypic.com/102q90m.jpg" /><a href="http://jsdraw2d.jsfiction.com/#demo"> Demo</a><BR><img alt="jsDraw2D : 2D Graphics Library for JavaScript" src="http://i36.tinypic.com/sd0epy.jpg" /><a href="http://jsdraw2d.jsfiction.com/download.htm"> Download</a></p>


<p>Related posts:<ol><li><a href='http://javascript.open-libraries.com/utilities/drawing/dhtml-javascript-vector-graphics-library/' rel='bookmark' title='Permanent Link: DHTML, JavaScript Vector Graphics Library'>DHTML, JavaScript Vector Graphics Library</a> <small>This JavaScript VectorGraphics library provides graphics capabilities for JavaScript: functions...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/javascript-vector-draw-library/' rel='bookmark' title='Permanent Link: JavaScript Vector-Draw Library'>JavaScript Vector-Draw Library</a> <small>How many times you wished if you could only draw...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/10-best-javascript-drawing-and-canvas-libraries/' rel='bookmark' title='Permanent Link: 10 Best Javascript Drawing and Canvas Libraries'>10 Best Javascript Drawing and Canvas Libraries</a> <small>Develop Rich interactive internet applications with these javascript drawing and...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://javascript.open-libraries.com/utilities/drawing/jsdraw2d-2d-graphics-library-for-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Vector-Draw Library</title>
		<link>http://javascript.open-libraries.com/utilities/drawing/javascript-vector-draw-library/</link>
		<comments>http://javascript.open-libraries.com/utilities/drawing/javascript-vector-draw-library/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:07:36 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[Drawing]]></category>

		<guid isPermaLink="false">http://javascript.open-libraries.com/uncategorized/javascript-vector-draw-library/</guid>
		<description><![CDATA[How many times you wished if you could only draw an arrow on your web page? Or few lines here and there? Unfortunately, HTML offers nothing in this department, and using images takes bandwidth and slows down the loading of your pages<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-JavaScript-Vector-Draw-Library.png" />


Related posts:<ol><li><a href='http://javascript.open-libraries.com/utilities/drawing/draw2d-javascript-drawing-library/' rel='bookmark' title='Permanent Link: Draw2D Javascript Drawing Library'>Draw2D Javascript Drawing Library</a> <small>Draw2D is the graph component of the Open-jACOB web based...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/dhtml-javascript-vector-graphics-library/' rel='bookmark' title='Permanent Link: DHTML, JavaScript Vector Graphics Library'>DHTML, JavaScript Vector Graphics Library</a> <small>This JavaScript VectorGraphics library provides graphics capabilities for JavaScript: functions...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/raphael-javascript-drawing-library/' rel='bookmark' title='Permanent Link: Raphael: javascript drawing library'>Raphael: javascript drawing library</a> <small>Raphael is a very slick looking JavaScript library for drawing...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-JavaScript-Vector-Draw-Library.png" /><br />The library is cross-browser and fast. However, due to the limitations of HTML, drawing on your web pages using JavaScript is slower compared to drawing in stand-alone applications.<BR><img alt="JavaScript Vector-Draw Library" src="http://i35.tinypic.com/w8rjo1.jpg" /><a href="http://www.c-point.com/javascript_vector_draw.htm"> Web Site</a><BR><img alt="JavaScript Vector-Draw Library" src="http://i34.tinypic.com/102q90m.jpg" /><a href="http://www.c-point.com/javascript_vector_draw.htm"> Demo</a><BR><img alt="JavaScript Vector-Draw Library" src="http://i36.tinypic.com/sd0epy.jpg" /><a href="The library is cross-browser and fast. However, due to the limitations of HTML, drawing on your web pages using JavaScript is slower compared to drawing in stand-alone applications."> Download</a></p>


<p>Related posts:<ol><li><a href='http://javascript.open-libraries.com/utilities/drawing/draw2d-javascript-drawing-library/' rel='bookmark' title='Permanent Link: Draw2D Javascript Drawing Library'>Draw2D Javascript Drawing Library</a> <small>Draw2D is the graph component of the Open-jACOB web based...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/dhtml-javascript-vector-graphics-library/' rel='bookmark' title='Permanent Link: DHTML, JavaScript Vector Graphics Library'>DHTML, JavaScript Vector Graphics Library</a> <small>This JavaScript VectorGraphics library provides graphics capabilities for JavaScript: functions...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/raphael-javascript-drawing-library/' rel='bookmark' title='Permanent Link: Raphael: javascript drawing library'>Raphael: javascript drawing library</a> <small>Raphael is a very slick looking JavaScript library for drawing...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://javascript.open-libraries.com/utilities/drawing/javascript-vector-draw-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Draw2D Javascript Drawing Library</title>
		<link>http://javascript.open-libraries.com/utilities/drawing/draw2d-javascript-drawing-library/</link>
		<comments>http://javascript.open-libraries.com/utilities/drawing/draw2d-javascript-drawing-library/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:07:22 +0000</pubDate>
		<dc:creator>js guy</dc:creator>
				<category><![CDATA[Drawing]]></category>

		<guid isPermaLink="false">http://javascript.open-libraries.com/uncategorized/draw2d-javascript-drawing-library/</guid>
		<description><![CDATA[Draw2D is the graph component of the Open-jACOB web based workflow editor. The purpose of this experiment is to see if a Visio-type workflow editor tool could be developed in a web browser. It demonstrates that it can be done.<br /><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-Draw2D-Javascript-Drawing-Library.png" />


Related posts:<ol><li><a href='http://javascript.open-libraries.com/utilities/drawing/raphael-javascript-drawing-library/' rel='bookmark' title='Permanent Link: Raphael: javascript drawing library'>Raphael: javascript drawing library</a> <small>Raphael is a very slick looking JavaScript library for drawing...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/10-best-javascript-drawing-and-canvas-libraries/' rel='bookmark' title='Permanent Link: 10 Best Javascript Drawing and Canvas Libraries'>10 Best Javascript Drawing and Canvas Libraries</a> <small>Develop Rich interactive internet applications with these javascript drawing and...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/javascript-vector-draw-library/' rel='bookmark' title='Permanent Link: JavaScript Vector-Draw Library'>JavaScript Vector-Draw Library</a> <small>How many times you wished if you could only draw...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.open-libraries.com/imageredirect/javascript/im.php?imagekey=wpid-Draw2D-Javascript-Drawing-Library.png" /><br />Create drawings and diagrams with the free Javascript library. The User interface allows interactive drawing by using your standard browser. No additional software and no third party plug ins. Just run it and use it.<BR><img alt="Draw2D Javascript Drawing Library" src="http://i35.tinypic.com/w8rjo1.jpg" /><a href="http://draw2d.org/draw2d/"> Web Site</a><BR><img alt="Draw2D Javascript Drawing Library" src="http://i34.tinypic.com/102q90m.jpg" /><a href="http://draw2d.org/draw2d/examples_short"> Demo</a><BR><img alt="Draw2D Javascript Drawing Library" src="http://i36.tinypic.com/sd0epy.jpg" /><a href="http://draw2d.org/draw2d/node/105"> Download</a></p>


<p>Related posts:<ol><li><a href='http://javascript.open-libraries.com/utilities/drawing/raphael-javascript-drawing-library/' rel='bookmark' title='Permanent Link: Raphael: javascript drawing library'>Raphael: javascript drawing library</a> <small>Raphael is a very slick looking JavaScript library for drawing...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/10-best-javascript-drawing-and-canvas-libraries/' rel='bookmark' title='Permanent Link: 10 Best Javascript Drawing and Canvas Libraries'>10 Best Javascript Drawing and Canvas Libraries</a> <small>Develop Rich interactive internet applications with these javascript drawing and...</small></li><li><a href='http://javascript.open-libraries.com/utilities/drawing/javascript-vector-draw-library/' rel='bookmark' title='Permanent Link: JavaScript Vector-Draw Library'>JavaScript Vector-Draw Library</a> <small>How many times you wished if you could only draw...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://javascript.open-libraries.com/utilities/drawing/draw2d-javascript-drawing-library/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
