Re: [PHP] Scalable Vector Graphics with PHP

2010-12-13 Thread Nathan Rixham
disclaimer: a different nathan You may also be interested in protovis, and raphael, both of which are js libraries which make, or export, svg graphics :) Best, Nathan sudarshana sampath wrote: Nathan, Thank you very much for your response, we are going to visualize network management

Re: [PHP] Scalable Vector Graphics with PHP

2010-12-13 Thread sudarshana sampath
Nathan Nobbe, Thank you very much for your response, Protovis is looking interesting... graphviz also a good one. http://pear.php.net/package-info.php?package=Image_Graphviz On Mon, Dec 13, 2010 at 2:39 PM, Nathan Rixham nrix...@gmail.com wrote: disclaimer: a different nathan You may also

Re: [PHP] Scalable Vector Graphics with PHP

2010-12-12 Thread sudarshana sampath
Nathan, Thank you very much for your response, we are going to visualize network management system(topolgy view) with SVG and AJAX. We found a jQuery plugin, following are urls. http://plugins.jquery.com/project/svg http://keith-wood.name/svg.html On Thu, Dec 9, 2010 at 10:50 PM, Nathan Nobbe

[PHP] Scalable Vector Graphics with PHP

2010-12-09 Thread sudarshana sampath
Hi, We are going add a topology view to our Network Management System. Our Network Management System is based on PHP, CakePHP, jQuery and other web related tools(middle tier written using C++). So we are going to work with Scalable Vector Graphics. We are looking for the best solution for doing

Re: [PHP] Scalable Vector Graphics with PHP

2010-12-09 Thread Nathan Nobbe
On Thu, Dec 9, 2010 at 4:55 AM, sudarshana sampath sudarshanasamp...@gmail.com wrote: Hi, We are going add a topology view to our Network Management System. Our Network Management System is based on PHP, CakePHP, jQuery and other web related tools(middle tier written using C++). So we