Forum Moderators: open

Message Too Old, No Replies

AJAX Drawing Board?

         

ahmedtheking

6:49 pm on Sep 26, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Is there a script anyone knows of that mimics a piece of paper and allows you to doodle over it? If not, anyone think of components out there that I can use to code it myself?

whoisgregg

8:18 pm on Sep 26, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



My only experience has been with Flash based solutions -- I've not yet seen a Javascript based approach.

vivvivtzz

12:44 am on Sep 27, 2006 (gmt 0)

10+ Year Member



neat idea, an AJAX drawing board has appeal...

daveVk

2:53 am on Sep 27, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Google for "javascript drawing" for examples.

RonPK

7:22 am on Sep 27, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Opera, Firefox and Safari support the <canvas> element. Read more about it here [developer.mozilla.org].

RonPK

9:16 am on Sep 27, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



This SourceForge project [sourceforge.net] claims to bring <canvas> support to Internet Explorer.

penders

11:40 am on Sep 27, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Not a simple script, or 'component', but you might be able to gain some inspiration from Virtual-WhiteBoard.co.uk (written using AJAX, works on IE6, FF and Opera) - it was mentioned in .net mag some months back following an AJAX tutorial.

I can't see that it allows you to draw completely freehand, but you can draw lines, boxes, circles, arrows, text and loads of other stuff - in a multi user environment - very good!