Arc Forumnew | comments | leaders | submitlogin
1 point by djwhitt 5913 days ago | link | parent

If you're interested in doing a graphical web app I would look into SVG.


1 point by nostrademons 5913 days ago | link

SVG still needs a plugin in many of the popular browsers. If you want something that'll work out of the box, I'd use Canvas (or excanvas.js for IE compatibility). SVG's a better technology, but the winner tends to be the one that works now, not the one that will work better eventually.

-----