I need to write an application that accepts very simple doodles by users, kind of like in tenthousandcents and thesheepmarket.
For example, I might want users to write their name using their mouse.
Any suggestions?
I don’t even need to host it myself. If there are services offered somewhere that I can just use that is fine.
It’s not too difficult to put together a basic scribbling app using just html. I’ll let you work out the details of making it production ready.
I’m using extjs here as a cross browser event framework, but you can use whatever you’re comfortable with (jquery). I’m also using Raphael to get cross browser drawing functionality.
You’ll have to record and store the various scribble lines in a form for submission. And ensure that the mouse pointer is correct all the time (it’s a text bar under IE).
Anyway, enjoy.
PS. I’ve uploaded a working example including raphael and complete extjs2 libraries to drop.io (3Mb, 7zip).
PPS. I’ve uploaded a working example which is a basic (but pretty much a complete) control. See inquisitiveturtle.