I wanna develop a little paint-program (SVG business-card designer) which should be hosted in the cloud, im trying to get my head around what technology i should settle on.
Possible answers as i see it would be SilverLight, Flash, Java, HTML5.
I would be happy to avoid SilverLight and Flash for several reasons, HTML5 im worried about due to compatibillity with ex. IE browser ? Java i dont know enough about to understand if that would be the right way.
One example im quite impressed about is :
http://code.google.com/p/svg-edit/
And looking to somewhat hit the same as that, but again IE explorer ( which is what majority uses ) is an issue here too regarding SVG format.
I might be able to live with only ex. IE9, but wondering what you guys would think would be the right approach/language/framework/technology to make such an application ?
Thanks alot.