简体   繁体   中英

What technology : painting program in browser?

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.

For a business card designer, you should be concentrating on font and page layout, in which case you need to use an online editor. There are lots of free WYSIWYG editirors that run from web pages and there are soe very sophisticated ones like FCKeditor. FCK also includes everything that you need for uploading images and maintaining a clipart gallery. I beleieve that it's available for both Windows and Apache web servers and it doesn't require admin permission to install, once the upload folders have write permissions.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM