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 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 quickshif...@gmail.comwrote:


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 are going to work with Scalable Vector Graphics.

We are looking for the best solution for doing that.

Are there any extensions, plugins, frameworks available for SVG related
things ?


not sure exactly what youre trying to accomplish, but obviously you could
use any number of vector programs over the cli from php.

you might also have a peak at the cairo library which php allegedly
supports (ive never tried it myself).

http://us.php.net/manual/en/intro.cairo.php

-nathan








--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 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 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 quickshif...@gmail.com
 wrote:

  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 are going to work with Scalable Vector Graphics.

 We are looking for the best solution for doing that.

 Are there any extensions, plugins, frameworks available for SVG related
 things ?

  not sure exactly what youre trying to accomplish, but obviously you
 could
 use any number of vector programs over the cli from php.

 you might also have a peak at the cairo library which php allegedly
 supports (ive never tried it myself).

 http://us.php.net/manual/en/intro.cairo.php

 -nathan








-- 
Cheers,
Sudarshana Sampath.


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 quickshif...@gmail.comwrote:

 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 are going to work with Scalable Vector Graphics.

 We are looking for the best solution for doing that.

 Are there any extensions, plugins, frameworks available for SVG related
 things ?


 not sure exactly what youre trying to accomplish, but obviously you could
 use any number of vector programs over the cli from php.

 you might also have a peak at the cairo library which php allegedly
 supports (ive never tried it myself).

 http://us.php.net/manual/en/intro.cairo.php

 -nathan




-- 
Cheers,
Sudarshana Sampath.


[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 that.

Are there any extensions, plugins, frameworks available for SVG related
things ?

Any help is much appreciated.

-- 
Cheers,
Sudarshana Sampath.


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 are going to work with Scalable Vector Graphics.

 We are looking for the best solution for doing that.

 Are there any extensions, plugins, frameworks available for SVG related
 things ?


not sure exactly what youre trying to accomplish, but obviously you could
use any number of vector programs over the cli from php.

you might also have a peak at the cairo library which php allegedly supports
(ive never tried it myself).

http://us.php.net/manual/en/intro.cairo.php

-nathan