Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Software to allow users to draw on a website?

 
   Web Hosting Problem Solving Community! (Home) -> Webmaster RSS
Related Topics:
E-Commerce website software question - Does anyone know of a software for website building that also allows for people to order products posted at website like shopping carts, etc.? one that is yet easy enough to learn and get up and running. Something like what alot..

need help a engineer software to internet website - Im italian and i have a pay Code number 899 for telephone and dialer o IVR o Credit Card, but not have a programs for use this number. I don't have I search a engineer software, for connect this number to payment to software for

Recommendations for easy to use website design software - Hello all. I have a friend who is just starting out and wanting to put together a first site, and has asked me if I know of any website design software that is easy to use. I think easy to use and low cost or free is what is actually required here. I use

Remembering website (registered) users - what is best prac.. - Hi Anyone got strong views on the user? What is best practice? Should this be - done using a cookie? - done using IP number?? - done in some other clever way - not done at all?! Rumour has it that cookies that last more than one session..

Best SEO Software - As forumz admin, I like to recommend SEO Elite. SEO Elite is a Search Engine tools enabling you to optimize your web pages for top search engine Check it out
Author Message
drew8280

External


Since: Sep 20, 2006
Posts: 2



(Msg. 1) Posted: Wed Sep 20, 2006 3:29 pm
Post subject: Software to allow users to draw on a website?
Archived from groups: alt>www>webmaster (more info?)

I have been searching for days, which might just mean I am stupid, but
does anyone know of any software that would allow users to logon to a
website then create graphic on a prepared background. I am talking
simple things like lines and circles. Any ideas would be greatly
appreciated.

Thanks in advance.

 >> Stay informed about: Software to allow users to draw on a website? 
Back to top
Login to vote
comphelp

External


Since: Sep 27, 2003
Posts: 155



(Msg. 2) Posted: Wed Sep 20, 2006 6:00 pm
Post subject: Re: Software to allow users to draw on a website? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

drew8280 RemoveThis @hotmail.com writes:

> I have been searching for days, which might just mean I am stupid, but
> does anyone know of any software that would allow users to logon to a
> website then create graphic on a prepared background. I am talking
> simple things like lines and circles. Any ideas would be greatly
> appreciated.

I've seen whiteboard software ..and this was really old stuff like one
of the earliest cgi's out there.

Things apparently have improved:

http://www.google.com/search?q=web+whiteboard

Of those, this looks like it fits your requirements:
http://www-mice.cs.ucl.ac.uk/multimedia/software/wbd/

And this gives you more options:
http://sourceforge.net/search/?type_of_search=soft&words=whiteboard


--
Todd H.
http://www.toddh.net/

 >> Stay informed about: Software to allow users to draw on a website? 
Back to top
Login to vote
Paul

External


Since: Sep 19, 2006
Posts: 4



(Msg. 3) Posted: Wed Sep 20, 2006 11:40 pm
Post subject: Re: Software to allow users to draw on a website? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 20 Sep 2006 15:29:54 -0700, drew8280 DeleteThis @hotmail.com wrote:

>I have been searching for days, which might just mean I am stupid, but
>does anyone know of any software that would allow users to logon to a
>website then create graphic on a prepared background. I am talking
>simple things like lines and circles. Any ideas would be greatly
>appreciated.

I guess you could with Flash.
plh
Paul


>Thanks in advance.

--

----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
 >> Stay informed about: Software to allow users to draw on a website? 
Back to top
Login to vote
SEOwebMarket.com

External


Since: Aug 17, 2006
Posts: 61



(Msg. 4) Posted: Thu Sep 21, 2006 12:34 am
Post subject: Re: Software to allow users to draw on a website? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

drew8280 RemoveThis @hotmail.com wrote:
> I have been searching for days, which might just mean I am stupid, but
> does anyone know of any software that would allow users to logon to a
> website then create graphic on a prepared background. I am talking
> simple things like lines and circles. Any ideas would be greatly
> appreciated.
>
> Thanks in advance.

wwwpaintboard

doesn't work in every browser
 >> Stay informed about: Software to allow users to draw on a website? 
Back to top
Login to vote
Jeff

External


Since: Mar 05, 2006
Posts: 141



(Msg. 5) Posted: Thu Sep 21, 2006 5:09 am
Post subject: Re: Software to allow users to draw on a website? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

drew8280.DeleteThis@hotmail.com wrote:

> I have been searching for days, which might just mean I am stupid, but
> does anyone know of any software that would allow users to logon to a
> website then create graphic on a prepared background. I am talking
> simple things like lines and circles. Any ideas would be greatly
> appreciated.
>
> Thanks in advance.
>
Years ago, I wrote a little javascript that could draw a 1px free
hand line. The line was made of pixels and could only go so far before
the browser overloaded. It ran in the browsers of the day, IE4 and NS4.
Probably easy to update.

As far as shapes go, rectangles are easy to make in any size/color
using a little CSS.

Let me know if you want any of this.

Jeff
 >> Stay informed about: Software to allow users to draw on a website? 
Back to top
Login to vote
Toby Inkster

External


Since: Aug 07, 2006
Posts: 49



(Msg. 6) Posted: Fri Sep 22, 2006 11:00 pm
Post subject: Re: Software to allow users to draw on a website? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

drew8280 wrote:

> I am talking simple things like lines and circles.

Cool things could be done with <canvas> element + Javascript + PHP +
cookies.

http://ponderer.org/download/canvas_demo/
http://www.abrahamjoffe.com.au/ben/canvascape/textures.htm

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
 >> Stay informed about: Software to allow users to draw on a website? 
Back to top
Login to vote
spam19

External


Since: May 08, 2004
Posts: 953



(Msg. 7) Posted: Fri Sep 22, 2006 11:00 pm
Post subject: Re: Software to allow users to draw on a website? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

And lo, Toby Inkster didst speak in alt.www.webmaster:

> drew8280 wrote:
>
>> I am talking simple things like lines and circles.
>
> Cool things could be done with <canvas> element + Javascript + PHP +
> cookies.
>
> http://ponderer.org/download/canvas_demo/
> http://www.abrahamjoffe.com.au/ben/canvascape/textures.htm

It's not technically a website, but it's built with plain old <canvas>
+ Javascript. Pretty mind blowing, if you ask me. What will be possible
when most browsers support this?

http://widgets.opera.com/widget/4647

Grey

--
The technical axiom that nothing is impossible sinisterly implies the
pitfall corollary that nothing is ridiculous.
- http://www.greywyvern.com/orca#search - Orca Search: Full-featured
spider and site-search engine
 >> Stay informed about: Software to allow users to draw on a website? 
Back to top
Login to vote
drew8280

External


Since: Sep 20, 2006
Posts: 2



(Msg. 8) Posted: Tue Sep 26, 2006 6:24 am
Post subject: Re: Software to allow users to draw on a website? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks for the suggestions. The Javascript seems to work. Do you know
of anyway to record the movements you make......sort of like when you
record a macro then replay it?

Thanks again!
GreyWyvern wrote:
> And lo, Toby Inkster didst speak in alt.www.webmaster:
>
> > drew8280 wrote:
> >
> >> I am talking simple things like lines and circles.
> >
> > Cool things could be done with <canvas> element + Javascript + PHP +
> > cookies.
> >
> > http://ponderer.org/download/canvas_demo/
> > http://www.abrahamjoffe.com.au/ben/canvascape/textures.htm
>
> It's not technically a website, but it's built with plain old <canvas>
> + Javascript. Pretty mind blowing, if you ask me. What will be possible
> when most browsers support this?
>
> http://widgets.opera.com/widget/4647
>
> Grey
>
> --
> The technical axiom that nothing is impossible sinisterly implies the
> pitfall corollary that nothing is ridiculous.
> - http://www.greywyvern.com/orca#search - Orca Search: Full-featured
> spider and site-search engine
 >> Stay informed about: Software to allow users to draw on a website? 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]